The code in DotSpatial.Topology does not resemble the current version of the archetype JTS. If I'm right, it resembles JTS 1.7 plus some custom additions.
NetTopologySuite, from which DotSpatial.Topology was originlly derived, has cought up in the last time, and will release version 1.12 in a little while.
If you care for e.g.
- Delauney Triangulation
- Voronoi Diagrams
- PreparedGeometries
- overhauled Buffer operation
- robustness and performance improvements
- ...
I've written conversion code between the two libraries for geometry and DotSpatial's own Shape.
You find the code along with test case and GeoAPI/NTS binaries in the attached file.
Enjoy
NetTopologySuite, from which DotSpatial.Topology was originlly derived, has cought up in the last time, and will release version 1.12 in a little while.
If you care for e.g.
- Delauney Triangulation
- Voronoi Diagrams
- PreparedGeometries
- overhauled Buffer operation
- robustness and performance improvements
- ...
I've written conversion code between the two libraries for geometry and DotSpatial's own Shape.
You find the code along with test case and GeoAPI/NTS binaries in the attached file.
Enjoy