Click or drag to resize

HilbertIndexGetKey Method (BoundingBox)

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 BoundingBox.

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ulong GetKey(
	BoundingBox box
)

Parameters

box
Type: Telogis.GeoBaseBoundingBox
The BoundingBox containing the area of interest.

Return Value

Type: UInt64
An index value (ulong) that represents the area encompassed by the bounding box.
See Also