R-Tree or R*Tree in C#

  • Thread starter Thread starter Ralph Mason
  • Start date Start date
R

Ralph Mason

Does anyone know of any R*tree implementations in C#?

There is alot around in Java but nothing good I have come across in C#.

Thanks
Ralph
 
From the command-prompt, do this:
c:\somewhere> rename RTree.java RTree.cs
 
Back
Top