<?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: Directional buffer in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638902#M36139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alan, Megan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of feature are you trying to buffer? I cannot see a direct way of using the BUFFER function to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if what you are looking for is a shadow line at a particular distance and direction from the original feature, for example a curving polyline there are simple ways of producing this with the EDITOR:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. in an edit session select the feature and use Right-click COPY, then Right click Paste to create a duplicate feature in the same place &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. then pull down the EDITOR menu and select MOVE and input a desired X-Y offset for the shadow line and hit enter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will produce and exact copy of the feature at specified X-Y offset which is just another way of specifying direction and distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to stick with direction and distance you need to be more familiar with editing functions and snapping environments but it works quickly too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. start an edit session Create New Feature with Target: a polyline feature class and set snapping on ENDS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. using the sketch tool, snap to an Target END point on the feature and left click to make a starting vertex and pull away to start a line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. either right-click for a menu and hit "direction-distance" or type CTRL-g to get the same input box and input the direction and distance you want for your shadow buffer. Hit F-2 to finish the offset line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. duplicate the feature using the "copy Features Tool" on the Advanced Editing toolbar or use copy and paste and some arbitrary offset to separate the features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. select the copied feature with the edit tool and move the selection anchor to the end of the copied feature ( hit CTRL and hover over the small "x" then left click and drag the "x" until it snaps to the end of your feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. move the feature with the edit tool until the END pt snaps to the end of the direction-distance line and you have your shadow line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you do with it after that is up to your preferences;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could fill in the other end of the area with a line and convert the thing to a polygon and shade it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, it is sort of a fun editing task, sorry I can't see a way to use the buffer tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;selection anchor 1.[ESRI software] In an ArcMap editing session, a small "x" located in the center of selected features. The selection anchor is used in the snapping environment, or when rotating, moving, and scaling features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 21:36:24 GMT</pubDate>
    <dc:creator>HardolphWasteneys</dc:creator>
    <dc:date>2012-03-16T21:36:24Z</dc:date>
    <item>
      <title>Directional buffer</title>
      <link>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638900#M36137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way I can use the buffer function to create a fixed distance buffer in only one direction (i.e downwind)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638900#M36137</guid>
      <dc:creator>AlanWheeler</dc:creator>
      <dc:date>2011-01-27T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Directional buffer</title>
      <link>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638901#M36138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd also like to know how to do this - any answers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 17:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638901#M36138</guid>
      <dc:creator>MeganMaloney</dc:creator>
      <dc:date>2012-03-16T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Directional buffer</title>
      <link>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638902#M36139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alan, Megan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of feature are you trying to buffer? I cannot see a direct way of using the BUFFER function to do this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if what you are looking for is a shadow line at a particular distance and direction from the original feature, for example a curving polyline there are simple ways of producing this with the EDITOR:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. in an edit session select the feature and use Right-click COPY, then Right click Paste to create a duplicate feature in the same place &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. then pull down the EDITOR menu and select MOVE and input a desired X-Y offset for the shadow line and hit enter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will produce and exact copy of the feature at specified X-Y offset which is just another way of specifying direction and distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to stick with direction and distance you need to be more familiar with editing functions and snapping environments but it works quickly too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. start an edit session Create New Feature with Target: a polyline feature class and set snapping on ENDS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. using the sketch tool, snap to an Target END point on the feature and left click to make a starting vertex and pull away to start a line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. either right-click for a menu and hit "direction-distance" or type CTRL-g to get the same input box and input the direction and distance you want for your shadow buffer. Hit F-2 to finish the offset line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. duplicate the feature using the "copy Features Tool" on the Advanced Editing toolbar or use copy and paste and some arbitrary offset to separate the features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. select the copied feature with the edit tool and move the selection anchor to the end of the copied feature ( hit CTRL and hover over the small "x" then left click and drag the "x" until it snaps to the end of your feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. move the feature with the edit tool until the END pt snaps to the end of the direction-distance line and you have your shadow line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you do with it after that is up to your preferences;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could fill in the other end of the area with a line and convert the thing to a polygon and shade it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, it is sort of a fun editing task, sorry I can't see a way to use the buffer tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;selection anchor 1.[ESRI software] In an ArcMap editing session, a small "x" located in the center of selected features. The selection anchor is used in the snapping environment, or when rotating, moving, and scaling features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 21:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/directional-buffer/m-p/638902#M36139</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2012-03-16T21:36:24Z</dc:date>
    </item>
  </channel>
</rss>

