{ "name": "ClipSoils", "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.", "category": "", "helpUrl": "https://tfsgis02.tfs.tamu.edu/arcgis/rest/directories/arcgisoutput/MapMyProperty/ClipSoils_GPServer/MapMyProperty_ClipSoils/ClipSoils.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Area of interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of interest", "description": "Area of interest where soils will be clipped.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "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": "" } ] }