3 #ifndef CylindricalEqualArea_H
4 #define CylindricalEqualArea_H
90 class MapProjection4Parameters;
91 class MapProjectionCoordinates;
92 class GeodeticCoordinates;
122 CylindricalEqualArea(
double ellipsoidSemiMajorAxis,
double ellipsoidFlattening,
double centralMeridian,
double originLatitude,
double falseEasting,
double falseNorthing );
200 double Cyeq_Origin_Lat;
201 double Cyeq_Origin_Long;
202 double Cyeq_False_Northing;
203 double Cyeq_False_Easting;
206 double Cyeq_Max_Easting;
207 double Cyeq_Min_Easting;
208 double Cyeq_Delta_Northing;
211 double cyleqarQ(
double slat,
double x );
~CylindricalEqualArea(void)
MSP::CCS::MapProjectionCoordinates * convertFromGeodetic(MSP::CCS::GeodeticCoordinates *geodeticCoordinates)
CylindricalEqualArea(double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
CylindricalEqualArea & operator=(const CylindricalEqualArea &cea)
MapProjection4Parameters * getParameters() const
MSP::CCS::GeodeticCoordinates * convertToGeodetic(MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates)