Uses of Class
org.apache.lucene.geo.Rectangle
-
Packages that use Rectangle Package Description org.apache.lucene.document The logical representation of aDocumentfor 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 RectangleLatLonShapeBoundingBoxQuery. rectangleConstructors 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) RectangleCircle2D.HaversinDistance. rectangleMethods in org.apache.lucene.geo that return Rectangle Modifier and Type Method Description static 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(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 Component2DRectangle2D. create(Rectangle rectangle)create a component2D from the provided LatLon rectangleMethod parameters in org.apache.lucene.geo with type arguments of type Rectangle Modifier and Type Method Description private static GeoEncodingUtils.GridGeoEncodingUtils. createSubBoxes(double shapeMinLat, double shapeMaxLat, double shapeMinLon, double shapeMaxLon, java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation)
-