<widgetgroup label="Tâches de Geotraitement"> <widget label="Extraction des données" icon="assets/images/i_layers.png" config="widgets/Geoprocessing/GeoprocessingWidget_ExtractData.xml" url="widgets/Geoprocessing/GeoprocessingWidget.swf"/> <widget label="buffer" left="600" top="90" icon="widgets/BufferDistance/assets/images/i_buffer40.png" config="widgets/BufferDistance/BufferDistanceWidget.xml" url="widgets/BufferDistance/BufferDistanceWidget.swf"/> </widgetgroup>
<?xml version="1.0"?> <configuration label="Données Extrait"> <description>Extraire des données et télécharger fichier zip</description> <taskurl>http://localhost:6080/arcgis/rest/services/geoprocessing/ExtractZionData/GPServer/ExtractZionData</taskurl> <helpurl>http://localhost:6080/arcgis/rest/directories/arcgisoutput/geoprocessing/ExtractZionData_GPServer/geoprocessing_ExtractZionData/ExtractZionData.htm </helpurl> <inputparams> <param name="Area_of_Interest" geometrytype="polygon" label="1. Select area" required="true" type="featurerecordset" visible="true"> <renderer type="simple"> <defaultsymbol alpha="0.5" color="0xFFFFFF" type="simplefill"> <outline width="1" color="0x000000"/> </defaultsymbol> </renderer> </param> <param name="Layers_to_Clip" defaultvalue="Research_areas , Roads , Springs , Zion park boundary " label="2. Select layers to extract" required="true" type="multivalue" visible="true"> <choicelist> <choice value="Research_areas"/> <choice value="Tracts"/> <choice value="Roads"/> <choice value=" Trails"/> <choice value="Springs"/> <choice value="Streams"/> <choice value="Zion park boundary"/> <choice value="Hillshade "/> </choicelist> </param> <param name="Feature_Format" defaultvalue="File Geodatabase - GDB - .gdb" label="3. Select file format" required="true" type="string" visible="true"> <choicelist> <choice value="File Geodatabase - GDB - .gdb"/> <choice value="Shapefile - SHP - .shp"/> <choice value="Geographic Markup Language - GML - .gml"/> <choice value="OpenGIS KML Encoding Standard - OGCKML - .kmz"/> <choice value="Autodesk AutoCAD - DXF_R2007 - .dxf"/> <choice value="Autodesk AutoCAD - DWG_R2007 - .dwg"/> <choice value="Bentley Microstation Design (V8) - DGN_V8 - .dgn"/> </choicelist> </param> <param name="Raster_Format " defaultvalue="ESRI GRID - GRID " label="3. Select file format" required="true" type="string" visible="true"> <choicelist> <choice value="ESRI GRID - GRID"/> <choice value="File Geodatabase - GDB - .gdb"/> <choice value="ERDAS IMAGINE - IMG - .img"/> <choice value="Tagged Image File Format - TIFF - .tif"/> <choice value="Graphic Interchange Format - GIF - .gif"/> <choice value="Joint Photographics Experts Group - JPEG - .jpg"/> <choice value="Joint Photographics Experts Group - JPEG 2000 - .jp2"/> </choicelist> </param> </inputparams> <outputparams> <param name="Output_Zip_File " label="Output Zip file" required="true" type="datafile" visible="true"/> </outputparams> <layerorder>Area_of_Interest</layerorder> <labels> <submitlabel>Extract</submitlabel> </labels> </configuration>
Solved! Go to Solution.
I test the browser on the same machine as has the GP task.but how I can change the actual server name?
what I want is to run this geoprocessing widget from a model published as a geoprocessing service.
I test the browser on the same machine as has the GP task.but how I can change the actual server name?
what I want is to run this geoprocessing widget from a model published as a geoprocessing service.