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

public final class Point extends Object implements GeometryItem, scala.Product, Serializable
See Also:
  • Constructor Details

    • Point

      public Point(String type, scala.Option<scala.collection.immutable.Seq<Object>> bbox, scala.Option<scala.collection.immutable.Seq<Object>> coordinates)
  • Method Details

    • type

      public String type()
    • bbox

      public scala.Option<scala.collection.immutable.Seq<Object>> bbox()
    • coordinates

      public scala.Option<scala.collection.immutable.Seq<Object>> coordinates()
    • getType

      public String getType()
      Specified by:
      getType in interface Geometry
      Specified by:
      getType in interface GeometryItem
      Returns:
      the type of geometry
    • getBbox

      public List<Double> getBbox()
      Specified by:
      getBbox in interface Geometry
      Specified by:
      getBbox in interface GeometryItem
      Returns:
      the bounding box of the Point geometry
    • getCoordinates

      public List<Double> getCoordinates()
      Specified by:
      getCoordinates in interface GeometryItem
      Returns:
      the coordinates of the Point geometry