MgTransform Class Reference
[MgTransform]
Inherits MgDisposable.
Inherited by MgCoordinateSystemTransform.
Detailed Description
MgTransform is an abstract class that can be implemented to provide linear or projected coordinate transformations. There are currently no concrete classes.Public Member Functions | |
virtual MgEnvelope * | Transform (MgEnvelope *envelope)=0 |
Transforms the envelope and returns a new envelope. | |
virtual MgCoordinate * | Transform (MgCoordinate *coordinate)=0 |
Transforms the coordinate and returns a new coordinate. | |
virtual MgCoordinate * | Transform (double x, double y, double z)=0 |
Transforms the X, Y, and Z ordinates and returns a new coordinate. | |
virtual MgCoordinate * | Transform (double x, double y)=0 |
Transforms the X and Y ordinates and returns a new coordinate. |