Click or drag to resize

HilbertIndexGetKey Method (LatLon)

Verizon Connect Logo
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
)

Parameters

loc
Type: Telogis.GeoBaseLatLon
The LatLon location of the area of interest.

Return Value

Type: UInt64
An index value (ulong) that represents the provided location.
See Also