1234567891011121314151617181920212223242526272829303132333435363738 |
- import {
- s
- } from "./chunk-PDKDCAAD.js";
- import {
- M2 as M
- } from "./chunk-ECW2QABR.js";
- import {
- d,
- e,
- l3 as l,
- n2 as n
- } from "./chunk-Y3WMVFTW.js";
- import {
- m
- } from "./chunk-IKP3YN53.js";
- // node_modules/@arcgis/core/rest/support/QuantizationParameters.js
- var n2;
- var c = new s({ upperLeft: "upper-left", lowerLeft: "lower-left" });
- var m2 = n2 = class extends l {
- constructor(e2) {
- super(e2), this.extent = null, this.mode = "view", this.originPosition = "upper-left", this.tolerance = 1;
- }
- clone() {
- return new n2(m({ extent: this.extent, mode: this.mode, originPosition: this.originPosition, tolerance: this.tolerance }));
- }
- };
- e([d({ type: M, json: { write: { overridePolicy() {
- return { enabled: this.mode === "view" };
- } } } })], m2.prototype, "extent", void 0), e([d({ type: ["view", "edit"], json: { write: true } })], m2.prototype, "mode", void 0), e([d({ type: String, json: { read: c.read, write: c.write } })], m2.prototype, "originPosition", void 0), e([d({ type: Number, json: { write: { overridePolicy() {
- return { enabled: this.mode === "view" };
- } } } })], m2.prototype, "tolerance", void 0), m2 = n2 = e([n("esri.rest.support.QuantizationParameters")], m2);
- var a = m2;
- export {
- a
- };
- //# sourceMappingURL=chunk-EWE6EXPY.js.map
|