3 #ifndef MapProjectionCoordinates_H
4 #define MapProjectionCoordinates_H
6 #include "CoordinateTuple.h"
22 MapProjectionCoordinates( CoordinateType::Enum _coordinateType,
const char* __warningMessage,
double __easting,
double __northing );
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;