UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
CoordinateSystemParameters.h
Go to the documentation of this file.
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 #ifndef CoordinateSystemParameters_H
4 #define CoordinateSystemParameters_H
5 
6 #include "CoordinateType.h"
7 #include "DtccApi.h"
8 
9 
10 
11 namespace MSP
12 {
13  namespace CCS
14  {
16  {
17  public:
18 
22 
23  virtual ~CoordinateSystemParameters();
24 
26 
27  void setCoordinateType( MSP::CCS::CoordinateType::Enum __coordinateType );
28  CoordinateType::Enum coordinateType() const;
29 
30 
31  protected:
32 
34 
35  };
36  }
37 }
38 
39 #endif
40 
41 
42 // CLASSIFICATION: UNCLASSIFIED