- See also:
Method Overview
Name | Return Type | Summary | Object | |
---|---|---|---|---|
Promise<TraceResult> | more details The trace function takes a set of parameters, executes the trace analytic on the backend, and returns trace results. | more details | trace |
Method Details
-
trace(url, params, requestOptions){Promise<TraceResult>}
-
The trace function takes a set of parameters, executes the trace analytic on the backend, and returns trace results.
Parameters:url StringURL to the ArcGIS Server REST resource that represents a UttilityNetwork.
params TraceParametersThe list of parameters required by the trace
requestOptions ObjectoptionalAdditional options to be used for the data request (will override requestOptions defined during construction).
Returns:Type Description Promise<TraceResult> When resolved, returns the trace results which could include elements, function results or aggregated geometries.