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
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
Generated on Tue Feb 16 2016 14:54:01 for GeographicTranslator by doxygen 1.8.2