RTree uses double for priorities and Rectangle as values
Inheritance Hierarchy
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public class PriorityQueueRTree : PriorityQueue<double, Rectangle>
Public Class PriorityQueueRTree
Inherits PriorityQueue(Of Double, Rectangle)
public ref class PriorityQueueRTree : public PriorityQueue<double, Rectangle>
type PriorityQueueRTree =
class
inherit PriorityQueue<float, Rectangle>
end
The PriorityQueueRTree type exposes the following members.
Constructors See Also