{ "currentVersion": 10.91, "serviceDescription": "This geoprocessing tool allows a user to configure and run a trace operation agains the sanitary sewer network.\n\nFIND_COMMON_ANCESTORS \u2014 Find the common features that are upstream of a set of points in your network. Requires flow direction to be set on the geometric network.\nFIND_CONNECTED \u2014Find the features that are connected to a given point through your network.\nFIND_LOOPS \u2014 Find loops within the network that are defined by determining for each connected feature, on which you placed a flag, the features that loop back on themselves (that is, can't be reached from more than one direction).\nFIND_DISCONNECTED \u2014 Find all of the features that are not connected to a given point through your network.\nFIND_PATH_UPSTREAM \u2014 Find an upstream path from a point in your network. The path found can be just one of a number of paths depending on whether or not your network contains loops. The flags you place on the network can be a mixture of edge flags and junction flags. Requires a weight to be defined for the trace and flow direction to be set on the geometric network. When a weight is not specified, the shortest path is determined by the least number of features between the two points.\nFIND_PATH \u2014 Find a path between two or more flags in the network. The path found can be just one of a number of paths between the flags depending on whether or not your network contains loops. The flags you place on the network must be either all edge flags or all junction flags. When a weight is not specified, the shortest path is determined by the least number of features between the two points.\nTRACE_DOWNSTREAM \u2014Find all network features that lie downstream (with flow direction) of a given point in your network. Requires flow direction to be set on the geometric network.\nFIND_UPSTREAM_ACCUMULATION \u2014 Determine the total cost of all network features that lie upstream of a given point in your network. Requires a weight be defined for the trace and flow direction to be set on the geometric network.\nTRACE_UPSTREAM \u2014 Find all features that lie upstream (against flow direction) of a given point in your network. Requires flow direction to be set on the geometric network.", "tasks": [ "DWRTraceTaskSanitarySewer" ], "executionType": "esriExecutionTypeAsynchronous", "resultMapServerName": "", "maximumRecords": 1000 }