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  {
60  webMercator
61  };
62  };
63  }
64 }
65 
66 #endif
67 
68 
69 
70 // CLASSIFICATION: UNCLASSIFIED