Tagged Questions
4
votes
2answers
367 views
How to convert NAD 27 to WebMercator in using the ESRI Silverlight API? (C#)
I am working with the ESRI Silverlight API. I found THIS post in the ESRI forums and THIS OTHER which show how to convert between WGS84 geographic coordinates and WebMercator coordinates. I want to do ...
1
vote
0answers
164 views
Possible to do a datum shift using dotSpatial?
I was hoping to be able to use Reproject.ReprojectPoints to achieve a datum shift between lat/lon values in NAD27 and NAD83. I'm able to correctly reproject from NAD27 lat/lon to NAD27 UTM and from ...
1
vote
0answers
369 views
Converting Lon Lat to UTM Zone 32N in C# with SQLSpatialTools
I have a set of coordinates; Lon 9.42221521, Lat 56.44978001 and I want to convert them to UTM Zone 32N coordinates. I found the SQLSpatialTools library to do the conversion but I need some help. When ...
3
votes
1answer
783 views
C# Library for converting Shapefile Projection
Is there any C# library which can take a shapefile as an input with projection information defined (e.g, EPSG 3011) and return a new shapefile with user specified projection (e.g, EPSG 4326) ?
0
votes
2answers
3k views
How to convert lat long to meters using Mercator projection in C#
I have set of lat long values and I want their equivalent in meters using Mercator projection in C#. Can you please post some sample code or api example of some library that does exactly this?
4
votes
2answers
755 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 ...