org.springframework.data.mongodb.core.geo
Class Point
java.lang.Object
org.springframework.data.geo.Point
org.springframework.data.mongodb.core.geo.Point
- All Implemented Interfaces:
- Serializable
Deprecated. As of release 1.5, replaced by Point. This class is scheduled to be
removed in the next major release.
@Deprecated
public class Point
- extends Point
Represents a geospatial point value.
- Author:
- Mark Pollack, Oliver Gierke, Thomas Darimont
- See Also:
- Serialized Form
|
Constructor Summary |
Point(double x,
double y)
Deprecated. |
Point(Point point)
Deprecated. |
Point
public Point(double x,
double y)
- Deprecated.
Point
public Point(Point point)
- Deprecated.
asArray
public double[] asArray()
- Deprecated.
asList
public List<Double> asList()
- Deprecated.
asList
public static List<Double> asList(Point point)
- Deprecated.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.