Uses of Class
org.apache.lucene.spatial.tier.DistanceHandler.Precision
-
Packages that use DistanceHandler.Precision Package Description 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 Modifier and Type Field Description protected DistanceHandler.Precision
DistanceFilter. precise
Deprecated.Methods in org.apache.lucene.spatial.tier that return DistanceHandler.Precision Modifier and Type Method Description DistanceHandler.Precision
DistanceHandler. getPrecision()
Deprecated.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 Modifier and Type Method Description static double
DistanceHandler. getPrecision(double x, DistanceHandler.Precision thisPrecise)
Deprecated.Constructors in org.apache.lucene.spatial.tier with parameters of type DistanceHandler.Precision Constructor Description DistanceHandler(Map<Integer,Double> distances, Map<String,Double> distanceLookupCache, DistanceHandler.Precision precise)
Deprecated.
-