<?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: Want to delete data outside of a custom extent in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154843#M8665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, the coordinate system is technically optional, but if your coordinate systems dont match then the clip tool is going to be clipping from the wrong area. Where is your data coming from? and give me a few minutes to get some pictures together to walk you through it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 14:48:28 GMT</pubDate>
    <dc:creator>RobertParty</dc:creator>
    <dc:date>2014-06-25T14:48:28Z</dc:date>
    <item>
      <title>Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154839#M8661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I've successfully clipped the extent of all of my layers by drawing a polygon from the Draw toolbar and then going into the Data Frame Properties of the layer and clipping by that polygon.&amp;nbsp; However, when I go into the data attribute table for any of my point feature classes, they still have the same number of records as they did before the clip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to actually remove all data that is outside of the clipped extent from my tables.&amp;nbsp; Not sure if it would help anyway, but I apparently don't have whatever license is needed for the Erase tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this doable without it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 20:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154839#M8661</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-24T20:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154840#M8662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The clip by polygon in the Data Frame Properties only prevents data outside the polygon from displaying on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to delete the data use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000004000000"&gt;Clip tool&lt;/A&gt;&lt;SPAN&gt; (available from the Geoprocessing menu). Note that you will need to use a feature class as the clip extent instead of a graphic polygon feature created using the Draw toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Clip tool is available at all license levels.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154840#M8662</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-06-24T22:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154841#M8663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am fairly sure you can do this with what you have. With the layers that you have clipped I think you can right click on the layers and go down to Data, then select export data, and export all features in view extent, also when you do that make sure you have zoomed out to see the whole layer you are trying to export. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesnt work then do what the previous reply said and use the Clip Tool. If you are unsure of setting up the feature class all you need to do is either create a new file geodatabase in your catalog window or use your default geodatabase, then right click on the geodatabase and select new feature class, Give it a name, and make sure you have Polygon Features selected as the type, then on the next page select your coordinate system you are using. Then unless you know your specific needs i would leave the rest of the tabs at the default. Once the feature class is created, go to the editor tool bar and select start editing and select the feature class you just made, then go to the far end of the editing tool bar and select create feature and draw your polygon, when you have drawn it, select save edits on the editing tool bar, then select stop editing and then you can use your polygon to clip the features! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:15:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154841#M8663</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154842#M8664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry, but I'm still very confused.&amp;nbsp; I went to the Help File to figure out &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000002p000000"&gt;how to create a new feature class&lt;/A&gt;&lt;SPAN&gt;, but how can I customize the shape of the feature class that is created?&amp;nbsp; (In the Help File page that you linked, it was a circle.&amp;nbsp; How do I make mine a custom polygon?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the dialog box says that choosing a Coordinate System is optional.&amp;nbsp; Is it really?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything else is in D_Unknown_Lambert_Azimuthal_Equal_Area, whatever that is.&amp;nbsp; It doesn't seem that that's even an option in Arc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I have access to ENVI as well.&amp;nbsp; Any idea if what I'm trying to do is easier in that software?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154842#M8664</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-25T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154843#M8665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, the coordinate system is technically optional, but if your coordinate systems dont match then the clip tool is going to be clipping from the wrong area. Where is your data coming from? and give me a few minutes to get some pictures together to walk you through it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 14:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154843#M8665</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154844#M8666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah that's kind of what I thought re: the coordinate system.&amp;nbsp; It's satellite and radar data.&amp;nbsp; The radar data is in WGS 1984, so I kept re-projecting the sat data to that but the other collaborator kept giving me files in Lambert Equal Area... when we met at his office to coregister all of the datasets I just let him re-project them into Lambert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And thank you!&amp;nbsp; As you can guess, I'm pretty much teaching myself Arc as I go along.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: Also, didn't even see your first reply.&amp;nbsp; When I was saying I was confused, that was still with the first reply.&amp;nbsp; Sorry about that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154844#M8666</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-25T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154845#M8667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure the Editor tool bar is enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34876[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then select start editing, and at the end of the tool bar there is the create features button select that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34877[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make sure the polygon creator is selected, then draw your polygon around the data you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34878[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then save your edits and select stop editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then use the data you have and the polygon you have in the clip (analysis) tool and it will clip it to the polygon you drew!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34879[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34880[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154845#M8667</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T15:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154846#M8668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For some reason my Editor toolbar is grayed out.&amp;nbsp; Is this another licensing issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154846#M8668</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-25T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154847#M8669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It could be. Is the whole bar grayed out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154847#M8669</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154848#M8670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS do you have? and is the word Editor on the tool bar grayed out? if its not, select start editing and select your polygon layer and that will make the rest of the tool bar selectable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154848#M8670</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154849#M8671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And no, the word is not grayed out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154849#M8671</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-25T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154850#M8672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking and cant find anywhere that says that the editor toolbar is only available in certain levels of ArcGIS licensing. I would try going into the customize menu and select extensions and put a check by any of them that you can, it might help. I am running the 60 free trail and i know it comes with a bunch of extra stuff, but it think the tool bar should work in the standard version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 15:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154850#M8672</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154851#M8673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got the editor to wake up.&amp;nbsp; I just had to select which geodatabase I'm working in (I actually have data from two places in the same document, but that doesn't matter because everything I want to manipulate now is in the same one).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But now after I click Create Features, my Construction Tools box only has "Point" and "Point at end of line" as options.&amp;nbsp; Your example was a point layer but still had Polygon as an option.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:04:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154851#M8673</guid>
      <dc:creator>RyanConnelly</dc:creator>
      <dc:date>2014-06-25T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Want to delete data outside of a custom extent</title>
      <link>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154852#M8674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i had a point layer that i was clipping, but i made a polygon layer to clip it. right click on your geodatabase and select new feature class and give it a name and make the type Polygon Features, then when you start editing make sure that the feature class is selected and you should be able to draw a polygon!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 16:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/want-to-delete-data-outside-of-a-custom-extent/m-p/154852#M8674</guid>
      <dc:creator>RobertParty</dc:creator>
      <dc:date>2014-06-25T16:06:46Z</dc:date>
    </item>
  </channel>
</rss>

