Uses of Class
org.apache.lucene.geo.Rectangle
Packages that use Rectangle
Package
Description
The logical representation of a
Document for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Rectangle in org.apache.lucene.document
Fields in org.apache.lucene.document declared as RectangleMethods in org.apache.lucene.document that return RectangleModifier and TypeMethodDescriptionprotected RectangleLatLonShapeDocValues.computeBoundingBox()LatLonShapeDocValues.getBoundingBox()LatLonShapeDocValuesField.getBoundingBox()retrieves the bounding box for the geometryConstructors in org.apache.lucene.document with parameters of type RectangleModifierConstructorDescription(package private)LatLonShapeBoundingBoxQuery(String field, ShapeField.QueryRelation queryRelation, Rectangle rectangle) -
Uses of Rectangle in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as RectangleModifier and TypeFieldDescription(package private) final RectangleCircle2D.HaversinDistance.rectangleMethods in org.apache.lucene.geo that return RectangleModifier and TypeMethodDescriptionstatic RectangleRectangle.fromPointDistance(double centerLat, double centerLon, double radiusMeters) Compute Bounding Box for a circle using WGS-84 parametersstatic RectangleRectangle.fromPolygon(Polygon[] polygons) Returns the bounding box over an array of polygonsprivate static RectangleSimpleWKTShapeParser.parseBBox(StreamTokenizer stream) parses an ENVELOPEMethods in org.apache.lucene.geo with parameters of type RectangleModifier and TypeMethodDescription(package private) static Component2Dcreate a component2D from the provided LatLon rectangleMethod parameters in org.apache.lucene.geo with type arguments of type RectangleModifier and TypeMethodDescriptionprivate static GeoEncodingUtils.GridGeoEncodingUtils.createSubBoxes(double shapeMinLat, double shapeMaxLat, double shapeMinLon, double shapeMaxLon, Function<Rectangle, PointValues.Relation> boxToRelation)