Class GeometryCollection

java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.GeometryCollection
All Implemented Interfaces:
Serializable

public class GeometryCollection extends Geometry implements Serializable
GeoJSON GeometryCollection.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • GeometryCollection

      public GeometryCollection()
      Instantiates a new geometry collection.
    • GeometryCollection

      public GeometryCollection(BoundingBox bbox, List<Geometry> geometries)
      Instantiates a new geometry collection.
      Parameters:
      bbox - the bbox
      geometries - the geometries