Class FeatureCollection.Builder
java.lang.Object
com.here.platform.data.client.model.geojson.FeatureCollection.Builder
- Enclosing class:
- FeatureCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the FeatureCollectionwithFeatures(List<Feature> features)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds the FeatureCollection- Returns:
- the FeatureCollection
-
withBbox
- Parameters:
bbox- the bounding box of the feature collection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
-
withFeatures
- Parameters:
features- the list of features in the feature collection
-