Class Statistics
java.lang.Object
com.here.platform.data.client.model.geojson.Statistics
- All Implemented Interfaces:
GeoJson,Serializable,scala.Equals,scala.Product
Defines the statistics of the Interactive Map Layer
param: type the type as 'StatisticsResponse' param: count This defines the feature count in the layer param: byteSize This defines the size of layer in bytes param: bbox The bounding box for all features inside the layer; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords param: geometryTypes This defines different geometry types present in the layer param: properties The list of properties of all the features param: tags The list of all the tags in the layer param: searchable defines whether all or some of the properties are searchable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStatistics(String type, scala.Option<StatisticsCount> count, scala.Option<StatisticsCount> byteSize, scala.Option<StatisticsBbox> bbox, scala.Option<StatisticsGeometryTypes> geometryTypes, scala.Option<StatisticsProperties> properties, scala.Option<StatisticsTags> tags, scala.Option<String> searchable) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<StatisticsBbox>bbox()scala.Option<StatisticsCount>byteSize()scala.Option<StatisticsCount>count()scala.Option<StatisticsGeometryTypes>getBbox()getCount()getTags()getType()scala.Option<StatisticsProperties>scala.Option<String>scala.Option<StatisticsTags>tags()static StringtoString()type()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
-
Statistics
public Statistics(String type, scala.Option<StatisticsCount> count, scala.Option<StatisticsCount> byteSize, scala.Option<StatisticsBbox> bbox, scala.Option<StatisticsGeometryTypes> geometryTypes, scala.Option<StatisticsProperties> properties, scala.Option<StatisticsTags> tags, scala.Option<String> searchable)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) -
toString
-
type
-
count
-
byteSize
-
bbox
-
geometryTypes
-
properties
-
tags
-
searchable
-
getType
- Returns:
- the type as 'StatisticsResponse'
-
getCount
- Returns:
- the statistics of feature count in the layer
-
getByteSize
- Returns:
- the statistics of size of the layer in bytes
-
getBbox
- Returns:
- the bounding box of the layer
-
getGeometryTypes
- Returns:
- the statistics of the geometry types in the layer
-
getProperties
- Returns:
- the statistics of the list properties in th leyer
-
getTags
- Returns:
- the statistics of the tags in the layer
-
getSearchable
- Returns:
- defines whether all or some of the properties are searchable
-