{ "name": "CRMGeocodeToolUAT", "displayName": "CRM Geocode Tool UAT", "description": "This tool takes a user-inputted address and geocodes it using the CRM Composite Search geocoding service. It then uses the geocoding results to query for the intersecting Brampton grid(s) and park.", "category": "", "helpUrl": "https://mapsuat.brampton.ca/arcgis/rest/directories/arcgisoutput/CRM_Cityworks/CRMGeocodeToolUAT_GPServer/CRM_Cityworks_CRMGeocodeToolUAT/CRMGeocodeToolUAT.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Address_or_Intersection", "dataType": "GPString", "displayName": "Address or Intersection", "description": "Input address or intersection", "direction": "esriGPParameterDirectionInput", "defaultValue": "2 wellington st w", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Geocoding_Results", "dataType": "GPString", "displayName": "Geocoding Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Brampton_Grid", "dataType": "GPString", "displayName": "Brampton Grid", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Park_Name", "dataType": "GPString", "displayName": "Park Name", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Park_Address", "dataType": "GPString", "displayName": "Park Address", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }