<?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: intersection points of polygon and polilyne in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149104#M3869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;When you call the Intersect method, you must specify the type of intersection you want it to return.&amp;nbsp; The intersection of a polygon and a polyline will usually be a polyline so you should be passing in esriGeometry1Dimension as the 2nd parameter to the Intersect method.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can we use the Intersect method to get the intersection of a polygon and a polyline? They have different dimensions.I failed when I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 02:09:19 GMT</pubDate>
    <dc:creator>yuhansun</dc:creator>
    <dc:date>2013-08-21T02:09:19Z</dc:date>
    <item>
      <title>intersection points of polygon and polilyne</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149102#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for my bad English.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I can to get intersection points of polygon and polilyne?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to use ITopologicalOperator.intersect and ITopologicalOperator2.IntersectMultidimension methods, but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the methods have returned points of ends of polilyne, but not&amp;nbsp; intersection points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 12:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149102#M3867</guid>
      <dc:creator>VsU</dc:creator>
      <dc:date>2013-05-07T12:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: intersection points of polygon and polilyne</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149103#M3868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you call the Intersect method, you must specify the type of intersection you want it to return.&amp;nbsp; The intersection of a polygon and a polyline will usually be a polyline so you should be passing in esriGeometry1Dimension as the 2nd parameter to the Intersect method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 13:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149103#M3868</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-05-07T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: intersection points of polygon and polilyne</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149104#M3869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;When you call the Intersect method, you must specify the type of intersection you want it to return.&amp;nbsp; The intersection of a polygon and a polyline will usually be a polyline so you should be passing in esriGeometry1Dimension as the 2nd parameter to the Intersect method.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can we use the Intersect method to get the intersection of a polygon and a polyline? They have different dimensions.I failed when I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 02:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149104#M3869</guid>
      <dc:creator>yuhansun</dc:creator>
      <dc:date>2013-08-21T02:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: intersection points of polygon and polilyne</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149105#M3870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The intersection of a polygon and a polyline can be either a polyline (esriGeometry1Dimension) or a multipoint (esriGeometry0Dimension). depending on which one you pass in as the parameter.&amp;nbsp; In uvg's case, I think should be multipoint.&amp;nbsp; Can you provide the code and data so we can see why the output are the end points of the polyline?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 21:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149105#M3870</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2013-08-23T21:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: intersection points of polygon and polilyne</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149106#M3871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The intersection of a polygon and a polyline can be either a polyline (esriGeometry1Dimension) or a multipoint (esriGeometry0Dimension). depending on which one you pass in as the parameter.&amp;nbsp; In uvg's case, I think should be multipoint.&amp;nbsp; Can you provide the code and data so we can see why the output are the end points of the polyline?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply. I have solved the problem.Two geometries I use have different spatial references.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 00:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/intersection-points-of-polygon-and-polilyne/m-p/149106#M3871</guid>
      <dc:creator>yuhansun</dc:creator>
      <dc:date>2013-08-24T00:50:36Z</dc:date>
    </item>
  </channel>
</rss>

