MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgGeometricEntity* MgGeometricEntity::Transform ( MgTransform transform) [pure virtual]

Returns a transformed copy of this geometric entity.

.NET Syntax
virtual MgGeometricEntity Transform(MgTransform transform);
Java Syntax
virtual MgGeometricEntity Transform(MgTransform transform);
PHP Syntax
virtual MgGeometricEntity Transform(MgTransform transform);
Parameters:
transform(MgTransform) The MgTransform to use in constructing a copy of this geometric entity.
Returns:
An MgGeometricEntity that is a copy of this one with each coordinate transformed.

Implemented in MgPolygon, MgCurveString, MgCurvePolygon, MgMultiPolygon, MgLineString, MgMultiCurveString, MgMultiGeometry, MgMultiCurvePolygon, MgMultiPoint, MgMultiLineString, MgArcSegment, MgPoint, MgLinearSegment, MgCurveRing, and MgLinearRing.