Select to view content in your preferred language

Clip Raster dataset and export it into Tiff

1214
4
12-05-2010 02:42 AM
sheebaashraf
Deactivated User
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
Tags (2)
0 Kudos
4 Replies
Drew
by
Frequent Contributor
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 don't know if this tool is what you are exactly looking for, but it might be a start.
Snapshot Widget for FlexViewer 2.1
http://forums.arcgis.com/threads/15660-A-Snapshot-Widget-for-FlexViewer-2.1

It sounds like you are not using the Flex Viewer so the linked widgets source code might help you more.
0 Kudos
sheebaashraf
Deactivated User
Thanks for your prompt response.

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.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohd Kirmani,

    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.
0 Kudos
sheebaashraf
Deactivated User
Thanks for your response,

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
0 Kudos