17 #define deg2rad(d) (((d)*M_PI)/180) 18 #define rad2deg(d) (((d)*180)/M_PI) 19 #define earth_radius 6378137 26 double lon2x_d(
double lon) {
return lon; }
117 if (!ossimMapProjection::operator==(projection))
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
ossimGoogleProjection(const ossimEllipsoid &ellipsoid=ossimEllipsoid(), const ossimGpt &origin=ossimGpt())
double lond() const
Will convert the radian measure to degrees.
Represents serializable keyword/value map.
double lat2y_m(double lat)
double lat2y_d(double lat)
double latd() const
Will convert the radian measure to degrees.
double lon2x_m(double lon)
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 bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
ossim_uint32 thePcsCode
Projection Coordinate System(PCS) code.
virtual ossimGpt inverse(const ossimDpt &projectedPoint) const
Will take a point in meters and convert it to ground.
double lon2x_d(double lon)
virtual ossimDpt forward(const ossimGpt &worldPoint) const
All map projections will convert the world coordinate to an easting northing (Meters).
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
#define RTTI_DEF1(cls, name, b1)
const ossimDatum * theDatum
This is only set if we want to have built in datum shifting.