DimensionAnalysisView.js 1.1 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import e from"../../core/Collection.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";const r=r=>{let i=class extends r{constructor(...o){super(...o),this.analysis=null,this.tool=null,this.selectedDimension=null,this.interactive=!1,this.visible=null}get results(){return new e}createLengthDimensions(o){throw new Error("Method not implemented.")}};return o([t({constructOnly:!0})],i.prototype,"view",void 0),o([t({constructOnly:!0,nonNullable:!0})],i.prototype,"analysis",void 0),o([t()],i.prototype,"tool",void 0),o([t({readOnly:!0})],i.prototype,"results",null),o([t()],i.prototype,"selectedDimension",void 0),o([t()],i.prototype,"interactive",void 0),o([t()],i.prototype,"visible",void 0),i=o([s("esri.views.analysis.DimensionAnalysisView")],i),i};export{r as default};