Class StatisticsProperties

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

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

      public static String toString()
    • value

      public scala.Option<scala.collection.immutable.Seq<StatisticsPropertiesValue>> value()
    • estimated

      public scala.Option<Object> estimated()
    • getValue

      public List<StatisticsPropertiesValue> getValue()
      Returns:
      the list of property statistics
    • getEstimated

      public Boolean getEstimated()
      Returns:
      if true, the list of property statistics is estimated