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

前端 未结 3 904
庸人自扰
庸人自扰 2021-01-01 13:54

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.

3条回答
  •  情书的邮戳
    2021-01-01 14:23

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

提交回复
热议问题