{ "name": "Extract", "displayName": "Extract", "description": "Extract a layer to a shapefile.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/Extract.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input_Features", "description": "Features (layer) to be extracted.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Shapefile", "dataType": "GPString", "displayName": "Output_Shapefile", "description": "Output shapefile full name.", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\_LOCALdata\\extract.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Overwrite_Output", "dataType": "GPBoolean", "displayName": "Overwrite_Output", "description": "Overwrite option indicating whether overwriting the existing shapefile.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Field_Mapping", "dataType": "GPString", "displayName": "Field_Mapping", "description": "Field mappings.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Feature_Count", "dataType": "GPLong", "displayName": "Feature_Count", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }