Utillity method to translate a Point using a Mercator Projection t its Lat/Long representation.
Namespace:
EGIS.ShapeFileLibAssembly: 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); |
Parameters
- pt
- Type: EGIS.ShapeFileLib..::..PointD