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