UniversalTransverseMercator Constructor |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UniversalTransverseMercator(
int zone,
PoleIndicator hemisphere,
double easting,
double northing
)
Public Sub New (
zone As Integer,
hemisphere As PoleIndicator,
easting As Double,
northing As Double
)
public:
UniversalTransverseMercator(
int zone,
PoleIndicator hemisphere,
double easting,
double northing
)
new :
zone : int *
hemisphere : PoleIndicator *
easting : float *
northing : float -> UniversalTransverseMercator
Parameters
- zone
- Type: SystemInt32
The longitude zone indicator. - hemisphere
- Type: AGI.Foundation.CoordinatesPoleIndicator
The hemisphere indicator. - easting
- Type: SystemDouble
The eastward distance of the location into the zone. - northing
- Type: SystemDouble
The northward distance of the location into the zone.
See Also