Geodetic to Mercator Converter
Convert a geodetic coordinate (Latitude, Longitude) to mercator projection (X, Y).
The Mercator projection is a conformal projection for which the scale factor equals 1 along the equator.
The equator lies on the line Y = 0. This projection is not defined at the poles.
To convert from Geodetic to Mercator use
Mercator to Geodetic Converter.
This tool is using ApsGis™ DLL - the .NET library that provides GIS
conversion / transformation among several coordinate systems and projections.
Related links