A .NET 2.0 library that performs coordinate conversions between various geodetic coordinate systems for use in fx. Geographic Information Systems (GIS) or GPS applications. Support include: - Datum transformations - Geographic, Geocentric,
and Projected coordinate systems - Comp
None
0 Points
8 Posts
[SOLVED] Formula Converting UTM Easting, Northing and Zone to Latitude and longitude
Jul 09, 2019 09:39 AM|Indra JRN|LINK
Hi guys,
Please help to solving my problem. I has UTM data.
My Question is : how to convert that UTM data to Latitude and longitude
Thanks before,
Participant
860 Points
497 Posts
Re: [SOLVED] Formula Converting UTM Easting, Northing and Zone to Latitude and longitude
Jul 09, 2019 10:32 AM|AddWeb Solution|LINK
Hello, Indra JRN
A .NET 2.0 library that performs coordinate conversions between various geodetic coordinate systems for use in fx. Geographic Information Systems (GIS) or GPS applications. Support include: - Datum transformations - Geographic, Geocentric, and Projected coordinate systems - Comp
Please Refer Below Link For More understanding :
https://stackoverflow.com/questions/2689836/converting-utm-wsg84-coordinates-to-latitude-and-longitude
Thanks.
None
0 Points
8 Posts
Re: [SOLVED] Formula Converting UTM Easting, Northing and Zone to Latitude and longitude
Jul 10, 2019 09:16 AM|Indra JRN|LINK
Hi Man,
I Still not understood,
I have this :
In example this link :
https://stackoverflow.com/questions/2689836/converting-utm-wsg84-coordinates-to-latitude-and-longitude
I take this function :
I not understood with utmZone parameter.
Where I get that data ?
or else
Thanks Before
All-Star
58444 Points
15764 Posts
Re: [SOLVED] Formula Converting UTM Easting, Northing and Zone to Latitude and longitude
Jul 10, 2019 02:29 PM|bruce (sqlwork.com)|LINK
as UTM looks like:
10S 706800m E 10877m N
or the zone (1-60), hemisphere (n or s), then meters east, and meters north
see:
https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
not sure what your values are.
None
0 Points
8 Posts
Re: [SOLVED] Formula Converting UTM Easting, Northing and Zone to Latitude and longitude
Jul 12, 2019 02:49 AM|Indra JRN|LINK
Mr. Bruce
Thanks for your information, with that i can solve my trouble,
thanks a lot
Regards