13 #ifndef ossimMillerProjection_HEADER 14 #define ossimMillerProjection_HEADER 25 const double falseEasting,
26 const double falseNorthing);
40 void setFalseEasting(
double falseEasting);
46 void setFalseNorthing(
double falseNorthing);
53 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
57 void setCentralMeridian(
double centralMeridian);
66 const char* prefix=0)
const;
73 const char* prefix=0);
109 long Set_Miller_Parameters(
double a,
111 double Central_Meridian,
112 double False_Easting,
113 double False_Northing);
129 void Get_Miller_Parameters(
double *a,
131 double *Central_Meridian,
132 double *False_Easting,
133 double *False_Northing)
const;
148 long Convert_Geodetic_To_Miller (
double Latitude,
151 double *Northing)
const;
166 long Convert_Miller_To_Geodetic(
double Easting,
169 double *Longitude)
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 getFalseNorthing() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
double Mill_False_Northing
virtual ossimObject * dup() 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).
double Mill_False_Easting
double Mill_Delta_Northing