{ "name": "ClipMMPSoils", "displayName": "Clip Soils", "description": "This tool clips soils derived from the NRCS Soil Data Access database to a user-defined area of interest. The area of interest can be specified by either drawing a polygon or selecting a feature from an existing feature layer on the map. The tool outputs two feature classes, one consisting of multipart polygons and the other consisting of singlepart polygons. The fields retrieved are the result of the query inside the query file defined.", "category": "", "helpUrl": "https://tfsgis-dfe02.tfs.tamu.edu/arcgis/rest/directories/arcgisoutput/Shared/ClipMMPSoils_GPServer/Shared_ClipMMPSoils/ClipMMPSoils.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Area of interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of interest", "description": "Area of interest defined by the user", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "Integer Value" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "Double Value" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "Date Time", "length": 8 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "queryFileName", "dataType": "GPString", "displayName": "SSURGO Query File Name", "description": "Name of the text file containing the SSURGO query string", "direction": "esriGPParameterDirectionInput", "defaultValue": "MMPSoilsQuery", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_multipartSoils", "dataType": "GPFeatureRecordSetLayer", "displayName": "Multipart Clipped Soils", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_singlepartSoils", "dataType": "GPFeatureRecordSetLayer", "displayName": "Singlepart Clipped Soils", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }