11 #ifndef ossimCadrgProjection_HEADER 12 #define ossimCadrgProjection_HEADER 32 double computeXPixConstant(
double scale,
long zone)
const;
33 double computeYPixConstant(
double scale)
const;
39 const char* prefix=0)
const;
46 const char* prefix=0);
63 static double theCadrgArcA[8];
66 static double theOldZoneExtents[10];
86 void computeParameters();
ossimDpt thePixelConstant
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.
static double theSouthLimit
virtual ossimDpt worldToLineSample(const ossimGpt &worldPoint) const
virtual ossimString getClassName() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
virtual ossimGpt lineSampleToWorld(const ossimDpt &projectedPoint) const
virtual bool operator==(const ossimProjection &projection) const
Compares this to arg projection and returns TRUE if the same.
static double theNorthLimit
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).
ossimString getProjectionName() const
Returns the projection name.