public interface KeyAlgo
Modifier and Type | Method and Description |
---|---|
void |
decode(long spatialKey,
GHPoint latLon) |
long |
encode(double lat,
double lon) |
long |
encode(GHPoint coord) |
KeyAlgo |
setBounds(double minLonInit,
double maxLonInit,
double minLatInit,
double maxLatInit)
Sets the bounds of the underlying key algorithm.
|
Copyright © 2012–2020. All rights reserved.