RTree Class | ![]() |
Namespace: Telogis.GeoBase.Indexes
The RTree type exposes the following members.
Name | Description | |
---|---|---|
![]() | RTree |
Parameterless constructor.
|
![]() | RTree(IEnumerableIRTreeItem) |
Create an RTree from an existing collection.
|
Name | Description | |
---|---|---|
![]() | Delete |
Delete an item from this RTree.
|
![]() | Dump |
Dumps the RTree to file with each node represented in WKT format.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(IRTreeItem) |
Insert a new node into this RTRee.
|
![]() | Insert(RTreeRect, Object) |
Insert a new RTreeRect with an associated object into this RTree.
|
![]() | InsertRange |
Insert new nodes into this RTRee.
|
![]() | Query |
Query the entire RTree.
|
![]() | Query(RTreeRect) |
Query a subset of this RTree.
|
![]() | Query(RTreeResult) |
Query all items in the RTree with a result delegate.
|
![]() | Query(RTreeRect, RTreeResult) |
Query the RTree for a given RTreeRect with a result delegate.
|
![]() | QueryAbortable(RTreeAbortableResult) |
Query all items in the RTree with a result delegate.
This query is abortable: if result sets abort to true, no more results are read from the tree.
This is useful if a query with a potentially large result set needs to be aborted.
|
![]() | QueryAbortable(RTreeRect, RTreeAbortableResult) |
Query the RTree for a given RTreeRect with a result delegate.
This query is abortable: if result sets abort to true, no more results are read from the tree.
This is useful if a query with a potentially large result set needs to be aborted.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |