13 #ifndef ossimEquDistCylProjection_HEADER 14 #define ossimEquDistCylProjection_HEADER 28 double falseNorthing);
57 void setFalseEasting(
double falseEasting);
63 void setFalseNorthing(
double falseNorthing);
70 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
76 const double& heightAboveEllipsoid,
107 const char* prefix=0)
const;
114 const char* prefix=0);
154 long Set_Equidistant_Cyl_Parameters(
double a,
157 double Central_Meridian,
158 double False_Easting,
159 double False_Northing);
177 void Get_Equidistant_Cyl_Parameters(
double *a,
179 double *Std_Parallel,
180 double *Central_Meridian,
181 double *False_Easting,
182 double *False_Northing)
const;
197 long Convert_Geodetic_To_Equidistant_Cyl (
double Latitude,
200 double *Northing)
const;
215 long Convert_Equidistant_Cyl_To_Geodetic(
double Easting,
218 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.
virtual ossimObject * dup() const
Represents serializable keyword/value map.
virtual ossimDpt worldToLineSample(const ossimGpt &worldPoint) const
virtual void setOrigin(const ossimGpt &origin)
Sets theOrigin to origin.
virtual bool isGeographic() const
~ossimEquDistCylProjection()
double Eqcy_False_Northing
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
ossimEquDistCylProjection(const ossimEquDistCylProjection &rhs)
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 Cos_Eqcy_Std_Parallel
double getFalseNorthing() const
double Ra_Cos_Eqcy_Std_Parallel
double Eqcy_Delta_Northing
double getFalseEasting() const
double Eqcy_False_Easting
virtual void lineSampleHeightToWorld(const ossimDpt &lineSampPt, const double &heightAboveEllipsoid, ossimGpt &worldPt) const
This is the pure virtual that projects the image point to the given elevation above ellipsoid...