I'm required to export some spatial data to AutoCAD. The incoming data exists anywhere in Australia and the exported data needs to be in one of the MGA94 zones. The client refuses the suggestion that they select one of the possible 10 projection zones to correctly reproject the data and claims FME should be able to handle this automatically.
Is there a way to modify the AutoCAD writer coordinate system after the FME workspace has been launched (i.e. after I've started reading in data) so that I can correctly export to the zone that corresponds to the input data?
I can see one way if I can get a transformer to replace the value in a public or private parameter. Is this possible?