Package org.bremersee.geojson.model
Class GeometryCollection
java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.GeometryCollection
- All Implemented Interfaces:
Serializable
GeoJSON GeometryCollection.
- 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 geometry collection.GeometryCollection(BoundingBox bbox, List<Geometry> geometries) Instantiates a new geometry collection. -
Method Summary
-
Constructor Details
-
GeometryCollection
public GeometryCollection()Instantiates a new geometry collection. -
GeometryCollection
Instantiates a new geometry collection.- Parameters:
bbox- the bboxgeometries- the geometries
-