Hi Steve
Thanks for coming back to me. The xml file has ECF coordinates, paired with "system" coordinates, see attached.
I can convert the WGS ECF coordinates into WGS84 Lat, Long, h if required.
I need to create a Local Projection (SF=1) of this system whilst preserving it's geodetic relationship.
I am pretty sure the key is to create a transformation defined by the parameters in the XML file.
I am not sure on the workflow. I assume:
1. Create a local TM projection based on WGS84 datum with Central Meridian per the localization data
<TransverseMercatorProjection falseE="0" falseN="0" lambda0="138.32330003837902" phi0="-34.50056142609715" zoneWidth="6" scale0="1" />
2. Define a transformation between WGS84 and local using a Helmert2DTransformation, per the xml file
<Helmert2DTransformation rotation="-1.2433362091134907" rotationOriginalX="-0.00032153795473277569" rotationOriginalY="2.4058301026030904E-05" shiftdX="6142512.4763215389" shiftdY="275275.xxx-xxxxxxxx" scale="0.99993803352200061" transformationModel="molodensky" />