Skip to content

Commit

Permalink
removed region
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Salvo committed Dec 20, 2024
1 parent c88917d commit 862f842
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OWLSharp/Extensions/GEO/GEOHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ public static class GEOHelper
// LON => X (West/East, -180 ->180)
// LAT => Y (North/South, -90->90)

#region Properties
internal static WKTReader WKTReader = new WKTReader();
internal static WKTWriter WKTWriter = new WKTWriter();
internal static GMLReader GMLReader = new GMLReader();
internal static GMLWriter GMLWriter = new GMLWriter();
#endregion

#region Declarer
public static OWLOntology DeclareGEOPointFeature(this OWLOntology ontology, RDFResource featureUri,
Expand Down

0 comments on commit 862f842

Please sign in to comment.