Package org.bremersee.geojson.model
Class Polygon
java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.Polygon
- All Implemented Interfaces:
Serializable
GeoJSON Polygon.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bremersee.geojson.model.Geometry
Geometry.TypeEnum
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Polygon
public Polygon()Instantiates a new polygon. -
Polygon
Instantiates a new polygon.- Parameters:
bbox
- the bboxcoordinates
- the coordinates
-