Has anyone found a way to replicate the Copy Features Tool from the Advanced Editing Tool bar from ArcMap in ArcGIS Pro?
We have a feature class for Building Footprints, where we use placeholder footprints of a specific uniform shape so that we can query all the placeholder footprints. These can be geographically far from one another, so it would be nice to be able to copy the geometry of the placeholder footprints from one location to another.
Any help or suggestions would be much appreciated!
Solved! Go to Solution.
Hi @TylerPease
Along with what @jcarlson said, here are a few other suggestions:
1. Create preset templates for each building type (see gif below). You can optionally set the 'Point with rotation' tool (new at 2.7) as the default tool for the preset template. If you need to scale the building after placing it, use the scale tool.
2. If the new feature already exists, you can use Replace Geometry followed by Replace Sketch (see gif). In the gif, I move the new feature by dragging the first vertex. You can also scale the feature by dragging the last vertex (as long as stretch proportionately is enabled on the edit toolbar at the bottom).
3. Use Transfer Attributes tool and map the geometry field as outlined here: https://community.esri.com/t5/arcgis-pro-questions/geometry-transfer-in-arcgis-pro/m-p/1016232#M3593...
I hope this helps,
Scott
There's always copy and paste! You can do it a few ways, but they all require the map panel to be active and that one or more features be currently selected.
No matter the method, once you paste a feature, the new feature becomes immediately active in the "Move" tool. Pasting again will automatically apply your edit and make the next new feature active.
Here's me repeatedly hitting Ctrl+V:
If there's one notable downside to this, it's that I can't see a way to paste a feature at your cursor's coordinates. There might be a way to work this process into a Task to at least semi-automate something applying a transformation or activating the Move To tool instead.
Josh,
That was what I had been doing, but it was very cumbersome since sometimes we were copying placeholder building footprints from one area of the county to another, and our county is rather large (511 sq miles) so it was cumbersome to use the simple copy and paste option if there were no nearby placeholder buildings to copy from. But that option Scott showed with the preset template geometry is a perfect solution to this!
I appreciate your response and help though!
Thanks,
Tyler Pease
Queen Anne's County GIS
Hi @TylerPease
Along with what @jcarlson said, here are a few other suggestions:
1. Create preset templates for each building type (see gif below). You can optionally set the 'Point with rotation' tool (new at 2.7) as the default tool for the preset template. If you need to scale the building after placing it, use the scale tool.
2. If the new feature already exists, you can use Replace Geometry followed by Replace Sketch (see gif). In the gif, I move the new feature by dragging the first vertex. You can also scale the feature by dragging the last vertex (as long as stretch proportionately is enabled on the edit toolbar at the bottom).
3. Use Transfer Attributes tool and map the geometry field as outlined here: https://community.esri.com/t5/arcgis-pro-questions/geometry-transfer-in-arcgis-pro/m-p/1016232#M3593...
I hope this helps,
Scott
Oh, nice! Is this new, retaining the feature's geometry in the template? I knew about creating a template from a feature, but thought it was just for attributes.
Hi Josh,
Preset templates have been in Pro since 1.0 I think 🙂 They are only available in Pro and not ArcMap though.
Create a preset template - https://pro.arcgis.com/en/pro-app/latest/help/editing/create-a-preset-template.htm
Scott,
The template idea is perfect for this purpose! We use a small triangle of uniform size, so saving the geometry as a template makes it easy to create new features across the county we work in! I was unaware you could save the actual geometry like that! Thank you!
Best,
Tyler
I'm happy to help