11 #ifndef ossimNewZealandMapGridProjection_HEADER 12 #define ossimNewZealandMapGridProjection_HEADER 34 void setFalseEasting(
double falseEasting);
40 void setFalseNorthing(
double falseNorthing);
47 void setFalseEastingNorthing(
double falseEasting,
double falseNorthing);
59 const char* prefix=0)
const;
66 const char* prefix=0);
95 long Convert_Geodetic_To_NZMG (
double Latitude,
98 double *Northing)
const;
114 long Convert_NZMG_To_Geodetic(
double Easting,
117 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 NZMG_False_Northing
virtual ossimObject * dup() const
double getFalseNorthing() const
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const =0
Will take a point in meters and convert it to ground.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
double getFalseEasting() const
virtual ossimDpt forward(const ossimGpt &worldPoint) const =0
All map projections will convert the world coordinate to an easting northing (Meters).
double NZMG_False_Easting