Spring Data MongoDB - Core

org.springframework.data.mongodb.core.geo
Class Point

java.lang.Object
  extended by org.springframework.data.geo.Point
      extended by 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 org.springframework.data.geo.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(org.springframework.data.geo.Point point)
          Deprecated.  
 
Method Summary
 double[] asArray()
          Deprecated.  
 List<Double> asList()
          Deprecated.  
static List<Double> asList(org.springframework.data.geo.Point point)
          Deprecated.  
 
Methods inherited from class org.springframework.data.geo.Point
equals, getX, getY, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(double x,
             double y)
Deprecated. 

Point

public Point(org.springframework.data.geo.Point point)
Deprecated. 
Method Detail

asArray

public double[] asArray()
Deprecated. 

asList

public List<Double> asList()
Deprecated. 

asList

public static List<Double> asList(org.springframework.data.geo.Point point)
Deprecated. 

Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.