<?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>topic Re: Separate Features in a Layer in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500320#M28374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a script in back 9.x (can't recall if it was Python or VBS) that would create a new layer for each item symbolized in the selected layer within the map document...I'm still looking for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 13:42:13 GMT</pubDate>
    <dc:creator>DavidBrett</dc:creator>
    <dc:date>2015-05-27T13:42:13Z</dc:date>
    <item>
      <title>Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500318#M28372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all, I currently quite new to ArcMap/ArcGIS and am still figuring out the details to the program. I have an ArcMap I'm working on. I'm trying to figure out a particular layer (Specifically, habitats for different creatures)with lots of different categories that overlap/cover up each other.&amp;nbsp; I want to have the capability to have only one habitat-type visible at a time, however, these habitat-types are polygons, and when I affect one of them (once I separate all the different categories out) I affect ALL of them. Does anyone know how to only manipulate one portion or field of a layer at a time?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 20:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500318#M28372</guid>
      <dc:creator>DavidChristie</dc:creator>
      <dc:date>2013-08-12T20:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500319#M28373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello all, I currently quite new to ArcMap/ArcGIS and am still figuring out the details to the program. I have an ArcMap I'm working on. I'm trying to figure out a particular layer (Specifically, habitats for different creatures)with lots of different categories that overlap/cover up each other.&amp;nbsp; I want to have the capability to have only one habitat-type visible at a time, however, these habitat-types are polygons, and when I affect one of them (once I separate all the different categories out) I affect ALL of them. Does anyone know how to only manipulate one portion or field of a layer at a time?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure about the end goal, but normally I would create a definition query on the layer to filter just one habitat type.&amp;nbsp; Right click on the layer and choose Properties.&amp;nbsp; Press the Definition Query tab.&amp;nbsp; Build an SQL statement to select a single habitat.&amp;nbsp; You can use the Query builder to choose the field name containing the habitat names, and then press the show all values button under the list box to the left to see all of the habitat names.&amp;nbsp; So if your field name was HABITAT and your species was 'LEAST BELLS VIREO" you would end up with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"HABITAT" = 'LEAST BELLS VIREO'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once filtered (after pressing the OK or APPLY buttons) the List All Values list box will only show the filtered value.&amp;nbsp; To see all values again clear the definition query and press the APPLY button, then get the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can make as many layers for the Habitat feature class as you want, so you can set up one layer for each Habitat if you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you plan on editing in one of the layers you should permit NULL values to appear or set the edit template for the layer to prepopulate the Habitat name with the value you want to work on.&amp;nbsp; To see null values the Definition Query would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"HABITAT" = 'LEAST BELLS VIREO' OR "HABITAT" IS NULL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 23:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500319#M28373</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-08-12T23:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500320#M28374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a script in back 9.x (can't recall if it was Python or VBS) that would create a new layer for each item symbolized in the selected layer within the map document...I'm still looking for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500320#M28374</guid>
      <dc:creator>DavidBrett</dc:creator>
      <dc:date>2015-05-27T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500321#M28375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do as &lt;A _jive_internal="true" href="https://community.esri.com/people/rfairhur24"&gt;Richard Fairhurst&lt;/A&gt; suggests or you could use the symbology tab then categories to symbolize by type and also use the display tab to set a little transparency so you could see overlapping polygons. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 14:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500321#M28375</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-05-27T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500322#M28376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This functionality would automate the process of creating new layers for each category:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=22eaf8fc4ba84adda99220dc2a6c7453"&gt;http://www.arcgis.com/home/item.html?id=22eaf8fc4ba84adda99220dc2a6c7453&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500322#M28376</guid>
      <dc:creator>DavidBrett</dc:creator>
      <dc:date>2015-05-27T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Separate Features in a Layer</title>
      <link>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500323#M28377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an addition to what Wes suggests, another idea is to create the symbology for all the types, make multiple copies of this, then remove all the types from each copy but the one you want displayed.&amp;nbsp; Then repeat for each single item you want displayed, so you end up with multiple "layers" of the same data each only showing one item, which gives you flexibility on displaying the data.&lt;/P&gt;&lt;P&gt;Not an elegant approach (Definition Queries are preferred), but workable if all you want to do is easily display data without having to figure out queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the Table of Contents area in ArcMap, right-click on the layer you want to symbolize.&lt;/LI&gt;&lt;LI&gt;Choose "Properties..." from the list that shows up.&lt;/LI&gt;&lt;LI&gt;Click on the "Symbology" tab.&lt;/LI&gt;&lt;LI&gt;On the left, under "Show:", click on "Categories" and then select "Unique Values" (or "Unique Values, many fields" if that is more appropriate to your data).&lt;/LI&gt;&lt;LI&gt;In the "Value Field" box, click on the pulldown and choose the field in your table that provides the differentiation. &lt;/LI&gt;&lt;LI&gt;Choose a "Color Ramp" that looks good for your data.&lt;/LI&gt;&lt;LI&gt;Hit OK.&amp;nbsp; Now, to copy the symbolized layer, right-click on it in the Table of Contents and choose "Copy"&lt;/LI&gt;&lt;LI&gt;In the Table of Contents, right-click on the word "Layers" and choose "Paste Layer(s)".&amp;nbsp; Repeat as needed.&lt;/LI&gt;&lt;LI&gt;To reduce the categories showing in a symbolized layer, first repeat steps 1-3 to get back into the symbology tab.&lt;/LI&gt;&lt;LI&gt;Then right-click on the symbology that you don't want displayed and choose "Remove Value(s)" (or highlight it and click the "Remove" button).&lt;/LI&gt;&lt;LI&gt;Under "Symbol", uncheck the checkbox by "&amp;lt;all other values".&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;IMG __jive_id="104042" alt="Reduced1.jpg" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/104042_Reduced1.jpg" style="width: 620px; height: 499px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hit OK when done.&amp;nbsp; Now one can use the checkboxes next to each symbolized layer to turn each layer on and off as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Reduced2.jpg" class="image-4 jive-image" src="https://community.esri.com/legacyfs/online/104043_Reduced2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveat:&amp;nbsp; This method only works for visual display of the data.&amp;nbsp; It does not limit the data in the table; the data table for each layer still has all the data. So if you want to know how many of a type you have, you will need to take additional steps to determine that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/separate-features-in-a-layer/m-p/500323#M28377</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-05-27T15:15:19Z</dc:date>
    </item>
  </channel>
</rss>

