7 using namespace MSP::CCS;
33 _hemisphere( __hemisphere ),
34 _easting( __easting ),
35 _northing( __northing )
43 _hemisphere( __hemisphere ),
44 _easting( __easting ),
45 _northing( __northing )
47 int length = strlen( __warningMessage );
58 _hemisphere = c._hemisphere;
59 _easting = c._easting;
60 _northing = c._northing;
80 _hemisphere = c._hemisphere;
81 _easting = c._easting;
82 _northing = c._northing;
96 _hemisphere = __hemisphere;
98 _northing = __northing;
116 _hemisphere = __hemisphere;
128 _easting = __easting;
140 _northing = __northing;
void setNorthing(double __northing)
void setHemisphere(char __hemisphere)
UTMCoordinates & operator=(const UTMCoordinates &c)
void set(long __zone, char __hemisphere, double __easting, double __northing)
char _warningMessage[500]
CoordinateType::Enum _coordinateType
void setZone(long __zone)
void setEasting(double __easting)