13 #ifndef ossimCylEquAreaProjection_HEADER 14 #define ossimCylEquAreaProjection_HEADER 26 double falseNorthing);
41 void setFalseEasting(
double falseEasting);
47 void setFalseNorthing(
double falseNorthing);
54 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
70 const char* prefix=0)
const;
77 const char* prefix=0);
125 long Set_Cyl_Eq_Area_Parameters(
double a,
127 double Origin_Latitude,
128 double Central_Meridian,
129 double False_Easting,
130 double False_Northing);
132 void Get_Cyl_Eq_Area_Parameters(
double *a,
149 double *Origin_Latitude,
150 double *Central_Meridian,
151 double *False_Easting,
152 double *False_Northing)
const;
168 long Convert_Geodetic_To_Cyl_Eq_Area (
double Latitude,
171 double *Northing)
const;
186 long Convert_Cyl_Eq_Area_To_Geodetic(
double Easting,
189 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.
double Cyeq_Delta_Northing
~ossimCylEquAreaProjection()
double Cyeq_False_Easting
Represents serializable keyword/value map.
double Cyeq_False_Northing
double getFalseNorthing() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimObject * dup() const
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double getFalseEasting() const