{ "name": "FindNearestAssetNumber", "displayName": "Find Nearest AssetNumber", "description": "", "category": "", "helpUrl": "https://gis-cl3.moretonbay.qld.gov.au/arcgis/rest/directories/arcgisoutput/Projects/FindNearestAssetNumber_GPServer/Projects_FindNearestAssetNumber/FindNearestAssetNumber.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Lat", "dataType": "GPDouble", "displayName": "Latitude", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": -27.1970471, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Long", "dataType": "GPDouble", "displayName": "Longitude", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": 153.015979, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Search_Distance_In_Metre", "dataType": "GPDouble", "displayName": "Search Distance In Metre", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": 15, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Asset_Type", "dataType": "GPString", "displayName": "Asset Type", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Roads Pavement", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Barriers Fence", "Roads Pavement", "Roads Signage", "Roads Traffic Island", "Stormwater Inlet", "Depot", "Stormwater Channels", "Pathway", "Bus Stop", "Street Lighting", "Council Building", "Headwall", "Stormwater Pipes", "Stormwater System", "Road Centreline" ] }, { "name": "Asset_Number", "dataType": "GPString", "displayName": "Asset Number", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Distance", "dataType": "GPDouble", "displayName": "Distance", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Search_Path", "dataType": "GPString", "displayName": "Search Path", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }