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
CoordinateSystems
datum
ThreeParameterDatum.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef ThreeParameterDatum_H
4
#define ThreeParameterDatum_H
5
6
7
#include "Datum.h"
8
9
namespace
MSP
10
{
11
namespace
CCS
12
{
13
class
ThreeParameterDatum
:
public
Datum
14
{
15
public
:
16
17
ThreeParameterDatum
();
18
19
ThreeParameterDatum
(
long
__index,
char
* __code,
char
* __ellipsoidCode,
char
* __name, DatumType::Enum __datumType,
double
__deltaX,
double
__deltaY,
double
__deltaZ,
20
double
__westLongitude,
double
__eastLongitude,
double
__southLatitude,
double
__northLatitude,
21
double
__sigmaX,
double
__sigmaY,
double
__sigmaZ,
bool
__userDefined );
22
23
~
ThreeParameterDatum
(
void
);
24
25
double
sigmaX()
const
;
26
27
double
sigmaY()
const
;
28
29
double
sigmaZ()
const
;
30
31
private
:
32
33
double
_sigmaX;
34
double
_sigmaY;
35
double
_sigmaZ;
36
37
};
38
}
39
}
40
41
#endif
42
43
44
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:10 for GeographicTranslator by doxygen 1.8.2