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.1 (1.0.0.1)
Syntax
| C# |
|---|
public MGRSRef(
string gridRef
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
gridRef As String _
) |
| Visual C++ |
|---|
public:
MGRSRef(
String^ gridRef
) |
Exceptions
See Also