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
|
Class and Description |
---|
Polygon
Represents a closed polygon on the earth's surface.
|
Class and Description |
---|
GeoEncodingUtils.DistancePredicate
A predicate that checks whether a given point is within a distance of another point.
|
GeoEncodingUtils.Grid |
GeoEncodingUtils.PolygonPredicate
A predicate that checks whether a given point is within a polygon.
|
Polygon
Represents a closed polygon on the earth's surface.
|
Polygon2D
2D polygon implementation represented as a balanced interval tree of edges.
|
Polygon2D.Edge
Internal tree node: represents polygon edge from lat1,lon1 to lat2,lon2.
|
Rectangle
Represents a lat/lon rectangle.
|