HilbertIndexQuery Method (BoundingBox, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Retrieves ranges of index key values for a
BoundingBox up to the maximum number of ranges specified.
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public HilbertQuery Query(
BoundingBox box,
int maxNumRanges
)
Public Function Query (
box As BoundingBox,
maxNumRanges As Integer
) As HilbertQuery
Parameters
- box
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox. - maxNumRanges
- Type: SystemInt32
The maximum number of ranges.
Return Value
Type:
HilbertQueryA range of index values up to the maximum number specified.
See Also