SA function
|
Purpose
|
---|---|
SaGeoBlocklist(latitude1,longitude1,
latitude2,longitude2,scale) |
Find the set of geohash blocks that fit inside a boundary that is defined by specified lines of latitude and longitude.
Note Depending on the lines of longitude and latitude chosen, the list of blocks can be long. Choose an appropriate scale value to restrict the number of blocks returned.
See SaGeoBlockList.
|
SaGeoDecodeLatitude(geohash)
SaGeoDecodeLatitudeHigh(geohash)
SaGeoDecodeLatitudeLow(geohash)
SaGeoDecodeLongitude(geohash)
SaGeoDecodeLongitudeLow(geohash)
SaGeoDecodeLongitudeHigh(geohash)
SaGeoDecodePrecision(geohash)
|
Convert a geohash value to coordinates and precision.
See:
|
SaGeoEncode(latitude,longitude,
precision) |
Convert co-ordinates to geohash values.
See SaGeoEncode.
|
SaGeoHashToBoundary(geohash)
|
Convert a geohash to the lines of latitude and longitude that define the edges of the geohash block.
See SaGeoHashToBoundary.
|
SaGeoNeighbor(geohash,direction)
|
Find an adjacent geohash block in a given direction.
See SaGeoNeighbor.
|
SaGeoNeighborhood(geohash)
|
Find adjacent geohash blocks in all 8 directions.
See SaGeoNeighborhood.
|
SaGeoNeighbourhoodToBoundary(geohash)
|
Find the boundary of the geohash neighborhood (the lines of latitude and longitude that define the edges of the area that contains the geohash and its adjacent neighbors).
See SaGeoNeighborhood.
|