Uses of Class
org.apache.lucene.document.SpatialQuery.EncodedRectangle
Packages that use SpatialQuery.EncodedRectangle
-
Uses of SpatialQuery.EncodedRectangle in org.apache.lucene.document
Subclasses of SpatialQuery.EncodedRectangle in org.apache.lucene.documentModifier and TypeClassDescriptionprivate static class
Holds spatial logic for a bounding box that works in the encoded spaceprivate final class
Fields in org.apache.lucene.document declared as SpatialQuery.EncodedRectangleModifier and TypeFieldDescriptionprivate final SpatialQuery.EncodedRectangle
ShapeDocValues.ShapeComparator.boundingBox
Methods in org.apache.lucene.document that return SpatialQuery.EncodedRectangleModifier and TypeMethodDescriptionprivate 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.EncodedRectangleModifier and TypeMethodDescriptionprivate 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)