{ "name": "ClipByShapefileTool", "displayName": "ClipByShapefile", "description": "Clip features from workspace using shapefile geometry with workspace context management.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/ClipByShapefileTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Database_Connection", "dataType": "GPString", "displayName": "Workspace", "description": "Workspace or geodatabase connection.", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\GISAPPS-INT-SVR.int.gov.ab.ca\\USERPREF\\PROD\\Apps\\SDE\\Security\\Connect to gis-db1-energy.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_Layer", "dataType": "GPString", "displayName": "Input Layer", "description": "Path to input layer or shapefile to clip.", "direction": "esriGPParameterDirectionInput", "defaultValue": "SDE_PROD.DBO.SdeTownshipSPT18801", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Clip_Shapefile", "dataType": "GPString", "displayName": "Clip Shapefile", "description": "Path to shapefile used for clipping geometry.", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\GISAPPS-INT-SVR.int.gov.ab.ca\\USERPREF\\PROD\\Apps\\SDE\\Security\\scratch\\square\\square.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Delete_TempFiles", "dataType": "GPString", "displayName": "Delete Temporary Files", "description": "Whether to delete temporary files after processing (true or false).", "direction": "esriGPParameterDirectionInput", "defaultValue": "true", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Features", "dataType": "GPString", "displayName": "Output Feature Set", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }