<?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: How to change data from a raster field to UIImage? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616577#M5464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. Seems I have to go for a web service solution then.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 01:18:37 GMT</pubDate>
    <dc:creator>NicholasLeung</dc:creator>
    <dc:date>2010-11-02T01:18:37Z</dc:date>
    <item>
      <title>How to change data from a raster field to UIImage?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616575#M5462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="plain" name="code"&gt;
AGSGraphic *resultGraphic = self.identifyResult.feature;
NSData *imageData = (NSData *)[resultGraphic.attributes objectForKey:@"imageObject"]; 
UIImage *image = [UIImage imageWithData:imageData];
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried something like the code above but no luck so far. Does anyone has a solution for this? Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 10:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616575#M5462</guid>
      <dc:creator>NicholasLeung</dc:creator>
      <dc:date>2010-11-01T10:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change data from a raster field to UIImage?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616576#M5463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS Server REST API does not support raster fields. Consequently, you cannot access the information in such fields using ArcGIS API for iOS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 21:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616576#M5463</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2010-11-01T21:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change data from a raster field to UIImage?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616577#M5464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. Seems I have to go for a web service solution then.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 01:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-change-data-from-a-raster-field-to-uiimage/m-p/616577#M5464</guid>
      <dc:creator>NicholasLeung</dc:creator>
      <dc:date>2010-11-02T01:18:37Z</dc:date>
    </item>
  </channel>
</rss>

