Identifies the central object for utility network schema information to access utility-related functionality, such as tracing and querying associations. See https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/.

interface UtilityNetworkJson {
    id?: string;
    title?: string;
    traceConfigurations?: TraceConfigurationJson[];
    url?: string;
}

Properties

id?: string

A unique identifying string for the utility network.

title?: string

A user-friendly string title for the utility network that can be used in a table of contents.

traceConfigurations?: TraceConfigurationJson[]

An array of pre-configured trace configurations for quickly running common traces.

url?: string

A string value indicating the URL to the utility network layer.