- java.lang.Object
-
- org.apache.lucene.document.SpatialQuery.EncodedRectangle
-
- org.apache.lucene.document.ShapeDocValues.Reader.BBox
-
- Enclosing class:
- ShapeDocValues.Reader
private final class ShapeDocValues.Reader.BBox extends SpatialQuery.EncodedRectangle
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.document.SpatialQuery.EncodedRectangle
maxX, maxY, minX, minY, wrapsCoordinateSystem
-
-
Constructor Summary
Constructors Constructor Description BBox(int minX, int maxX, int minY, int maxY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ShapeDocValues.Reader.BBox
reset(int minX, int maxX, int minY, int maxY)
resets bounding box values-
Methods inherited from class org.apache.lucene.document.SpatialQuery.EncodedRectangle
contains, containsLine, containsRectangle, containsTriangle, intersectsLine, intersectsRectangle, intersectsTriangle, withinLine, withinTriangle, wrapsCoordinateSystem
-
-
-
-
Method Detail
-
reset
ShapeDocValues.Reader.BBox reset(int minX, int maxX, int minY, int maxY)
resets bounding box values
-
-