Class GeometryCollection

    • Constructor Detail

      • 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
    • Method Detail

      • getGeometries

        public List<Geometry> getGeometries()
        Get geometries.
        Returns:
        geometries geometries
      • setGeometries

        public void setGeometries​(List<Geometry> geometries)
        Sets geometries.
        Parameters:
        geometries - the geometries