Utillity method to translate a Point using a Mercator Projection t its Lat/Long representation.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function MercatorToLL ( _
	pt As PointD _
) As PointD
C#
public static PointD MercatorToLL(
	PointD pt
)
Visual C++
public:
static PointD MercatorToLL(
	PointD pt
)
JavaScript
EGIS.ShapeFileLib.ShapeFile.mercatorToLL = function(pt);

See Also