Click or drag to resize

RTree Constructor (IEnumerableIRTreeItem)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create an RTree from an existing collection.

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

Parameters

values
Type: System.Collections.GenericIEnumerableIRTreeItem
A collection of suitable objects.
See Also