UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Functions Enumerations
DatumType.h
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 #ifndef DatumType_H
4 #define DatumType_H
5 
6 namespace MSP
7 {
8  namespace CCS
9  {
10  class DatumType
11  {
12  public:
13 
14  enum Enum
15  {
16  threeParamDatum,
17  sevenParamDatum,
18  wgs84Datum,
19  wgs72Datum
20  };
21  };
22  }
23 }
24 
25 #endif
26 
27 
28 
29 // CLASSIFICATION: UNCLASSIFIED