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
UTMParameters.h
Go to the documentation of this file.
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef UTMParameters_H
4
#define UTMParameters_H
5
6
#include "
CoordinateSystemParameters.h
"
7
#include "
DtccApi.h
"
8
9
10
11
namespace
MSP
12
{
13
namespace
CCS
14
{
15
class
MSP_DTCC_API
UTMParameters
:
public
CoordinateSystemParameters
16
{
17
public
:
18
19
UTMParameters
();
20
UTMParameters
(
CoordinateType::Enum
_coordinateType );
21
UTMParameters
(
CoordinateType::Enum
_coordinateType,
long
__override );
22
UTMParameters
(
CoordinateType::Enum
_coordinateType,
long
__zone,
long
__override );
23
UTMParameters
(
const
UTMParameters
& p );
24
25
~
UTMParameters
();
26
27
UTMParameters
& operator=(
const
UTMParameters
&p );
28
29
void
set(
long
__zone,
long
__override );
30
void
setZone(
long
__zone );
31
void
setOverride(
long
__override );
32
33
long
zone()
const
;
34
long
override
()
const
;
35
36
private
:
37
38
long
_zone;
39
long
_override;
40
41
};
42
}
43
}
44
45
#endif
46
47
48
// CLASSIFICATION: UNCLASSIFIED
MSP::CCS::CoordinateType::Enum
Enum
Definition:
CoordinateType.h:21
MSP::CCS::UTMParameters
Definition:
UTMParameters.h:15
DtccApi.h
MSP_DTCC_API
#define MSP_DTCC_API
Definition:
DtccApi.h:32
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