<?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: Interpreting Attribute Table of Minimum Bounding Rectangle in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199559#M1811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question seems to be in the wrong forum. This is the "ArcGIS Runtime SDK for iOS" forum. If you move it appropriately you will have a better chance of getting it answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 19:48:37 GMT</pubDate>
    <dc:creator>RyanOlson1</dc:creator>
    <dc:date>2017-05-04T19:48:37Z</dc:date>
    <item>
      <title>Interpreting Attribute Table of Minimum Bounding Rectangle</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199558#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to this... I'm using ArcGIS Desktop 10.4.1 and I'm running some minimum bounding rectangles based on a feature class of points that span several adjacent counties, but I'm having difficulty interpreting the output. The coordinate system of my data frame is WGS 1984 Web Mercator (auxiliary sphere) so I know that the linear unit is based in meters (right?).&amp;nbsp;The results of my rectangle (below) make no sense to me; shape_area is 1 square meter...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/349616_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 19:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199558#M1810</guid>
      <dc:creator>JosephHafer</dc:creator>
      <dc:date>2017-05-04T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Attribute Table of Minimum Bounding Rectangle</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199559#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question seems to be in the wrong forum. This is the "ArcGIS Runtime SDK for iOS" forum. If you move it appropriately you will have a better chance of getting it answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 19:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199559#M1811</guid>
      <dc:creator>RyanOlson1</dc:creator>
      <dc:date>2017-05-04T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Attribute Table of Minimum Bounding Rectangle</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199560#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, clearly new to this… thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 19:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199560#M1812</guid>
      <dc:creator>JosephHafer</dc:creator>
      <dc:date>2017-05-04T19:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Attribute Table of Minimum Bounding Rectangle</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199561#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the coordinate system of the data frame doesn't determine the Shape_Area or Shape_Length fields.&amp;nbsp; They are controlled by the coordinate system of the input data, which is apparently in degrees.&amp;nbsp; If you want data returned in planar units, you should use the Project tool to produce a new file in projected coordinates, prior to calculating any geometry parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 00:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199561#M1813</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-05T00:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Attribute Table of Minimum Bounding Rectangle</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199562#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Splendid, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/interpreting-attribute-table-of-minimum-bounding/m-p/199562#M1814</guid>
      <dc:creator>JosephHafer</dc:creator>
      <dc:date>2017-05-05T12:41:21Z</dc:date>
    </item>
  </channel>
</rss>

