Click or drag to resize

RTreeQuery Method (RTreeRect)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Query a subset of this RTree.

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerable<IRTreeItem> Query(
	RTreeRect rect
)

Parameters

rect
Type: RTreeRect
The rect to query.

Return Value

Type: IEnumerableIRTreeItem
An iterator returning items inside the rect.
See Also