Uses of Class
org.wololo.geojson.GeoJSON
-
Packages that use GeoJSON Package Description org.wololo.geojson org.wololo.jts2geojson -
-
Uses of GeoJSON in org.wololo.geojson
Subclasses of GeoJSON in org.wololo.geojson Modifier and Type Class Description classFeatureclassFeatureCollectionclassGeometryclassGeometryCollectionclassLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygonMethods in org.wololo.geojson that return GeoJSON Modifier and Type Method Description static GeoJSONGeoJSONFactory. create(String json) -
Uses of GeoJSON in org.wololo.jts2geojson
Methods in org.wololo.jts2geojson with parameters of type GeoJSON Modifier and Type Method Description org.locationtech.jts.geom.GeometryGeoJSONReader. read(GeoJSON geoJSON)org.locationtech.jts.geom.GeometryGeoJSONReader. read(GeoJSON geoJSON, org.locationtech.jts.geom.GeometryFactory geomFactory)
-