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 GeometryShapeDocValues.boundingBoxthe bounding box of the shape docvalueprotected final GeometryShapeDocValues.centroidthe centroid of the shape docvalue(package private) final Geometry[]SpatialQuery.geometriesMethods in org.apache.lucene.document that return GeometryModifier and TypeMethodDescriptionprotected abstract GeometryShapeDocValues.computeBoundingBox()protected abstract GeometryShapeDocValues.computeCentroid()abstract GeometryShapeDocValues.getBoundingBox()abstract GeometryShapeDocValuesField.getBoundingBox()retrieves the bounding box for the geometryabstract GeometryShapeDocValues.getCentroid()abstract GeometryShapeDocValuesField.getCentroid()retrieves the centroid location for the geometryMethods in org.apache.lucene.document with parameters of type GeometryModifier and TypeMethodDescriptionprotected Component2DLatLonPointQuery.createComponent2D(Geometry... geometries) protected Component2DLatLonShapeBoundingBoxQuery.createComponent2D(Geometry... geometries) protected Component2DLatLonShapeDocValuesQuery.createComponent2D(Geometry... geometries) protected Component2DLatLonShapeQuery.createComponent2D(Geometry... geometries) protected abstract Component2DSpatialQuery.createComponent2D(Geometry... geometries) protected Component2DXYShapeDocValuesQuery.createComponent2D(Geometry... geometries) protected Component2DXYShapeQuery.createComponent2D(Geometry... geometries) Constructors in org.apache.lucene.document with parameters of type GeometryModifierConstructorDescription(package private)BaseShapeDocValuesQuery(String field, ShapeField.QueryRelation queryRelation, Geometry... geometries) protectedSpatialQuery(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 classRepresents a circle on the earth's surface.classLat/Lon Geometry object.classRepresents a line on the earth's surface.final classRepresents a point on the earth's surface.final classRepresents a closed polygon on the earth's surface.classRepresents a lat/lon rectangle.final classRepresents a circle on the XY plane.classCartesian Geometry object.classRepresents a line in cartesian space.final classRepresents a point on the earth's surface.final classRepresents a polygon in cartesian space.final classRepresents a x/y cartesian rectangle.