I attached picture for reference.
I believe at this moment the Offsetter is the transformer you need.
So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.
You can store the original coordinate system using the CoorinateSystemExtractor.
I believe at this moment the Offsetter is the transformer you need.
So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.
You can store the original coordinate system using the CoorinateSystemExtractor.
I would use the coordinate system _AZMEA_ or _AZMED_ in this case (probably _AZMED_ since you are working with lines). That's because it is an equal distance coordinate system. Then you can carry out the offset in metres and reproject back.
I believe at this moment the Offsetter is the transformer you need.
So, to use the meters offset you will need to reproject your data to a coordinate system in meters (Reprojector), do the offset and then reproject your data back to the original coordinate system.
You can store the original coordinate system using the CoorinateSystemExtractor.
The Offsetter can perform offsets with Polar Coordinates which may help in your case here.
Have you tried AttributeReprojector for calculation of values between different coordinate systems?