{ "name": "LandOwnershipSummary1", "displayName": "Land_Ownership_Summary", "description": "This tool is intended to assist BEAD Applicants in proposal planning. A user may either upload their own route or link their own ArcGIS Feature Service to return the percentage distribution of BLM land within a user-defined distance around the selected route.", "category": "", "helpUrl": "https://gis.doit.nm.gov/nmgis/rest/directories/arcgisoutput/BEAD/LandOwnership_Summary_GPServer/BEAD_LandOwnership_Summary/LandOwnershipSummary1.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Route_Input", "dataType": "GPFeatureRecordSetLayer", "displayName": "Route Input", "description": "Input the route for which you would like to generate a report of surrounding BLM land ownership. You may upload your own shapefile (needs to be a zip file containing the .shp, .dbf., and .shx), or link to your own hosted ArcGIS Feature Service. \nPlease note that this tool may not run properly if the user-defined route is too large or complex, so it is best to filter your route to an area of interest before running this tool.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPolygon", "esriGeometryPolyline", "esriGeometryPoint", "esriGeometryMultipoint" ] }, "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Buffer_Distance", "dataType": "GPLinearUnit", "displayName": "Buffer Distance", "description": "The user will specify a value and accompanying unit of distance (e.g., 1 mile; 3 kilometers) to determine the buffer size around the user\u2019s route. Distribution of BLM land ownership will be summarized within this buffer.", "direction": "esriGPParameterDirectionInput", "dependency": "Route_Input", "defaultValue": { "distance": 0.5, "units": "esriMiles" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Ownership_Summary", "dataType": "GPMultiValue:GPRecordSet", "displayName": "Ownership_Summary", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": [], "parameterType": "esriGPParameterTypeDerived", "category": "", "parameterInfos": [ { "name": "Record Set", "dataType": "GPRecordSet", "displayName": "Record Set" } ] }, { "name": "Buffer_FC", "dataType": "GPFeatureRecordSetLayer", "displayName": "Buffer_FC", "description": ".", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }