<?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: Splitting a line in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238586#M6170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I additionally found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Cut2_Method/002m000003tt000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Cut2_Method/002m000003tt000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that's what I want, just for polylines, too, instead of only polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Cut2 is now only available in polygons.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000002p4000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000002p4000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that it is deviding a Line by a Polyline into a right and a left part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What will happen if there are more then one cutting points?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2011 10:50:13 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2011-07-27T10:50:13Z</dc:date>
    <item>
      <title>Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238582#M6166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to split a line into many lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every 500m I want to make a split.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this description for 9:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Splitting_line_features"&gt;http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Splitting_line_features&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and this for 10:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002500000300000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002500000300000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in 9's solution i can split it into only two parts or CREATE points along the line in equivalent distances&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i need a combination of both and performance is important, so I ant to solve it in one turn not in two&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in 10's solution the line is also onloy splittet by points&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an other solution could be to use this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/into_an_equal_number_of_parts/001t000003vz000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/into_an_equal_number_of_parts/001t000003vz000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I could read the lines lenght, divide it into approximately&amp;nbsp; 500m pieces and split the line into the divide-count&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I cant find anything like this function in the sdk....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does anybody know a better and faster way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for ideas and help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 09:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238582#M6166</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-07-12T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238583#M6167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at IGeometryBridge2.SplitAtDistances or SplitDivideLength?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 12:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238583#M6167</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-07-12T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238584#M6168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much, this seems to be what I am looking for. SplitDivideLenth I think is the right of them. Because SplitAtDistances needs every Distance to split (I would have to insert many 500's)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to implement it....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;until this I have a furhter szenario in how to cut a line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought of using inregular distances to split. I found a function calling split on intersection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/at_intersections/001t0000008s000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/at_intersections/001t0000008s000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use a contour line modell, which I generatet out of a raster dataset. Now every Intersection of my route with any contourline shall be a point to split. The intersection function had to be called several times to get any piece, thats no problem. At first I tried this without the SDK in the frontend of ArcMap. But there Im not able to select my contours. Another thought is that the contours consists of much lines, which are selectable seperately. So my question is, does it function to run the intersection function (or any equal method) with a line feature (my contours) as parameter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for Help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 12:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238584#M6168</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-07-13T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238585#M6169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;may I illustrate my problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; [ATTACH]7811[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to split my route at any intersection with a contour layer (consisting of much contourlines as one feature) and get all route pieces back&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im looking for a solution in arcmap or programmatically for c# as add-in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 10:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238585#M6169</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-07-18T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238586#M6170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I additionally found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Cut2_Method/002m000003tt000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/Cut2_Method/002m000003tt000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that's what I want, just for polylines, too, instead of only polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Cut2 is now only available in polygons.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000002p4000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000002p4000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that it is deviding a Line by a Polyline into a right and a left part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What will happen if there are more then one cutting points?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 10:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238586#M6170</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-07-27T10:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238587#M6171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;IFeatureEdit.Split method looks more performance intensive then SplitAtDistance because after each split it stores new features, and deletes starting feature. And it looks to me you will call the Split function more then once for each Polyline. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider Neil advice and use IPolyline.SplitAtDistance. All operations are stored in local memory and you will store final features/geometries without continuous deleting in DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have large amount of long and complex features to process keep in mind that for complex feature Geometry at beginning of operation can take about 10Mb each. Just not to loose performance on memory paging and swap files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 15:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238587#M6171</guid>
      <dc:creator>DubravkoAntonic</dc:creator>
      <dc:date>2011-07-31T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Splitting a line, the whole line!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238588#M6172</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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there another way to split the WHOLE line by distance? By using the Editor - Split, it only splits the first segment, and I have to keep repeating the same process for the whole line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For what I've read it seems I should download this IPolyline.SplitAtDistance tool? or the SplitAtLength. But how do I do that? these links only lead me to command steps but I would need to know how/where to download it and use it from ArcMap Interface...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I want to split a line into many lines.&lt;BR /&gt;Every 500m I want to make a split.&lt;BR /&gt;&lt;BR /&gt;I found this description for 9:&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Splitting_line_features"&gt;http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Splitting_line_features&lt;/A&gt;&lt;BR /&gt;and this for 10:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002500000300000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002500000300000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;in 9's solution i can split it into only two parts or CREATE points along the line in equivalent distances&lt;BR /&gt;but i need a combination of both and performance is important, so I ant to solve it in one turn not in two&lt;BR /&gt;&lt;BR /&gt;in 10's solution the line is also onloy splittet by points&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;an other solution could be to use this:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/into_an_equal_number_of_parts/001t000003vz000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/into_an_equal_number_of_parts/001t000003vz000000/&lt;/A&gt;&lt;BR /&gt;I could read the lines lenght, divide it into approximately&amp;nbsp; 500m pieces and split the line into the divide-count&lt;BR /&gt;but I cant find anything like this function in the sdk....&lt;BR /&gt;&lt;BR /&gt;does anybody know a better and faster way?&lt;BR /&gt;thanks for ideas and help&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 12:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/splitting-a-line/m-p/238588#M6172</guid>
      <dc:creator>AriadnaP</dc:creator>
      <dc:date>2013-02-25T12:46:15Z</dc:date>
    </item>
  </channel>
</rss>

