{
 "name": "IntersectorWebToolDev",
 "displayName": "Intersector WebTool Dev",
 "description": "",
 "category": "",
 "helpUrl": "https://maps.commerce.alaska.gov/server/rest/directories/arcgisoutput/Tools/IntersectorWebToolDev_GPServer/Tools_IntersectorWebToolDev/IntersectorWebToolDev.htm",
 "executionType": "esriExecutionTypeAsynchronous",
 "parameters": [
  {
   "name": "Config_Table_Feature_Service",
   "dataType": "GPString",
   "displayName": "Config Table Feature Service",
   "description": "URL of Config Feature Service containing Primary, Secondary and optional Config Settings as Tables at Endpoints 0,1,2. End of URL should be /FeatureServer (without an endpoint)",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "https://services2.arcgis.com/0DjevcWawQ1dy3il/arcgis/rest/services/Web_Tools_Permit_AppConfig_Dev/FeatureServer",
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "Feature_Layer",
   "dataType": "GPFeatureRecordSetLayer",
   "displayName": "Feature Layer",
   "description": "Input Feature Class / FeatureLayer /  FeatureRecordSetLayer to be used as Clipper",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": {},
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "Output_Name",
   "dataType": "GPString",
   "displayName": "Output Name",
   "description": "Base Output Filename of results (must be FGDB compatible name)",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Result",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Buffer_Distance",
   "dataType": "GPLinearUnit",
   "displayName": "Buffer Distance",
   "description": "Linear distance output summary units determined by units specified. If Input Feature Layer is of type Point or Polyline number of units will be used as buffer distance specified in units. For polygon inputs buffering is not applied - but units of buffer still determine the output summary length units (LENGTH_GEO)",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": {
    "distance": 100,
    "units": "esriFeet"
   },
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Output_Areal_Unit",
   "dataType": "GPString",
   "displayName": "Output Areal Unit",
   "description": "For polygons intersected reporting area (AREA_GEO) is based on this unit.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "Acres",
   "parameterType": "esriGPParameterTypeRequired",
   "category": "",
   "choiceList": [
    "Acres",
    "Hectares",
    "SquareFeetUS",
    "SquareKilometers",
    "SquareMeters",
    "SquareMilesUS",
    "SquareYardsUS"
   ]
  },
  {
   "name": "Output_Coordsys_WKID",
   "dataType": "GPLong",
   "displayName": "Output Coordsys WKID",
   "description": "Default WKID of coordinate system used for GIS Shapefile and FGDB outputs.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": 3338,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Output_Log",
   "dataType": "GPDataFile",
   "displayName": "Output Log",
   "description": "Return Logging Text File",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "Output_Zip",
   "dataType": "GPDataFile",
   "displayName": "Output Zip",
   "description": "Return ZIP file as needed",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "Output_Excel",
   "dataType": "GPDataFile",
   "displayName": "Output Excel",
   "description": "Return Excel file as needed",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "Config Sources Query",
   "dataType": "GPString",
   "displayName": "Config Sources Query",
   "description": "For debugging this can be changed to override default to specifically intersect particular rows available in Config GIS_Data_Sources (table 2) of Config Table FeatureService. By default query is: ProcessFlag = 1",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "ProcessFlag = 1",
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  }
 ]
}