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