***Note from Migration:***
Original Title was: Add Coordinate System Extracting/Setting functionality to GeometryExtractor/Replacer
You can use a pair of the GeometryExtractor and the GeometryReplacer effectively when you perform a geometric operation on the feature but need to restore the original geometry later. And if you perform coordinate system transformation in the operation, you will also have to restore the original coordinate system.
In such a case, you can use a pair of the CoordinateSystemExtractor and the CoordinateSystemSetter to restore the coordinate system, but it would be a bit tedious.





