Package org.wololo.jts2geojson
Class GeoJSONReader
- java.lang.Object
-
- org.wololo.jts2geojson.GeoJSONReader
-
public class GeoJSONReader extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoJSONReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometryread(String json)org.locationtech.jts.geom.Geometryread(String json, org.locationtech.jts.geom.GeometryFactory geomFactory)org.locationtech.jts.geom.Geometryread(GeoJSON geoJSON)org.locationtech.jts.geom.Geometryread(GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
-
-
-
Method Detail
-
read
public org.locationtech.jts.geom.Geometry read(String json)
-
read
public org.locationtech.jts.geom.Geometry read(String json, org.locationtech.jts.geom.GeometryFactory geomFactory)
-
read
public org.locationtech.jts.geom.Geometry read(GeoJSON geoJSON)
-
read
public org.locationtech.jts.geom.Geometry read(GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
-
-