Uses of Class
org.apache.lucene.spatial.tier.DistanceHandler.Precision

Packages that use DistanceHandler.Precision
org.apache.lucene.spatial.tier Support for filtering based upon geographic location. 
 

Uses of DistanceHandler.Precision in org.apache.lucene.spatial.tier
 

Fields in org.apache.lucene.spatial.tier declared as DistanceHandler.Precision
protected  DistanceHandler.Precision DistanceFilter.precise
           
 

Methods in org.apache.lucene.spatial.tier that return DistanceHandler.Precision
 DistanceHandler.Precision DistanceHandler.getPrecision()
           
static DistanceHandler.Precision DistanceHandler.Precision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistanceHandler.Precision[] DistanceHandler.Precision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.spatial.tier with parameters of type DistanceHandler.Precision
static double DistanceHandler.getPrecision(double x, DistanceHandler.Precision thisPrecise)
           
 

Constructors in org.apache.lucene.spatial.tier with parameters of type DistanceHandler.Precision
DistanceHandler(Map<Integer,Double> distances, Map<String,Double> distanceLookupCache, DistanceHandler.Precision precise)
           
 



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