85 class MapProjection3Parameters;
86 class MapProjectionCoordinates;
87 class GeodeticCoordinates;
115 Sinusoidal(
double ellipsoidSemiMajorAxis,
double ellipsoidFlattening,
double centralMeridian,
double falseEasting,
double falseNorthing );
191 double Sinu_Origin_Long;
192 double Sinu_False_Northing;
193 double Sinu_False_Easting;
196 double Sinu_Max_Easting;
197 double Sinu_Min_Easting;
198 double Sinu_Delta_Northing;
Sinusoidal & operator=(const Sinusoidal &s)
MSP::CCS::MapProjectionCoordinates * convertFromGeodetic(MSP::CCS::GeodeticCoordinates *geodeticCoordinates)
MSP::CCS::GeodeticCoordinates * convertToGeodetic(MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates)
Sinusoidal(double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double falseEasting, double falseNorthing)
MapProjection3Parameters * getParameters() const