UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
master
geotrans3.7
CCS
src
dtcc
Enumerations
DatumType.h
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef DatumType_H
4
#define DatumType_H
5
6
namespace
MSP
7
{
8
namespace
CCS
9
{
10
class
DatumType
11
{
12
public
:
13
14
enum
Enum
15
{
16
threeParamDatum
,
17
sevenParamDatum
,
18
wgs84Datum
,
19
wgs72Datum
20
};
21
};
22
}
23
}
24
25
#endif
26
27
28
29
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Feb 16 2016 14:54:02 for GeographicTranslator by doxygen 1.8.2