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
MapProjection3Parameters.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef MapProjection3Parameters_H
4
#define MapProjection3Parameters_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
MapProjection3Parameters
:
public
CoordinateSystemParameters
16
{
17
public
:
18
19
MapProjection3Parameters
();
20
MapProjection3Parameters
( CoordinateType::Enum _coordinateType );
21
MapProjection3Parameters
( CoordinateType::Enum _coordinateType,
double
__centralMeridian,
double
__falseEasting,
double
__falseNorthing );
22
MapProjection3Parameters
(
const
MapProjection3Parameters
& p );
23
24
~
MapProjection3Parameters
();
25
26
MapProjection3Parameters
& operator=(
const
MapProjection3Parameters
&p );
27
28
void
setCentralMeridian(
double
__centralMeridian );
29
void
setFalseEasting(
double
__falseEasting );
30
void
setFalseNorthing(
double
__falseNorthing );
31
32
double
centralMeridian()
const
;
33
double
falseEasting()
const
;
34
double
falseNorthing()
const
;
35
36
private
:
37
38
double
_centralMeridian;
39
double
_falseEasting;
40
double
_falseNorthing;
41
42
};
43
}
44
}
45
46
#endif
47
48
49
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:10 for GeographicTranslator by doxygen 1.8.2