Class RTree

RTree class

public class RTree : IDisposable

Properties

NameDescription
IsNew { get; }

Methods

NameDescription
static Open(AbstractPathInternal, int)
static Open(AbstractPathInternal, RTreeOptions)
static Open(string, RTreeOptions)
static OpenInMemory(int)
Dispose()
Insert(BoundingRectangle, int)
NearestCandidateTo(Coordinate)
WhereIntersects(BoundingRectangle)

See Also