Class | Description |
---|---|
GeoEncodingUtils |
reusable geopoint encoding methods
|
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.
|
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.
|
SimpleGeoJSONPolygonParser |
Does minimal parsing of a GeoJSON object, to extract either Polygon or MultiPolygon, either directly as a the top-level type, or if
the top-level type is Feature, as the geometry of that feature.
|