<?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 Alternative way of creating flat buffers using standard ArcView License in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600321#M19909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently undertaking some analysis in ArcView that requires the use of 50m buffers along a line. However, the line itself is broken into sections and I need to create flat buffer at the end of each section (as opposed to the standard round buffers that are used within the ArcView licence) to avoid double counting within the overlapping circular ends. Given I dont have an ArcInfo Licence, is there an easy alternative approach I could use to get the same resulting buffer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;An obvious step would be to create individual rectangular polygons for each section, but given that the line lengths of each sections are likely to change over the course of the project as the design is refined, I was hopeful of finding a way to do this whereby I could easily re run the the process if if changes were made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions or ideas would be greatly appreciated. I've attached a simple diagram of the issue I have to explain it better. The red line indicates the ideabuffer break as opposed to the circular ends which obviously create overlaps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much in advance.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 10:12:56 GMT</pubDate>
    <dc:creator>AndrewMayes</dc:creator>
    <dc:date>2010-04-20T10:12:56Z</dc:date>
    <item>
      <title>Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600321#M19909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently undertaking some analysis in ArcView that requires the use of 50m buffers along a line. However, the line itself is broken into sections and I need to create flat buffer at the end of each section (as opposed to the standard round buffers that are used within the ArcView licence) to avoid double counting within the overlapping circular ends. Given I dont have an ArcInfo Licence, is there an easy alternative approach I could use to get the same resulting buffer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;An obvious step would be to create individual rectangular polygons for each section, but given that the line lengths of each sections are likely to change over the course of the project as the design is refined, I was hopeful of finding a way to do this whereby I could easily re run the the process if if changes were made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions or ideas would be greatly appreciated. I've attached a simple diagram of the issue I have to explain it better. The red line indicates the ideabuffer break as opposed to the circular ends which obviously create overlaps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much in advance.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600321#M19909</guid>
      <dc:creator>AndrewMayes</dc:creator>
      <dc:date>2010-04-20T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600322#M19910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do the lines share some common IDs so they can be identified as the line features being buffered?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming that is true, make a feature selection based on the line's IDs. Then using an insert cursor construct a polygon feature around the line and ensure that the radius in increased 50 meters.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to get the points is to use the Trig for Right Handed Triangles Rules (SOCATOA) you can then get the points around the line.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See : &lt;/SPAN&gt;&lt;A href="http://id.mind.net/~zona/mmts/trigonometryRealms/introduction/rightTriangle/trigRightTriangle.html"&gt;http://id.mind.net/~zona/mmts/trigonometryRealms/introduction/rightTriangle/trigRightTriangle.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;if you forget how to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600322#M19910</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2010-04-20T11:30:19Z</dc:date>
    </item>
    <item>
      <title>Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600323#M19911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the posting back. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm afraid I'm not quite sure what you mean by an insert cursor. I've only recently begun using Arc again after a 5 year absence so it's taking me a while to get to grips with.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any chance you could possibly expand a bit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again, much appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:01:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600323#M19911</guid>
      <dc:creator>AndrewMayes</dc:creator>
      <dc:date>2010-04-20T13:01:45Z</dc:date>
    </item>
    <item>
      <title>Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600324#M19912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at the 'create station lines' tool in ET Geowizards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can create station lines at the end of each of your lines, you could use them to split a single buffer into square ended pieces.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600324#M19912</guid>
      <dc:creator>DarshaHardy</dc:creator>
      <dc:date>2010-04-22T07:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600325#M19913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have a look at the 'create station lines' tool in ET Geowizards.&lt;BR /&gt;&lt;BR /&gt;If you can create station lines at the end of each of your lines, you could use them to split a single buffer into square ended pieces.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find this tool in ET Geowizards...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600325#M19913</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-06-02T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600326#M19914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;I'm currently undertaking some analysis in ArcView that requires the use of 50m buffers along a line. However, the line itself is broken into sections and I need to create flat buffer at the end of each section (as opposed to the standard round buffers that are used within the ArcView licence) to avoid double counting within the overlapping circular ends. Given I dont have an ArcInfo Licence, is there an easy alternative approach I could use to get the same resulting buffer?&lt;BR /&gt;An obvious step would be to create individual rectangular polygons for each section, but given that the line lengths of each sections are likely to change over the course of the project as the design is refined, I was hopeful of finding a way to do this whereby I could easily re run the the process if if changes were made.&lt;BR /&gt;Any suggestions or ideas would be greatly appreciated. I've attached a simple diagram of the issue I have to explain it better. The red line indicates the ideabuffer break as opposed to the circular ends which obviously create overlaps.&lt;BR /&gt;Thanks very much in advance.....&lt;BR /&gt;Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you found a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600326#M19914</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-06-02T18:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600327#M19915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do the lines share some common IDs so they can be identified as the line features being buffered?&lt;BR /&gt;&lt;BR /&gt;Assuming that is true, make a feature selection based on the line's IDs. Then using an insert cursor construct a polygon feature around the line and ensure that the radius in increased 50 meters.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One way to get the points is to use the Trig for Right Handed Triangles Rules (SOCATOA) you can then get the points around the line.&amp;nbsp; &lt;BR /&gt;See : &lt;A href="http://id.mind.net/~zona/mmts/trigonometryRealms/introduction/rightTriangle/trigRightTriangle.html"&gt;http://id.mind.net/~zona/mmts/trigonometryRealms/introduction/rightTriangle/trigRightTriangle.html&lt;/A&gt;&lt;BR /&gt;if you forget how to do that.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please elaborate?&amp;nbsp; How do you construct a polygon that is squared at the input line end? Can you provide the code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 18:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600327#M19915</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-06-02T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600328#M19916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a solution using IConstructCurve3:ConstructOffset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see attached&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone is interested i also completed additional script that extends the line end by the buffer value then constructs the flat-end line buffer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 16:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600328#M19916</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-06-03T16:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600329#M19917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have copied your script to VB Editior in ArcGIS but can not get it to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to create sqaure buffers for a river feature (line feautre). I was hoping to use your code. could you please expand on your instructions for use of this code please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jun 2010 22:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600329#M19917</guid>
      <dc:creator>AndrewHansford</dc:creator>
      <dc:date>2010-06-13T22:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600330#M19918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attaching an updated version which includes the option to extend end-nodes by the buffer value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also attached is a result of this function; 3 lines buffered by 20 and 100m. One image shows the result when extended parameter is true the other one is with the extended parameter set to false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To run this script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open VBA Editor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new Module&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paste code into the module&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a custom button and open the click procedure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;write a call statement to Create_Flat_End_Line_Buffer and include parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run debugger and add missing&amp;nbsp; references if needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select one or more polyline features in the Map document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Editing and set a target layer to your destination polyline layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parameters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first parameter is the buffer size, second parameter is either 2 for mitered or 4 for beveled, last parameter either true to extend line or false not to extend&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Extending means that the end node of the line being buffered is extended outward in the direction of the last segment prior to buffering. This will create a square buffer around the end node rather then ending the buffer at the end node)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Limitations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Polyline input only&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Polyline output only (resulting buffer is a polyline)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Result of one operation is 4 features: left site, right side and 1 line on each end (merge to close)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For other limitations consult ArcObjects help: IConstructCurve3:ConstructOffset&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 18:41:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600330#M19918</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2010-06-14T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600331#M19919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you jakubsisak! The code works like a magic!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 05:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600331#M19919</guid>
      <dc:creator>JackZHANG</dc:creator>
      <dc:date>2011-05-10T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600332#M19920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to do this but using Python script, can anyone point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just started learning Python having a&amp;nbsp; trouble figuring out how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 13:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600332#M19920</guid>
      <dc:creator>FrederiqueLemieux</dc:creator>
      <dc:date>2012-02-27T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600333#M19921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to do this but using Python script, can anyone point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;I've just started learning Python having a&amp;nbsp; trouble figuring out how to do this.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function I wrote requires ArcObjects and works with VBA, Vb .Net.&amp;nbsp; Python scripting is geared towards geoprocessing. I am quite certain this cannot be done with Python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 13:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600333#M19921</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2012-02-27T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600334#M19922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The function I wrote requires ArcObjects and works with VBA, Vb .Net.&amp;nbsp; Python scripting is geared towards geoprocessing. I am quite certain this cannot be done with Python.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to rewrite the script for ArcGIS 10 Add-in? When you try to use the script in Visual Studio 10 jumps a lot of mistakes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 07:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600334#M19922</guid>
      <dc:creator>PaulLugowski</dc:creator>
      <dc:date>2012-06-13T07:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600335#M19923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi &lt;BR /&gt;Is it possible to rewrite the script for ArcGIS 10 Add-in? When you try to use the script in Visual Studio 10 jumps a lot of mistakes.&lt;BR /&gt;Thanks very much&lt;BR /&gt;Paul&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, I have an add-in but have not posted it.&amp;nbsp; If you'd like I can email it to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 12:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600335#M19923</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2012-06-13T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600336#M19924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi &lt;BR /&gt;Is it possible to rewrite the script for ArcGIS 10 Add-in? When you try to use the script in Visual Studio 10 jumps a lot of mistakes.&lt;BR /&gt;Thanks very much&lt;BR /&gt;Paul&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9"&gt;the ArcGIS 10 Add-in version is now available for download&lt;/A&gt;&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600336#M19924</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2012-06-18T13:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600337#M19925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9"&gt;the ArcGIS 10 Add-in version is now available for download&lt;/A&gt;&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the add-on provides access but there was a small problem because I can not use this add-on due to error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- LineBuffer_FlatEnds --------------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to set current layer EDITOR. Make sure the target layer is selected teplate!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- OK --------------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I ask you some brief instructions for using this tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 08:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600337#M19925</guid>
      <dc:creator>PaulLugowski</dc:creator>
      <dc:date>2012-06-21T08:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600338#M19926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi &lt;BR /&gt;Thanks for the add-on provides access but there was a small problem because I can not use this add-on due to error:&lt;BR /&gt;&lt;BR /&gt; --------------------------- LineBuffer_FlatEnds --------------------------- &lt;BR /&gt;Unable to set current layer EDITOR. Make sure the target layer is selected teplate!&lt;BR /&gt; --------------------------- OK --------------------------- &lt;BR /&gt;&lt;BR /&gt;Can I ask you some brief instructions for using this tool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi @pollacko,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added instructions: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9"&gt;http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most tools I made (especially those that are stand-alone like this one) follow the same basic principles:&amp;nbsp; must be editing, the source features that are being processed must be selected and the layer in which the features are contained must be selected in the TOC. You must also select the the destination layer template by clicking it in the "Create Features" window.&amp;nbsp; (This is what was referred to as the target layer in legacy ArcGIS versions.)&amp;nbsp; These actions "tell" the Add-In where the features you want to buffer are and where they need to be stored.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested the tool when writing the instructions and all worked well. (ArcGIS 10, SP4) not supported in any other version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 13:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600338#M19926</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2012-06-21T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600339#M19927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi @pollacko,&lt;BR /&gt;I added instructions: &lt;A href="http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9"&gt;http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9&lt;/A&gt;&lt;BR /&gt;I tested the tool when writing the instructions and all worked well. (ArcGIS 10, SP4) not supported in any other version.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I set all the instructions I get the message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- LineBuffer_FlatEnds --------------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a result of calls to the COM component has returned HRESULT E_FAIL error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- OK --------------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- LineBuffer_FlatEnds --------------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unspecified error. (Exception from HRESULT: 0x80004005 (E_FAIL))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; --------------------------- OK ---------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Arcgis 10 sp4.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 06:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600339#M19927</guid>
      <dc:creator>PaulLugowski</dc:creator>
      <dc:date>2012-06-22T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative way of creating flat buffers using standard ArcView License</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600340#M19928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi @pollacko,&lt;BR /&gt;I added instructions: &lt;A href="http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9"&gt;http://www.arcgis.com/home/item.html?id=54ad502f798c4cc780a1132ad44670a9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Most tools I made (especially those that are stand-alone like this one) follow the same basic principles:&amp;nbsp; must be editing, the source features that are being processed must be selected and the layer in which the features are contained must be selected in the TOC. You must also select the the destination layer template by clicking it in the "Create Features" window.&amp;nbsp; (This is what was referred to as the target layer in legacy ArcGIS versions.)&amp;nbsp; These actions "tell" the Add-In where the features you want to buffer are and where they need to be stored.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I tested the tool when writing the instructions and all worked well. (ArcGIS 10, SP4) not supported in any other version.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the error&amp;nbsp; "As a result of calls to the COM component has returned HRESULT E_FAIL error." &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what could cause that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers jonas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 14:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/alternative-way-of-creating-flat-buffers-using/m-p/600340#M19928</guid>
      <dc:creator>jonasengstrom</dc:creator>
      <dc:date>2014-04-23T14:54:16Z</dc:date>
    </item>
  </channel>
</rss>

