Hello. I am using FME 2017.1
The issue I am trying to resolve is stopping the ArcGIS Transformations window from popping up when I add a shapefile that was created by FME. The FME shapefile is in the correct projection (same as the dataframe) but the FME PRJ file is slightly different than the ArcGIS PRJ file. I am assuming that this is what is causing the Transformations window to pop up. So, my question is: how do I create a PRJ file from FME that is the same as what ESRI expects so that the Transformation window doesn't pop up in ArcGIS?
Here are the details of what I have done:
Right now, the projection I am using from ESRI's ArcGIS is not in FME. The FME projection that is the same as what I am using is 10TM115-83.
I created a Custom Projection by created a .fme file and putting it into the following directory (C:\\Users\\<<USERNAME>>\\Documents\\FME\\CoordinateSystems) as suggested on this form:
When I create a shapefile with my custom projection in FME, I go and display it in ArcGIS. The FME shapefile shows up where it should, but when I add it to the dataframe, the Geographic Coordinate System Transformations window pops up, which implies that I have added data that is in a different projection and needs to be transformed on the fly.
So, how do I create a PRJ file that is the same as what ArcGIS expects?
Thank you in advance for your time and help.
Julia
<<UPDATE>>
I did a little test. In the PRJ's created by FME, I changed "Geodetic_Reference_System_of_1980" to "GRS_1980". By doing this, the data in both projections from FME (10TM115-83 & my custom projection) show up in ArcGIS without triggering the Transformations window to pop up.
So, my revised question is how do I get the FME output to say GRS_1980 instead of the longer version?