Select to view content in your preferred language

Converting the geom field into set of google latitudes and longitudes

432
1
02-06-2012 01:38 AM
MustafaNoor
Emerging Contributor
I have stored shapefile of type polygon into SQL server table. In my C# application, i want to convert the geometry field into set of google latitudes and longitues.
Is there any Good C# library for this conversion?
Or give me suggestion, how can i do this conversion?

regards
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor
Mustafa,

Are you using ESRI software? If so why not simply use the geoprocessor and call the Project tool? If you don't want or can't use ESRI software then you could try to use something like OGR in GDAL which is open source?

Duncan
0 Kudos