UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
CoordinateType.h
Go to the documentation of this file.
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 #ifndef CoordinateType_H
4 #define CoordinateType_H
5 
6 #include "DtccApi.h"
7 
8 namespace MSP
9 {
10  namespace CCS
11  {
18  {
19  public:
20 
21  enum Enum
22  {
62  webMercator
63  };
64  };
65  }
66 }
67 
68 #endif
69 
70 
71 
72 // CLASSIFICATION: UNCLASSIFIED
#define MSP_DTCC_API
Definition: DtccApi.h:32