Click or drag to resize

HilbertIndexQuery Method (BoundingBox, Int32)

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

Parameters

box
Type: Telogis.GeoBaseBoundingBox
The BoundingBox.
maxNumRanges
Type: SystemInt32
The maximum number of ranges.

Return Value

Type: HilbertQuery
A range of index values up to the maximum number specified.
See Also