Select to view content in your preferred language

How can I inspect a raster field like in the Sample Attribute Inspector?

692
2
Jump to solution
02-02-2012 12:54 AM
Mohammed_YassineAYACHE
Occasional Contributor
Like the Attribute Inspector sample that you can find here, I want to display a raster image (stored in a feild of type Raster in the attribute table of the feature layer) in stead of String values. How can I do that please ?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   The REST endpoint does not support Raster Fields. You can use the new Attachment capability as the REST endpoint does support those. If you are unfamiliar with Attachments for GeoDatabases in ArcGIS 10 then you can look at this presentation from the UC last year or search the ArcGIS Desktop help:

http://blogs.esri.com/Dev/blogs/geodatabase/archive/2011/08/01/Using-attachments-and-leveraging-rela...

Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   The REST endpoint does not support Raster Fields. You can use the new Attachment capability as the REST endpoint does support those. If you are unfamiliar with Attachments for GeoDatabases in ArcGIS 10 then you can look at this presentation from the UC last year or search the ArcGIS Desktop help:

http://blogs.esri.com/Dev/blogs/geodatabase/archive/2011/08/01/Using-attachments-and-leveraging-rela...

Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below:
0 Kudos
Mohammed_YassineAYACHE
Occasional Contributor
Thanks Robert !

the problem is that I'm only working on the client side (consuming services published by another side which is our customer). I will study the solution of Attachments and try to convaince the custumor to use it instead of raster feilds.

Thanks again.
0 Kudos