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 classHolds spatial logic for a bounding box that works in the encoded spaceprivate final classFields in org.apache.lucene.document declared as SpatialQuery.EncodedRectangleModifier and TypeFieldDescriptionprivate final SpatialQuery.EncodedRectangleShapeDocValues.ShapeComparator.boundingBoxMethods in org.apache.lucene.document that return SpatialQuery.EncodedRectangleModifier and TypeMethodDescriptionprivate SpatialQuery.EncodedRectangleShapeDocValues.Reader.readBBox()reads the component bounding boxprivate SpatialQuery.EncodedRectangleShapeDocValues.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.RelationShapeDocValues.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.RelationShapeDocValues.ShapeComparator.relateLine(SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double ax, Component2D query) private PointValues.RelationShapeDocValues.ShapeComparator.relatePoint(SpatialQuery.EncodedRectangle bbox, int pMaxY, double ax, Component2D query) private PointValues.RelationShapeDocValues.ShapeComparator.relateTriangle(SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double ax, Component2D queryComponent2D)