<?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 geometryEngine shapePreservingAreaOfGeometry in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401248#M3465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been porting code to the newest version of the api (10.1). It seems that geometryEngine shapePreservingAreaOfGeometry has changed in some way that throws an EXEC_BAD_ACCESS(code=2, address=0xf) error. This is both in my code and in the GeometrySample project I downloaded from the examples. Can anyone else confirm this so I can rule out my local installation of the api? If anyone else is seeing this, have you found a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 18:59:29 GMT</pubDate>
    <dc:creator>WillCorum</dc:creator>
    <dc:date>2013-03-05T18:59:29Z</dc:date>
    <item>
      <title>geometryEngine shapePreservingAreaOfGeometry</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401248#M3465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been porting code to the newest version of the api (10.1). It seems that geometryEngine shapePreservingAreaOfGeometry has changed in some way that throws an EXEC_BAD_ACCESS(code=2, address=0xf) error. This is both in my code and in the GeometrySample project I downloaded from the examples. Can anyone else confirm this so I can rule out my local installation of the api? If anyone else is seeing this, have you found a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 18:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401248#M3465</guid>
      <dc:creator>WillCorum</dc:creator>
      <dc:date>2013-03-05T18:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: geometryEngine shapePreservingAreaOfGeometry</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401249#M3466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On a brand new machine with a fresh install of Xcode and the iOS runtime I get the same error in the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=759c80ef60bb4ef993737a3d41a8d9f7"&gt;measure sample&lt;/A&gt;&lt;SPAN&gt; when trying to measure area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 14:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401249#M3466</guid>
      <dc:creator>WillCorum</dc:creator>
      <dc:date>2013-03-07T14:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: geometryEngine shapePreservingAreaOfGeometry</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401250#M3467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Will,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We spoke yesterday at developer summit. In sample, enclose your shapePreservingAreaOfGeometry:sketchGeometry with [sketchGeometry isValid] and it won't crash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if ([sketchGeometry isValid]) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Get the area of the current polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _area = [geometryEngine shapePreservingAreaOfGeometry:sketchGeometry inUnit:_areaUnit];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll fix the sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 18:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/geometryengine-shapepreservingareaofgeometry/m-p/401250#M3467</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-03-28T18:25:54Z</dc:date>
    </item>
  </channel>
</rss>

