Class GeometryCollection.Builder
java.lang.Object
com.here.platform.data.client.model.geojson.GeometryCollection.Builder
- Enclosing class:
- GeometryCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the GeometryCollection geometry typewithGeometries(List<GeometryItem> geometries)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds the GeometryCollection geometry type- Returns:
- the GeometryCollection
-
withBbox
- Parameters:
bbox- the bounding box of the GeometryCollection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
-
withGeometries
- Parameters:
geometries- the list of geometries
-