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
MapProjection4Parameters.h
1
// CLASSIFICATION: UNCLASSIFIED
2
3
#ifndef MapProjection4Parameters_H
4
#define MapProjection4Parameters_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
MapProjection4Parameters
:
public
CoordinateSystemParameters
16
{
17
public
:
18
19
MapProjection4Parameters
();
20
MapProjection4Parameters
( CoordinateType::Enum _coordinateType );
21
MapProjection4Parameters
( CoordinateType::Enum _coordinateType,
double
__centralMeridian,
double
__originLatitude,
double
__falseEasting,
double
__falseNorthing );
22
MapProjection4Parameters
(
const
MapProjection4Parameters
& p );
23
24
~
MapProjection4Parameters
();
25
26
MapProjection4Parameters
& operator=(
const
MapProjection4Parameters
&p );
27
28
void
setCentralMeridian(
double
__centralMeridian );
29
void
setOriginLatitude(
double
__originLatitude );
30
void
setFalseEasting(
double
__falseEasting );
31
void
setFalseNorthing(
double
__falseNorthing );
32
33
double
centralMeridian()
const
;
34
double
originLatitude()
const
;
35
double
falseEasting()
const
;
36
double
falseNorthing()
const
;
37
38
private
:
39
40
double
_centralMeridian;
41
double
_originLatitude;
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