case class Statistics(type: String = "StatisticsResponse", count: Option[StatisticsCount] = None, byteSize: Option[StatisticsCount] = None, bbox: Option[StatisticsBbox] = None, geometryTypes: Option[StatisticsGeometryTypes] = None, properties: Option[StatisticsProperties] = None, tags: Option[StatisticsTags] = None, searchable: Option[String] = None) extends GeoJson with Product with Serializable
Defines the statistics of the Interactive Map Layer
- type
the type as 'StatisticsResponse'
- count
This defines the feature count in the layer
- byteSize
This defines the size of layer in bytes
- 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
- geometryTypes
This defines different geometry types present in the layer
- properties
The list of properties of all the features
- tags
The list of all the tags in the layer
- searchable
defines whether all or some of the properties are searchable
- Alphabetic
- By Inheritance
- Statistics
- Serializable
- Product
- Equals
- GeoJson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Statistics(type: String = "StatisticsResponse", count: Option[StatisticsCount] = None, byteSize: Option[StatisticsCount] = None, bbox: Option[StatisticsBbox] = None, geometryTypes: Option[StatisticsGeometryTypes] = None, properties: Option[StatisticsProperties] = None, tags: Option[StatisticsTags] = None, searchable: Option[String] = None)
- type
the type as 'StatisticsResponse'
- count
This defines the feature count in the layer
- byteSize
This defines the size of layer in bytes
- 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
- geometryTypes
This defines different geometry types present in the layer
- properties
The list of properties of all the features
- tags
The list of all the tags in the layer
- searchable
defines whether all or some of the properties are searchable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bbox: Option[StatisticsBbox]
- val byteSize: Option[StatisticsCount]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val count: Option[StatisticsCount]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val geometryTypes: Option[StatisticsGeometryTypes]
- def getBbox: StatisticsBbox
- returns
the bounding box of the layer
- def getByteSize: StatisticsCount
- returns
the statistics of size of the layer in bytes
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCount: StatisticsCount
- returns
the statistics of feature count in the layer
- def getGeometryTypes: StatisticsGeometryTypes
- returns
the statistics of the geometry types in the layer
- def getProperties: StatisticsProperties
- returns
the statistics of the list properties in th leyer
- def getSearchable: String
- returns
defines whether all or some of the properties are searchable
- def getTags: StatisticsTags
- returns
the statistics of the tags in the layer
- def getType: String
- returns
the type as 'StatisticsResponse'
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Option[StatisticsProperties]
- val searchable: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Option[StatisticsTags]
- def toJson: String
- returns
the JSON string of the object
- Definition Classes
- GeoJson
- def toPrettyJson: String
- returns
the JSON string of the object in pretty format
- Definition Classes
- GeoJson
- val type: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)