Create a new MGRS reference object from the given UTM reference. It is assumed that the UTMRef object is valid.

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

Syntax

C#
public MGRSRef(
	UTMRef utm
)
Visual Basic (Declaration)
Public Sub New ( _
	utm As UTMRef _
)
Visual C++
public:
MGRSRef(
	UTMRef^ utm
)

Parameters

utm
Type: DotNetCoords..::.UTMRef
A UTM reference.

See Also