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
DatumType.h
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 Oct 16 2012 13:48:12 for GeographicTranslator by doxygen 1.8.2