Uses of Class
org.apache.lucene.geo.Geometry
Packages that use Geometry
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Geometry in org.apache.lucene.document
Fields in org.apache.lucene.document declared as GeometryModifier and TypeFieldDescriptionprotected final Geometry
ShapeDocValues.boundingBox
the bounding box of the shape docvalueprotected final Geometry
ShapeDocValues.centroid
the centroid of the shape docvalue(package private) final Geometry[]
SpatialQuery.geometries
Methods in org.apache.lucene.document that return GeometryModifier and TypeMethodDescriptionprotected abstract Geometry
ShapeDocValues.computeBoundingBox()
protected abstract Geometry
ShapeDocValues.computeCentroid()
abstract Geometry
ShapeDocValues.getBoundingBox()
abstract Geometry
ShapeDocValuesField.getBoundingBox()
retrieves the bounding box for the geometryabstract Geometry
ShapeDocValues.getCentroid()
abstract Geometry
ShapeDocValuesField.getCentroid()
retrieves the centroid location for the geometryMethods in org.apache.lucene.document with parameters of type GeometryModifier and TypeMethodDescriptionprotected Component2D
LatLonPointQuery.createComponent2D
(Geometry... geometries) protected Component2D
LatLonShapeBoundingBoxQuery.createComponent2D
(Geometry... geometries) protected Component2D
LatLonShapeDocValuesQuery.createComponent2D
(Geometry... geometries) protected Component2D
LatLonShapeQuery.createComponent2D
(Geometry... geometries) protected abstract Component2D
SpatialQuery.createComponent2D
(Geometry... geometries) protected Component2D
XYShapeDocValuesQuery.createComponent2D
(Geometry... geometries) protected Component2D
XYShapeQuery.createComponent2D
(Geometry... geometries) Constructors in org.apache.lucene.document with parameters of type GeometryModifierConstructorDescription(package private)
BaseShapeDocValuesQuery
(String field, ShapeField.QueryRelation queryRelation, Geometry... geometries) protected
SpatialQuery
(String field, ShapeField.QueryRelation queryRelation, Geometry... geometries) -
Uses of Geometry in org.apache.lucene.geo
Subclasses of Geometry in org.apache.lucene.geoModifier and TypeClassDescriptionfinal class
Represents a circle on the earth's surface.class
Lat/Lon Geometry object.class
Represents a line on the earth's surface.final class
Represents a point on the earth's surface.final class
Represents a closed polygon on the earth's surface.class
Represents a lat/lon rectangle.final class
Represents a circle on the XY plane.class
Cartesian Geometry object.class
Represents a line in cartesian space.final class
Represents a point on the earth's surface.final class
Represents a polygon in cartesian space.final class
Represents a x/y cartesian rectangle.