Uses of Class
org.apache.lucene.spatial.tier.DistanceFilter

Packages that use DistanceFilter
org.apache.lucene.spatial.geohash Support for Geohash encoding, decoding, and filtering. 
org.apache.lucene.spatial.tier Support for filtering based upon geographic location. 
 

Uses of DistanceFilter in org.apache.lucene.spatial.geohash
 

Subclasses of DistanceFilter in org.apache.lucene.spatial.geohash
 class GeoHashDistanceFilter
          NOTE: This API is still in flux and might change in incompatible ways in the next release.
 

Uses of DistanceFilter in org.apache.lucene.spatial.tier
 

Subclasses of DistanceFilter in org.apache.lucene.spatial.tier
 class LatLongDistanceFilter
          NOTE: This API is still in flux and might change in incompatible ways in the next release.
 

Methods in org.apache.lucene.spatial.tier that return DistanceFilter
 DistanceFilter DistanceQueryBuilder.getDistanceFilter()
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.