13 #ifndef ossimMollweidProojection_HEADER 14 #define ossimMollweidProojection_HEADER 25 const double falseEasting,
26 const double falseNorthing);
40 void setFalseEasting(
double falseEasting);
46 void setFalseNorthing(
double falseNorthing);
53 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
57 void setCentralMeridian(
double centralMeridian);
67 const char* prefix=0)
const;
74 const char* prefix=0);
113 long Set_Mollweide_Parameters(
double a,
115 double Central_Meridian,
116 double False_Easting,
117 double False_Northing);
133 void Get_Mollweide_Parameters(
double *a,
135 double *Central_Meridian,
136 double *False_Easting,
137 double *False_Northing)
const;
152 long Convert_Geodetic_To_Mollweide (
double Latitude,
155 double *Northing)
const;
170 long Convert_Mollweide_To_Geodetic(
double Easting,
173 double *Longitude)
const;
double Moll_Delta_Northing
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 getFalseEasting() 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 Moll_False_Northing
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
~ossimMollweidProjection()
double getFalseNorthing() const
double Moll_False_Easting