{ "name": "Clip", "displayName": "Clip", "description": "Extracts input features that overlay the clip features.", "category": "", "helpUrl": "https://arcgis.dnr.state.mn.us/host/rest/directories/arcgisoutput/for/app_eab_clip_buffer_GPServer/for_app_eab_clip_buffer/Clip.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input Features", "description": "The features to be clipped.", "direction": "esriGPParameterDirectionInput", "defaultValue": "app_eab_clip_buffer\\10_mile_buffer", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "c10_mile_buffer_Clip", "10_mile_buffer", "Counties", "EAB Generally Infested Areas" ] }, { "name": "clip_features", "dataType": "GPString", "displayName": "Clip Features", "description": "The features used to clip the input features.", "direction": "esriGPParameterDirectionInput", "defaultValue": "app_eab_clip_buffer\\Counties", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "c10_mile_buffer_Clip", "10_mile_buffer", "Counties", "EAB Generally Infested Areas" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class to be created.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 26915, "latestWkid": 26915 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "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": "cluster_tolerance", "dataType": "GPLinearUnit", "displayName": "XY Tolerance", "description": "The minimum distance separating all feature coordinates as well as the distance a coordinate can move in X or Y (or both). Set the value to be higher for data with less coordinate accuracy and lower for data with extremely high accuracy.Changing this parameter's value may cause failure or unexpected results. It is recommended that this parameter not be modified. It has been removed from view in the tool dialog. By default, the input feature class's spatial reference x,y tolerance property is used.", "direction": "esriGPParameterDirectionInput", "dependency": "in_features", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }