HilbertIndexQuery Method (LatLon, Int32) | |
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
)
Public Function Query (
loc As LatLon,
maxNumRanges As Integer
) As HilbertQuery
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The LatLon location of interest. - maxNumRanges
- Type: SystemInt32
The maximum number of ranges.
Return Value
Type:
HilbertQueryA range of index values up to the maximum number specified.
See Also