Spring Data Solr

Uses of Class
org.springframework.data.solr.core.geo.GeoLocation

Packages that use GeoLocation
org.springframework.data.solr.core.geo   
org.springframework.data.solr.core.query   
 

Uses of GeoLocation in org.springframework.data.solr.core.geo
 

Methods in org.springframework.data.solr.core.geo that return GeoLocation
 GeoLocation GeoConverters.StringToGeoLocationConverter.convert(String source)
           
 GeoLocation BoundingBox.getGeoLocationEnd()
           
 GeoLocation BoundingBox.getGeoLocationStart()
           
 

Methods in org.springframework.data.solr.core.geo with parameters of type GeoLocation
 String GeoConverters.GeoLocationToStringConverter.convert(GeoLocation source)
           
 BoundingBox BoundingBox.Builder.endingAt(GeoLocation end)
           
 void BoundingBox.setGeoLocationEnd(GeoLocation geoLocationEnd)
           
 void BoundingBox.setGeoLocationStart(GeoLocation geoLocationStart)
           
static BoundingBox.Builder BoundingBox.startingAt(GeoLocation start)
          create bounding box via builder.
 

Constructors in org.springframework.data.solr.core.geo with parameters of type GeoLocation
BoundingBox.Builder(GeoLocation start)
           
BoundingBox(GeoLocation geoLocationStart, GeoLocation geoLocationEnd)
          Create new BoundingBox for given locations
 

Uses of GeoLocation in org.springframework.data.solr.core.query
 

Methods in org.springframework.data.solr.core.query with parameters of type GeoLocation
static GeoHashFunction GeoHashFunction.geohash(GeoLocation location)
           
 Criteria Criteria.near(GeoLocation location, Distance distance)
          Creates new Criteria.CriteriaEntry for {@code !
 GeoDistanceFunction GeoDistanceFunction.Builder.to(GeoLocation geoLocation)
           
 Criteria Criteria.within(GeoLocation location, Distance distance)
          Creates new Criteria.CriteriaEntry for {@code !
 

Constructors in org.springframework.data.solr.core.query with parameters of type GeoLocation
DistanceField(String geoFieldName, GeoLocation location)
           
DistanceField(String alias, String geoFieldName, GeoLocation location)
           
 


Spring Data Solr

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