Transformation Matrix

Some geometries have an optional transformation matrix affixed to them, which can further refine its placement in 2D or 3D space. Conceptually, the definition of the geometry is understood first without the matrix, and then the affine matrix can be applied to the geometry to affect scaling, rotation, offset, and shear.

Note that the matrix form of an affine transformation is a 4-by-4 matrix with the fourth row 0, 0, 0, and 1.

Each geometry described in this section indicates whether it supports a transformation matrix.

Note  When specifying a transformation matrix for an Arc or Clothoid using the Creator transformer, an optional end coordinate may be specified by choosing the custom XML parameter tab and directly editing the endCoord attribute. End coordinates may be useful to correct small rounding errors. The custom XML edits are lost each time the Creator geometry parameter window is opened for editing.