Uses of Package
org.apache.lucene.geo
Packages that use org.apache.lucene.geo
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Classes in org.apache.lucene.geo used by org.apache.lucene.documentClassDescriptionRepresents a circle on the earth's surface.2D Geometry object that supports spatial relationships with bounding boxes, triangles and points.Used by withinTriangle to check the within relationship between a triangle and the query shape (e.g.A predicate that checks whether a given point is within a component2D geometry.Base class for
LatLonGeometry
andXYGeometry
Lat/Lon Geometry object.Represents a line on the earth's surface.Represents a point on the earth's surface.Represents a closed polygon on the earth's surface.Represents a lat/lon rectangle.Triangle in the tessellated meshRepresents a circle on the XY plane.Cartesian Geometry object.Represents a line in cartesian space.Represents a point on the earth's surface.Represents a polygon in cartesian space.Represents a x/y cartesian rectangle. -
Classes in org.apache.lucene.geo used by org.apache.lucene.geoClassDescriptionRepresents a circle on the earth's surface.2D Geometry object that supports spatial relationships with bounding boxes, triangles and points.Used by withinTriangle to check the within relationship between a triangle and the query shape (e.g.2D multi-component geometry implementation represented as an interval tree of components.Internal tree node: represents geometry edge from [x1, y1] to [x2, y2].A predicate that checks whether a given point is within a component2D geometry.A predicate that checks whether a given point is within a distance of another point.Base class for
LatLonGeometry
andXYGeometry
used to define the orientation of 3 points -1 = Clockwise 0 = Colinear 1 = Counter-clockwiseLat/Lon Geometry object.Represents a line on the earth's surface.Represents a point on the earth's surface.Represents a closed polygon on the earth's surface.Represents a lat/lon rectangle.Enumerated type for ShapesImplementation of this interface will receive calls with internal data at each step of the triangulation algorithm.Circular Doubly-linked list used for polygon coordinatesstate of the tessellated split - avoids recursionTriangle in the tessellated meshRepresents a circle on the XY plane.Cartesian Geometry object.Represents a line in cartesian space.Represents a point on the earth's surface.Represents a polygon in cartesian space.Represents a x/y cartesian rectangle. -
Classes in org.apache.lucene.geo used by org.apache.lucene.spatial3d