Class | Description |
---|---|
BaseGeoPointTestCase |
Abstract class to do basic tests for a geospatial impl (high level
fields and queries)
NOTE: This test focuses on geospatial (distance queries, polygon
queries, etc) indexing and search, not any underlying storage
format or encoding: it merely supplies two hooks for the encoding
so that tests can be exact.
|
EarthDebugger |
Draws shapes on the earth surface and renders using the very cool http://www.webglearth.org.
|
GeoEncodingUtils |
reusable geopoint encoding methods
|
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.
|
GeoTestUtil |
static methods for testing geo
|
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.
|
Rectangle |
Represents a lat/lon rectangle.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.