<?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 Upload and View an Image (raster type) field in GDB using SL? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23113#M573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, what I did is, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a local directory where the images will be save using fileupload in silverlight (ex. D:\Images).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added a String type field in my geodatabase table named IMAGE_PATH.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The path of my images will be saved as string in IMAGE_PATH. Its not actually you create a raster field in your geodatabase table. Instead you create a string field for the path of your images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my code snippet in XAML inside InfoWindow for viewing uploaded images:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Image source={[IMAGE_PATH]} width="300" height="300" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can view the images dynamically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps. &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>Tue, 28 Feb 2012 02:00:35 GMT</pubDate>
    <dc:creator>ramjielinog</dc:creator>
    <dc:date>2012-02-28T02:00:35Z</dc:date>
    <item>
      <title>How to Upload and View an Image (raster type) field in GDB using SL?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23111#M571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my case. By clicking the map points, I would like to add&amp;nbsp; points in my map along with its attribute fields(Street=STRING, Crime_Type =STRING, Image=RASTER) and save it to the geodatabase using silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1st problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I upload an image directly to the Image field which is a RASTER type in silverlight? Or is there any other way without using AttachmentEditor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2nd problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added my image manually in arcmap 10.0 at Image field with a RASTER type. How can I view that image in my application using silverlight?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please anyone share some ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 00:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23111#M571</guid>
      <dc:creator>ramjielinog</dc:creator>
      <dc:date>2011-06-27T00:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Upload and View an Image (raster type) field in GDB using SL?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23112#M572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a similar problem. I have a custom ArcGIS Mobile app for field workers which saves images in a raster field (on ArcGIS Mobile Attachments are not supported), and than I want to see those images in a Silverlight app (mabey edit (change) them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you managed to show raster filed in your silverlight application? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to build my own web service which serves the images to the client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23112#M572</guid>
      <dc:creator>CiprianLazar</dc:creator>
      <dc:date>2011-09-06T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Upload and View an Image (raster type) field in GDB using SL?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23113#M573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, what I did is, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a local directory where the images will be save using fileupload in silverlight (ex. D:\Images).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added a String type field in my geodatabase table named IMAGE_PATH.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The path of my images will be saved as string in IMAGE_PATH. Its not actually you create a raster field in your geodatabase table. Instead you create a string field for the path of your images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my code snippet in XAML inside InfoWindow for viewing uploaded images:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Image source={[IMAGE_PATH]} width="300" height="300" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can view the images dynamically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps. &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>Tue, 28 Feb 2012 02:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-upload-and-view-an-image-raster-type-field/m-p/23113#M573</guid>
      <dc:creator>ramjielinog</dc:creator>
      <dc:date>2012-02-28T02:00:35Z</dc:date>
    </item>
  </channel>
</rss>

