Uses of Class
org.apache.lucene.geo.Rectangle
-
Packages that use Rectangle Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of Rectangle in org.apache.lucene.document
Fields in org.apache.lucene.document declared as Rectangle Modifier and Type Field Description private Rectangle
LatLonShapeBoundingBoxQuery. rectangle
Constructors in org.apache.lucene.document with parameters of type Rectangle Constructor Description LatLonShapeBoundingBoxQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, Rectangle rectangle)
-
Uses of Rectangle in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as Rectangle Modifier and Type Field Description (package private) Rectangle
Circle2D.HaversinDistance. rectangle
Methods in org.apache.lucene.geo that return Rectangle Modifier and Type Method Description static 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(java.io.StreamTokenizer stream)
parses an ENVELOPEMethods in org.apache.lucene.geo with parameters of type Rectangle Modifier and Type Method Description (package private) static Component2D
Rectangle2D. create(Rectangle rectangle)
create a component2D from the provided LatLon rectangleprivate static GeoEncodingUtils.Grid
GeoEncodingUtils. createSubBoxes(Rectangle boundingBox, java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation)
Method parameters in org.apache.lucene.geo with type arguments of type Rectangle Modifier and Type Method Description private static GeoEncodingUtils.Grid
GeoEncodingUtils. createSubBoxes(Rectangle boundingBox, java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation)
-