Class GeoJsonPoint

java.lang.Object
org.springframework.data.geo.Point
org.springframework.data.mongodb.core.geo.GeoJsonPoint
All Implemented Interfaces:
Serializable, GeoJson<List<Double>>

public class GeoJsonPoint extends Point implements GeoJson<List<Double>>
GeoJson representation of Point. Uses Point.getX() as longitude and Point.getY() as latitude.
Since:
1.7
Author:
Christoph Strobl
See Also: