InputQuantizationParameters.js 1.0 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 s from"../../core/Accessor.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";let e=class extends s{constructor(o){super(o),this.xyResolution=null,this.xFalseOrigin=null,this.yFalseOrigin=null,this.zResolution=null,this.zFalseOrigin=null,this.mResolution=null,this.mFalseOrigin=null}};o([r()],e.prototype,"xyResolution",void 0),o([r()],e.prototype,"xFalseOrigin",void 0),o([r()],e.prototype,"yFalseOrigin",void 0),o([r()],e.prototype,"zResolution",void 0),o([r()],e.prototype,"zFalseOrigin",void 0),o([r()],e.prototype,"mResolution",void 0),o([r()],e.prototype,"mFalseOrigin",void 0),e=o([t("esri.rest.knowledgeGraph.InputQuantizationParameters")],e);const i=e;export{i as default};