Click or drag to resize

PriorityQueueRTree Class

RTree uses double for priorities and Rectangle as values
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.SpatialPriorityQueueDouble, Rectangle
    VelocityDBExtensions.SpatialPriorityQueueRTree

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public class PriorityQueueRTree : PriorityQueue<double, Rectangle>

The PriorityQueueRTree type exposes the following members.

Constructors
  NameDescription
Public methodPriorityQueueRTree
Initializes a new instance of the PriorityQueueRTree class
Top
See Also