Click or drag to resize

HilbertIndex Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The HilbertIndex type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey(BoundingBox)
Retrieves the index key value for a BoundingBox.
Public methodGetKey(LatLon)
Retrieves the index key value for a LatLon.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQuery(BoundingBox, Int32)
Retrieves ranges of index key values for a BoundingBox up to the maximum number of ranges specified.
Public methodQuery(LatLon, Int32)
Retrieves ranges of index key values for a LatLon up to the maximum number of ranges specified.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also