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.boundingBox
the bounding box of the shape docvalueprotected final Geometry
ShapeDocValues.centroid
the centroid of the shape docvalueprotected final Geometry
ShapeDocValues.centroid
the centroid of the shape docvalueMethods in org.apache.lucene.document that return GeometryModifier and TypeMethodDescriptionabstract Geometry
ShapeDocValuesField.getBoundingBox()
retrieves the bounding box for the geometryabstract Geometry
ShapeDocValuesField.getCentroid()
retrieves the centroid location for the geometry -
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.