<?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: iHitTest  :: finding boundary intersection from inside a polygon in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577543#M15584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Duncan.&amp;nbsp; I do need the intersection point though for other operations.&amp;nbsp; I just wanted to make sure that iHitTest would be able to find the boundary when the point falls inside the polygon geometry.&amp;nbsp; Maybe the iHitTest type specifies that the polygon gets cast to a line automatically?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 16:35:55 GMT</pubDate>
    <dc:creator>JasonStradtner</dc:creator>
    <dc:date>2012-09-11T16:35:55Z</dc:date>
    <item>
      <title>iHitTest  :: finding boundary intersection from inside a polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577541#M15582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just want to make sure that I am understanding the capabilities correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My point falls inside a polygon.&amp;nbsp; I want to find the distance to the closest intersection between the point and the polygon boundary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if i use the polygon as the geometry and I use the esriGeometryHitPartType.esriGeometryPartBoundary Type, will hitTest return the closest boundary intersection to the polygon that the point falls inside of?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 16:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577541#M15582</guid>
      <dc:creator>JasonStradtner</dc:creator>
      <dc:date>2012-09-11T16:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: iHitTest  :: finding boundary intersection from inside a polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577542#M15583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to find the distance only then try using the IProximityOperator Interface, a lot easier to use (i.e. less parameters to worry about). Although a Point in a polygon will return zero so you will want to cast your polygon into a polyline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 16:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577542#M15583</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2012-09-11T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: iHitTest  :: finding boundary intersection from inside a polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577543#M15584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Duncan.&amp;nbsp; I do need the intersection point though for other operations.&amp;nbsp; I just wanted to make sure that iHitTest would be able to find the boundary when the point falls inside the polygon geometry.&amp;nbsp; Maybe the iHitTest type specifies that the polygon gets cast to a line automatically?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 16:35:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577543#M15584</guid>
      <dc:creator>JasonStradtner</dc:creator>
      <dc:date>2012-09-11T16:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: iHitTest  :: finding boundary intersection from inside a polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577544#M15585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same interface offers this method &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;QueryNearestPoint&lt;/SPAN&gt;&lt;SPAN&gt; that will give you the point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 16:40:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577544#M15585</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2012-09-11T16:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: iHitTest  :: finding boundary intersection from inside a polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577545#M15586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, but going back to the original question, can iHitTest do these things with a polygon when the point falls inside?&amp;nbsp; i guess i could just try it, but was curious if anyone else already knew.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 17:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/ihittest-nbsp-finding-boundary-intersection-from/m-p/577545#M15586</guid>
      <dc:creator>JasonStradtner</dc:creator>
      <dc:date>2012-09-11T17:26:16Z</dc:date>
    </item>
  </channel>
</rss>

