Class GeoJSONReader


  • public class GeoJSONReader
    extends Object
    • Constructor Detail

      • GeoJSONReader

        public GeoJSONReader()
    • 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)