Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
org.apache.lucene.spatial3d |
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom . |
Class and Description |
---|
Line
Represents a line on the earth's surface.
|
Polygon
Represents a closed polygon on the earth's surface.
|
Class and Description |
---|
EdgeTree
2D line/polygon geometry implementation represented as a balanced interval tree of edges.
|
GeoEncodingUtils.DistancePredicate
A predicate that checks whether a given point is within a distance of another point.
|
GeoEncodingUtils.PolygonPredicate
A predicate that checks whether a given point is within a polygon.
|
GeoUtils.WindingOrder
used to define the orientation of 3 points
-1 = Clockwise
0 = Colinear
1 = Counter-clockwise
|
Line
Represents a line on the earth's surface.
|
Line2D
2D line implementation represented as a balanced interval tree of edges.
|
Polygon
Represents a closed polygon on the earth's surface.
|
Polygon2D
2D polygon implementation represented as a balanced interval tree of edges.
|
Rectangle
Represents a lat/lon rectangle.
|
Rectangle2D
2D rectangle implementation containing spatial logic.
|
SimpleWKTShapeParser.ShapeType
Enumerated type for Shapes
|
Tessellator.Node
Circular Doubly-linked list used for polygon coordinates
|
Tessellator.Triangle
Triangle in the tessellated mesh
|
Class and Description |
---|
Polygon
Represents a closed polygon on the earth's surface.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.