{ "name": "LocateVTD", "displayName": "Locate VTD", "description": "Locates the voting precinct (VTD) containing a lat/lon point and reports the distance from the point to the VTD boundary.", "category": "", "helpUrl": "https://kygisserver.ky.gov/arcgis/rest/directories/arcgisoutput/Temp_Services/Locate_VTD_with_Attributes_GPServer/Temp_Services_Locate_VTD_with_Attributes/LocateVTD.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "lat", "dataType": "GPDouble", "displayName": "Latitude", "description": "In decimal degrees", "direction": "esriGPParameterDirectionInput", "defaultValue": 38.38698643133028, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "lon", "dataType": "GPDouble", "displayName": "Longitude", "description": "In decimal degrees", "direction": "esriGPParameterDirectionInput", "defaultValue": -84.54126847754434, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "near_ft", "dataType": "GPDouble", "displayName": "Boundary Proximity Threshold (ft)", "description": "In feet. If a boundary is within this distance, a flag will be provided in the output.", "direction": "esriGPParameterDirectionInput", "defaultValue": 20, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "result", "dataType": "GPString", "displayName": "Result (JSON)", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }