Geotools.Index.STRTree Namespace
Missing <summary> Documentation for Geotools.Index.STRTree
Classes
Class | Description |
---|
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.
|
Interval | Missing <summary> documentation for T:Geotools.Index.STRTree.Interval |
ItemBoundable | Missing <summary> documentation for T:Geotools.Index.STRTree.ItemBoundable |
SIRtree | Missing <summary> documentation for T:Geotools.Index.STRTree.SIRtree |
SIRtree.Comparator | Missing <summary> documentation for T:Geotools.Index.STRTree.SIRtree.Comparator |
SIRtree.Computer | Missing <summary> documentation for T:Geotools.Index.STRTree.SIRtree.Computer |
SIRtree.IntersectsOp | Missing <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
Interface | Description |
---|
IBoundable | Missing <summary> documentation for T:Geotools.Index.STRTree.IBoundable |
IIntersectsOp | Missing <summary> documentation for T:Geotools.Index.STRTree.IIntersectsOp |