Package org.bremersee.geojson.model
Class LineString
java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.LineString
- All Implemented Interfaces:
Serializable
GeoJSON LineString.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bremersee.geojson.model.Geometry
Geometry.TypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new line string.LineString(BoundingBox bbox, List<Position> coordinates) Instantiates a new line string. -
Method Summary
-
Constructor Details
-
LineString
public LineString()Instantiates a new line string. -
LineString
Instantiates a new line string.- Parameters:
bbox- the bboxcoordinates- the coordinates
-