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 (package private) Rectangle
LatLonShapeBoundingBoxQuery. rectangle
-
Uses of Rectangle in org.apache.lucene.geo
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 static Rectangle2D
Rectangle2D. create(Rectangle rectangle)
Builds a Rectangle2D from 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)
-