<?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: Raster Catalog Identify Image's Pixel Value?  (And Legend Not Showing?) in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249916#M6513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Use the ImageServiceIdentifyTask to get pixel values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) That legend was never tested with / built for ImageService (you could probably enhance it to do that). It's not 10.1 but 10SP1 that will add legend support. However as far as I know, ImageServices are not supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 22:34:23 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-11-01T22:34:23Z</dc:date>
    <item>
      <title>Raster Catalog Identify Image's Pixel Value?  (And Legend Not Showing?)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249915#M6512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a raster catalog served up that contains elevation data.&amp;nbsp; There is a new raster every 24 days with new data and so we use the time slider to scroll through these changes over time, hence the reason they are in a catalog and not standalone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) How can I get the pixel value for a spot the user clicks on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) On a side note, does the identify task even return pixel values for standalone rasters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) The catalog layer has a classified renderer... I am using the code from ShapeGIS's legend service and it does not bring any symbology back.&amp;nbsp; I don't see that the different classified ranges are even available in the REST API either.&amp;nbsp; I think I saw that 10.1 server was going to have a legend service.&amp;nbsp; Know if it will show these?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for any info!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 21:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249915#M6512</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2010-11-01T21:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Catalog Identify Image's Pixel Value?  (And Legend Not Showing?)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249916#M6513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Use the ImageServiceIdentifyTask to get pixel values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) That legend was never tested with / built for ImageService (you could probably enhance it to do that). It's not 10.1 but 10SP1 that will add legend support. However as far as I know, ImageServices are not supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 22:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249916#M6513</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-11-01T22:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Catalog Identify Image's Pixel Value?  (And Legend Not Showing?)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249917#M6514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Morten, thanks a lot for the reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Heres the problem though, I am not using an ImageService, it is a DynamicMapServiceLayer... this is for a few reasons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Image Services do not support raster catalogs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Mosaic Datasets (which are supported as Image Services) do not support applying classified symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefor we serve up a map service that contains a raster catalog layer and not an image service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now we could apply the classified renderer to all our images and export them out with it and put those in a mosaic dataset, but we have a good amount of these images and if the classification needs to change, then these will all have to be exported again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the ImageServiceIdentifyTask against the DynamicMapServiceLayer and got this error: "An unexpected error occurred processing the request."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the info on the legend... SP1 is coming out in like a week or so, isnt it?&amp;nbsp; I'll have to check it out.&amp;nbsp; Again, this is not a Image Service though... just a regular map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 23:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/raster-catalog-identify-image-s-pixel-value-nbsp/m-p/249917#M6514</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2010-11-01T23:31:35Z</dc:date>
    </item>
  </channel>
</rss>

