Click or drag to resize

HilbertIndexQuery Method (LatLon, 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 LatLon 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(
	LatLon loc,
	int maxNumRanges
)

Parameters

loc
Type: Telogis.GeoBaseLatLon
The LatLon location of interest.
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