12 #ifndef ossimStereographicProjection_HEADER 13 #define ossimStereographicProjection_HEADER 24 const double falseEasting,
25 const double falseNorthing);
40 void setFalseEasting(
double falseEasting);
46 void setFalseNorthing(
double falseNorthing);
53 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
65 const char* prefix=0)
const;
72 const char* prefix=0);
113 long Set_Stereographic_Parameters (
double a,
115 double Origin_Latitude,
116 double Central_Meridian,
117 double False_Easting,
118 double False_Northing);
135 void Get_Stereographic_Parameters(
double *a,
137 double *Origin_Latitude,
138 double *Central_Meridian,
139 double *False_Easting,
140 double *False_Northing)
const;
154 long Convert_Geodetic_To_Stereographic (
double Latitude,
157 double *Northing)
const;
171 long Convert_Stereographic_To_Geodetic(
double Easting,
174 double *Longitude)
const;
double Cos_Stereo_Origin_Lat
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
double getFalseNorthing() const
double Stereo_False_Northing
Represents serializable keyword/value map.
double Stereo_False_Easting
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Stereo_Delta_Northing
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
double getFalseEasting() const
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double Stereo_Origin_Long
~ossimStereographicProjection()
virtual ossimObject * dup() const
double Sin_Stereo_Origin_Lat
double Stereo_Delta_Easting