<?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: AGSRasterLayer spatialReference in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98140#M988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until it is ready, I've changed my code to maintain an affine transform of my graphics and superimpose it in another view. It works well enough for now. Thanks for getting back to me. I look forward to seeing it in a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 20:59:41 GMT</pubDate>
    <dc:creator>WorthSparks</dc:creator>
    <dc:date>2017-06-19T20:59:41Z</dc:date>
    <item>
      <title>AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98136#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My code generates a local .png file accompanied by a .pgwx world file. I wish to layer it up as either an operationalLayer or a basemap referenceLayer. I am able to generate the layer object using AGSRasterLayer. And I am able to add it to map.operationalLayers. But nothing shows. Debugging shows me it does not inherit the spatial reference of the map. Maybe this is why it isn't showing. How do I set the spatialReference of a new AGSRasterLayer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98136#M984</guid>
      <dc:creator>WorthSparks1</dc:creator>
      <dc:date>2017-01-13T13:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98137#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regular png does not have spatial reference, and therefore adding it as an operational layer in a map does not render the layer. It can be added as a base map layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an exception though. If the png file is created from ArcGIS desktop and comes with an .aux.xml metadata file, the spatial reference and extent information can be stored in an xml, in which&amp;nbsp;case,&amp;nbsp;the info can be read.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the more common case when it's just a png file, there is no spatial reference.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 17:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98137#M985</guid>
      <dc:creator>SuganyaBaskaran1</dc:creator>
      <dc:date>2017-01-13T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98138#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just added the the .aux.xml file into the same directory as the .png and .pgwx files. I am still getting the same result, which is no spatial reference on the layer. I am using AGSRaster(fileURL:) to load the raster. Here are the files in the directory:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;image.png&lt;/LI&gt;&lt;LI&gt;image.pgwx&lt;/LI&gt;&lt;LI&gt;image.png.aux.xml&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The app I am building is 100% AGSSpatialReference.webMercator().&amp;nbsp;Is there any way to verify it is trying to load the .aux.xml file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 16:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98138#M986</guid>
      <dc:creator>WorthSparks</dc:creator>
      <dc:date>2017-02-01T16:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98139#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I misspoke. The capability to set or define spatial reference is not present in V100.0. You will be able to do that in a future release. Apologies for the inconvenience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 18:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98139#M987</guid>
      <dc:creator>SuganyaBaskaran1</dc:creator>
      <dc:date>2017-06-16T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98140#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until it is ready, I've changed my code to maintain an affine transform of my graphics and superimpose it in another view. It works well enough for now. Thanks for getting back to me. I look forward to seeing it in a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 20:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98140#M988</guid>
      <dc:creator>WorthSparks</dc:creator>
      <dc:date>2017-06-19T20:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98141#M989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there, I'm having the same problem as you are. Can you explain what affine transform of your graphics means?&lt;BR /&gt;&lt;BR /&gt;I checked the spatial reference as well as the extent, they both came back completely wrong. I tried JPG as well as PNG formats but neither maintain the values correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 22:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98141#M989</guid>
      <dc:creator>BernardoArevalo</dc:creator>
      <dc:date>2017-12-29T22:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98142#M990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im rather confused as to how were suppose to add the image raster to the operationalLayers, given this code, its says to add it as a basemap but that clearly isn't being done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/arcgis-ios-sdk-samples/Layers/Raster%20layer%20(file)/RasterLayerViewController.swift"&gt;https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/arcgis-ios-sdk-samples/Layers/Raster%20layer%20(file)/RasterLayerViewController.swift&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE data-tab-size="8" style="color: #24292e; background-color: #ffffff; font-weight: 400;" width="687"&gt;&lt;TBODY&gt;&lt;TR style="height: 50px;"&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 177.078125px; height: 50px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;//create raster layer using raster&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="38" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;rasterLayer&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d73a49;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;AGSRasterLayer&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #005cc5;"&gt;raster&lt;/SPAN&gt;: raster)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="39" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="40" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;//initialize map with raster layer as the basemap&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="41" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;map&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d73a49;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;AGSMap&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #005cc5;"&gt;basemap&lt;/SPAN&gt;: AGSBasemap.&lt;SPAN class="" style="color: #005cc5;"&gt;imagery&lt;/SPAN&gt;())&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="42" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="43" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;//assign map to the map view&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="44" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;map&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d73a49;"&gt;=&lt;/SPAN&gt; map&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="45" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="46" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;//add the raster layer to the operational layers of the map&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="47" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;?&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;operationalLayers&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #005cc5;"&gt;add&lt;/SPAN&gt;(rasterLayer&lt;SPAN class="" style="color: #d73a49;"&gt;!&lt;/SPAN&gt;)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="48" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="49" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;//set map view's viewpoint to the raster layer's full extent&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="50" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #6a737d;"&gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;rasterLayer&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;load&lt;/SPAN&gt; { [&lt;SPAN class="" style="color: #d73a49;"&gt;weak&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;] (error) &lt;SPAN class="" style="color: #d73a49;"&gt;in&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="51" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="52" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;guard&lt;/SPAN&gt; error &lt;SPAN class="" style="color: #d73a49;"&gt;==&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;nil&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d73a49;"&gt;else&lt;/SPAN&gt; {&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50px;"&gt;&lt;TD class="" data-line-number="53" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 50px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 50px;"&gt;SVProgressHUD.&lt;SPAN class="" style="color: #005cc5;"&gt;show&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #005cc5;"&gt;withStatus&lt;/SPAN&gt;: error&lt;SPAN class="" style="color: #d73a49;"&gt;!&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;localizedDescription&lt;/SPAN&gt;, &lt;SPAN class="" style="color: #005cc5;"&gt;maskType&lt;/SPAN&gt;: .&lt;SPAN class="" style="color: #24292e;"&gt;gradient&lt;/SPAN&gt;)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="54" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;return&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="55" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="56" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="57" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;if&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d73a49;"&gt;let&lt;/SPAN&gt; center &lt;SPAN class="" style="color: #d73a49;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;?&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;rasterLayer&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;fullExtent&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;?&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;center&lt;/SPAN&gt; {&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50px;"&gt;&lt;TD class="" data-line-number="58" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 50px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 50px;"&gt;&lt;SPAN class="" style="color: #005cc5;"&gt;self&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d73a49;"&gt;?&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #24292e;"&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class="" style="color: #005cc5;"&gt;setViewpoint&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #005cc5;"&gt;AGSViewpoint&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #005cc5;"&gt;center&lt;/SPAN&gt;: center, &lt;SPAN class="" style="color: #005cc5;"&gt;scale&lt;/SPAN&gt;: &lt;SPAN class="" style="color: #005cc5;"&gt;80000&lt;/SPAN&gt;))&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="59" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD class="" data-line-number="60" style="color: rgba(27, 31, 35, 0.298039); padding: 0px 10px; width: 177.078125px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD class="" style="color: #24292e; padding: 0px 10px; width: 466.9375px; height: 25px;"&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 23:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98142#M990</guid>
      <dc:creator>BernardoArevalo</dc:creator>
      <dc:date>2017-12-29T23:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer spatialReference</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98143#M991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I'm currently doing, I make a call to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Export_Image/02r3000000wm000000/"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Export_Image/02r3000000wm000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to download a tif file. I store the extent in the result to construct a world file using the algorithm provided here&lt;BR /&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/133004/how-to-get-values-to-create-world-file-format" title="https://gis.stackexchange.com/questions/133004/how-to-get-values-to-create-world-file-format"&gt;raster - How to get values to create world file format? - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards given the tif file and constructed tfw file, I download them to the apps documents library. I then try and load the ads raster with the given constructor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let raster = AGSRaster.init(name: extension: )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then load the raster however when I check the extent, the spatial reference id, extent values, and center point are all wrong regardless of what I set in the tfw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you go about getting around this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 00:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-spatialreference/m-p/98143#M991</guid>
      <dc:creator>BernardoArevalo</dc:creator>
      <dc:date>2017-12-31T00:04:17Z</dc:date>
    </item>
  </channel>
</rss>

