VelocityDBExtensions.Spatial Namespace |
[Missing <summary> documentation for "N:VelocityDBExtensions.Spatial"]
Class | Description | |
---|---|---|
PriorityQueuePriority, Value |
Priority Queue that stores values and priorities.
| |
PriorityQueueRTree |
RTree uses double for priorities and Rectangle as values
| |
RTree |
RTree implementation inspired by description on Wikipedia http://en.wikipedia.org/wiki/R-tree
|
Structure | Description | |
---|---|---|
Point |
Points are most often considered within the framework of Euclidean geometry, where they are one of the fundamental objects. Euclid originally defined the point as "that which has no part". In two-dimensional Euclidean space, a point is represented by an ordered pair (x,?y) of numbers, where the first number conventionally represents the horizontal and is often denoted by x, and the second number conventionally represents the vertical and is often denoted by y.
| |
Rectangle |