UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
All
Classes
Namespaces
Functions
Enumerations
net
defender
users
ccadmin
MSP
BUILDS
MSP_1.2.0.12_UNCLASS
GEOTRANS
INSTALLER_take2
master
CCS
src
dtcc
Enumerations
HeightType.h
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
{
36
noHeight,
37
ellipsoidHeight,
38
EGM96FifteenMinBilinear,
39
EGM96VariableNaturalSpline,
40
EGM84TenDegBilinear,
41
EGM84TenDegNaturalSpline,
42
EGM84ThirtyMinBiLinear,
43
EGM2008TwoPtFiveMinBicubicSpline
44
};
45
};
46
}
47
}
48
49
#endif
50
51
52
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:12 for GeographicTranslator by doxygen 1.8.2