13 #ifndef ossimLambertConformalConicProjection_HEADER 14 #define ossimLambertConformalConicProjection_HEADER 38 double falseNorthing);
52 void setStandardParallel1(
double degree);
58 void setStandardParallel2(
double degree);
63 void setStandardParallels(
double parallel1Degree,
64 double prallel2Degree);
70 void setFalseEasting(
double falseEasting);
76 void setFalseNorthing(
double falseNorthing);
83 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
93 void setParameters(
double parallel1,
96 double falseNorthing);
111 const char* prefix=0)
const;
118 const char* prefix=0);
164 long Set_Lambert_Parameters(
double a,
166 double Origin_Latitude,
167 double Central_Meridian,
168 double Std_Parallel_1,
169 double Std_Parallel_2,
170 double False_Easting,
171 double False_Northing);
189 void Get_Lambert_Parameters(
double *a,
191 double *Origin_Latitude,
192 double *Central_Meridian,
193 double *Std_Parallel_1,
194 double *Std_Parallel_2,
195 double *False_Easting,
196 double *False_Northing)
const;
211 long Convert_Geodetic_To_Lambert (
double Latitude,
214 double *Northing)
const;
229 long Convert_Lambert_To_Geodetic (
double Easting,
232 double *Longitude)
const;
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.
Represents serializable keyword/value map.
virtual double getStandardParallel2() const
Derived classes should implement as needed.
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.
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 std::ostream & print(std::ostream &out) const
Prints data members to stream.
std::basic_ostream< char > ostream
Base class for char output streams.