Uses of Class
org.apache.lucene.geo.Geometry

Packages that use Geometry
Package
Description
The logical representation of a Document for indexing and searching.
Core geo-spatial types and utilities for handling geographical data and spatial operations in Lucene.
  • Uses of Geometry in org.apache.lucene.document

    Fields in org.apache.lucene.document declared as Geometry
    Modifier and Type
    Field
    Description
    protected final Geometry
    ShapeDocValues.boundingBox
    the bounding box of the shape docvalue
    protected final Geometry
    ShapeDocValues.boundingBox
    the bounding box of the shape docvalue
    protected final Geometry
    ShapeDocValues.centroid
    the centroid of the shape docvalue
    protected final Geometry
    ShapeDocValues.centroid
    the centroid of the shape docvalue
    Methods in org.apache.lucene.document that return Geometry
    Modifier and Type
    Method
    Description
    abstract Geometry
    ShapeDocValuesField.getBoundingBox()
    retrieves the bounding box for the geometry
    abstract Geometry
    ShapeDocValuesField.getCentroid()
    retrieves the centroid location for the geometry
  • Uses of Geometry in org.apache.lucene.geo

    Modifier and Type
    Class
    Description
    final class 
    Represents a circle on the Earth's surface defined by a center point and radius.
    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 rectangular bounding box on Earth's surface.
    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.