{ "name": "CIFPointBuffer", "displayName": "CIF Point Buffer", "description": "This tool takes an area of interest, buffers it by a specified distance, and intersects it with the CIF Most Recent layer. A polygon is created showing the intersection, and statics are provided detailing the acres of each area, what percentage each area takes of the area of interest, the agriculture category description of each area, and the frequency each agriculture category appears.\u200c\u200c", "category": "", "helpUrl": "https://gis.conservation.ca.gov/server/rest/directories/arcgisoutput/DLRP/CIF_Point_Buffer_GPServer/DLRP_CIF_Point_Buffer/CIFPointBuffer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "Input area to be analyzed.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102600, "latestWkid": 102600 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "Id", "type": "esriFieldTypeInteger", "alias": "Id" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Linear_Unit", "dataType": "GPLinearUnit", "displayName": "Linear Unit", "description": "The linear units is US Survey miles.", "direction": "esriGPParameterDirectionInput", "dependency": "Result", "defaultValue": { "distance": 0.5, "units": "esriMiles" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_Intersection", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area Intersection", "description": "Output polygon of intersected area of interest and CIF Most recent layer.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 3310, "latestWkid": 3310 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 40 }, { "name": "Percentage", "type": "esriFieldTypeString", "alias": "Percentage", "length": 6 }, { "name": "Acres", "type": "esriFieldTypeString", "alias": "Acres", "length": 255 }, { "name": "Description", "type": "esriFieldTypeString", "alias": "Description", "length": 50 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_Statistics", "dataType": "GPRecordSet", "displayName": "Area Statistics", "description": "Output statistics of intersected area of interest and CIF Most recent layer.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FREQUENCY", "type": "esriFieldTypeInteger", "alias": "Frequency" }, { "name": "Description", "type": "esriFieldTypeString", "alias": "Description", "length": 50 }, { "name": "Acres", "type": "esriFieldTypeString", "alias": "Acres", "length": 255 }, { "name": "Percentage", "type": "esriFieldTypeString", "alias": "Percentage", "length": 255 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }