Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
protected PointValues.Relation |
XYShapeBoundingBoxQuery.relateRangeBBoxToQuery(int minXOffset,
int minYOffset,
byte[] minTriangle,
int maxXOffset,
int maxYOffset,
byte[] maxTriangle) |
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
Rectangle2D.intersectRangeBBox(int minXOffset,
int minYOffset,
byte[] minTriangle,
int maxXOffset,
int maxYOffset,
byte[] maxTriangle)
intersects this to a provided range bounding box
|
PointValues.Relation |
XYRectangle2D.relate(double minX,
double maxX,
double minY,
double maxY) |
PointValues.Relation |
Line2D.relate(double minX,
double maxX,
double minY,
double maxY) |
PointValues.Relation |
Polygon2D.relate(double minX,
double maxX,
double minY,
double maxY) |
PointValues.Relation |
Component2D.relate(double minX,
double maxX,
double minY,
double maxY)
relates this component2D with a bounding box
|
static PointValues.Relation |
GeoUtils.relate(double minLat,
double maxLat,
double minLon,
double maxLon,
double lat,
double lon,
double distanceSortKey,
double axisLat)
Compute the relation between the provided box and distance query.
|
PointValues.Relation |
Rectangle2D.relateRangeBBox(int minXOffset,
int minYOffset,
byte[] minTriangle,
int maxXOffset,
int maxYOffset,
byte[] maxTriangle)
compare this to a provided range bounding box
|
default PointValues.Relation |
Component2D.relateTriangle(double aX,
double aY,
double bX,
double bY,
double cX,
double cY)
relates this component2D with a triangle
|
PointValues.Relation |
XYRectangle2D.relateTriangle(double minX,
double maxX,
double minY,
double maxY,
double ax,
double ay,
double bx,
double by,
double cx,
double cy) |
PointValues.Relation |
Line2D.relateTriangle(double minX,
double maxX,
double minY,
double maxY,
double ax,
double ay,
double bx,
double by,
double cx,
double cy) |
PointValues.Relation |
Polygon2D.relateTriangle(double minX,
double maxX,
double minY,
double maxY,
double ax,
double ay,
double bx,
double by,
double cx,
double cy) |
PointValues.Relation |
Component2D.relateTriangle(double minX,
double maxX,
double minY,
double maxY,
double aX,
double aY,
double bX,
double bY,
double cX,
double cY)
relates this component2D with a triangle
|
Modifier and Type | Method and Description |
---|---|
PointValues.Relation |
PointValues.IntersectVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue)
Called for non-leaf cells to test how the cell relates to the query, to
determine how to further recurse down the tree.
|
PointValues.Relation |
CheckIndex.VerifyPointsVisitor.compare(byte[] minPackedValue,
byte[] maxPackedValue) |
static PointValues.Relation |
PointValues.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointValues.Relation[] |
PointValues.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.