MGRSRef Constructor (UTMRef, Boolean) |
doogal.co.uk Home
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.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public MGRSRef(
UTMRef utm,
bool isBessel = false
)
Public Sub New (
utm As UTMRef,
Optional isBessel As Boolean = false
)
public:
MGRSRef(
UTMRef^ utm,
bool isBessel = false
)
new :
utm : UTMRef *
?isBessel : bool
(* Defaults:
let _isBessel = defaultArg isBessel false
*)
-> MGRSRef
Parameters
- utm
- Type: DotNetCoordsUTMRef
A UTM reference. - isBessel (Optional)
- Type: SystemBoolean
true if the parameters represent an MGRS reference using the
Bessel 1841 ellipsoid; false is the parameters represent an MGRS
reference using the GRS 1980, International or WGS84 ellipsoids.
See Also