Click or drag to resize

RTree Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used for indexing spatial data.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.IndexesRTree

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class RTree

The RTree type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBoundary
Return an RTreeRect that bounds the RTree.
Top
Methods
  NameDescription
Public methodDelete
Delete an item from this RTree.
Public methodDump
Dumps the RTree to file with each node represented in WKT format.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(IRTreeItem)
Insert a new node into this RTRee.
Public methodInsert(RTreeRect, Object)
Insert a new RTreeRect with an associated object into this RTree.
Public methodInsertRange
Insert new nodes into this RTRee.
Public methodQuery
Query the entire RTree.
Public methodQuery(RTreeRect)
Query a subset of this RTree.
Public methodQuery(RTreeResult)
Query all items in the RTree with a result delegate.
Public methodQuery(RTreeRect, RTreeResult)
Query the RTree for a given RTreeRect with a result delegate.
Public methodQueryAbortable(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.
Public methodQueryAbortable(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also