I have a dataset with a local origo. It is based on UTM 32N. I have been supplied with the seven parameters used for transformation into regurlar UTM 32N.
Reading the FME documentation, I have tried to add a custom transformation using 7PARAMETER method, but I cannot access it from FME. The closest I get is the Csmapprojector, but it is not cooperating: I cannot use my defined transformation as the local coordinate system is not defined. (Having the parameters for the transformation already, this should be irrelevant - as it is in other software I used before).
Trying to create a custom coordsys also isn't bringing me very far. For some reason, if I have my custom Coord I cannot see my custom transformation. And vice versa.
From my MyCoordSysDefs.fme:
COORDINATE_SYSTEM_DEF CustomerLocal.UTM-32N \
DESC_NM "Local for customer based on UTM32N" \
SOURCE "Customer" \
GROUP Project \
PROJ UTM \
UNIT METER \
PARM1 32 \
PARM2 1 \
QUAD 1 \
MAP_SCL 1 \
DT_NAME WGS84
XFORM_DEF CustomerLocal_to_UTM32N \
DESC_NM "CustomerLocal to UTM32N, 7-par" \
SOURCE "Customer" \
GROUP Project \
SRC_DTM WGS84 \
TRG_DTM WGS84 \
INVERSE No \
MAX_ITR 8 \
CNVRG_VAL 1e-06 \
ERROR_VAL 1e-09 \
METHOD 7PARAMETER \
DELTA_X 2736801.55679998 \
DELTA_Y -5981791.49069743 \
DELTA_Z -0.0000 \
BWSCALE -1.0 \
ROT_X 0.0000 \
ROT_Y -0.0000 \
ROT_Z -0.48875535