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 RectangleConstructors 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 Rectangle
Circle2D.HaversinDistance.rectangle
Methods in org.apache.lucene.geo that return RectangleModifier and TypeMethodDescriptionstatic Rectangle
Rectangle.fromPointDistance
(double centerLat, double centerLon, double radiusMeters) Compute Bounding Box for a circle using WGS-84 parametersstatic Rectangle
Rectangle.fromPolygon
(Polygon[] polygons) Returns the bounding box over an array of polygonsprivate static Rectangle
SimpleWKTShapeParser.parseBBox
(StreamTokenizer stream) parses an ENVELOPEMethods in org.apache.lucene.geo with parameters of type RectangleModifier and TypeMethodDescription(package private) static Component2D
create a component2D from the provided LatLon rectangleMethod parameters in org.apache.lucene.geo with type arguments of type RectangleModifier and TypeMethodDescriptionprivate static GeoEncodingUtils.Grid
GeoEncodingUtils.createSubBoxes
(double shapeMinLat, double shapeMaxLat, double shapeMinLon, double shapeMaxLon, Function<Rectangle, PointValues.Relation> boxToRelation)