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

Syntax

Visual Basic (Declaration)
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
)

Parameters

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

See Also