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
MapProjection6Parameters.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef MapProjection6Parameters_H
4
#define MapProjection6Parameters_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
MapProjection6Parameters
:
public
CoordinateSystemParameters
16
{
17
public
:
18
19
MapProjection6Parameters
();
20
MapProjection6Parameters
( CoordinateType::Enum _coordinateType );
21
MapProjection6Parameters
( CoordinateType::Enum _coordinateType,
double
__centralMeridian,
double
__originLatitude,
double
__standardParallel1,
double
__standardParallel2,
double
__falseEasting,
double
__falseNorthing );
22
MapProjection6Parameters
(
const
MapProjection6Parameters
& p );
23
24
~
MapProjection6Parameters
();
25
26
MapProjection6Parameters
& operator=(
const
MapProjection6Parameters
&p );
27
28
void
setCentralMeridian(
double
__centralMeridian );
29
void
setOriginLatitude(
double
__originLatitude );
30
void
setStandardParallel1(
double
__standardParallel1 );
31
void
setStandardParallel2(
double
__standardParallel2 );
32
void
setFalseEasting(
double
__falseEasting );
33
void
setFalseNorthing(
double
__falseNorthing );
34
35
double
centralMeridian()
const
;
36
double
originLatitude()
const
;
37
double
standardParallel1()
const
;
38
double
standardParallel2()
const
;
39
double
falseEasting()
const
;
40
double
falseNorthing()
const
;
41
42
private
:
43
44
double
_centralMeridian;
45
double
_originLatitude;
46
double
_standardParallel1;
47
double
_standardParallel2;
48
double
_falseEasting;
49
double
_falseNorthing;
50
51
};
52
}
53
}
54
55
#endif
56
57
58
// CLASSIFICATION: UNCLASSIFIED
Generated on Tue Oct 16 2012 13:48:10 for GeographicTranslator by doxygen 1.8.2