AMD:
require(["esri/rest/networks/synthesizeAssociationGeometries"], (synthesizeAssociationGeometries) => { /* code goes here */ });
ESM:
import * as synthesizeAssociationGeometries from "@arcgis/core/rest/networks/synthesizeAssociationGeometries.js";
Object:
esri/rest/networks/synthesizeAssociationGeometries
Since: ArcGIS Maps SDK for JavaScript 4.20
The utility network associations model connectivity, containment, and structure relations between assets. Associations do not have a spatial presence, so this function synthesizes the associations by providing an extent, and returning all associations within the extent.
- See also
Method Overview
Name | Return Type | Summary | Object |
---|---|---|---|
Promise<AssociationGeometriesResult> | Given an extent, returns all associations within this extent and their synthesized geometries. | synthesizeAssociationGeometries |
Method Details
-
synthesizeAssociationGeometries
synthesizeAssociationGeometries(url, params, requestOptions){Promise<AssociationGeometriesResult>}
-
Given an extent, returns all associations within this extent and their synthesized geometries.
ParametersReturnsType Description Promise<AssociationGeometriesResult> When resolved, the association geomtries result.