Create a new UTM reference object. Checks are made to make sure that the
given parameters are roughly valid, but the checks are not exhaustive with
regards to the easting value. Catching a NotDefinedOnUTMGridException does
not necessarily mean that the UTM reference is well-formed. This is because
that valid values for the easting vary depending on the latitude.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
lngZone As Integer, _
latZone As Char, _
easting As Double, _
northing As Double _
) |
Exceptions
| Exception | Condition |
|---|
| DotNetCoords..::.NotDefinedOnUtmGridException |
If any of the parameters are invalid. Be careful that a valid
value for the easting does not necessarily mean that the UTM
reference is well-formed. The current checks do not take into
account the varying range of valid values for the easting for
different latitudes. |
See Also