- See also
Method Overview
Name | Return Type | Summary | Object |
---|---|---|---|
Promise<QueryAssociationsResult> | Returns all associations filtered by the QueryAssociationsParameters in a utility network. more details | queryAssociations |
Method Details
-
queryAssociations(url, params, requestOptions){Promise<QueryAssociationsResult>}
-
Returns all associations filtered by the QueryAssociationsParameters in a utility network.
Parametersurl StringURL to the ArcGIS Server REST resource that represents a UttilityNetwork.
params QueryAssociationsParametersThe parameters required by this functions include QueryAssociationsParameters, what QueryAssociationsParameters of associations to return, QueryAssociationsParameters and more.
requestOptions ObjectoptionalAdditional options to be used for the data request (will override requestOptions defined during construction).
ReturnsType Description Promise<QueryAssociationsResult> When resolved, the associations results are returned.