UNCLASSIFIED
Go to the documentation of this file.
    3 #ifndef MercatorStandardParallelParameters_H 
    4 #define MercatorStandardParallelParameters_H 
   27       void setCentralMeridian( 
double __centralMeridian );
 
   28       void setStandardParallel( 
double __standardParallel );
 
   29       void setScaleFactor( 
double __scaleFactor );
 
   30       void setFalseEasting( 
double __falseEasting );
 
   31       void setFalseNorthing( 
double __falseNorthing );
 
   33       double centralMeridian() 
const;
 
   34       double standardParallel() 
const;
 
   35       double scaleFactor() 
const;
 
   36       double falseEasting() 
const;
 
   37       double falseNorthing() 
const;
 
   41       double _centralMeridian;
 
   42       double _standardParallel;
 
   45       double _falseNorthing;