13 #ifndef ossimEckert6Projection_HEADER 14 #define ossimEckert6Projection_HEADER 26 double falseNorthing);
38 void setFalseEasting(
double falseEasting);
44 void setFalseNorthing(
double falseNorthing);
51 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
62 void setCentralMeridian(
double centralMeridian);
69 const char* prefix=0)
const;
76 const char* prefix=0);
115 long Set_Eckert6_Parameters(
double a,
117 double Central_Meridian,
118 double False_Easting,
119 double False_Northing);
135 void Get_Eckert6_Parameters(
double *a,
137 double *Central_Meridian,
138 double *False_Easting,
139 double *False_Northing)
const;
154 long Convert_Geodetic_To_Eckert6 (
double Latitude,
157 double *Northing)
const;
172 long Convert_Eckert6_To_Geodetic(
double Easting,
175 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.
double getFalseNorthing() const
double Eck6_False_Northing
~ossimEckert6Projection()
double getFalseEasting() const
double Inv_Ra_Over_Sqrt_Two_Plus_PI
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Eck6_Delta_Northing
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double Eck6_False_Easting
virtual ossimObject * dup() const
double Ra_Over_Sqrt_Two_Plus_PI