Class StatisticsBbox
java.lang.Object
com.here.platform.data.client.model.geojson.StatisticsBbox
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
Defines the bounding box of the layer
param: value the coordinates of the bounding box param: estimated if true, the bounding box is estimated
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStatisticsBbox(scala.Option<scala.collection.immutable.Seq<Object>> value, scala.Option<Object> estimated) -
Method Summary
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
-
StatisticsBbox
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
value
-
estimated
-
getValue
- Returns:
- the coordinates of the bounding box
-
getEstimated
- Returns:
- if true, the bounding box is estimated
-