13 #ifndef ossimTransCylEquAreaProjection_HEADER 14 #define ossimTransCylEquAreaProjection_HEADER 41 void setFalseEasting(
double falseEasting);
47 void setFalseNorthing(
double falseNorthing);
52 void setScaleFactor(
double scaleFactor);
58 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
60 void setParameters(
double falseEasting,
75 const char* prefix=0)
const;
82 const char* prefix=0);
145 long Set_Trans_Cyl_Eq_Area_Parameters(
double a,
147 double Origin_Latitude,
148 double Central_Meridian,
149 double False_Easting,
150 double False_Northing,
151 double Scale_Factor);
172 void Get_Trans_Cyl_Eq_Area_Parameters(
double *a,
174 double *Origin_Latitude,
175 double *Central_Meridian,
176 double *False_Easting,
177 double *False_Northing,
178 double *Scale_Factor)
const;
193 long Convert_Geodetic_To_Trans_Cyl_Eq_Area (
double Latitude,
196 double *Northing)
const;
211 long Convert_Trans_Cyl_Eq_Area_To_Geodetic(
double Easting,
214 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.
Represents serializable keyword/value map.
virtual ossimObject * dup() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Tcea_False_Easting
double getScaleFactor() const
virtual bool operator==(const ossimProjection &projection) const
Compares this to arg projection and returns TRUE if the same.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
double getFalseNorthing() const
~ossimTransCylEquAreaProjection()
double Tcea_False_Northing
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double getFalseEasting() const