13 #ifndef ossimPolarStereoProjection_HEADER 14 #define ossimPolarStereoProjection_HEADER 25 const double falseEasting,
26 const double falseNorthing);
39 void setFalseEasting(
double falseEasting);
45 void setFalseNorthing(
double falseNorthing);
52 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
64 const char* prefix=0)
const;
71 const char* prefix=0);
111 double Latitude_of_True_Scale,
112 double Longitude_Down_from_Pole,
113 double False_Easting,
114 double False_Northing);
130 double *Latitude_of_True_Scale,
131 double *Longitude_Down_from_Pole,
132 double *False_Easting,
133 double *False_Northing)
const;
151 double *Northing)
const;
172 double *Longitude)
const;
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual ossimObject * dup() const
Represents serializable keyword/value map.
long Set_Polar_Stereographic_Parameters(double a, double f, double Latitude_of_True_Scale, double Longitude_Down_from_Pole, double False_Easting, double False_Northing)
double Polar_False_Northing
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Polar_False_Easting
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
~ossimPolarStereoProjection()
double Polar_Delta_Easting
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
long Convert_Geodetic_To_Polar_Stereographic(double Latitude, double Longitude, double *Easting, double *Northing)
double Southern_Hemisphere
double Polar_Delta_Northing
void Get_Polar_Stereographic_Parameters(double *a, double *f, double *Latitude_of_True_Scale, double *Longitude_Down_from_Pole, double *False_Easting, double *False_Northing)
long Convert_Polar_Stereographic_To_Geodetic(double Easting, double Northing, double *Latitude, double *Longitude)
double getFalseNorthing() const
double getFalseEasting() const