Class GeoJsonLineString

java.lang.Object
org.springframework.data.mongodb.core.geo.GeoJsonMultiPoint
org.springframework.data.mongodb.core.geo.GeoJsonLineString
All Implemented Interfaces:
GeoJson<Iterable<Point>>

public class GeoJsonLineString extends GeoJsonMultiPoint
GeoJsonLineString is defined as list of at least 2 Points.
Since:
1.7
Author:
Christoph Strobl
See Also: