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