Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoPoint

Packages that use GeoPoint
org.springframework.data.elasticsearch.core.geo   
org.springframework.data.elasticsearch.core.query   
 

Uses of GeoPoint in org.springframework.data.elasticsearch.core.geo
 

Methods in org.springframework.data.elasticsearch.core.geo that return GeoPoint
 GeoPoint GeoBox.getBottomRight()
           
 GeoPoint GeoBox.getTopLeft()
           
 

Constructors in org.springframework.data.elasticsearch.core.geo with parameters of type GeoPoint
GeoBox(GeoPoint topLeft, GeoPoint bottomRight)
           
 

Uses of GeoPoint in org.springframework.data.elasticsearch.core.query
 

Methods in org.springframework.data.elasticsearch.core.query with parameters of type GeoPoint
 Criteria Criteria.boundedBy(GeoPoint topLeftPoint, GeoPoint bottomRightPoint)
          Creates new CriteriaEntry for bounding box created from points
 Criteria Criteria.within(GeoPoint location, String distance)
          Creates new CriteriaEntry for location WITHIN distance
 


Spring Data Elasticsearch

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