Class GeoJSONReader

java.lang.Object
org.apache.sedona.common.jts2geojson.GeoJSONReader

public class GeoJSONReader extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Geometry
    read(String json)
     
    org.locationtech.jts.geom.Geometry
    read(String json, org.locationtech.jts.geom.GeometryFactory geomFactory)
     
    org.locationtech.jts.geom.Geometry
    read(org.wololo.geojson.GeoJSON geoJSON)
     
    org.locationtech.jts.geom.Geometry
    read(org.wololo.geojson.GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeoJSONReader

      public GeoJSONReader()
  • Method Details

    • 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(org.wololo.geojson.GeoJSON geoJSON)
    • read

      public org.locationtech.jts.geom.Geometry read(org.wololo.geojson.GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)