82 #include "CoordinateSystem.h" 
   83 #include "CoordinateType.h" 
   90     class MercatorStandardParallelParameters;
 
   91     class MercatorScaleFactorParameters;
 
   92     class MapProjectionCoordinates;
 
   93     class GeodeticCoordinates;
 
  126         Mercator( 
double ellipsoidSemiMajorAxis, 
double ellipsoidFlattening, 
double centralMeridian, 
double standardParallel, 
double falseEasting, 
double falseNorthing, 
double* scaleFactor );
 
  148       Mercator( 
double ellipsoidSemiMajorAxis, 
double ellipsoidFlattening, 
double centralMeridian, 
double falseEasting, 
double falseNorthing, 
double scaleFactor );
 
  232       CoordinateType::Enum coordinateType;
 
  239       double Merc_Standard_Parallel;      
 
  240       double Merc_Cent_Mer;               
 
  241       double Merc_False_Northing;         
 
  242       double Merc_False_Easting;          
 
  243       double Merc_Scale_Factor;           
 
  253       double Merc_Delta_Easting;
 
  254       double Merc_Delta_Northing;