Tagged Questions
3
votes
1answer
556 views
Workaround for Raster data input in ArcGIS Server Geoprocessing Service
UPDATE
I have accomplished the Python script, but only tested in desktop environment, i.e. ArcMap.
#Import ArcPy site package module
import arcpy
from arcpy import env
from arcpy import Extent
from ...
2
votes
2answers
794 views
Using Flex to display single rasters from raster catalog in ArcSDE/ArcGIS server
One of the front end develoeprs here is having issues displaying, or working out how to display a single raster held in a raster catalog in ArcSDE using the Flex 2.2 API
the Raster Catalog holds ...