Click or drag to resize
MGRSRef Constructor (String)
doogal.co.uk Home



Create a new MGRS reference object from the given String. Must be correctly formatted otherwise an IllegalArgumentException will be thrown. It is assumed that this MGRS reference represents a point using the GRS 1980, International or WGS84 ellipsoids.

Namespace: DotNetCoords
Assembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.16 (1.0.0.16)
Syntax
public MGRSRef(
	string gridRef
)

Parameters

gridRef
Type: SystemString
A string to create an MGRS reference from.
Exceptions
ExceptionCondition
ArgumentExceptionif the given String is not correctly formatted.
See Also