Spring Data Core

Uses of Class
org.springframework.data.geo.GeoResult

Packages that use GeoResult
org.springframework.data.geo Value types representing geo-spatial concepts. 
 

Uses of GeoResult in org.springframework.data.geo
 

Methods in org.springframework.data.geo that return types with arguments of type GeoResult
 List<GeoResult<T>> GeoResults.getContent()
          Returns the actual content of the GeoResults.
 Iterator<GeoResult<T>> GeoResults.iterator()
           
 

Constructor parameters in org.springframework.data.geo with type arguments of type GeoResult
GeoResults(List<? extends GeoResult<T>> results)
          Creates a new GeoResults instance manually calculating the average distance from the distance values of the given GeoResults.
GeoResults(List<? extends GeoResult<T>> results, Distance averageDistance)
          Creates a new GeoResults instance from the given GeoResults and average distance.
GeoResults(List<? extends GeoResult<T>> results, Metric metric)
          Creates a new GeoResults instance manually calculating the average distance in the given Metric from the distance values of the given GeoResults.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.