11 #ifndef ossimUpsProjection_HEADER 12 #define ossimUpsProjection_HEADER 34 const char* prefix=0)
const;
41 const char* prefix=0);
46 void setHemisphere(
char hemisphere);
106 double *Northing)
const;
126 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.
double getFalseEasting() const
double UPS_False_Northing
void Get_UPS_Parameters(double *a, double *f)
double UPS_Origin_Latitude
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
long Convert_UPS_To_Geodetic(char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude)
virtual bool operator==(const ossimProjection &projection) const
Compares this to arg projection and returns TRUE if the same.
double getFalseNorthing() const
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).
long Convert_Geodetic_To_UPS(double Latitude, double Longitude, char *Hemisphere, double *Easting, double *Northing)
long Set_UPS_Parameters(double a, double f)
double UPS_Origin_Longitude