MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgCoordinate* MgTransform::Transform ( double  x,
double  y 
) [pure virtual]

Transforms the X and Y ordinates and returns a new coordinate.

Parameters:
x(double) The X ordinate to transform.
y(double) The Y ordinate to transform.
Returns:
A new MgCoordinate defined by the transformed X and Y ordinates.

Implemented in MgCoordinateSystemTransform.