12 #ifndef ossimVanDerGrintenProjection_HEADER 13 #define ossimVanDerGrintenProjection_HEADER 24 const double falseEasting,
25 const double falseNorthing);
41 void setFalseEasting(
double falseEasting);
47 void setFalseNorthing(
double falseNorthing);
54 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
58 void setCentralMeridian(
double centralMeridian);
68 const char* prefix=0)
const;
75 const char* prefix=0);
113 long Set_Van_der_Grinten_Parameters(
double a,
115 double Central_Meridian,
116 double False_Easting,
117 double False_Northing);
134 void Get_Van_der_Grinten_Parameters(
double *a,
136 double *Central_Meridian,
137 double *False_Easting,
138 double *False_Northing)
const;
154 long Convert_Geodetic_To_Van_der_Grinten (
double Latitude,
157 double *Northing)
const;
172 long Convert_Van_der_Grinten_To_Geodetic(
double Easting,
175 double *Longitude)
const;
double Grin_False_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.
~ossimVanDerGrintenProjection()
double Grin_False_Easting
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double getFalseNorthing() 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.
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
virtual ossimObject * dup() const
double getFalseEasting() const