Is there any documented free R-Tree implementation for .NET?
.net, r-tree, spatial, spatial-index, tree
Solution
The NetTopologySuite is a JTS port to C# and it contains a STRtree class which is a read-only R-Tree
Problem
I found some open source R-Tree implementations in C#, but none with documentation nor signs of being used by someone else than the developer.