UNCLASSIFIED
Go to the documentation of this file.
    3 #ifndef PolarStereographicScaleFactorParameters_H 
    4 #define PolarStereographicScaleFactorParameters_H 
   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 );
 
   32       double centralMeridian() 
const;
 
   33       double scaleFactor() 
const;
 
   34       char hemisphere() 
const;
 
   35       double falseEasting() 
const;
 
   36       double falseNorthing() 
const;
 
   40       double _centralMeridian;
 
   44       double _falseNorthing;