Hi Gayle,
1) Can you please clarify what you mean by "in a future release"? Do you mean that GP will be able to accept rasters as input at 10.1 release? or Beta 2?
2) Getting a MapService back from the geoprocessor is no good because I need an ImageService to get the result, right? I need something that retains the elevation values, not RGB values.
3) I could not figure out how to invoke the Image Service. From the runtime I can easily get the MapServer url using LocalMapService. There are also LocalFeatureService and LocalGeoprocessingService classes, but no "LocalImageService" class. If I hand-craft the url to try a ".../ImageServer/exportImage..." request, the browser just returns 400, "unknown operation".
I also see an "ImageServer" class, but its Javadoc is empty and I'm not sure what URL to pass into the constructor...
Or did you mean the image service & url of an existing ArcGIS server? That's not an option for me. I need to get the rasters from the map package.
How should I proceed?
Thanks for your help,
Derek