Class GeoJsonLineString
java.lang.Object
com.arangodb.springframework.core.geo.GeoJsonMultiPoint
com.arangodb.springframework.core.geo.GeoJsonLineString
GeoJsonLineString is defined as list of at least 2 Points.- Author:
- Christoph Strobl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoJsonLineString(List<Point> points) Creates a newGeoJsonLineStringfor the givenPoints.GeoJsonLineString(Point first, Point second, Point... others) Creates a newGeoJsonLineStringfor the givenPoints. -
Method Summary
Methods inherited from class com.arangodb.springframework.core.geo.GeoJsonMultiPoint
equals, getCoordinates, hashCode
-
Constructor Details
-
GeoJsonLineString
Creates a newGeoJsonLineStringfor the givenPoints.- Parameters:
points- must not be null and have at least 2 entries.
-
GeoJsonLineString
Creates a newGeoJsonLineStringfor the givenPoints.- Parameters:
first- must not be nullsecond- must not be nullothers- can be null
-
-
Method Details