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