Uses of Package
org.apache.lucene.geo
-
Packages that use org.apache.lucene.geo Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.geo Geospatial Utility Implementations for Lucene Coreorg.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
. -
Classes in org.apache.lucene.geo used by org.apache.lucene.document Class Description Circle Represents a circle on the earth's surface.Component2D 2D Geometry object that supports spatial relationships with bounding boxes, triangles and points.Component2D.WithinRelation Used by withinTriangle to check the within relationship between a triangle and the query shape (e.g.GeoEncodingUtils.Component2DPredicate A predicate that checks whether a given point is within a component2D geometry.LatLonGeometry Lat/Lon Geometry object.Line Represents a line on the earth's surface.Polygon Represents a closed polygon on the earth's surface.Rectangle Represents a lat/lon rectangle.Tessellator.Triangle Triangle in the tessellated meshXYCircle Represents a circle on the XY plane.XYGeometry Cartesian Geometry object.XYLine Represents a line in cartesian space.XYPolygon Represents a polygon in cartesian space. -
Classes in org.apache.lucene.geo used by org.apache.lucene.geo Class Description Circle Represents a circle on the earth's surface.Circle2D.DistanceCalculator Component2D 2D Geometry object that supports spatial relationships with bounding boxes, triangles and points.Component2D.WithinRelation Used by withinTriangle to check the within relationship between a triangle and the query shape (e.g.ComponentTree 2D multi-component geometry implementation represented as an interval tree of components.EdgeTree Internal tree node: represents geometry edge from [x1, y1] to [x2, y2].GeoEncodingUtils.Component2DPredicate A predicate that checks whether a given point is within a component2D geometry.GeoEncodingUtils.DistancePredicate A predicate that checks whether a given point is within a distance of another point.GeoEncodingUtils.Grid GeoUtils.WindingOrder used to define the orientation of 3 points -1 = Clockwise 0 = Colinear 1 = Counter-clockwiseLatLonGeometry Lat/Lon Geometry object.Line Represents a line on the earth's surface.Point Represents a point on the earth's surface.Polygon Represents a closed polygon on the earth's surface.Rectangle Represents a lat/lon rectangle.SimpleWKTShapeParser.ShapeType Enumerated type for ShapesTessellator.Node Circular Doubly-linked list used for polygon coordinatesTessellator.State state of the tessellated split - avoids recursionTessellator.Triangle Triangle in the tessellated meshXYCircle Represents a circle on the XY plane.XYGeometry Cartesian Geometry object.XYLine Represents a line in cartesian space.XYPoint Represents a point on the earth's surface.XYPolygon Represents a polygon in cartesian space.XYRectangle Represents a x/y cartesian rectangle. -
Classes in org.apache.lucene.geo used by org.apache.lucene.spatial3d Class Description Polygon Represents a closed polygon on the earth's surface.