Skip to main content
Question

Using one esri reprojectior transformer with multiple inputs and getting the feature type after transformation

  • March 2, 2026
  • 1 reply
  • 22 views

howeitzer
Participant
Forum|alt.badge.img

I’m using the Esri Reprojector transformer with a feature reader that reads feature classes from an ArcSDE connection. They all share the same coordinate system and I need to transform them. I can do this successfully using three separate transformers but seems a bit silly. I’m assuming there is a way that I only need to use one and feed the three feature classes through it? I’ve tried doing this and adding a FeatureTypeFilter transformer but this returns no values if I click ‘Update’.
 


 

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+68
  • Celebrity
  • March 3, 2026

FMEs ‘smart’ enough that if you set the input coordinate system on the reader and the output on the writer, it will automatically reproject it as part of writing


(screenshot of the navigator when using standard readers/writers)