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