UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef MapProjectionCoordinates_H
4 #define MapProjectionCoordinates_H
29 void set(
double __easting,
double __northing );
31 void setEasting(
double __easting );
32 double easting()
const;
34 void setNorthing(
double __northing );
35 double northing()
const;