{ "name": "SewerCapacity", "displayName": "SewerCapacity", "description": "This service runs traces on the sewer line and returns nearby assets.", "category": "", "helpUrl": "https://services.lojic.org/arcgis/rest/directories/arcgisoutput/Lojic/MsdSewerCapacity_GPServer/Lojic_MsdSewerCapacity/SewerCapacity.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "apbldgkey", "dataType": "GPLong", "displayName": "apbldgkey", "description": "The unique IPS identifier for the building associated with the trace.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1234, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "apkey", "dataType": "GPLong", "displayName": "apkey", "description": "The unique IPS identifier for the address point or property associated with the trace.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1234, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "x", "dataType": "GPDouble", "displayName": "x", "description": "The X coordinate of the trace\u2019s starting point.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1225772.8, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "y", "dataType": "GPDouble", "displayName": "y", "description": "The Y coordinate of the trace\u2019s starting point.", "direction": "esriGPParameterDirectionInput", "defaultValue": 257820.73, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "dir", "dataType": "GPString", "displayName": "dir", "description": "Specifies the direction in which the network trace will proceed from the starting point. Accepted values are:\"TRACE_UPSTREAM\"\"TRACE_DOWNSTREAM\".", "direction": "esriGPParameterDirectionInput", "defaultValue": "TRACE_DOWNSTREAM", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "barriers", "dataType": "GPFeatureRecordSetLayer", "displayName": "barriers", "description": "Optional Features or locations that limit the extent of the trace.The trace will stop when it encounters any of these barriers.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "result", "dataType": "GPString", "displayName": "result", "description": "A JSON-formatted string containing the trace output, including the identified assets and the complete trace path geometry.", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }