3 #ifndef Stereographic_H
4 #define Stereographic_H
99 class MapProjection4Parameters;
100 class MapProjectionCoordinates;
101 class GeodeticCoordinates;
129 Stereographic(
double ellipsoidSemiMajorAxis,
double ellipsoidFlattening,
double centralMeridian,
double originLatitude,
double falseEasting,
double falseNorthing );
195 double Two_Stereo_Ra;
199 double Stereo_Origin_Lat;
200 double Stereo_Origin_Long;
201 double Stereo_False_Easting;
202 double Stereo_False_Northing;
203 double Sin_Stereo_Origin_Lat;
204 double Cos_Stereo_Origin_Lat;
207 double Stereo_Delta_Easting;
208 double Stereo_Delta_Northing;
Stereographic & operator=(const Stereographic &s)
MSP::CCS::GeodeticCoordinates * convertToGeodetic(MSP::CCS::MapProjectionCoordinates *mapProjectionCoordinates)
Stereographic(double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double centralMeridian, double originLatitude, double falseEasting, double falseNorthing)
MapProjection4Parameters * getParameters() const
MSP::CCS::MapProjectionCoordinates * convertFromGeodetic(MSP::CCS::GeodeticCoordinates *geodeticCoordinates)