.nettreespatialspatial-indexr-tree

Is there any documented free R-Tree implementation for .NET?


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.


Solution

  • The NetTopologySuite is a JTS port to C# and it contains a STRtree class which is a read-only R-Tree