UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
DatumType.h
Go to the documentation of this file.
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  {
20  };
21  };
22  }
23 }
24 
25 #endif
26 
27 
28 
29 // CLASSIFICATION: UNCLASSIFIED