Geotools.Net

Geotools.Index.STRTree Namespace

Missing <summary> Documentation for Geotools.Index.STRTree

Classes

ClassDescription
AbstractNode A node of the STR tree. A leaf node may not have child nodes, but may have child boundables: ItemBoundables.
AbstractSTRtree Base class for STRtree and SIRtree. STR-packed R-trees are described in: P. Rigaux, Michel Scholl and Agnes Voisard. Spatial Databases With Application To GIS. Morgan Kaufmann, San Francisco, 2002.
IntervalMissing <summary> documentation for T:Geotools.Index.STRTree.Interval
ItemBoundableMissing <summary> documentation for T:Geotools.Index.STRTree.ItemBoundable
SIRtreeMissing <summary> documentation for T:Geotools.Index.STRTree.SIRtree
SIRtree.ComparatorMissing <summary> documentation for T:Geotools.Index.STRTree.SIRtree.Comparator
SIRtree.ComputerMissing <summary> documentation for T:Geotools.Index.STRTree.SIRtree.Computer
SIRtree.IntersectsOpMissing <summary> documentation for T:Geotools.Index.STRTree.SIRtree.IntersectsOp
STRtree An R-tree created using the Sort-Tile-Recursive (STR) algorithm, described in: P. Rigaux, Michel Scholl and Agnes Voisard. Spatial Databases With Application To GIS. Morgan Kaufmann, San Francisco, 2002.

Interfaces

InterfaceDescription
IBoundableMissing <summary> documentation for T:Geotools.Index.STRTree.IBoundable
IIntersectsOpMissing <summary> documentation for T:Geotools.Index.STRTree.IIntersectsOp