Hi.
I have a DGN whose EPS is 23030 (ED50) and I need to transform it into 25830 (ETRS89) using the method 7 Parameters. I have edited the "MyCoordSysDefs.fme" to add the following:
XFORM_DEF TestTransformation \\
SRC_DTM ED50 \\
TRG_DTM ETRS89 \\
DESC_NM "My custom transformation" \\
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
Is this correct?
How do I use my custom transformation? Does FME use it any time the "Reprojector" transfomer has to go from SRC_DTM to TRG_DTM?
Thanks for any kind of help provided!
FME version: 2016
EDIT: Sorry for the original question. I'm a newbie in this field and many times I use incorrect concepts