UniversalPolarStereographic 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 UniversalPolarStereographic(
PoleIndicator hemisphere,
double easting,
double northing
)
Public Sub New (
hemisphere As PoleIndicator,
easting As Double,
northing As Double
)
public:
UniversalPolarStereographic(
PoleIndicator hemisphere,
double easting,
double northing
)
new :
hemisphere : PoleIndicator *
easting : float *
northing : float -> UniversalPolarStereographic
Parameters
- 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