Spring Data Solr

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

java.lang.Object
  extended by org.springframework.data.geo.Point
      extended by 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)
           
 
Method Summary
 Double getZ()
           
 
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)

Point

public Point(double x,
             double y,
             double z)
Method Detail

getZ

public Double getZ()

Spring Data Solr

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