| Class | Description |
|---|---|
| GeoEncodingUtils |
reusable geopoint encoding methods
|
| GeoUtils |
Basic reusable geo-spatial utility methods
|
| 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.
|