Overload List
| Name | Description | |
|---|---|---|
| MGRSRef(UTMRef) |
Create a new MGRS reference object from the given UTM reference. It is
assumed that the UTMRef object is valid.
| |
| MGRSRef(String) |
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.
| |
| MGRSRef(UTMRef, Boolean) |
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.
| |
| MGRSRef(String, Boolean) |
Create a new MGRS reference object from the given String. Must be correctly
formatted otherwise an ArgumentException will be thrown.
| |
| MGRSRef(Int32, Char, Char, Char, Int32, Int32, Precision) |
Create a new MGRS reference object from the given paramaters. It is assumed
that this MGRS reference represents a point using the GRS 1980,
International or WGS84 ellipsoids. An IllegalArgumentException is thrown if
any of the parameters are invalid.
| |
| MGRSRef(Int32, Char, Char, Char, Int32, Int32, Precision, Boolean) |
Create a new MGRS reference object from the given paramaters. An
ArgumentException is thrown if any of the parameters are invalid.
|