Dependencies
Declarations
-
org
-
apache
-
lucene
-
spatial3d
-
Geo3DDocValuesField
-
inverseMaximumValue: double
-
inverseXFactor: double
-
inverseYFactor: double
-
inverseZFactor: double
-
xFactor: double
-
yFactor: double
-
zFactor: double
-
STEP_FUDGE: double
-
xStep: double
-
yStep: double
-
zStep: double
-
TYPE: FieldType
-
static class initializer
-
Geo3DDocValuesField(String, GeoPoint): void
-
Geo3DDocValuesField(String, double, double, double): void
-
setLocationValue(GeoPoint): void
-
setLocationValue(double, double, double): void
-
encodePoint(GeoPoint): long
-
encodePoint(double, double, double): long
-
decodePoint(long): GeoPoint
-
decodeXValue(long): double
-
decodeYValue(long): double
-
decodeZValue(long): double
-
roundDownX(double): double
-
roundUpX(double): double
-
roundDownY(double): double
-
roundUpY(double): double
-
roundDownZ(double): double
-
roundUpZ(double): double
-
encodeX(double): int
-
decodeX(int): double
-
encodeY(double): int
-
decodeY(int): double
-
encodeZ(double): int
-
decodeZ(int): double
-
checkCompatible(FieldInfo): void
-
toString(): String
-
newDistanceSort(String, double, double, double): SortField
-
newPathSort(String, double[], double[], double): SortField
-
newOutsideDistanceSort(String, double, double, double): SortField
-
newOutsideBoxSort(String, double, double, double, double): SortField
-
newOutsidePolygonSort(String, Polygon[]): SortField
-
newOutsideLargePolygonSort(String, Polygon[]): SortField
-
newOutsidePathSort(String, double[], double[], double): SortField
-
-
Geo3DPoint
-
TYPE: FieldType
-
static class initializer
-
Geo3DPoint(String, double, double): void
-
newDistanceQuery(String, double, double, double): Query
-
newBoxQuery(String, double, double, double, double): Query
-
newPolygonQuery(String, Polygon[]): Query
-
newLargePolygonQuery(String, Polygon[]): Query
-
newPathQuery(String, double[], double[], double): Query
-
Geo3DPoint(String, double, double, double): void
-
fillFieldsData(double, double, double): void
-
encodeDimension(double, byte[], int): void
-
decodeDimension(byte[], int): double
-
newShapeQuery(String, GeoShape): Query
-
toString(): String
-
-
Geo3DPointDistanceComparator
-
field: String
-
distanceShape: GeoDistanceShape
-
values: double[]
-
bottomDistance: double
-
topValue: double
-
currentDocs: SortedNumericDocValues
-
priorityQueueBounds: XYZBounds
-
setBottomCounter: int
-
Geo3DPointDistanceComparator(String, GeoDistanceShape, int): void
-
setScorer(Scorable): void
-
compare(int, int): int
-
setBottom(int): void
-
setTopValue(Double): void
-
compareBottom(int): int
-
copy(int, int): void
-
getLeafComparator(LeafReaderContext): LeafFieldComparator
-
value(int): Double
-
compareTop(int): int
-
computeMinimumDistance(int): double
-
-
Geo3DPointOutsideDistanceComparator
-
field: String
-
distanceShape: GeoOutsideDistance
-
values: double[]
-
bottomDistance: double
-
topValue: double
-
currentDocs: SortedNumericDocValues
-
Geo3DPointOutsideDistanceComparator(String, GeoOutsideDistance, int): void
-
setScorer(Scorable): void
-
compare(int, int): int
-
setBottom(int): void
-
setTopValue(Double): void
-
compareBottom(int): int
-
copy(int, int): void
-
getLeafComparator(LeafReaderContext): LeafFieldComparator
-
value(int): Double
-
compareTop(int): int
-
computeMinimumDistance(int): double
-
-
Geo3DPointOutsideSortField
-
Geo3DPointSortField
-
Geo3DUtil
-
RADIANS_PER_METER: double
-
RADIANS_PER_DEGREE: double
-
MAX_VALUE: double
-
BITS: int
-
MUL: double
-
DECODE: double
-
MIN_ENCODED_VALUE: int
-
MAX_ENCODED_VALUE: int
-
encodeValue(double): int
-
decodeValue(int): double
-
decodeValueFloor(int): double
-
getNextSafeDouble(double): double
-
decodeValueCeil(int): double
-
fromDegrees(double): double
-
fromMeters(double): double
-
fromPolygon(Polygon[]): GeoPolygon
-
fromLargePolygon(Polygon[]): GeoPolygon
-
fromPath(double[], double[], double): GeoPath
-
fromDistance(double, double, double): GeoCircle
-
fromBox(double, double, double, double): GeoBBox
-
fromPolygon(Polygon): GeoPolygon
-
convertToDescription(Polygon[]): List<PolygonDescription>
-
-
PointInGeo3DShapeQuery
-
BASE_RAM_BYTES: long
-
field: String
-
shape: GeoShape
-
shapeBounds: XYZBounds
-
PointInGeo3DShapeQuery(String, GeoShape): void
-
visit(QueryVisitor): void
-
createWeight(IndexSearcher, ScoreMode, float): Weight
-
getField(): String
-
getShape(): GeoShape
-
equals(Object): boolean
-
equalsTo(PointInGeo3DShapeQuery): boolean
-
hashCode(): int
-
toString(String): String
-
ramBytesUsed(): long
-
-
PointInShapeIntersectVisitor
-
hits: DocIdSetBuilder
-
shape: GeoShape
-
minimumX: double
-
maximumX: double
-
minimumY: double
-
maximumY: double
-
minimumZ: double
-
maximumZ: double
-
adder: BulkAdder
-
PointInShapeIntersectVisitor(DocIdSetBuilder, GeoShape, XYZBounds): void
-
grow(int): void
-
visit(int): void
-
visit(int, byte[]): void
-
compare(byte[], byte[]): Relation
-
-
geom
-
ArcDistance
-
BasePlanetObject
-
BaseXYZSolid
-
Bounded
-
Bounds
-
DistanceStyle
-
GeoArea
-
GeoAreaFactory
-
GeoAreaShape
-
GeoBBox
-
GeoBBoxFactory
-
GeoBaseAreaShape
-
GeoBaseBBox
-
GeoBaseCircle
-
GeoBaseCompositeAreaShape
-
GeoBaseCompositeMembershipShape
-
GeoBaseCompositeShape
-
GeoBaseDistanceShape
-
GeoBaseMembershipShape
-
GeoBasePath
-
GeoBasePolygon
-
GeoBaseShape
-
GeoCircle
-
GeoCircleFactory
-
GeoComplexPolygon
-
GeoCompositeAreaShape
-
GeoCompositeMembershipShape
-
GeoCompositePolygon
-
GeoConcavePolygon
-
GeoConvexPolygon
-
GeoDegenerateHorizontalLine
-
GeoDegenerateLatitudeZone
-
GeoDegenerateLongitudeSlice
-
GeoDegeneratePath
-
GeoDegeneratePoint
-
GeoDegenerateVerticalLine
-
GeoDistance
-
GeoDistanceShape
-
GeoExactCircle
-
GeoLatitudeZone
-
GeoLongitudeSlice
-
GeoMembershipShape
-
GeoNorthLatitudeZone
-
GeoNorthRectangle
-
GeoOutsideDistance
-
GeoPath
-
GeoPathFactory
-
GeoPoint
-
GeoPointShape
-
GeoPointShapeFactory
-
GeoPolygon
-
GeoPolygonFactory
-
GeoRectangle
-
GeoS2Shape
-
GeoS2ShapeFactory
-
GeoShape
-
GeoSizeable
-
GeoSouthLatitudeZone
-
GeoSouthRectangle
-
GeoStandardCircle
-
GeoStandardPath
-
GeoWideDegenerateHorizontalLine
-
GeoWideLongitudeSlice
-
GeoWideNorthRectangle
-
GeoWideRectangle
-
GeoWideSouthRectangle
-
GeoWorld
-
LatLonBounds
-
LinearDistance
-
LinearSquaredDistance
-
Membership
-
NormalDistance
-
NormalSquaredDistance
-
Plane
-
PlanetModel
-
PlanetObject
-
SerializableObject
-
SidedPlane
-
StandardObjects
-
StandardXYZSolid
-
Tools
-
Vector
-
XYZBounds
-
XYZSolid
-
XYZSolidFactory
-
XYdZSolid
-
XdYZSolid
-
XdYdZSolid
-
dXYZSolid
-
dXYdZSolid
-
dXdYZSolid
-
dXdYdZSolid
-
-
-
spatial3d
-
lucene
-
apache