41 theHemisphere (hemisphere),
43 theNorthing (northing),
75 double latitude = 0.0;
76 double longitude = 0.0;
ossimUtmpt(const ossimGpt &aPt)
const ossimDatum * theDatum
double flattening() const
long OSSIM_DLL Set_UTM_Parameters(double a, double f, long override)
long OSSIM_DLL Convert_UTM_To_Geodetic(long Zone, char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude)
const ossimDatum * datum() const
datum().
ossim_int32 zone() const
Return the zone for this utm point.
void convertFromGround(const ossimGpt &aPt)
Initializes this point to utm coordinates for the ground point.
double lonr() const
Returns the longitude in radian measure.
virtual const ossimEllipsoid * ellipsoid() const
double northing() const
return the northing value in meters.
double easting() const
return the easting value in meters.
char hemisphere() const
Return the hemisphere ( Northern or Southern).
double latr() const
latr().
long OSSIM_DLL Convert_Geodetic_To_UTM(double Latitude, double Longitude, long *Zone, char *Hemisphere, double *Easting, double *Northing)
void convertToGround(ossimGpt &aPt)
Initializes the ground point from the utm coordinates of this point.