Select to view content in your preferred language

ArcGIS Flex graphics.attributes esriFieldTypeBlob

2445
3
05-05-2011 09:41 PM
VikramTripathi
Deactivated User
Dear All
i am using ArcGis , JEE, and Flex
i want to display Image in infoWindowContent from Type: esriFieldTypeBlob of a rest service.
graphics.attributes.RoadImage, the field type RoadImage is esriFieldTypeBlob.

how can i display this image??
Tags (2)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Vikram,


   I don't believe that blobs are handled by the REST API and thus not available to flex.
0 Kudos
VikramTripathi
Deactivated User
Vikram,


   I don't believe that blobs are handled by the REST API and thus not available to flex.


thanking you, for this guide.
can you suggest me what should i do for this problem, should i change my service from REST to other(whatever u'll suggest).
1. I dont want to display image by picking from any folder on the server (like http://hostname/context/roadimages/road_abc.jpg).
2. I want to pick it from our database server through  webservice (m using sql server as database).

is it possible??
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Vikram,

   As the Flex API the this forum covers use REST only there is nothing that you can change your service to. You may want to develop an ASP.net webservice that will return an actual image from soem query you submit. I would Google and see if you can find some code for that.
0 Kudos