<?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: Corner point coordinates of polygon in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381371#M10098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nigam, I find coordinates. And now I want that, when I select any polygon, it's corner coordinates shown (as label or ...) over the corner points, and when I select another polygon cleared previous labels and shown next labels. (I can't speak in english well, so sorry for my grammatical mistakes).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 06:53:24 GMT</pubDate>
    <dc:creator>AysberqTundra</dc:creator>
    <dc:date>2011-05-24T06:53:24Z</dc:date>
    <item>
      <title>Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381363#M10090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a layer, which consisting of several square polygons. I want to create an ArcEngine application, which displays corner points coordinates of selected polygon. Can anyone help me?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 10:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381363#M10090</guid>
      <dc:creator>AysberqTundra</dc:creator>
      <dc:date>2011-05-17T10:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381364#M10091</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;Are you stuck with the selection part or the corner point part of the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case of the corner points, get the envelope of the selected feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have the envelope, you can directly get the Lower Left &amp;amp; Upper Right co-ordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 10:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381364#M10091</guid>
      <dc:creator>UjjwalNigam</dc:creator>
      <dc:date>2011-05-17T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381365#M10092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. I will try this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381365#M10092</guid>
      <dc:creator>AysberqTundra</dc:creator>
      <dc:date>2011-05-17T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381366#M10093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you, Nigam. It really was a good idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this and find coordinates. Is there any way to display these coordinates over the points?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381366#M10093</guid>
      <dc:creator>AysberqTundra</dc:creator>
      <dc:date>2011-05-17T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381367#M10094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you say "display", do you mean like labels?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you just want to show them as text just above the points, or is it okay with you to highlight the corner points by some overlapping, different colored points?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 09:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381367#M10094</guid>
      <dc:creator>UjjwalNigam</dc:creator>
      <dc:date>2011-05-20T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381368#M10095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The envelope method only works if the selected polygons are perfectly square and have its sides parallel to the x and y axes right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 13:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381368#M10095</guid>
      <dc:creator>RuchiraWelikala</dc:creator>
      <dc:date>2011-05-20T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381369#M10096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The envelope method only works if the selected polygons are perfectly square and have its sides parallel to the x and y axes right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The envelope method works irrespective of the shape of your polygons...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 06:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381369#M10096</guid>
      <dc:creator>UjjwalNigam</dc:creator>
      <dc:date>2011-05-23T06:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381370#M10097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The envelope method works irrespective of the shape of your polygons...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not true.&amp;nbsp; The OP wants the corner coordinates of square/rectangular polygons.&amp;nbsp; Unless those polygons are exactly oriented to the x, y axes using the Envelope method will not return the corner vertex coordinates of that polygon.&amp;nbsp; It will return the coordinates of the envelope that encompasses the polygon.&amp;nbsp; See the examples in the developer help topic for IGeometry.Envelope.&amp;nbsp; To get the coordinates of the vertices that make up the polygon, use the IPointCollection interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 12:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381370#M10097</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-05-23T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Corner point coordinates of polygon</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381371#M10098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nigam, I find coordinates. And now I want that, when I select any polygon, it's corner coordinates shown (as label or ...) over the corner points, and when I select another polygon cleared previous labels and shown next labels. (I can't speak in english well, so sorry for my grammatical mistakes).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 06:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/corner-point-coordinates-of-polygon/m-p/381371#M10098</guid>
      <dc:creator>AysberqTundra</dc:creator>
      <dc:date>2011-05-24T06:53:24Z</dc:date>
    </item>
  </channel>
</rss>

