Tagged Questions
2
votes
1answer
1k views
How to convert lines to polygons using NetTopologySuite?
I am trying to convert lines to polygons using NetTopologySuite(a C# port of Java Topology Suite JTS). I ran the sample console code succesfully and it generated two polylines.
I then tried to run ...
