I frequently select a subset of rows from a feature. I then "save selection as a layer". Then I perform any number of operations on this new layer. An example of the subsequent operations are "project", "feature to raster" and "reclassify", but there are many more. The problem is the result of these operations is the entire source feature, not just the selection layer upon which it was applied.
example: I select Acrisols from my "Asia_soil" feature . I save the selection as "Asia_soil_acrisols". I then run "project" or "reclassify" on "Asia_soil_acrisols" creating a new output such as "Asia_acrisols_project" or "Asia_acrisols_reclassify". The problem is that these resultant files are ALL soils (from the original "Asia_soil" feature, NOT the selection layer. So I have to now do a select on this resultant feature to get just the Acrisols again. When working on such large datasets as continents, this is very time consuming.
There are many other instances where I have found the selection layer is not truly an independent and persisting object.
Is there a way to perform a selection getting a feature subset and having that subset persist as created and independent of its source.
Thank you
Laurie