Uses of Class
org.apache.lucene.document.SpatialQuery.EncodedRectangle
-
Packages that use SpatialQuery.EncodedRectangle Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of SpatialQuery.EncodedRectangle in org.apache.lucene.document
Subclasses of SpatialQuery.EncodedRectangle in org.apache.lucene.document Modifier and Type Class Description private static class
LatLonShapeBoundingBoxQuery.EncodedLatLonRectangle
Holds spatial logic for a bounding box that works in the encoded spaceprivate class
ShapeDocValues.Reader.BBox
Fields in org.apache.lucene.document declared as SpatialQuery.EncodedRectangle Modifier and Type Field Description private SpatialQuery.EncodedRectangle
ShapeDocValues.ShapeComparator. boundingBox
Methods in org.apache.lucene.document that return SpatialQuery.EncodedRectangle Modifier and Type Method Description private SpatialQuery.EncodedRectangle
ShapeDocValues.Reader. readBBox()
reads the component bounding boxprivate SpatialQuery.EncodedRectangle
ShapeDocValues.Reader. resetBBox(int minX, int maxX, int minY, int maxY)
resets the scratch bounding boxMethods in org.apache.lucene.document with parameters of type SpatialQuery.EncodedRectangle Modifier and Type Method Description private PointValues.Relation
ShapeDocValues.ShapeComparator. relateComponent(ShapeField.DecodedTriangle.TYPE type, SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double x, Component2D queryComponent2D)
relates the component based on type (POINT, LINE, TRIANGLE)private PointValues.Relation
ShapeDocValues.ShapeComparator. relateLine(SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double ax, Component2D query)
private PointValues.Relation
ShapeDocValues.ShapeComparator. relatePoint(SpatialQuery.EncodedRectangle bbox, int pMaxY, double ax, Component2D query)
private PointValues.Relation
ShapeDocValues.ShapeComparator. relateTriangle(SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double ax, Component2D queryComponent2D)
-