UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
HeightType.h
Go to the documentation of this file.
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 /****************************************************************************
4 * FILE: HeightType.h
5 *
6 *
7 * DESCRIPTION: This file contains an enum with height types.
8 *
9 * LIMITATIONS/ASSUMPTIONS:
10 *
11 * MODIFICATION HISTORY:
12 *
13 * PROGRAMMER:
14 *
15 * DATE NAME DR# DESCRIPTION
16 *
17 * 04/19/10 S Gillis BAEts26542 Added EGM84ThirtyMinBiLinear
18 * 12/16/10 RD Craig BAEts26267 Additions for EGM2008
19 *
20 *****************************************************************************/
21 
22 #ifndef HeightType_H
23 #define HeightType_H
24 
25 
26 namespace MSP
27 {
28  namespace CCS
29  {
30  class HeightType
31  {
32  public:
33 
34  enum Enum
35  {
44  };
45  };
46  }
47 }
48 
49 #endif
50 
51 
52 // CLASSIFICATION: UNCLASSIFIED