13 using namespace MSP::CCS;
32 double __westLongitude,
double __eastLongitude,
double __southLatitude,
double __northLatitude,
33 double __rotationX,
double __rotationY,
double __rotationZ,
double __scaleFactor,
bool __userDefined ) :
34 Datum( __index, __code, __ellipsoidCode, __name, __datumType, __deltaX, __deltaY, __deltaZ,
35 __westLongitude, __eastLongitude, __southLatitude, __northLatitude, __userDefined ),
36 _rotationX( __rotationX ),
37 _rotationY( __rotationY ),
38 _rotationZ( __rotationZ ),
39 _scaleFactor( __scaleFactor )