Class LineString

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

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

    • LineString

      public LineString()
      Instantiates a new line string.
    • LineString

      public LineString(BoundingBox bbox, List<Position> coordinates)
      Instantiates a new line string.
      Parameters:
      bbox - the bbox
      coordinates - the coordinates