UNCLASSIFIED
GeographicTranslator
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
net
VDC-3240b
vol
msp
XFER
CM_Builds
GEOTRANS_3.8.0.1_reran_packing_only
master
CCS
src
dtcc
CoordinateSystemParameters
CoordinateSystemParameters.h
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef CoordinateSystemParameters_H
4
#define CoordinateSystemParameters_H
5
6
#include "
CoordinateType.h
"
7
#include "
DtccApi.h
"
8
9
10
11
namespace
MSP
12
{
13
namespace
CCS
14
{
15
class
MSP_DTCC_API
CoordinateSystemParameters
16
{
17
public
:
18
19
CoordinateSystemParameters
();
20
CoordinateSystemParameters
(
MSP::CCS::CoordinateType::Enum
__coordinateType );
21
CoordinateSystemParameters
(
const
CoordinateSystemParameters
& csp );
22
23
virtual
~
CoordinateSystemParameters
();
24
25
CoordinateSystemParameters
& operator=(
const
CoordinateSystemParameters
&csp );
26
27
void
setCoordinateType(
MSP::CCS::CoordinateType::Enum
__coordinateType );
28
CoordinateType::Enum
coordinateType()
const
;
29
30
31
protected
:
32
33
CoordinateType::Enum
_coordinateType
;
34
35
};
36
}
37
}
38
39
#endif
40
41
42
// CLASSIFICATION: UNCLASSIFIED
MSP::CCS::CoordinateType::Enum
Enum
Definition:
CoordinateType.h:21
DtccApi.h
MSP::CCS::CoordinateSystemParameters::_coordinateType
CoordinateType::Enum _coordinateType
Definition:
CoordinateSystemParameters.h:33
MSP_DTCC_API
#define MSP_DTCC_API
Definition:
DtccApi.h:32
CoordinateType.h
MSP::CCS::CoordinateSystemParameters
Definition:
CoordinateSystemParameters.h:15
Generated on Wed May 8 2019 17:43:30 for GeographicTranslator by doxygen 1.8.5