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: DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.16 (1.0.0.16)
Syntax public MGRSRef(
string gridRef
)
Public Sub New (
gridRef As String
)
public:
MGRSRef(
String^ gridRef
)
new :
gridRef : string -> MGRSRef
Parameters
- gridRef
- Type: SystemString
A string to create an MGRS reference from.
Exceptions See Also