Click or drag to resize
MGRSRef Constructor (UTMRef, Boolean)
doogal.co.uk Home



Create a new MGRS reference object from the given UTM reference. It is assumed that this MGRS reference represents a point using the GRS 1980, International or WGS84 ellipsoids. It is assumed that the UTMRef object is valid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public MGRSRef(
	UTMRef utm,
	bool isBessel = false
)

Parameters

utm
Type: DotNetCoordsUTMRef
A UTM reference.
isBessel (Optional)
Type: SystemBoolean
true if the parameters represent an MGRS reference using the Bessel 1841 ellipsoid; false is the parameters represent an MGRS reference using the GRS 1980, International or WGS84 ellipsoids.
See Also