org.springframework.data.solr.core.geo
Class Point
java.lang.Object
org.springframework.data.solr.core.geo.Point
public class Point
- extends Object
- Since:
- 1.1
- Author:
- Christoph Strobl
|
Constructor Summary |
Point(double x,
double y)
|
Point(double x,
double y,
double z)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point
public Point(double x,
double y)
Point
public Point(double x,
double y,
double z)
getX
public Double getX()
getY
public Double getY()
getZ
public Double getZ()
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.