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
MercatorStandardParallelParameters.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef MercatorStandardParallelParameters_H
4
#define MercatorStandardParallelParameters_H
5
6
#include "CoordinateSystemParameters.h"
7
#include "DtccApi.h"
8
9
10
namespace
MSP
11
{
12
namespace
CCS
13
{
14
class
MSP_DTCC_API
MercatorStandardParallelParameters
:
public
CoordinateSystemParameters
15
{
16
public
:
17
18
MercatorStandardParallelParameters
();
19
MercatorStandardParallelParameters
( CoordinateType::Enum _coordinateType );
20
MercatorStandardParallelParameters
( CoordinateType::Enum _coordinateType,
double
__centralMeridian,
double
__standardParallel,
double
__scaleFactor,
double
__falseEasting,
double
__falseNorthing );
21
MercatorStandardParallelParameters
(
const
MercatorStandardParallelParameters
& p );
22
23
~
MercatorStandardParallelParameters
();
24
25
MercatorStandardParallelParameters
& operator=(
const
MercatorStandardParallelParameters
&p );
26
27
void
setCentralMeridian(
double
__centralMeridian );
28
void
setStandardParallel(
double
__standardParallel );
29
void
setScaleFactor(
double
__scaleFactor );
30
void
setFalseEasting(
double
__falseEasting );
31
void
setFalseNorthing(
double
__falseNorthing );
32
33
double
centralMeridian()
const
;
34
double
standardParallel()
const
;
35
double
scaleFactor()
const
;
36
double
falseEasting()
const
;
37
double
falseNorthing()
const
;
38
39
private
:
40
41
double
_centralMeridian;
42
double
_standardParallel;
43
double
_scaleFactor;
44
double
_falseEasting;
45
double
_falseNorthing;
46
47
};
48
}
49
}
50
51
#endif
52
53
54
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:10 for GeographicTranslator by doxygen 1.8.2