double latitude = (Math.PI / 2) - (2 * Math.Atan(Math.Exp(-1.0 * y / wgs84EarthRadius)));
var y = wgs84EarthRadius / 2.0 * Math.Log((1.0 + Math.Sin(latitude)) / (1.0 - Math.Sin(latitude)));
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.