Spring Data Solr

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

java.lang.Object
  extended by 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)
           
 
Method Summary
 Double getX()
           
 Double getY()
           
 Double getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(double x,
             double y)

Point

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

getX

public Double getX()

getY

public Double getY()

getZ

public Double getZ()

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.