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

Syntax

Visual Basic
Public Shared Function UtmToLL ( _
	referenceEllipsoid As Integer, _
	utmNorthing As Double, _
	utmEasting As Double, _
	zone As Integer, _
	zoneIdentifier As Char _
) As LatLongCoordinate
C#
public static LatLongCoordinate UtmToLL(
	int referenceEllipsoid,
	double utmNorthing,
	double utmEasting,
	int zone,
	char zoneIdentifier
)
Visual C++
public:
static LatLongCoordinate UtmToLL(
	int referenceEllipsoid, 
	double utmNorthing, 
	double utmEasting, 
	int zone, 
	wchar_t zoneIdentifier
)
JavaScript
EGIS.ShapeFileLib.ConversionFunctions.utmToLL = function(referenceEllipsoid, utmNorthing, utmEasting, zone, zoneIdentifier);

Parameters

referenceEllipsoid
Type: System..::..Int32
utmNorthing
Type: System..::..Double
utmEasting
Type: System..::..Double
zone
Type: System..::..Int32
zoneIdentifier
Type: System..::..Char

See Also