UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
MSP::CCS::MercatorStandardParallelParameters Class Reference

#include <MercatorStandardParallelParameters.h>

Inheritance diagram for MSP::CCS::MercatorStandardParallelParameters:
MSP::CCS::CoordinateSystemParameters

Public Member Functions

 MercatorStandardParallelParameters ()
 
 MercatorStandardParallelParameters (CoordinateType::Enum _coordinateType)
 
 MercatorStandardParallelParameters (CoordinateType::Enum _coordinateType, double __centralMeridian, double __standardParallel, double __scaleFactor, double __falseEasting, double __falseNorthing)
 
 MercatorStandardParallelParameters (const MercatorStandardParallelParameters &p)
 
 ~MercatorStandardParallelParameters ()
 
MercatorStandardParallelParametersoperator= (const MercatorStandardParallelParameters &p)
 
void setCentralMeridian (double __centralMeridian)
 
void setStandardParallel (double __standardParallel)
 
void setScaleFactor (double __scaleFactor)
 
void setFalseEasting (double __falseEasting)
 
void setFalseNorthing (double __falseNorthing)
 
double centralMeridian () const
 
double standardParallel () const
 
double scaleFactor () const
 
double falseEasting () const
 
double falseNorthing () const
 
- Public Member Functions inherited from MSP::CCS::CoordinateSystemParameters
 CoordinateSystemParameters ()
 
 CoordinateSystemParameters (MSP::CCS::CoordinateType::Enum __coordinateType)
 
 CoordinateSystemParameters (const CoordinateSystemParameters &csp)
 
virtual ~CoordinateSystemParameters ()
 
CoordinateSystemParametersoperator= (const CoordinateSystemParameters &csp)
 
void setCoordinateType (MSP::CCS::CoordinateType::Enum __coordinateType)
 
CoordinateType::Enum coordinateType () const
 

Additional Inherited Members

- Protected Attributes inherited from MSP::CCS::CoordinateSystemParameters
CoordinateType::Enum _coordinateType
 

Detailed Description

Definition at line 14 of file MercatorStandardParallelParameters.h.

Constructor & Destructor Documentation

MercatorStandardParallelParameters::MercatorStandardParallelParameters ( )

Definition at line 9 of file MercatorStandardParallelParameters.cpp.

MercatorStandardParallelParameters::MercatorStandardParallelParameters ( CoordinateType::Enum  _coordinateType)

Definition at line 20 of file MercatorStandardParallelParameters.cpp.

MercatorStandardParallelParameters::MercatorStandardParallelParameters ( CoordinateType::Enum  _coordinateType,
double  __centralMeridian,
double  __standardParallel,
double  __scaleFactor,
double  __falseEasting,
double  __falseNorthing 
)

Definition at line 31 of file MercatorStandardParallelParameters.cpp.

MercatorStandardParallelParameters::MercatorStandardParallelParameters ( const MercatorStandardParallelParameters p)

Definition at line 42 of file MercatorStandardParallelParameters.cpp.

MercatorStandardParallelParameters::~MercatorStandardParallelParameters ( )

Definition at line 54 of file MercatorStandardParallelParameters.cpp.

Member Function Documentation

double MercatorStandardParallelParameters::centralMeridian ( ) const

Definition at line 111 of file MercatorStandardParallelParameters.cpp.

double MercatorStandardParallelParameters::falseEasting ( ) const

Definition at line 129 of file MercatorStandardParallelParameters.cpp.

double MercatorStandardParallelParameters::falseNorthing ( ) const

Definition at line 135 of file MercatorStandardParallelParameters.cpp.

MercatorStandardParallelParameters & MercatorStandardParallelParameters::operator= ( const MercatorStandardParallelParameters p)

Definition at line 64 of file MercatorStandardParallelParameters.cpp.

double MercatorStandardParallelParameters::scaleFactor ( ) const

Definition at line 123 of file MercatorStandardParallelParameters.cpp.

void MercatorStandardParallelParameters::setCentralMeridian ( double  __centralMeridian)

Definition at line 81 of file MercatorStandardParallelParameters.cpp.

void MercatorStandardParallelParameters::setFalseEasting ( double  __falseEasting)

Definition at line 99 of file MercatorStandardParallelParameters.cpp.

void MercatorStandardParallelParameters::setFalseNorthing ( double  __falseNorthing)

Definition at line 105 of file MercatorStandardParallelParameters.cpp.

void MercatorStandardParallelParameters::setScaleFactor ( double  __scaleFactor)

Definition at line 93 of file MercatorStandardParallelParameters.cpp.

void MercatorStandardParallelParameters::setStandardParallel ( double  __standardParallel)

Definition at line 87 of file MercatorStandardParallelParameters.cpp.

double MercatorStandardParallelParameters::standardParallel ( ) const

Definition at line 117 of file MercatorStandardParallelParameters.cpp.