Packages

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

Linear Supertypes
Serializable, Serializable, Product, Equals, GeoJson, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statistics
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GeoJson
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bbox: Option[StatisticsBbox]
  6. val byteSize: Option[StatisticsCount]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val count: Option[StatisticsCount]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val geometryTypes: Option[StatisticsGeometryTypes]
  12. def getBbox: StatisticsBbox

    returns

    the bounding box of the layer

  13. def getByteSize: StatisticsCount

    returns

    the statistics of size of the layer in bytes

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getCount: StatisticsCount

    returns

    the statistics of feature count in the layer

  16. def getGeometryTypes: StatisticsGeometryTypes

    returns

    the statistics of the geometry types in the layer

  17. def getProperties: StatisticsProperties

    returns

    the statistics of the list properties in th leyer

  18. def getSearchable: String

    returns

    defines whether all or some of the properties are searchable

  19. def getTags: StatisticsTags

    returns

    the statistics of the tags in the layer

  20. def getType: String

    returns

    the type as 'StatisticsResponse'

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val properties: Option[StatisticsProperties]
  26. val searchable: Option[String]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val tags: Option[StatisticsTags]
  29. def toJson: String

    returns

    the JSON string of the object

    Definition Classes
    GeoJson
  30. def toPrettyJson: String

    returns

    the JSON string of the object in pretty format

    Definition Classes
    GeoJson
  31. val type: String
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeoJson

Inherited from AnyRef

Inherited from Any

Ungrouped