13 #ifndef ossimPolyconicProjection_HEADER 14 #define ossimPolyconicProjection_HEADER 25 const double falseEasting,
26 const double falseNorthing);
41 void setFalseEasting(
double falseEasting);
47 void setFalseNorthing(
double falseNorthing);
54 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
66 const char* prefix=0)
const;
73 const char* prefix=0);
118 long Set_Polyconic_Parameters(
double a,
120 double Origin_Latitude,
121 double Central_Meridian,
122 double False_Easting,
123 double False_Northing);
142 void Get_Polyconic_Parameters(
double *a,
144 double *Origin_Latitude,
145 double *Central_Meridian,
146 double *False_Easting,
147 double *False_Northing)
const;
163 long Convert_Geodetic_To_Polyconic (
double Latitude,
166 double *Northing)
const;
181 long Convert_Polyconic_To_Geodetic(
double Easting,
184 double *Longitude)
const;
virtual ossimObject * dup() 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.
~ossimPolyconicProjection()
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Poly_False_Easting
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
double getFalseEasting() const
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double Poly_False_Northing
double getFalseNorthing() const