{ "name": "ClipTool", "displayName": "Clip", "description": "Clip features from input layer using clip features with field mapping support.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/ClipTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_Features", "dataType": "GPString", "displayName": "Input Features", "description": "Path or reference to input features to clip.", "direction": "esriGPParameterDirectionInput", "defaultValue": "https://geospatial-dev.alberta.ca/titan/rest/services/ags_apps/ags_apps_parks_and_protected_areas_of_alberta/MapServer/8/query?where=1%3D1&f=json", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Clip_Features", "dataType": "GPString", "displayName": "Clip Features", "description": "Path or reference to features used for clipping.", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\GISAPPS-INT-SVR.int.gov.ab.ca\\USERPREF\\PROD\\Apps\\SDE\\Security\\scratch\\squares\\squares.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Shapefile", "dataType": "GPString", "displayName": "Output Shapefile", "description": "Path to the output shapefile for clipped features.", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\temp\\clipped_output.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Overwrite_Output", "dataType": "GPBoolean", "displayName": "Overwrite Output", "description": "Whether to overwrite existing output files.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Field_Mapping", "dataType": "GPString", "displayName": "Field Mapping", "description": "Optional field mapping configuration for output attributes.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Feature_Count", "dataType": "GPLong", "displayName": "Feature Count", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }