{ "name": "CIFFAnalysisTool", "displayName": "CIFF Analysis Tool", "description": "The CIFF Analysis Tool calculates farmland within an area of interest (AOI). The tool takes an area drawn on the map and intersects it with the CIF Most Recent layer. The output is a polygon and a table summarizing the intersection.", "category": "", "helpUrl": "https://gis.conservation.ca.gov/server/rest/directories/arcgisoutput/DLRP/CIFFAnalysisTool_GPServer/DLRP_CIFFAnalysisTool/CIFFAnalysisTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "Draw the area of interest (AOI) on the map. To draw an AOI, click the pencil icon and select a sketch tool. The sketch tools can be used to draw points, lines, and polygons.", "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": "Specify a buffer distance. The default buffer distance is one US survey mile to comply with the Right to Farm disclosure.", "direction": "esriGPParameterDirectionInput", "dependency": "Result (13)", "defaultValue": { "distance": 1, "units": "esriMiles" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_Intersection", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area Intersection", "description": "Output polygon of area of interest (AOI) and CIF Most recent layer intersection.", "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": "The output statistics table shows the intersected area of interest and CIF Most recent layer. The table can be viewed once the results of the tool are ready. In the results of the tool, click on the four circles on the right-hand side of the Area Statistics table and select \"Add to Table\" or \"Export\". The table can be exported as a JSON, CSV, or as an item.", "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": "" } ] }