HilbertIndexGetKey Method (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Retrieves the index key value for a
LatLon.
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ulong GetKey(
LatLon loc
)
Public Function GetKey (
loc As LatLon
) As ULong
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The LatLon location of the area of interest.
Return Value
Type:
UInt64An index value (ulong) that represents the provided location.
See Also