<?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: line to polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529410#M17642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Meant this:&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;In an edit session in the attributes window right click the stream and select copy attributes. right click on the polygon in the attributes window and paste attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;UPDATE:&lt;/STRONG&gt;&lt;SPAN&gt; Wait a second...I dont have a one to one...line to polygon so that point is irrelevant..gonna have to rethink this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I DO thank you all for your suggestions...will go back and rework this time permitting.&amp;nbsp; Thank you again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you mean merge them together?&lt;BR /&gt;&lt;BR /&gt;Yes you can.&amp;nbsp; I would do it in segments however.&amp;nbsp; Often stream data is supplied broken all over the place.&amp;nbsp; I would select a selection of a couple hundred and merge them.&lt;BR /&gt;&lt;BR /&gt;Just make sure that it should have all the same stream data.&amp;nbsp; For our purposes all that matters to us is the name of the stream.&amp;nbsp; Now you will most likely end up with multipart features and the little segments are probably not snapped together.&lt;BR /&gt;&lt;BR /&gt;What you can try is first make a copy of your streams.&amp;nbsp; Then build a geometric network on them and have the snap tolerance set up and try to have it automatically snap the end segments together&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 14:39:35 GMT</pubDate>
    <dc:creator>JayKappy</dc:creator>
    <dc:date>2014-01-09T14:39:35Z</dc:date>
    <item>
      <title>line to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529406#M17638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;question:&amp;nbsp; I have a line file that dissects a polygon.&amp;nbsp; This polygon is varying distance away from the line feature that runs down the middle.&amp;nbsp; Think stream center line line and polygon stream boundary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to Complicate this the line feature is broken up into small segments where as the polygon is not as detailed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to accomplish here is do a buffer of a specific location.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;If I use the center line if may not find the location, as its not truly representing the width of the stream.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If I use the polygon I don't get the information from the line.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If I buffer to find the polygon, then spatial query to get the line in the polygon I will be grabbing more lines due to the size of the polygons (I could inadvertently grab a stream segment 1/2 mile down stream), I would then have to do another query to find the lines in an optimal location in regards to the original buffer.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it might be wise to do some up-front development on the layers themselves to make things easier in the long run.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;What I was thinking of is trying to offset the line (left and right) to the polygons border.&amp;nbsp; I cant simply buffer the line feature because I need to to represent the boundary of the stream, as this width varies.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Or some way of buffering the line feature (creating a polygon feature) &lt;SPAN style="text-decoration:underline;"&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt; by a specified width but until it hits the polygon border...is this possible?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Or Merger the Polygon into one, then break the polygon based on the length of the line segments.&amp;nbsp; I can then do a simply spatial query to get the data from the line to the polygon.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Any other thoughts on 1-3 above?&amp;nbsp; Is number 3 possible? Getting the data into a format we can use...data from the line a newly created polygon (based on original poly boundaries)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529406#M17638</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2014-01-09T12:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: line to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529407#M17639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Copy the attributes from the line to the polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In an edit session in the attributes window right click the stream and select copy attributes.&amp;nbsp; right click on the polygon in the attributes window and paste attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As as previously mentioned if all the polyline segments contain the same data then you can merge them together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;question:&amp;nbsp; I have a line file that dissects a polygon.&amp;nbsp; This polygon is varying distance away from the line feature that runs down the middle.&amp;nbsp; Think stream center line line and polygon stream boundary.&lt;BR /&gt;to Complicate this the line feature is broken up into small segments where as the polygon is not as detailed.&lt;BR /&gt;&lt;BR /&gt;What I am trying to accomplish here is do a buffer of a specific location.&amp;nbsp; &lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;If I use the center line if may not find the location, as its not truly representing the width of the stream.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If I use the polygon I don't get the information from the line.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If I buffer to find the polygon, then spatial query to get the line in the polygon I will be grabbing more lines due to the size of the polygons (I could inadvertently grab a stream segment 1/2 mile down stream), I would then have to do another query to find the lines in an optimal location in regards to the original buffer.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;I think it might be wise to do some up-front development on the layers themselves to make things easier in the long run.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;What I was thinking of is trying to offset the line (left and right) to the polygons border.&amp;nbsp; I cant simply buffer the line feature because I need to to represent the boundary of the stream, as this width varies.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Or some way of buffering the line feature (creating a polygon feature) &lt;SPAN style="text-decoration:underline;"&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt; by a specified width but until it hits the polygon border...is this possible?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Or Merger the Polygon into one, then break the polygon based on the length of the line segments.&amp;nbsp; I can then do a simply spatial query to get the data from the line to the polygon.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;Any other thoughts on 1-3 above?&amp;nbsp; Is number 3 possible? Getting the data into a format we can use...data from the line a newly created polygon (based on original poly boundaries)&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529407#M17639</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2014-01-09T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: line to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529408#M17640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;rborchert &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I do this in one shot with a few thousand line segments?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 13:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529408#M17640</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2014-01-09T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: line to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529409#M17641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;rborchert &lt;BR /&gt;Can I do this in one shot with a few thousand line segments?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean merge them together?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you can.&amp;nbsp; I would do it in segments however.&amp;nbsp; Often stream data is supplied broken all over the place.&amp;nbsp; I would select a selection of a couple hundred and merge them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just make sure that it should have all the same stream data.&amp;nbsp; For our purposes all that matters to us is the name of the stream.&amp;nbsp; Now you will most likely end up with multipart features and the little segments are probably not snapped together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can try is first make a copy of your streams.&amp;nbsp; Then build a geometric network on them and have the snap tolerance set up and try to have it automatically snap the end segments together&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529409#M17641</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2014-01-09T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: line to polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529410#M17642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Meant this:&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;In an edit session in the attributes window right click the stream and select copy attributes. right click on the polygon in the attributes window and paste attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;UPDATE:&lt;/STRONG&gt;&lt;SPAN&gt; Wait a second...I dont have a one to one...line to polygon so that point is irrelevant..gonna have to rethink this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I DO thank you all for your suggestions...will go back and rework this time permitting.&amp;nbsp; Thank you again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you mean merge them together?&lt;BR /&gt;&lt;BR /&gt;Yes you can.&amp;nbsp; I would do it in segments however.&amp;nbsp; Often stream data is supplied broken all over the place.&amp;nbsp; I would select a selection of a couple hundred and merge them.&lt;BR /&gt;&lt;BR /&gt;Just make sure that it should have all the same stream data.&amp;nbsp; For our purposes all that matters to us is the name of the stream.&amp;nbsp; Now you will most likely end up with multipart features and the little segments are probably not snapped together.&lt;BR /&gt;&lt;BR /&gt;What you can try is first make a copy of your streams.&amp;nbsp; Then build a geometric network on them and have the snap tolerance set up and try to have it automatically snap the end segments together&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/line-to-polygon/m-p/529410#M17642</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2014-01-09T14:39:35Z</dc:date>
    </item>
  </channel>
</rss>

