Convert this MGRS reference to an equivelent UTM reference.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public UTMRef ToUTMRef()
Visual Basic (Declaration)
Public Function ToUTMRef As UTMRef
Visual C++
public:
UTMRef^ ToUTMRef()

Return Value

The equivalent UTM reference.

See Also