fmeobjects.FMERasterProperties.getAsAffineTransform

FMERasterProperties.getAsAffineTransform()

This method returns origin, spacing rotation as an affine transformation.

Return type:

list[float]

Returns:

A list containing 6 values that represents the coefficients A B C D E F in the affine transformation: x’ = Ax + By + C, y’ = Dx + Ey + F .