6 using namespace MSP::CCS;
 
   31   _longitude( __longitude ),
 
   32   _latitude( __latitude ),
 
   34   _orientation( __orientation )
 
   43   _longitude = lcp._longitude;
 
   44   _latitude = lcp._latitude;
 
   45   _height = lcp._height;
 
   46   _orientation = lcp._orientation;
 
   65     _longitude = lcp._longitude;
 
   66     _latitude = lcp._latitude;
 
   67     _height = lcp._height;
 
   68     _orientation = lcp._orientation;
 
   77   _longitude = __longitude;
 
   83   _latitude = __latitude;
 
   95   _orientation = __orientation;