Hi, I am using the GridInQuestReprojector to do a horizontal transformation but I want to leave the height values unchanged. Is there a way to do this? I am using FMEDesktop2016.
Thanks,
Hi, I am using the GridInQuestReprojector to do a horizontal transformation but I want to leave the height values unchanged. Is there a way to do this? I am using FMEDesktop2016.
Thanks,
probably best to extract the z value from the point feature, or coordinates(as a list), then reset them after the transformation.
the key transformers for this would be the coordinateextractor and probably the 3DForcer to reset them.
The CsmapReprojector has an option for Z values, any chance you can use it instead of the GridInQuestIIReprojector?