<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea create layer from selected features in multiple layers / all featureclasses in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idi-p/927257</link>
    <description>Expand on the functionality of Create Layer from Selected Features, to create layer from the current selection in the document - which potentially could be from a number of sources.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The resultant layer might be similar to a group layer - containing the selection layer for each of the input layers.&lt;BR /&gt;&lt;BR /&gt;Example of application, I need to find beaches in the statewide cadastral database.&amp;nbsp; They are represented across several featureclasses, and i want to find them all without manually going through a 100 FCs.&amp;nbsp; So I find on "beach", easy&amp;nbsp;... I can then select all of the found features, but I still have to manually identify each FC involved.&amp;nbsp; I want to be able to create a layer file from these selected features !&amp;nbsp; That way i can map them and use in select by location etc.&lt;BR /&gt;&lt;BR /&gt;Simple functionality, with loads of other uses &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--   content transformation source ID: 087300000008KKS   --&gt;</description>
    <pubDate>Wed, 03 Feb 2021 16:45:22 GMT</pubDate>
    <dc:creator>LeanderWiseman</dc:creator>
    <dc:date>2021-02-03T16:45:22Z</dc:date>
    <item>
      <title>create layer from selected features in multiple layers / all featureclasses</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idi-p/927257</link>
      <description>Expand on the functionality of Create Layer from Selected Features, to create layer from the current selection in the document - which potentially could be from a number of sources.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The resultant layer might be similar to a group layer - containing the selection layer for each of the input layers.&lt;BR /&gt;&lt;BR /&gt;Example of application, I need to find beaches in the statewide cadastral database.&amp;nbsp; They are represented across several featureclasses, and i want to find them all without manually going through a 100 FCs.&amp;nbsp; So I find on "beach", easy&amp;nbsp;... I can then select all of the found features, but I still have to manually identify each FC involved.&amp;nbsp; I want to be able to create a layer file from these selected features !&amp;nbsp; That way i can map them and use in select by location etc.&lt;BR /&gt;&lt;BR /&gt;Simple functionality, with loads of other uses &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--   content transformation source ID: 087300000008KKS   --&gt;</description>
      <pubDate>Wed, 03 Feb 2021 16:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idi-p/927257</guid>
      <dc:creator>LeanderWiseman</dc:creator>
      <dc:date>2021-02-03T16:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: create layer from selected features in multiple layers / all featureclasses</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idc-p/927258#M1818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Work with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;multiple layers&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is a real problem in ArcMap's TOC. Missing also:
&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Export Data from multiple layers selected at once&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Change/Replace source workspace of selected layers&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Show the source destination of selected layers in ArcCatalog&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Control Labelling and other multiple layers' properties (described in &lt;A href="https://community.esri.com/" target="_blank" class="jive_macro jive_macro_idea" __jive_macro_name="idea" __default_attr="3169" title="TOC&amp;nbsp;Toolbar" modifiedtitle="true"&gt;TOC&amp;nbsp;Toolbar&lt;/A&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;
&lt;/SPAN&gt;

&lt;!-- content transformation source ID: 00a3000000B2Vnz --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 13:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idc-p/927258#M1818</guid>
      <dc:creator>JurajKrumpolec</dc:creator>
      <dc:date>2011-07-13T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: create layer from selected features in multiple layers / all featureclasses</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idc-p/1271733#M24023</link>
      <description>&lt;P&gt;I know this post is ancient, but I’ll pose these questions to anyone else who might be trying something similar:&lt;/P&gt;&lt;P&gt;Do the layers all have the same geometry type? Point, line, or polygon?&lt;/P&gt;&lt;P&gt;Could you select all the layers in the Contents pane and drag them into a geoprocessing tool that would merge them all together in a outputted FC? I don’t know what GP tool you would use. But I guess it would need to discard all attributes except for the shape, so that the layers could be merged.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Or, a separate idea:&lt;BR /&gt;&lt;SPAN&gt;If you were to do it with Python, would it look something like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Loop through all layers in the map.&lt;/LI&gt;&lt;LI&gt;For each layer that has a selection, use &lt;I&gt;Create Layer from Selected Features&lt;/I&gt; to&amp;nbsp;create a feature layer using the selected features.&lt;/LI&gt;&lt;LI&gt;Symbolize all layers using the same symbol.&lt;/LI&gt;&lt;LI&gt;Put the layers in a group layer.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 26 Mar 2023 22:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/create-layer-from-selected-features-in-multiple/idc-p/1271733#M24023</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-03-26T22:55:41Z</dc:date>
    </item>
  </channel>
</rss>

