org.springframework.data.solr.core.geo
Class Point
java.lang.Object
org.springframework.data.geo.Point
org.springframework.data.solr.core.geo.Point
- All Implemented Interfaces:
- Serializable
public class Point
- extends org.springframework.data.geo.Point
- Since:
- 1.1
- Author:
- Christoph Strobl
- See Also:
- Serialized Form
|
Constructor Summary |
Point(double x,
double y)
|
Point(double x,
double y,
double z)
|
| Methods inherited from class org.springframework.data.geo.Point |
equals, getX, getY, hashCode, toString |
Point
public Point(double x,
double y)
Point
public Point(double x,
double y,
double z)
getZ
public Double getZ()
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.