Class GeometryCollection

java.lang.Object
com.here.platform.data.client.model.geojson.GeometryCollection
All Implemented Interfaces:
GeoJson, Geometry, Serializable, scala.Equals, scala.Product

public final class GeometryCollection extends Object implements Geometry, scala.Product, Serializable
See Also:
  • Constructor Details

    • GeometryCollection

      public GeometryCollection(String type, scala.Option<scala.collection.immutable.Seq<Object>> bbox, scala.collection.immutable.Seq<Geometry> geometries)
  • Method Details

    • type

      public String type()
    • bbox

      public scala.Option<scala.collection.immutable.Seq<Object>> bbox()
    • geometries

      public scala.collection.immutable.Seq<Geometry> geometries()
    • getType

      public String getType()
      Specified by:
      getType in interface Geometry
      Returns:
      the type of geometry
    • getBbox

      public List<Double> getBbox()
      Specified by:
      getBbox in interface Geometry
      Returns:
      the bounding box of the GeometryCollection
    • getGeometries

      public List<Geometry> getGeometries()
      Returns:
      the list of the geometries