Class Point

java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.Point
All Implemented Interfaces:
Serializable

public class Point extends Geometry implements Serializable
GeoJSON Point.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • Point

      public Point()
      Instantiates a new point.
    • Point

      public Point(BoundingBox bbox, Position coordinates)
      Instantiates a new point.
      Parameters:
      bbox - the bbox
      coordinates - the coordinates