RTree Constructor (IEnumerableIRTreeItem) | |
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
)
Public Sub New (
values As IEnumerable(Of IRTreeItem)
)
Parameters
- values
- Type: System.Collections.GenericIEnumerableIRTreeItem
A collection of suitable objects.
See Also