public class HaversineConstFunction extends ValueSource
| Modifier and Type | Field and Description |
|---|---|
static double |
DEGREES_TO_RADIANS |
static ValueSourceParser |
parser |
static double |
RADIANS_TO_DEGREES |
| Constructor and Description |
|---|
HaversineConstFunction(double latCenter,
double lonCenter,
VectorValueSource vs) |
| Modifier and Type | Method and Description |
|---|---|
void |
createWeight(Map context,
IndexSearcher searcher) |
String |
description() |
boolean |
equals(Object o) |
FunctionValues |
getValues(Map context,
AtomicReaderContext readerContext) |
int |
hashCode() |
protected String |
name() |
getSortField, newContext, toStringpublic static final double DEGREES_TO_RADIANS
public static final double RADIANS_TO_DEGREES
public static ValueSourceParser parser
public HaversineConstFunction(double latCenter,
double lonCenter,
VectorValueSource vs)
protected String name()
public FunctionValues getValues(Map context, AtomicReaderContext readerContext) throws IOException
getValues in class ValueSourceIOExceptionpublic void createWeight(Map context, IndexSearcher searcher) throws IOException
createWeight in class ValueSourceIOExceptionpublic boolean equals(Object o)
equals in class ValueSourcepublic int hashCode()
hashCode in class ValueSourcepublic String description()
description in class ValueSourceCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.