{ "name": "ExtractData", "displayName": "ExtractData", "description": "Select and download data for a specified area of interest. Layers that you select will be added to a zip file or layer package. ", "category": "", "helpUrl": "https://maps.kerncounty.com/arcgis/rest/directories/arcgisoutput/System/SpatialAnalysisTools_GPServer/System_SpatialAnalysisTools/ExtractData.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputLayers", "dataType": "GPMultiValue:GPString", "displayName": "inputLayers", "description": "The layers from which you can extract features. ", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "extent", "dataType": "GPString", "displayName": "extent", "description": "The area that defines which features will be included in the output zip file or layer package. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "clip", "dataType": "GPBoolean", "displayName": "clip", "description": "Select features that intersect the extent or clip features within the extent.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "dataFormat", "dataType": "GPString", "displayName": "dataFormat", "description": "Format of the data that will be extracted and downloaded. Layer packages will always include file geodatabases.</p>", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "FileGeodatabase", "ShapeFile", "KML", "CSV" ] }, { "name": "outputName", "dataType": "GPString", "displayName": "outputName", "description": "Additional properties such as output feature service name.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "context", "description": "Additional settings such as processing extent and output spatial reference.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "contentID", "dataType": "GPString", "displayName": "contentID", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }