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