Pretty sure someone has this resolved. But I just could not find a clean solution to a seemingly basic request...
Before we do an overlay operation of Layer A and Layer B, we need to first test if their CSs are the same. If they are not, Layer A needs to be reprojected to the CS of Layer B.
CoordinateSystemExtractor is used to extract CS as "Attribute" from the two respective layers. But that was how far we could go:
A - How can we compare the CS when the two CS Attributes are in two different datasets?
B - How can we set the "Destination CS" parameter in the Reprojector transformer of Layer A to point to the CS Attribute from Layer B?
Thanks!