Class GeoJSONReader
java.lang.Object
org.apache.sedona.common.jts2geojson.GeoJSONReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Geometryorg.locationtech.jts.geom.Geometryorg.locationtech.jts.geom.Geometryread(org.wololo.geojson.GeoJSON geoJSON) org.locationtech.jts.geom.Geometryread(org.wololo.geojson.GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
-
Constructor Details
-
GeoJSONReader
public GeoJSONReader()
-
-
Method Details
-
read
-
read
public org.locationtech.jts.geom.Geometry read(String json, org.locationtech.jts.geom.GeometryFactory geomFactory) -
read
public org.locationtech.jts.geom.Geometry read(org.wololo.geojson.GeoJSON geoJSON) -
read
public org.locationtech.jts.geom.Geometry read(org.wololo.geojson.GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
-