Transforms a point using MercatorProjection
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function LatLongToProjection ( _ latLong As PointD _ ) As PointD |
C# |
---|
public static PointD LatLongToProjection( PointD latLong ) |
Visual C++ |
---|
public: static PointD LatLongToProjection( PointD latLong ) |
JavaScript |
---|
EGIS.ShapeFileLib.ShapeFile.latLongToProjection = function(latLong); |
Parameters
- latLong
- Type: EGIS.ShapeFileLib..::..PointD
Return Value
Remarks
If UseMercatorProjection is true then the returned point is transformed using MercatorProjection
If UseMercatorProjection is false then latLong will be returned (no transformation is performed)