{ "name": "ExtractZionData", "displayName": "ExtractData", "description": "<P> Extracts the specified Layers in the specified Area of Interest to the selected Formats and returns all the data in a zip file. </P><P>This tool is intended primarily for use as a part of a geoprocessing service. Full step by step instructions for making a Clip and Ship / Data Extraction geoprocessing service can be found here (under construction).</P><P>When using this tool as a part of a geoprocessing service, first copy the tool into a custom toolbox. After copying, edit the model and configure it if necessary.</P>", "category": "", "helpUrl": "http://sig2.cm-sintra.pt:6080/arcgis/rest/directories/arcgisoutput/ExtractZionData_GPServer/ExtractZionData/ExtractZionData.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers to Clip", "description": "The Layers to be clipped. Layers should be either raster layers or feature layers.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "sig_sites.SDE.EixosVia_EDIT" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "sig_sites.SDE.EixosVia_EDIT" ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "The area by which the layers will be clipped.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkid": null}, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "Id", "type": "esriFieldTypeInteger", "alias": "Id" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Feature_Format", "dataType": "GPString", "displayName": "Feature Format", "description": "The format in which the output features will be delivered.", "direction": "esriGPParameterDirectionInput", "defaultValue": "File Geodatabase - GDB - .gdb", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "File Geodatabase - GDB - .gdb", "Shapefile - SHP - .shp", "Autodesk AutoCAD - DXF_R2007 - .dxf", "Autodesk AutoCAD - DWG_R2007 - .dwg" ] }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output Zip File", "description": "Output file", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }