{ "name": "GetNearest", "displayName": "GetNearest", "description": "", "category": "", "helpUrl": "http://core-gis.mapshare.vic.gov.au/arcgis/rest/directories/arcgisoutput/CoastKit/FeastTools_GPServer/CoastKit_FeastTools/GetNearest.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "in_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "Input FeatureSet, will be dissolved to single polygon", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "type", "dataType": "GPString", "displayName": "Nearest Type", "description": "Type of feature to return [locality,lga]", "direction": "esriGPParameterDirectionInput", "defaultValue": "locality", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "locality", "lga", "rap-boundary" ] }, { "name": "out_json", "dataType": "GPString", "displayName": "Output String, is JSON Formatted", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }