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