11 #ifndef ossimSpaceObliqueMercatorProjection_HEADER 12 #define ossimSpaceObliqueMercatorProjection_HEADER 32 SOM_TYPE_LANDSAT_1 = 0,
33 SOM_TYPE_LANDSAT_2 = 1,
34 SOM_TYPE_LANDSAT_3 = 2,
35 SOM_TYPE_LANDSAT_4 = 3,
36 SOM_TYPE_LANDSAT_5 = 4,
37 SOM_TYPE_LANDSAT_7 = 5
53 const char* prefix=0)
const;
60 const char* prefix=0);
62 virtual void setParameters(ossimSatelliteType type,
74 double a2, a4, b, c1,
c3;
75 double q, t, u, w, p22, sa, ca,
xj, rlm, rlm2;
85 void seraz0(
double lam,
double mult);
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
ossimSatelliteType theSatelliteType
Represents serializable keyword/value map.
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
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