Class FeatureCollection
java.lang.Object
com.here.platform.data.client.model.geojson.FeatureCollection
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionFeatureCollection(String type, scala.Option<scala.collection.immutable.Seq<Object>> bbox, scala.collection.immutable.Seq<Feature> features, scala.Option<String> nextPageToken, scala.Option<scala.collection.immutable.Seq<String>> inserted, scala.Option<scala.collection.immutable.Seq<String>> updated, scala.Option<scala.collection.immutable.Seq<String>> deleted) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<scala.collection.immutable.Seq<Object>>bbox()scala.Option<scala.collection.immutable.Seq<String>>deleted()scala.collection.immutable.Seq<Feature>features()getBbox()getType()scala.Option<scala.collection.immutable.Seq<String>>inserted()scala.Option<String>type()scala.Option<scala.collection.immutable.Seq<String>>updated()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.model.geojson.GeoJson
toJson, toPrettyJsonMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FeatureCollection
public FeatureCollection(String type, scala.Option<scala.collection.immutable.Seq<Object>> bbox, scala.collection.immutable.Seq<Feature> features, scala.Option<String> nextPageToken, scala.Option<scala.collection.immutable.Seq<String>> inserted, scala.Option<scala.collection.immutable.Seq<String>> updated, scala.Option<scala.collection.immutable.Seq<String>> deleted)
-
-
Method Details
-
type
-
bbox
-
features
-
nextPageToken
-
inserted
-
updated
-
deleted
-
getType
- Returns:
- the type as 'FeatureCollection'
-
getBbox
- Returns:
- The bounding box of the feature collection
-
getFeatures
- Returns:
- The list of features in the feature collection
-
getNextPageToken
- Returns:
- The next page token for iterate endpoint
-
getInserted
- Returns:
- The list of feature IDs of the new features uploaded in the Interactive Map Layer
-
getUpdated
- Returns:
- The list of feature IDs of updated features in the Interactive Map Layer
-
getDeleted
- Returns:
- The list of feature IDs of the deleted features in the Interactive Map Layer
-