I have data in projection defined as 3 degree polynomial transformations to and from EPSG:2172.
x' = e0 + y e4 + x e1 + yy e7 + yx e5 + xx e2 + yyy e9 + yyx e8 + yxx e6 + xxx e3
y' = d0 + y d4 + x d1 + yy d7 + yx d5 + xx d2 + yyy d9 + yyx d8 + yxx d6 + xxx d3
I know this ex and dx coefficients to and from EPSG:2172
Is it possible to define such custom projection type in FME Desktop ?