|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Deprecated. |
Methods in org.apache.lucene.spatial.tier that return DistanceHandler.Precision | |
---|---|
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're declared. |
Methods in org.apache.lucene.spatial.tier with parameters of type DistanceHandler.Precision | |
---|---|
static double |
DistanceHandler.getPrecision(double x,
DistanceHandler.Precision thisPrecise)
Deprecated. |
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)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |