MapGuide API Reference
|
virtual MgCoordinate* MgCoordinateSystemTransform::Transform | ( | double | x, |
double | y | ||
) | [pure virtual] |
Transforms the given X and Y values whose frame of reference is the source coordinate system into an XY coordinate whose frame of reference is the target coordinate system.
virtual MgCoordinate Transform(double x, double y); |
virtual MgCoordinate Transform(double x, double y); |
virtual MgCoordinate Transform(double x, double y); |
x | (double) The X ordinate to transform. |
y | (double) The Y ordinate to transform. |
MgCoordinateSystemTransformFailedException |
Implements MgTransform.