1234567891011121314151617181920212223242526272829 |
- import {
- e
- } from "./chunk-U2XHEJM7.js";
- // node_modules/@arcgis/core/views/2d/tiling/TileCoverage.js
- var l = class {
- constructor() {
- this.spans = [];
- }
- acquire(o) {
- this.lodInfo = o;
- }
- release() {
- this.lodInfo = null, this.spans.length = 0;
- }
- forEach(o, l2) {
- const { spans: s, lodInfo: t } = this, { level: e2 } = t;
- if (0 !== s.length)
- for (const { row: r, colFrom: n, colTo: c } of s)
- for (let s2 = n; s2 <= c; s2++)
- o.call(l2, e2, r, t.normalizeCol(s2), t.getWorldForColumn(s2));
- }
- };
- l.pool = new e(l);
- export {
- l
- };
- //# sourceMappingURL=chunk-JQUWFKNU.js.map
|