Hi.
I have defined a custom transformation in the file "MyCoordsSysDefs.fme":
XFORM_DEF Test \\
SRC_DTM ED50 \\
TRG_DTM ETRS89 \\
DESC_NM "7 parametros" \\
GROUP "Custom" \\
INVERSE Yes \\
MAX_ITR 8 \\
CNVRG_VAL 1e-09 \\
ERROR_VAL 1e-06 \\
METHOD 7PARAMETER \\
DELTA_X -130.5090 \\
DELTA_Y -89.9490 \\
DELTA_Z -145.9030 \\
BWSCALE 5.2690 \\
ROT_X 3.1126 \\
ROT_Y -0.4718 \\
ROT_Z 3.3181
How can I tell FME to use this transformation instead of the default one?
Thanks for any help provided.