|
NetTopologySuite
|
Namespaces | |
| package | Bintree |
| package | Chain |
| package | IntervalRTree |
| package | KdTree |
| package | Quadtree |
| package | Strtree |
| package | Sweepline |
Classes | |
| class | ArrayListVisitor |
| class | ArrayListVisitor< T > |
| interface | IIndexVisitor |
| A visitor for nodes and items in an index. More... | |
| interface | IItemVisitor< T > |
| A visitor for items in an index. More... | |
| interface | ISpatialIndex |
| The basic insertion and query operations supported by classes implementing spatial index algorithms. A spatial index typically provides a primary filter for range rectangle queries. A secondary filter is required to test for exact intersection. Of course, this secondary filter may consist of other tests besides intersection, such as testing other kinds of spatial relationships. More... | |
| interface | ISpatialIndex< T > |