<?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: Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100 in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469134#M4033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you can do it with AGSGeometryEngine's projectGeometry:toSpatialReference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.0/reference/interface_a_g_s_geometry_engine.html#abc6c012a298b4ec1653be12c1ef6b420"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.0/reference/interface_a_g_s_geometry_engine.html#abc6c012a298b4ec1653be12c1ef6b420&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 15:18:10 GMT</pubDate>
    <dc:creator>EddieJesinsky</dc:creator>
    <dc:date>2011-10-06T15:18:10Z</dc:date>
    <item>
      <title>Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469133#M4032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am allowing users to collect points when they are offline using the iPhone GPS sensor. When users are back to online (3G or WIFI) the application has to load the points in an AGSMutable point and added to a FeatureService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is that I get geographic &lt;/SPAN&gt;&lt;STRONG&gt;coordinates in degrees (WGS84)&lt;/STRONG&gt;&lt;SPAN&gt; from CoreLocation and in order to add them to the Feature Service I need to convert them &lt;/SPAN&gt;&lt;STRONG&gt;to UTM and Spatial Reference 102100&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has somebody of you face this conversion?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469133#M4032</guid>
      <dc:creator>koaltechs_</dc:creator>
      <dc:date>2011-10-06T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469134#M4033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you can do it with AGSGeometryEngine's projectGeometry:toSpatialReference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.0/reference/interface_a_g_s_geometry_engine.html#abc6c012a298b4ec1653be12c1ef6b420"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.0/reference/interface_a_g_s_geometry_engine.html#abc6c012a298b4ec1653be12c1ef6b420&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469134#M4033</guid>
      <dc:creator>EddieJesinsky</dc:creator>
      <dc:date>2011-10-06T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469135#M4034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you use self.mapView.gps.currentPoint then it'll be in map's spatial reference and not in WGS 1984.&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>Fri, 07 Oct 2011 22:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469135#M4034</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-07T22:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469136#M4035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your answers, solved it with self.mapView.gps.currentPoint&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 16:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469136#M4035</guid>
      <dc:creator>koaltechs_</dc:creator>
      <dc:date>2011-10-08T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert CLLocationCoordinate2D (geographic degrees WGS84) to UTM - wkID: 102100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469137#M4036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 14:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/convert-cllocationcoordinate2d-geographic-degrees/m-p/469137#M4036</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-10T14:51:21Z</dc:date>
    </item>
  </channel>
</rss>

