Tagged Questions
3
votes
1answer
183 views
SQLServer generating invalid WKT
I am a GIS novice using SQL 2008, with C# and the NetTopologySuite WKTReader type to work with some geometries.
I have some data which I have been able to save into the database but when I read back ...
4
votes
2answers
749 views
How to unproject WKT to WKT in .NET?
I have WKT in this format:
GEOMETRYCOLLECTION(POLYGON((491990.250718 6212873.59755,491492.160493 6212904.94117,491265.64715 6212790.54445,491319.517251 6212550.36334,491579.624164 ...