MapGuide API Reference
|
virtual MgGeometricEntity* MgGeometricEntity::Transform | ( | MgTransform * | transform | ) | [pure virtual] |
Returns a transformed copy of this geometric entity.
virtual MgGeometricEntity Transform(MgTransform transform); |
virtual MgGeometricEntity Transform(MgTransform transform); |
virtual MgGeometricEntity Transform(MgTransform transform); |
transform | (MgTransform) The MgTransform to use in constructing a copy of this geometric entity. |
Implemented in MgPolygon, MgCurveString, MgCurvePolygon, MgMultiPolygon, MgLineString, MgMultiCurveString, MgMultiGeometry, MgMultiCurvePolygon, MgMultiPoint, MgMultiLineString, MgArcSegment, MgPoint, MgLinearSegment, MgCurveRing, and MgLinearRing.