Package com.mongodb.client.model.geojson
Class LineString
java.lang.Object
com.mongodb.client.model.geojson.Geometry
com.mongodb.client.model.geojson.LineString
A representation of a GeoJSON LineString.
- Since:
- 3.1
-
Constructor Summary
ConstructorDescriptionLineString
(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. -
Method Summary
Methods inherited from class com.mongodb.client.model.geojson.Geometry
getCoordinateReferenceSystem, toJson
-
Constructor Details
-
LineString
Construct an instance with the given coordinates.- Parameters:
coordinates
- the coordinates
-
LineString
public LineString(@Nullable CoordinateReferenceSystem coordinateReferenceSystem, List<Position> coordinates) Construct an instance with the given coordinates and coordinate reference system.- Parameters:
coordinateReferenceSystem
- the coordinate reference systemcoordinates
- the coordinates
-
-
Method Details
-
getType
Description copied from class:Geometry
Gets the GeoJSON object type. -
getCoordinates
Gets the GeoJSON coordinates of this LineString.- Returns:
- the coordinates
-
equals
-
hashCode
public int hashCode() -
toString
-