Class StatisticsBbox

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

public class StatisticsBbox extends Object implements GeoJson, scala.Product, Serializable
Defines the bounding box of the layer

param: value the coordinates of the bounding box param: estimated if true, the bounding box is estimated

See Also:
  • Constructor Details

    • StatisticsBbox

      public StatisticsBbox(scala.Option<scala.collection.immutable.Seq<Object>> 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<Object>> value()
    • estimated

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

      public List<Double> getValue()
      Returns:
      the coordinates of the bounding box
    • getEstimated

      public Boolean getEstimated()
      Returns:
      if true, the bounding box is estimated