java.lang.Object
com.here.platform.data.client.model.geojson.Statistics
All Implemented Interfaces:
GeoJson, Serializable, scala.Equals, scala.Product

public class Statistics extends Object implements GeoJson, scala.Product, Serializable
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 Details

  • 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

      public static String toString()
    • type

      public String type()
    • count

      public scala.Option<StatisticsCount> count()
    • byteSize

      public scala.Option<StatisticsCount> byteSize()
    • bbox

      public scala.Option<StatisticsBbox> bbox()
    • geometryTypes

      public scala.Option<StatisticsGeometryTypes> geometryTypes()
    • properties

      public scala.Option<StatisticsProperties> properties()
    • tags

      public scala.Option<StatisticsTags> tags()
    • searchable

      public scala.Option<String> searchable()
    • getType

      public String getType()
      Returns:
      the type as 'StatisticsResponse'
    • getCount

      public StatisticsCount getCount()
      Returns:
      the statistics of feature count in the layer
    • getByteSize

      public StatisticsCount getByteSize()
      Returns:
      the statistics of size of the layer in bytes
    • getBbox

      public StatisticsBbox getBbox()
      Returns:
      the bounding box of the layer
    • getGeometryTypes

      public StatisticsGeometryTypes getGeometryTypes()
      Returns:
      the statistics of the geometry types in the layer
    • getProperties

      public StatisticsProperties getProperties()
      Returns:
      the statistics of the list properties in th leyer
    • getTags

      public StatisticsTags getTags()
      Returns:
      the statistics of the tags in the layer
    • getSearchable

      public String getSearchable()
      Returns:
      defines whether all or some of the properties are searchable