UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef UPSCoordinates_H
4 #define UPSCoordinates_H
29 void set(
char __hemisphere,
double __easting,
double __northing );
31 char hemisphere()
const;
32 double easting()
const;
33 double northing()
const;