AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgTransform Class Reference
[MgTransform]

Inherits MgDisposable.

Inherited by MgCoordinateSystemTransform.

List of all members.


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 MgEnvelopeTransform (MgEnvelope *envelope)=0
 Transforms the envelope and returns a new envelope.
virtual MgCoordinateTransform (MgCoordinate *coordinate)=0
 Transforms the coordinate and returns a new coordinate.
virtual MgCoordinateTransform (double x, double y, double z)=0
 Transforms the X, Y, and Z ordinates and returns a new coordinate.
virtual MgCoordinateTransform (double x, double y)=0
 Transforms the X and Y ordinates and returns a new coordinate.