Package | Description |
---|---|
org.apache.lucene.spatial.tier |
Support for filtering based upon geographic location.
|
Modifier and Type | Field and Description |
---|---|
protected DistanceHandler.Precision |
DistanceFilter.precise |
Modifier and Type | Method and Description |
---|---|
DistanceHandler.Precision |
DistanceHandler.getPrecision() |
static DistanceHandler.Precision |
DistanceHandler.Precision.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static double |
DistanceHandler.getPrecision(double x,
DistanceHandler.Precision thisPrecise) |
Constructor and Description |
---|
DistanceHandler(java.util.Map<java.lang.Integer,java.lang.Double> distances,
java.util.Map<java.lang.String,java.lang.Double> distanceLookupCache,
DistanceHandler.Precision precise) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.