HilbertIndexGetKey Method (BoundingBox) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ulong GetKey(
BoundingBox box
)
Public Function GetKey (
box As BoundingBox
) As ULong
Parameters
- box
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox containing the area of interest.
Return Value
Type:
UInt64An index value (ulong) that represents the area encompassed by the bounding box.
See Also