ArcGIS Enterprise/ArcMap 10.7.1 — Oracle 18c — SDE.ST_GEOMETRY
- I have a polyline FC called FC-A.
- And I have an additional polyline FC called FC-B.
I want to update the shapes in FC-A with the shapes from FC-B.
- I want to update the existing SHAPE values, without replacing the FC or replacing the records.
- The link between the two FCs is a tabular ID field.
- I don't want to use a spatial relationship to link the two FCs. I think that would be unnecessarily messy. I've got a tabular relationship and I'd prefer to use it.
Question:
Are there any out-of-the-box tools in ArcMap that can batch-replace geometries from one FC to another via a tabular relationship?
I know it would be possible with a SQL UPDATE script. But my users aren't SQL client users, so I'm looking for an OOB solution.