Uses of Class
org.wololo.geojson.Geometry
-
Packages that use Geometry Package Description org.wololo.geojson org.wololo.jts2geojson -
-
Uses of Geometry in org.wololo.geojson
Subclasses of Geometry in org.wololo.geojson Modifier and Type Class Description classGeometryCollectionclassLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygonMethods in org.wololo.geojson that return Geometry Modifier and Type Method Description Geometry[]GeometryCollection. getGeometries()GeometryFeature. getGeometry()Constructors in org.wololo.geojson with parameters of type Geometry Constructor Description Feature(Object id, Geometry geometry, Map<String,Object> properties)Feature(Geometry geometry, Map<String,Object> properties)GeometryCollection(Geometry[] geometries) -
Uses of Geometry in org.wololo.jts2geojson
Methods in org.wololo.jts2geojson that return Geometry Modifier and Type Method Description GeometryGeoJSONWriter. write(org.locationtech.jts.geom.Geometry geometry)
-