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;