14 #ifndef ossimAlbersProjection_HEADER 15 #define ossimAlbersProjection_HEADER 44 double falseNorthing);
56 void setStandardParallel1(
double degree);
62 void setStandardParallel2(
double degree);
67 void setStandardParallels(
double parallel1Degree,
68 double prallel2Degree);
74 void setFalseEasting(
double falseEasting);
80 void setFalseNorthing(
double falseNorthing);
87 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
94 void setParameters(
double parallel1,
97 double falseNorthing);
112 const char* prefix=0)
const;
119 const char* prefix=0);
171 long Set_Albers_Parameters(
double a,
173 double Origin_Latitude,
174 double Central_Meridian,
175 double Std_Parallel_1,
176 double Std_Parallel_2,
177 double False_Easting,
178 double False_Northing);
198 void Get_Albers_Parameters(
double *a,
200 double *Origin_Latitude,
201 double *Central_Meridian,
202 double *Std_Parallel_1,
203 double *Std_Parallel_2,
204 double *False_Easting,
205 double *False_Northing)
const;
221 long Convert_Geodetic_To_Albers (
double Latitude,
224 double *Northing)
const;
240 long Convert_Albers_To_Geodetic(
double Easting,
243 double *Longitude)
const;
double Albers_False_Northing
virtual ossimObject * dup() const =0
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
double Albers_Origin_Long
Represents serializable keyword/value map.
virtual double getStandardParallel2() const
Derived classes should implement as needed.
double Albers_Std_Parallel_2
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
virtual double getStandardParallel1() const
Derived classes should implement as needed.
Albers Equal Area Conic Projection.
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 Albers_Delta_Easting
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double Albers_Std_Parallel_1
double Albers_False_Easting
double Albers_Delta_Northing