See: Description
| Class | Description | 
|---|---|
| GeoDistanceUtils | 
 Reusable geo-spatial distance utility methods. 
 | 
| GeoHashUtils | 
 Utilities for converting to/from the GeoHash standard
 The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits
 representing the level (1-12) [xyxy...xyxyllll]
 This differs from a morton encoded value which interleaves lat/lon (y/x). 
 | 
| GeoProjectionUtils | 
 Reusable geo-spatial projection utility methods. 
 | 
| GeoUtils | 
 Basic reusable geo-spatial utility methods 
 | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.