public final class LineString extends Geometry
| Constructor | Description |
|---|---|
LineString(CoordinateReferenceSystem coordinateReferenceSystem,
List<Position> coordinates) |
Construct an instance with the given coordinates and coordinate reference system.
|
LineString(List<Position> coordinates) |
Construct an instance with the given coordinates.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
List<Position> |
getCoordinates() |
Gets the GeoJSON coordinates of this LineString.
|
GeoJsonObjectType |
getType() |
Gets the GeoJSON object type.
|
int |
hashCode() |
|
String |
toString() |
getCoordinateReferenceSystem, toJsonpublic LineString(List<Position> coordinates)
coordinates - the coordinatespublic LineString(@Nullable CoordinateReferenceSystem coordinateReferenceSystem, List<Position> coordinates)
coordinateReferenceSystem - the coordinate reference systemcoordinates - the coordinatespublic GeoJsonObjectType getType()
Geometrypublic List<Position> getCoordinates()