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 6212637.87553,491611.164518 6212718.61909,492055.359904 6212718.66908,491990.250718 6212873.59755)))
It is currently in Euref98 projection and I need it converted to LongLat.
I'm a .NET developer so I prefer a .NET solution.
Is there a .NET library that can parse WKT text into an in-memory model and write the in-memory model back to WKT?