8 using namespace MSP::CCS;
29 _easting( __easting ),
30 _northing( __northing )
37 _easting( __easting ),
38 _northing( __northing )
40 int length = strlen( __warningMessage );
50 _easting = c._easting;
51 _northing = c._northing;
72 _easting = c._easting;
73 _northing = c._northing;
87 _northing = __northing;
105 _northing = __northing;
void setNorthing(double __northing)
void setEasting(double __easting)
void set(double __easting, double __northing)
~MapProjectionCoordinates()
char _warningMessage[500]
CoordinateType::Enum _coordinateType
MapProjectionCoordinates & operator=(const MapProjectionCoordinates &c)
MapProjectionCoordinates()