Class Polygon

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

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

    • Polygon

      public Polygon()
      Instantiates a new polygon.
    • Polygon

      public Polygon(BoundingBox bbox, List<List<Position>> coordinates)
      Instantiates a new polygon.
      Parameters:
      bbox - the bbox
      coordinates - the coordinates