I want to clip Raster dataset ( present into Geodatabase) based on extent drawn by user on map and export it into Tiff format. then user should be able to download this file I'm using Flex 2.0 APIS
I want to clip Raster dataset ( present into Geodatabase) based on extent drawn by user on map and export it into Tiff format. then user should be able to download this file I'm using Flex 2.0 APIS
It is really helpful but in this case the layers are added to map and It captures all what is present on Map. In my case it can be added to map or may not and also I have to export only selected Raster dataset.
The only way to do this is to develop a Geoprocessing Service for this. I don't have an example of this but many post have been made about using the GP task.
I have tried the extract data task (Clip and Ship), It is taking very long time as it load all raster dataset and set all the pixels which lies outside the extent with No data. As a result it generates the tiff file for that extent but in source and destination raster dataset Number of rows and columns are same