I have used a select by polygon tool to select features in an area of interest from multiple feature classes.
How do I export the selection into one feature class in ArcGIS Pro?
At the minute the only way I can see is to export the feature from each layer seperately and then combine. I hope to do this in one command.
-
If your feature classes are road centerlines and parcels how would you combine them into one feature class? I think you should provide more details about the feature classes that you are hoping to combine the selections from.PolyGeo– PolyGeo ♦2017年11月16日 12:55:18 +00:00Commented Nov 16, 2017 at 12:55
-
If they are all the same type (for example polygons) select them and execute Merge tool. Only selected features will be mergedBera– Bera2017年11月16日 14:52:37 +00:00Commented Nov 16, 2017 at 14:52
1 Answer 1
If all your FeatureLayers (with their individual selections) are the same geometry type then you could Append them all to an existing FeatureClass. As all tools honor selections feeding those layers into the Append tool will mean only the selections are copied into the target FeatureClass.
If the input layers have different fields (but are all the same geometry type) then you need to change the schema_type
parameter. Suggest you read the help file for the Append tool as this single tool can do it all in one go for you.