UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 602 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class UtilityNetworkCommands extends e{_prefix="utility-network";get showTracePanel(){return this._get("show-network-trace-panel")}}export class UtilityNetworkOperations extends t{_prefix="utility-network";get runTrace(){return this._get("run-trace")}get getUtilityElementsFromFeatures(){return this._get("get-elements-from-features")}get featureResultsFromTrace(){return this._get("feature-results-from-trace")}get getNamedTraces(){return this._get("get-trace-configurations")}}