Collapse imageOverload List

  NameDescription
Public methodMGRSRef(UTMRef)
Create a new MGRS reference object from the given UTM reference. It is assumed that the UTMRef object is valid.
Public methodMGRSRef(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.
Public methodMGRSRef(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.
Public methodMGRSRef(String, Boolean)
Create a new MGRS reference object from the given String. Must be correctly formatted otherwise an ArgumentException will be thrown.
Public methodMGRSRef(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.
Public methodMGRSRef(Int32, Char, Char, Char, Int32, Int32, Precision, Boolean)
Create a new MGRS reference object from the given parameters. An ArgumentException is thrown if any of the parameters are invalid.

Collapse imageSee Also