UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
net
vdcunity-1
MSP
XFER
CM_Builds
GEOTRANS_3.9.0.2
master
CCS
src
dtcc
CoordinateSystemParameters
GeodeticParameters.h
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef GeodeticParameters_H
4
#define GeodeticParameters_H
5
6
#include "
CoordinateSystemParameters.h
"
7
#include "
HeightType.h
"
8
#include "
DtccApi.h
"
9
10
11
12
namespace
MSP
13
{
14
namespace
CCS
15
{
16
class
MSP_DTCC_API
GeodeticParameters
:
public
CoordinateSystemParameters
17
{
18
public
:
19
20
GeodeticParameters
();
21
GeodeticParameters
(
CoordinateType::Enum
_coordinateType );
22
GeodeticParameters
(
CoordinateType::Enum
_coordinateType,
HeightType::Enum
__heightType );
23
GeodeticParameters
(
const
GeodeticParameters
& gp );
24
25
~
GeodeticParameters
();
26
27
GeodeticParameters
& operator=(
const
GeodeticParameters
&gp );
28
29
void
setHeightType(
HeightType::Enum
__heightType );
30
31
HeightType::Enum
heightType()
const
;
32
33
private
:
34
35
HeightType::Enum
_heightType;
36
37
};
38
}
39
}
40
41
#endif
42
43
44
// CLASSIFICATION: UNCLASSIFIED
HeightType.h
MSP::CCS::GeodeticParameters
Definition:
GeodeticParameters.h:16
MSP::CCS::CoordinateType::Enum
Enum
Definition:
CoordinateType.h:21
DtccApi.h
MSP_DTCC_API
#define MSP_DTCC_API
Definition:
DtccApi.h:32
MSP::CCS::HeightType::Enum
Enum
Definition:
HeightType.h:34
MSP::CCS::CoordinateSystemParameters
Definition:
CoordinateSystemParameters.h:15
CoordinateSystemParameters.h
Generated on Tue Apr 12 2022 10:09:23 for GeographicTranslator by doxygen 1.8.5