UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
CoordinateSystemParameters.cpp
Go to the documentation of this file.
1 // CLASSIFICATION: UNCLASSIFIED
2 
4 #include "CoordinateType.h"
5 
6 
7 using namespace MSP::CCS;
8 
9 
11 _coordinateType( CoordinateType::geodetic )
12 {
13 }
14 
16  _coordinateType( __coordinateType )
17 {
18 }
19 
20 
22 {
24 }
25 
26 
28 {
29 }
30 
31 
33 {
34  if( this != &csp )
35  {
37  }
38 
39  return *this;
40 }
41 
42 
44 {
45  _coordinateType = __coordinateType;
46 }
47 
48 
50 {
51  return _coordinateType;
52 }
53 
54 // CLASSIFICATION: UNCLASSIFIED