@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
1 lines • 3.38 kB
JavaScript
import{CommandRegistry as s}from"../CommandRegistry.js";import{AppCommands as e}from"./app.js";import{AuthCommands as m}from"./auth.js";import{BasemapCommands as r}from"./basemap.js";import{BulkEditingCommands as i}from"./bulk-editing.js";import{ChartsCommands as t}from"./charts.js";import{DrawingCommands as o}from"./drawing.js";import{EditCommands as a}from"./edit.js";import{FileCommands as n}from"./file.js";import{FilterBuilderCommands as p}from"./filter-builder.js";import{GeolocationCommands as g}from"./geolocation.js";import{GeometryToolbarCommands as h}from"./geometry-toolbar.js";import{GeometryCommands as w}from"./geometry.js";import{HighlightsCommands as f}from"./highlights.js";import{IwtmCommands as j}from"./iwtm.js";import{KpiCommands as l}from"./kpi.js";import{LayerComparisonCommands as _}from"./layer-comparison.js";import{LayerListCommands as y}from"./layer-list.js";import{LayerPresetsCommands as u}from"./layer-presets.js";import{LayersCommands as c}from"./layers.js";import{LicensingCommands as d}from"./licensing.js";import{LocationMarkerCommands as k}from"./location-marker.js";import{MapCommands as b}from"./map.js";import{MeasurementCommands as x}from"./measurement.js";import{NetworkCommands as C}from"./network.js";import{OfflineCommands as q}from"./offline.js";import{PanelCommands as v}from"./panel.js";import{PhotosCommands as A}from"./photos.js";import{PrintCommands as B}from"./printing.js";import{ProjectCommands as E}from"./project.js";import{QueryBuilderCommands as L}from"./query-builder.js";import{RegionCommands as M}from"./region.js";import{ReportsCommands as N}from"./reports.js";import{ResultsCommands as P}from"./results.js";import{SearchCommands as R}from"./search.js";import{SketchingCommands as T}from"./sketching.js";import{StudioAnalyticsCommands as z}from"./studioAnalytics.js";import{SystemCommands as D}from"./system.js";import{UICommands as F}from"./ui.js";import{UtilityNetworkCommands as G}from"./utility-network.js";import{ViewerCommands as H}from"./viewer.js";import{WorkflowCommands as I}from"./workflow.js";export class Commands extends s{app=new e(this._messages);auth=new m(this._messages);basemap=new r(this._messages);bulkEditing=new i(this._messages);charts=new t(this._messages);drawing=new o(this._messages);edit=new a(this._messages);file=new n(this._messages);filterBuilder=new p(this._messages);geolocation=new g(this._messages);geometry=new w(this._messages);geometryToolbar=new h(this._messages);highlights=new f(this._messages);iwtm=new j(this._messages);kpi=new l(this._messages);layerList=new y(this._messages);layers=new c(this._messages);layerComparison=new _(this._messages);layerPresets=new u(this._messages);licensing=new d(this._messages);locationMarker=new k(this._messages);map=new b(this._messages);measurement=new x(this._messages);network=new C(this._messages);offline=new q(this._messages);panel=new v(this._messages);project=new E(this._messages);photos=new A(this._messages);printing=new B(this._messages);queryBuilder=new L(this._messages);region=new M(this._messages);reports=new N(this._messages);results=new P(this._messages);search=new R(this._messages);sketching=new T(this._messages);studioAnalytics=new z(this._messages);system=new D(this._messages);ui=new F(this._messages);utilityNetwork=new G(this._messages);viewer=new H(this._messages);workflow=new I(this._messages);_prefix=""}