Package org.bremersee.geojson.model
Class Geometry
java.lang.Object
org.bremersee.geojson.model.Geometry
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeometryCollection,LineString,MultiLineString,MultiPoint,MultiPolygon,Point,Polygon
GeoJSON Geometry.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Geometry
Instantiates a new geometry.- Parameters:
bbox- the bbox
-
-
Method Details
-
toJson
To json map.- Returns:
- the map
-