| Package | Description |
|---|---|
| com.github.davidmoten.geo |
Provides utility classes for geohashing in GeoHash and great circle navigation methods in Position.
|
| Modifier and Type | Method and Description |
|---|---|
static Coverage |
GeoHash.coverBoundingBox(double topLeftLat,
double topLeftLon,
double bottomRightLat,
double bottomRightLon)
Returns the result of coverBoundingBoxMaxHashes with a maxHashes value of
GeoHash.DEFAULT_MAX_HASHES. |
static Coverage |
GeoHash.coverBoundingBox(double topLeftLat,
double topLeftLon,
double bottomRightLat,
double bottomRightLon,
int length)
Returns the hashes of given length that are required to cover the given
bounding box.
|
static Coverage |
GeoHash.coverBoundingBoxMaxHashes(double topLeftLat,
double topLeftLon,
double bottomRightLat,
double bottomRightLon,
int maxHashes)
Returns the hashes that are required to cover the given bounding box.
|
Copyright © 2013–2017. All rights reserved.