earthsdk3 3.5.0-beta.15 → 3.5.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/earthsdk3.iife.js +23 -23
- package/dist/earthsdk3.js +404 -392
- package/dist/earthsdk3.umd.cjs +22 -22
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts +5 -3
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/xbsj-base/xr-utils/gif/gifuct-js/index.d.ts +0 -101
package/dist/earthsdk3.js
CHANGED
|
@@ -39,7 +39,7 @@ function ld(r) {
|
|
|
39
39
|
}
|
|
40
40
|
let Qa;
|
|
41
41
|
try {
|
|
42
|
-
const r = "earthsdk3", e = "3.5.0-beta.
|
|
42
|
+
const r = "earthsdk3", e = "3.5.0-beta.16", t = "2025-10-22T09:16:13.000Z", n = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "cdf0459633f31b3c6dce81ced3cf33b7abab0ce4", a = ((Date.now() - 1761124573e3) / 36e5).toFixed(1), u = `%c🌏 ${r}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
|
|
43
43
|
%c${i ? i + `
|
|
44
44
|
` : ""}当前网站正在使用${r},此软件版权归${n}所有
|
|
45
45
|
`;
|
|
@@ -53,7 +53,7 @@ try {
|
|
|
53
53
|
},
|
|
54
54
|
// @ts-ignore
|
|
55
55
|
get gituri() {
|
|
56
|
-
return GITURI_ && GITURI_.replace("${commitId}", "
|
|
56
|
+
return GITURI_ && GITURI_.replace("${commitId}", "cdf0459633f31b3c6dce81ced3cf33b7abab0ce4");
|
|
57
57
|
},
|
|
58
58
|
// @ts-ignore
|
|
59
59
|
get info() {
|
|
@@ -61,7 +61,7 @@ try {
|
|
|
61
61
|
},
|
|
62
62
|
// @ts-ignore
|
|
63
63
|
get date() {
|
|
64
|
-
return "2025-10-
|
|
64
|
+
return "2025-10-22T09:16:13.000Z";
|
|
65
65
|
},
|
|
66
66
|
// @ts-ignore
|
|
67
67
|
get author() {
|
|
@@ -69,7 +69,7 @@ try {
|
|
|
69
69
|
},
|
|
70
70
|
// @ts-ignore
|
|
71
71
|
get version() {
|
|
72
|
-
return "3.5.0-beta.
|
|
72
|
+
return "3.5.0-beta.16";
|
|
73
73
|
},
|
|
74
74
|
// @ts-ignore
|
|
75
75
|
get name() {
|
|
@@ -77,7 +77,7 @@ try {
|
|
|
77
77
|
},
|
|
78
78
|
// @ts-ignore
|
|
79
79
|
get commitId() {
|
|
80
|
-
return "
|
|
80
|
+
return "cdf0459633f31b3c6dce81ced3cf33b7abab0ce4";
|
|
81
81
|
},
|
|
82
82
|
/**
|
|
83
83
|
* 打印版权信息到控制台
|
|
@@ -786,7 +786,7 @@ let T = class extends V {
|
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
Cv(T);
|
|
789
|
-
function
|
|
789
|
+
function Ro(r, e) {
|
|
790
790
|
return e = e ?? new Xl(), e._reset(r, r._cid), e;
|
|
791
791
|
}
|
|
792
792
|
class VC {
|
|
@@ -825,13 +825,13 @@ class VC {
|
|
|
825
825
|
if (!e.valid)
|
|
826
826
|
throw new Error("handler is not valid!");
|
|
827
827
|
const o = this._pipe.insertBefore(e._listenerHandler, t, n, i);
|
|
828
|
-
return
|
|
828
|
+
return Ro(o, s);
|
|
829
829
|
}
|
|
830
830
|
insertAfter(e, t, n, i = !1, s) {
|
|
831
831
|
if (!e.valid)
|
|
832
832
|
throw new Error("handler is not valid!");
|
|
833
833
|
const o = this._pipe.insertAfter(e._listenerHandler, t, n, i);
|
|
834
|
-
return
|
|
834
|
+
return Ro(o, s);
|
|
835
835
|
}
|
|
836
836
|
remove(e) {
|
|
837
837
|
if (!e.valid)
|
|
@@ -843,7 +843,7 @@ class VC {
|
|
|
843
843
|
}
|
|
844
844
|
push(e, t, n = !1, i) {
|
|
845
845
|
const s = this._pipe.push(e, t, n);
|
|
846
|
-
return
|
|
846
|
+
return Ro(s, i);
|
|
847
847
|
}
|
|
848
848
|
pop() {
|
|
849
849
|
return this._pipe.pop();
|
|
@@ -853,17 +853,17 @@ class VC {
|
|
|
853
853
|
}
|
|
854
854
|
unshift(e, t, n = !1, i) {
|
|
855
855
|
const s = this._pipe.unshift(e, t, n);
|
|
856
|
-
return
|
|
856
|
+
return Ro(s, i);
|
|
857
857
|
}
|
|
858
858
|
getTail(e) {
|
|
859
859
|
const t = this._pipe.tail;
|
|
860
860
|
if (t)
|
|
861
|
-
return
|
|
861
|
+
return Ro(t, e);
|
|
862
862
|
}
|
|
863
863
|
getHead(e) {
|
|
864
864
|
const t = this._pipe.head;
|
|
865
865
|
if (t)
|
|
866
|
-
return
|
|
866
|
+
return Ro(t, e);
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
869
|
class en extends V {
|
|
@@ -960,7 +960,7 @@ function vh(r, e, t) {
|
|
|
960
960
|
}), s;
|
|
961
961
|
});
|
|
962
962
|
}
|
|
963
|
-
function
|
|
963
|
+
function Io(r, e, t) {
|
|
964
964
|
return k(r, (n, i) => n === void 0 || i === void 0 ? n === void 0 && i === void 0 : n.length !== i.length ? !1 : n.every((s, o) => e && e(s, i[o]) || s === i[o]), (n, i) => {
|
|
965
965
|
if (!n)
|
|
966
966
|
return;
|
|
@@ -1006,22 +1006,22 @@ function zC(r) {
|
|
|
1006
1006
|
return vh(r, (e, t) => e.every((n, i) => n === t[i]), (e) => [...e]);
|
|
1007
1007
|
}
|
|
1008
1008
|
function ag(r) {
|
|
1009
|
-
return
|
|
1009
|
+
return Io(r, (e, t) => e.every((n, i) => n === t[i]), (e) => [...e]);
|
|
1010
1010
|
}
|
|
1011
1011
|
function UC(r) {
|
|
1012
1012
|
return vh(r, (e, t) => JSON.stringify(e) === JSON.stringify(t), (e) => JSON.parse(JSON.stringify(e)));
|
|
1013
1013
|
}
|
|
1014
1014
|
function GC(r) {
|
|
1015
|
-
return
|
|
1015
|
+
return Io(r, (e, t) => JSON.stringify(e) === JSON.stringify(t), (e) => JSON.parse(JSON.stringify(e)));
|
|
1016
1016
|
}
|
|
1017
1017
|
function _h(r) {
|
|
1018
1018
|
return ag(r);
|
|
1019
1019
|
}
|
|
1020
1020
|
function Tv(r) {
|
|
1021
|
-
return
|
|
1021
|
+
return Io(r, (e, t) => e.length === t.length && e.every((n, i) => n.every((s, o) => s === t[i][o])), (e) => e.map((t) => [...t]));
|
|
1022
1022
|
}
|
|
1023
1023
|
function qC(r) {
|
|
1024
|
-
return
|
|
1024
|
+
return Io(r, (e, t) => e.length === t.length && e.every((n, i) => n.every((s, o) => s === t[i][o])), (e) => e.map((t) => [...t]));
|
|
1025
1025
|
}
|
|
1026
1026
|
function Gc(r) {
|
|
1027
1027
|
const e = r instanceof en ? [r, "value", "changed"] : [...r];
|
|
@@ -1166,7 +1166,7 @@ class Ov extends Jl {
|
|
|
1166
1166
|
function ZC(...r) {
|
|
1167
1167
|
return new Ov(...r);
|
|
1168
1168
|
}
|
|
1169
|
-
function
|
|
1169
|
+
function oo(r, e, t = { time: "don", immediate: !1 }) {
|
|
1170
1170
|
const n = new Eh(...Array.isArray(r) ? r : [r]), i = n[t.time ?? "don"](e);
|
|
1171
1171
|
return (t.immediate ?? !1) && e(), () => {
|
|
1172
1172
|
i(), n.destroy();
|
|
@@ -1321,7 +1321,7 @@ function KC(r, e, t) {
|
|
|
1321
1321
|
}
|
|
1322
1322
|
s[i] = t;
|
|
1323
1323
|
}
|
|
1324
|
-
function*
|
|
1324
|
+
function* Lo(r, e) {
|
|
1325
1325
|
const t = Zl(r);
|
|
1326
1326
|
for (; ; ) {
|
|
1327
1327
|
const { done: n, value: i } = t.next();
|
|
@@ -2513,7 +2513,7 @@ class dS extends vd {
|
|
|
2513
2513
|
}
|
|
2514
2514
|
class vi extends Error {
|
|
2515
2515
|
}
|
|
2516
|
-
function
|
|
2516
|
+
function Po(r, e) {
|
|
2517
2517
|
dr(r, "_promise_cancel") && console.warn("setPromiseCancel warn: promise has cancelFunc!"), Xi(r, "_promise_cancel", e);
|
|
2518
2518
|
}
|
|
2519
2519
|
function au(r) {
|
|
@@ -2528,14 +2528,14 @@ function Eg(r, e) {
|
|
|
2528
2528
|
}
|
|
2529
2529
|
function Cg(r) {
|
|
2530
2530
|
const [e, t] = r;
|
|
2531
|
-
return
|
|
2531
|
+
return Po(t, e), t;
|
|
2532
2532
|
}
|
|
2533
2533
|
function vu(r) {
|
|
2534
2534
|
let e;
|
|
2535
2535
|
const t = new Promise((n, i) => {
|
|
2536
2536
|
e = i, r.then(n).catch(i);
|
|
2537
2537
|
});
|
|
2538
|
-
return
|
|
2538
|
+
return Po(t, e), t;
|
|
2539
2539
|
}
|
|
2540
2540
|
function fS(r) {
|
|
2541
2541
|
let e, t;
|
|
@@ -2775,7 +2775,7 @@ class Xe extends V {
|
|
|
2775
2775
|
function tc(r) {
|
|
2776
2776
|
return (e, ...t) => {
|
|
2777
2777
|
const n = new Sg(), { completeFunc: i, errorFunc: s } = e, o = r(n, ...t).then(i).catch(s).finally(() => n.destroy());
|
|
2778
|
-
return
|
|
2778
|
+
return Po(o, n.cancel.bind(n)), (a) => Eg(o, a);
|
|
2779
2779
|
};
|
|
2780
2780
|
}
|
|
2781
2781
|
class gS extends Xe {
|
|
@@ -2837,11 +2837,11 @@ function vS(r) {
|
|
|
2837
2837
|
r(), i();
|
|
2838
2838
|
};
|
|
2839
2839
|
});
|
|
2840
|
-
return
|
|
2840
|
+
return Po(t, e), t;
|
|
2841
2841
|
}
|
|
2842
2842
|
function _S(r, ...e) {
|
|
2843
2843
|
const t = new Sg(), n = r(t, ...e).finally(() => t.destroy());
|
|
2844
|
-
return
|
|
2844
|
+
return Po(n, t.cancel.bind(t)), n;
|
|
2845
2845
|
}
|
|
2846
2846
|
function Ir(r) {
|
|
2847
2847
|
return new Xe(tc(r));
|
|
@@ -2902,7 +2902,7 @@ function xg(r, ...e) {
|
|
|
2902
2902
|
);
|
|
2903
2903
|
}).catch((l) => {
|
|
2904
2904
|
throw o ? (l instanceof Error && l.code !== 20 && console.error("error.code !== 20"), console.log("fetching cancelled!"), new vi(`fetching cancelled! error: ${l}`)) : (l instanceof Error && l.code === 20 && console.error("error.code === 20"), l);
|
|
2905
|
-
})),
|
|
2905
|
+
})), Po(u, a), u;
|
|
2906
2906
|
}
|
|
2907
2907
|
function wS(r, ...e) {
|
|
2908
2908
|
return xg(r, ...e);
|
|
@@ -3007,7 +3007,7 @@ function nc(r, ...e) {
|
|
|
3007
3007
|
t = void 0, o(e);
|
|
3008
3008
|
}, r);
|
|
3009
3009
|
});
|
|
3010
|
-
return
|
|
3010
|
+
return Po(i, (o) => {
|
|
3011
3011
|
t && (clearTimeout(t), t = void 0), n && n(o ?? new vi("sleep cancel error!"));
|
|
3012
3012
|
}), i;
|
|
3013
3013
|
}
|
|
@@ -3017,7 +3017,7 @@ function NS() {
|
|
|
3017
3017
|
function OS(r, ...e) {
|
|
3018
3018
|
return bg(nc, r, ...e);
|
|
3019
3019
|
}
|
|
3020
|
-
function
|
|
3020
|
+
function Vo(r, e, ...t) {
|
|
3021
3021
|
return r.promise(Cg(Pg(Ir(async (n, ...i) => (r.disposer.dispose(() => {
|
|
3022
3022
|
n.isDestroyed() || n.cancel();
|
|
3023
3023
|
}), await e(n, ...i))), ...t)));
|
|
@@ -3290,10 +3290,10 @@ class Tg extends V {
|
|
|
3290
3290
|
d(this, "_enabled", this.disposeVar(k(!0)));
|
|
3291
3291
|
const t = this.disposeVar(Ir(async (i) => {
|
|
3292
3292
|
do {
|
|
3293
|
-
const s = await
|
|
3293
|
+
const s = await Vo(i, (u) => new Promise((l, c) => {
|
|
3294
3294
|
u.disposer.dispose(c), u.disposer.dispose(he.on(this._pointerdownEvent, l));
|
|
3295
3295
|
})), o = Cn(s);
|
|
3296
|
-
if (this.debugging && console.log(`鼠标按下 ${o.toString()}`), !await
|
|
3296
|
+
if (this.debugging && console.log(`鼠标按下 ${o.toString()}`), !await Vo(i, (u) => new Promise((l, c) => {
|
|
3297
3297
|
u.disposer.dispose(c);
|
|
3298
3298
|
const h = setTimeout(() => l(!0), this.nativeClickDelayTime);
|
|
3299
3299
|
u.disposer.dispose(() => clearTimeout(h)), u.disposer.dispose(he.on(this._pointermoveEvent, (f) => {
|
|
@@ -3304,7 +3304,7 @@ class Tg extends V {
|
|
|
3304
3304
|
this.debugging && console.log("取消1");
|
|
3305
3305
|
continue;
|
|
3306
3306
|
}
|
|
3307
|
-
const a = await
|
|
3307
|
+
const a = await Vo(i, (u) => new Promise((l, c) => {
|
|
3308
3308
|
u.disposer.dispose(c);
|
|
3309
3309
|
const h = setTimeout(() => l("timeout"), this.dbClickDelayTime);
|
|
3310
3310
|
u.disposer.dispose(() => clearTimeout(h)), u.disposer.dispose(he.on(this._pointermoveEvent, (f) => {
|
|
@@ -3316,7 +3316,7 @@ class Tg extends V {
|
|
|
3316
3316
|
this.debugging && console.log(`触发单击事件!取消双击监听!error: ${a}`), this._clickEvent.emit(s);
|
|
3317
3317
|
continue;
|
|
3318
3318
|
}
|
|
3319
|
-
if (!await
|
|
3319
|
+
if (!await Vo(i, (u) => new Promise((l, c) => {
|
|
3320
3320
|
u.disposer.dispose(c);
|
|
3321
3321
|
const h = setTimeout(() => l(!1), this.nativeClickDelayTime);
|
|
3322
3322
|
u.disposer.dispose(() => clearTimeout(h)), u.disposer.dispose(he.on(this._pointermoveEvent, (f) => {
|
|
@@ -3657,7 +3657,7 @@ class Ng extends Wv {
|
|
|
3657
3657
|
return this._winPosAndDepthChanged || (this._winPosAndDepthChanged = new T()), this._winPosAndDepthChanged;
|
|
3658
3658
|
}
|
|
3659
3659
|
}
|
|
3660
|
-
function
|
|
3660
|
+
function ko(r, e, t, n) {
|
|
3661
3661
|
const [i, s] = r, [o, a, u, l] = n, c = e[0] * t[0], h = e[1] * t[1], f = i - (c * o + u), p = s - (h * a + l);
|
|
3662
3662
|
return {
|
|
3663
3663
|
left: f,
|
|
@@ -3666,7 +3666,7 @@ function Fo(r, e, t, n) {
|
|
|
3666
3666
|
bottom: p + h
|
|
3667
3667
|
};
|
|
3668
3668
|
}
|
|
3669
|
-
function
|
|
3669
|
+
function Ao(r, e, t, n, i) {
|
|
3670
3670
|
r.beginPath(), r.moveTo(e, t), r.lineTo(e - n * 0.5, t - n * 0.5), r.arc(e, t - n, n * 0.7071067811865475, Math.PI * 0.75, Math.PI * 0.25), r.lineTo(e, t), r.fillStyle = i, r.fill();
|
|
3671
3671
|
}
|
|
3672
3672
|
function Hv(r, e, t, n, i, s) {
|
|
@@ -3697,7 +3697,7 @@ function Jv(r, e) {
|
|
|
3697
3697
|
}
|
|
3698
3698
|
function yd(r, e, t, n = [0.5, 1, 0, 0], i, s = "12px Arial", o = 2, a = "#FFF", u = "#000A") {
|
|
3699
3699
|
r.font = s;
|
|
3700
|
-
const l = r.measureText(i), c = l.actualBoundingBoxLeft + l.actualBoundingBoxRight, h = l.fontBoundingBoxAscent + l.fontBoundingBoxDescent, f = e, p = t, m = c + o * 2, E = h + o * 2, { left: C, top: b, bottom: v } =
|
|
3700
|
+
const l = r.measureText(i), c = l.actualBoundingBoxLeft + l.actualBoundingBoxRight, h = l.fontBoundingBoxAscent + l.fontBoundingBoxDescent, f = e, p = t, m = c + o * 2, E = h + o * 2, { left: C, top: b, bottom: v } = ko([f, p], [m, E], [1, 1], n);
|
|
3701
3701
|
r.fillStyle = u, Hv(r, C, b, m, E, o), r.fill(), r.fillStyle = a, r.fillText(i, C + o, v - o - l.fontBoundingBoxDescent);
|
|
3702
3702
|
}
|
|
3703
3703
|
function tl(r) {
|
|
@@ -3808,18 +3808,18 @@ class FS extends Ng {
|
|
|
3808
3808
|
draw(t) {
|
|
3809
3809
|
if (!this._show)
|
|
3810
3810
|
return;
|
|
3811
|
-
const [n, i] = this._winPos, s = this._size[0] * this.__scale[0], o = this._size[1] * this.__scale[1], { left: a, top: u } =
|
|
3811
|
+
const [n, i] = this._winPos, s = this._size[0] * this.__scale[0], o = this._size[1] * this.__scale[1], { left: a, top: u } = ko([n, i], this._size, this.__scale, this._originRatioAndOffset), l = t.globalAlpha;
|
|
3812
3812
|
if (t.globalAlpha = this.opacity, this._image) {
|
|
3813
3813
|
if (this.selected) {
|
|
3814
|
-
const c = Sc(this._image, [1, 0, 0]), { left: h, top: f } =
|
|
3814
|
+
const c = Sc(this._image, [1, 0, 0]), { left: h, top: f } = ko([n, i + 3], [s + 6, o + 6], [1, 1], this._originRatioAndOffset);
|
|
3815
3815
|
t.drawImage(c, h, f, s + 6, o + 6);
|
|
3816
3816
|
}
|
|
3817
3817
|
if (this.actived) {
|
|
3818
|
-
const [c, h, f, p] = this._fgColor, m = Sc(this._image, [c, h, f]), { left: E, top: C } =
|
|
3818
|
+
const [c, h, f, p] = this._fgColor, m = Sc(this._image, [c, h, f]), { left: E, top: C } = ko([n, i + 4], [s + 8, o + 8], [1, 1], this._originRatioAndOffset);
|
|
3819
3819
|
t.drawImage(m, E, C, s + 8, o + 8);
|
|
3820
3820
|
}
|
|
3821
3821
|
if (this.hovered) {
|
|
3822
|
-
const [c, h, f, p] = this._bgColor, m = Sc(this._image, [c, h, f]), { left: E, top: C } =
|
|
3822
|
+
const [c, h, f, p] = this._bgColor, m = Sc(this._image, [c, h, f]), { left: E, top: C } = ko([n, i + 2], [s + 4, o + 4], [1, 1], this._originRatioAndOffset);
|
|
3823
3823
|
t.drawImage(m, E, C, s + 4, o + 4);
|
|
3824
3824
|
}
|
|
3825
3825
|
t.drawImage(this._image, a, u, s, o);
|
|
@@ -3833,7 +3833,7 @@ class FS extends Ng {
|
|
|
3833
3833
|
drawForPick(t, n) {
|
|
3834
3834
|
if (!this._show)
|
|
3835
3835
|
return;
|
|
3836
|
-
const [i, s] = this._winPos, o = n("default"), a = this._size[0] * this.__scale[0], u = this._size[1] * this.__scale[1], { left: l, top: c } =
|
|
3836
|
+
const [i, s] = this._winPos, o = n("default"), a = this._size[0] * this.__scale[0], u = this._size[1] * this.__scale[1], { left: l, top: c } = ko([i, s], this._size, this.__scale, this._originRatioAndOffset);
|
|
3837
3837
|
t.fillStyle = o, t.fillRect(l, c, a, u);
|
|
3838
3838
|
}
|
|
3839
3839
|
}
|
|
@@ -3930,7 +3930,7 @@ class kS extends Ng {
|
|
|
3930
3930
|
const [n, i] = this._winPos, s = t.globalAlpha;
|
|
3931
3931
|
t.globalAlpha = this.opacity;
|
|
3932
3932
|
const o = this._width * this._scale;
|
|
3933
|
-
this.selected &&
|
|
3933
|
+
this.selected && Ao(t, n, i + 3, o + 3, "#F00"), this.actived && this._clickEvent && !this._clickEvent.empty && Ao(t, n, i + 5, o + 5, "#FFF"), this.hovered ? Ao(t, n, i + 3, o + 3, "#000A") : Ao(t, n, i + 1, o + 1, "#000A"), Ao(t, n, i, o, this._fillStyle);
|
|
3934
3934
|
const a = this._scale > 1.2 ? "bold 14px Arial" : "bold 10px Arial";
|
|
3935
3935
|
Xv(t, n, i - o, this._text, a, "#000"), t.globalAlpha = s;
|
|
3936
3936
|
}
|
|
@@ -3944,7 +3944,7 @@ class kS extends Ng {
|
|
|
3944
3944
|
if (!this._show)
|
|
3945
3945
|
return;
|
|
3946
3946
|
const [i, s] = this._winPos, o = this._width * this._scale, a = n("default");
|
|
3947
|
-
|
|
3947
|
+
Ao(t, i, s, o, a);
|
|
3948
3948
|
}
|
|
3949
3949
|
}
|
|
3950
3950
|
const Og = new ArrayBuffer(4), Dg = new Uint32Array(Og), io = new Uint8Array(Og);
|
|
@@ -6848,8 +6848,8 @@ const Hl = class Hl extends V {
|
|
|
6848
6848
|
}
|
|
6849
6849
|
};
|
|
6850
6850
|
d(Hl, "_accumId", -1);
|
|
6851
|
-
let
|
|
6852
|
-
class kg extends
|
|
6851
|
+
let ao = Hl;
|
|
6852
|
+
class kg extends ao {
|
|
6853
6853
|
constructor(e, t, n, i, s) {
|
|
6854
6854
|
super(e, t), this._withUndefined = n, this._readonly = i, this._defaultValue = s;
|
|
6855
6855
|
}
|
|
@@ -7052,7 +7052,7 @@ class db extends Tt {
|
|
|
7052
7052
|
return this._enums;
|
|
7053
7053
|
}
|
|
7054
7054
|
}
|
|
7055
|
-
class
|
|
7055
|
+
class uo extends Tt {
|
|
7056
7056
|
constructor(e, t, n, i, s, o, a) {
|
|
7057
7057
|
super(e, t, n, s, o, a), this._sampleValue = i;
|
|
7058
7058
|
}
|
|
@@ -7074,7 +7074,7 @@ class q_ extends Tt {
|
|
|
7074
7074
|
return this._paramTypes;
|
|
7075
7075
|
}
|
|
7076
7076
|
}
|
|
7077
|
-
class lt extends
|
|
7077
|
+
class lt extends ao {
|
|
7078
7078
|
constructor(t, n, i, s, o) {
|
|
7079
7079
|
const a = s ?? "Unnamed Function";
|
|
7080
7080
|
super(a, o ?? a);
|
|
@@ -7096,7 +7096,7 @@ class lt extends oo {
|
|
|
7096
7096
|
return "FunctionProperty";
|
|
7097
7097
|
}
|
|
7098
7098
|
}
|
|
7099
|
-
class at extends
|
|
7099
|
+
class at extends ao {
|
|
7100
7100
|
constructor(e, t, n) {
|
|
7101
7101
|
const i = t ?? "分组";
|
|
7102
7102
|
super(i, n ?? i), this._children = e;
|
|
@@ -7192,7 +7192,7 @@ function H_(r, e) {
|
|
|
7192
7192
|
Math.abs(c * h - f) < 1e-3 || n(c * h);
|
|
7193
7193
|
})), u;
|
|
7194
7194
|
}
|
|
7195
|
-
class Oh extends
|
|
7195
|
+
class Oh extends ao {
|
|
7196
7196
|
constructor(t, n, i, s, o, a) {
|
|
7197
7197
|
super(s ?? "播放器", a ?? "播放器");
|
|
7198
7198
|
d(this, "_defaults", { playing: !1, ratio: 0, loop: !1 });
|
|
@@ -7240,7 +7240,7 @@ class ic extends mt {
|
|
|
7240
7240
|
return "UriProperty";
|
|
7241
7241
|
}
|
|
7242
7242
|
}
|
|
7243
|
-
class Y_ extends
|
|
7243
|
+
class Y_ extends ao {
|
|
7244
7244
|
constructor(t, n, i, s, o, a) {
|
|
7245
7245
|
const u = s ?? "视角播放器";
|
|
7246
7246
|
super(u, a ?? u);
|
|
@@ -7268,7 +7268,7 @@ class J_ extends Tt {
|
|
|
7268
7268
|
return "DatesProperty";
|
|
7269
7269
|
}
|
|
7270
7270
|
}
|
|
7271
|
-
class
|
|
7271
|
+
class va extends Tt {
|
|
7272
7272
|
get type() {
|
|
7273
7273
|
return "DateProperty";
|
|
7274
7274
|
}
|
|
@@ -8193,7 +8193,7 @@ let Ei = Ye;
|
|
|
8193
8193
|
/**是否播放,默认是false */
|
|
8194
8194
|
playing: !1,
|
|
8195
8195
|
/**播放通道,是一个数组,包含子播放器的 ID、起始时间戳和时间 */
|
|
8196
|
-
channels:
|
|
8196
|
+
channels: Io(void 0, (e, t) => e == null ? void 0 : e.every((n, i) => n === t[i]), (e) => [...e])
|
|
8197
8197
|
});
|
|
8198
8198
|
})(Ei || (Ei = {}));
|
|
8199
8199
|
ks(Ei.prototype, Ei.createDefaultProps);
|
|
@@ -8524,7 +8524,7 @@ function Sn(r) {
|
|
|
8524
8524
|
return r;
|
|
8525
8525
|
throw new Error("coord must be GeoJSON Point or an Array of numbers");
|
|
8526
8526
|
}
|
|
8527
|
-
function
|
|
8527
|
+
function lo(r) {
|
|
8528
8528
|
if (Array.isArray(r))
|
|
8529
8529
|
return r;
|
|
8530
8530
|
if (r.type === "Feature") {
|
|
@@ -9425,10 +9425,10 @@ function Ly(r, e) {
|
|
|
9425
9425
|
if (n !== null) {
|
|
9426
9426
|
switch (n.type) {
|
|
9427
9427
|
case "Polygon":
|
|
9428
|
-
t =
|
|
9428
|
+
t = lo(n);
|
|
9429
9429
|
break;
|
|
9430
9430
|
case "LineString":
|
|
9431
|
-
t = [
|
|
9431
|
+
t = [lo(n)];
|
|
9432
9432
|
}
|
|
9433
9433
|
t.forEach(function(i) {
|
|
9434
9434
|
var s = Ay(i, r.properties);
|
|
@@ -10262,14 +10262,14 @@ function Qg(r, e) {
|
|
|
10262
10262
|
bl(s.search(o), function(a) {
|
|
10263
10263
|
var u = qd(o, a);
|
|
10264
10264
|
if (u) {
|
|
10265
|
-
var l =
|
|
10265
|
+
var l = lo(u).join(",");
|
|
10266
10266
|
t[l] || (t[l] = !0, n.push(u));
|
|
10267
10267
|
}
|
|
10268
10268
|
});
|
|
10269
10269
|
}), ya(n);
|
|
10270
10270
|
}
|
|
10271
10271
|
function qd(r, e) {
|
|
10272
|
-
var t =
|
|
10272
|
+
var t = lo(r), n = lo(e);
|
|
10273
10273
|
if (t.length !== 2)
|
|
10274
10274
|
throw new Error("<intersects> line1 must only contain 2 coordinates");
|
|
10275
10275
|
if (n.length !== 2)
|
|
@@ -10301,7 +10301,7 @@ function Uy(r, e, t) {
|
|
|
10301
10301
|
dist: 1 / 0
|
|
10302
10302
|
}), i = 0;
|
|
10303
10303
|
return Ah(r, function(s) {
|
|
10304
|
-
for (var o =
|
|
10304
|
+
for (var o = lo(s), a = 0; a < o.length - 1; a++) {
|
|
10305
10305
|
var u = Yt(o[a]);
|
|
10306
10306
|
u.properties.dist = zi(e, u, t);
|
|
10307
10307
|
var l = Yt(o[a + 1]);
|
|
@@ -10446,7 +10446,7 @@ function Zy(r, e) {
|
|
|
10446
10446
|
}
|
|
10447
10447
|
function Ji(r, e, t) {
|
|
10448
10448
|
t === void 0 && (t = {});
|
|
10449
|
-
for (var n = Sn(r), i =
|
|
10449
|
+
for (var n = Sn(r), i = lo(e), s = 0; s < i.length - 1; s++) {
|
|
10450
10450
|
var o = !1;
|
|
10451
10451
|
if (t.ignoreEndVertices && (s === 0 && (o = "start"), s === i.length - 2 && (o = "end"), s === 0 && s + 1 === i.length - 1 && (o = "both")), Ky(i[s], i[s + 1], n, o, typeof t.epsilon > "u" ? null : t.epsilon))
|
|
10452
10452
|
return !0;
|
|
@@ -10765,15 +10765,15 @@ Number.isNaN = Number.isNaN || function(r) {
|
|
|
10765
10765
|
Math.trunc = Math.trunc || function(r) {
|
|
10766
10766
|
return r < 0 ? Math.ceil(r) : Math.floor(r);
|
|
10767
10767
|
};
|
|
10768
|
-
var
|
|
10768
|
+
var co = function() {
|
|
10769
10769
|
};
|
|
10770
|
-
|
|
10770
|
+
co.prototype.interfaces_ = function() {
|
|
10771
10771
|
return [];
|
|
10772
10772
|
};
|
|
10773
|
-
|
|
10774
|
-
return
|
|
10773
|
+
co.prototype.getClass = function() {
|
|
10774
|
+
return co;
|
|
10775
10775
|
};
|
|
10776
|
-
|
|
10776
|
+
co.prototype.equalsWithTolerance = function(e, t, n) {
|
|
10777
10777
|
return Math.abs(e - t) <= n;
|
|
10778
10778
|
};
|
|
10779
10779
|
var Ht = function(r) {
|
|
@@ -10812,7 +10812,7 @@ var D = function r() {
|
|
|
10812
10812
|
var e = arguments[0];
|
|
10813
10813
|
this.x = e.x, this.y = e.y, this.z = e.z;
|
|
10814
10814
|
} else arguments.length === 2 ? (this.x = arguments[0], this.y = arguments[1], this.z = r.NULL_ORDINATE) : arguments.length === 3 && (this.x = arguments[0], this.y = arguments[1], this.z = arguments[2]);
|
|
10815
|
-
},
|
|
10815
|
+
}, To = { DimensionalComparator: { configurable: !0 }, serialVersionUID: { configurable: !0 }, NULL_ORDINATE: { configurable: !0 }, X: { configurable: !0 }, Y: { configurable: !0 }, Z: { configurable: !0 } };
|
|
10816
10816
|
D.prototype.setOrdinate = function(e, t) {
|
|
10817
10817
|
switch (e) {
|
|
10818
10818
|
case D.X:
|
|
@@ -10834,7 +10834,7 @@ D.prototype.equals2D = function() {
|
|
|
10834
10834
|
return !(this.x !== e.x || this.y !== e.y);
|
|
10835
10835
|
} else if (arguments.length === 2) {
|
|
10836
10836
|
var t = arguments[0], n = arguments[1];
|
|
10837
|
-
return !(!
|
|
10837
|
+
return !(!co.equalsWithTolerance(this.x, t.x, n) || !co.equalsWithTolerance(this.y, t.y, n));
|
|
10838
10838
|
}
|
|
10839
10839
|
};
|
|
10840
10840
|
D.prototype.getOrdinate = function(e) {
|
|
@@ -10855,7 +10855,7 @@ D.prototype.equals = function(e) {
|
|
|
10855
10855
|
return e instanceof D ? this.equals2D(e) : !1;
|
|
10856
10856
|
};
|
|
10857
10857
|
D.prototype.equalInZ = function(e, t) {
|
|
10858
|
-
return
|
|
10858
|
+
return co.equalsWithTolerance(this.z, e.z, t);
|
|
10859
10859
|
};
|
|
10860
10860
|
D.prototype.compareTo = function(e) {
|
|
10861
10861
|
var t = e;
|
|
@@ -10896,25 +10896,25 @@ D.hashCode = function() {
|
|
|
10896
10896
|
return Math.trunc((t ^ t) >>> 32);
|
|
10897
10897
|
}
|
|
10898
10898
|
};
|
|
10899
|
-
|
|
10899
|
+
To.DimensionalComparator.get = function() {
|
|
10900
10900
|
return Gi;
|
|
10901
10901
|
};
|
|
10902
|
-
|
|
10902
|
+
To.serialVersionUID.get = function() {
|
|
10903
10903
|
return 6683108902428367e3;
|
|
10904
10904
|
};
|
|
10905
|
-
|
|
10905
|
+
To.NULL_ORDINATE.get = function() {
|
|
10906
10906
|
return ct.NaN;
|
|
10907
10907
|
};
|
|
10908
|
-
|
|
10908
|
+
To.X.get = function() {
|
|
10909
10909
|
return 0;
|
|
10910
10910
|
};
|
|
10911
|
-
|
|
10911
|
+
To.Y.get = function() {
|
|
10912
10912
|
return 1;
|
|
10913
10913
|
};
|
|
10914
|
-
|
|
10914
|
+
To.Z.get = function() {
|
|
10915
10915
|
return 2;
|
|
10916
10916
|
};
|
|
10917
|
-
Object.defineProperties(D,
|
|
10917
|
+
Object.defineProperties(D, To);
|
|
10918
10918
|
var Gi = function(e) {
|
|
10919
10919
|
if (this._dimensionsToTest = 2, arguments.length !== 0) {
|
|
10920
10920
|
if (arguments.length === 1) {
|
|
@@ -11869,7 +11869,7 @@ uc.prototype.read = function(e) {
|
|
|
11869
11869
|
var t, n, i;
|
|
11870
11870
|
e = e.replace(/[\n\r]/g, " ");
|
|
11871
11871
|
var s = er.typeStr.exec(e);
|
|
11872
|
-
if (e.search("EMPTY") !== -1 && (s = er.emptyTypeStr.exec(e), s[2] = void 0), s && (n = s[1].toLowerCase(), i = s[2],
|
|
11872
|
+
if (e.search("EMPTY") !== -1 && (s = er.emptyTypeStr.exec(e), s[2] = void 0), s && (n = s[1].toLowerCase(), i = s[2], Bo[n] && (t = Bo[n].apply(this, [i]))), t === void 0)
|
|
11873
11873
|
throw new Error("Could not parse WKT " + e);
|
|
11874
11874
|
return t;
|
|
11875
11875
|
};
|
|
@@ -11974,7 +11974,7 @@ var si = {
|
|
|
11974
11974
|
n.push(t.extractGeometry(e._geometries[i]));
|
|
11975
11975
|
return n.join(",");
|
|
11976
11976
|
}
|
|
11977
|
-
},
|
|
11977
|
+
}, Bo = {
|
|
11978
11978
|
/**
|
|
11979
11979
|
* Return point geometry given a point WKT fragment.
|
|
11980
11980
|
*
|
|
@@ -12003,7 +12003,7 @@ var si = {
|
|
|
12003
12003
|
if (e === void 0)
|
|
12004
12004
|
return this.geometryFactory.createMultiPoint();
|
|
12005
12005
|
for (var n, i = e.trim().split(","), s = [], o = 0, a = i.length; o < a; ++o)
|
|
12006
|
-
n = i[o].replace(er.trimParens, "$1"), s.push(
|
|
12006
|
+
n = i[o].replace(er.trimParens, "$1"), s.push(Bo.point.apply(t, [n]));
|
|
12007
12007
|
return this.geometryFactory.createMultiPoint(s);
|
|
12008
12008
|
},
|
|
12009
12009
|
/**
|
|
@@ -12046,7 +12046,7 @@ var si = {
|
|
|
12046
12046
|
if (e === void 0)
|
|
12047
12047
|
return this.geometryFactory.createMultiLineString();
|
|
12048
12048
|
for (var n, i = e.trim().split(er.parenComma), s = [], o = 0, a = i.length; o < a; ++o)
|
|
12049
|
-
n = i[o].replace(er.trimParens, "$1"), s.push(
|
|
12049
|
+
n = i[o].replace(er.trimParens, "$1"), s.push(Bo.linestring.apply(t, [n]));
|
|
12050
12050
|
return this.geometryFactory.createMultiLineString(s);
|
|
12051
12051
|
},
|
|
12052
12052
|
/**
|
|
@@ -12061,7 +12061,7 @@ var si = {
|
|
|
12061
12061
|
if (e === void 0)
|
|
12062
12062
|
return this.geometryFactory.createPolygon();
|
|
12063
12063
|
for (var n, i, s, o = e.trim().split(er.parenComma), a, u = [], l = 0, c = o.length; l < c; ++l)
|
|
12064
|
-
n = o[l].replace(er.trimParens, "$1"), i =
|
|
12064
|
+
n = o[l].replace(er.trimParens, "$1"), i = Bo.linestring.apply(t, [n]), s = t.geometryFactory.createLinearRing(i._points), l === 0 ? a = s : u.push(s);
|
|
12065
12065
|
return this.geometryFactory.createPolygon(a, u);
|
|
12066
12066
|
},
|
|
12067
12067
|
/**
|
|
@@ -12076,7 +12076,7 @@ var si = {
|
|
|
12076
12076
|
if (e === void 0)
|
|
12077
12077
|
return this.geometryFactory.createMultiPolygon();
|
|
12078
12078
|
for (var n, i = e.trim().split(er.doubleParenComma), s = [], o = 0, a = i.length; o < a; ++o)
|
|
12079
|
-
n = i[o].replace(er.trimParens, "$1"), s.push(
|
|
12079
|
+
n = i[o].replace(er.trimParens, "$1"), s.push(Bo.polygon.apply(t, [n]));
|
|
12080
12080
|
return this.geometryFactory.createMultiPolygon(s);
|
|
12081
12081
|
},
|
|
12082
12082
|
/**
|
|
@@ -12159,7 +12159,7 @@ var Jt = function() {
|
|
|
12159
12159
|
this._result = null, this._inputLines = Array(2).fill().map(function() {
|
|
12160
12160
|
return Array(2);
|
|
12161
12161
|
}), this._intPt = new Array(2).fill(null), this._intLineIndex = null, this._isProper = null, this._pa = null, this._pb = null, this._precisionModel = null, this._intPt[0] = new D(), this._intPt[1] = new D(), this._pa = this._intPt[0], this._pb = this._intPt[1], this._result = 0;
|
|
12162
|
-
},
|
|
12162
|
+
}, No = { DONT_INTERSECT: { configurable: !0 }, DO_INTERSECT: { configurable: !0 }, COLLINEAR: { configurable: !0 }, NO_INTERSECTION: { configurable: !0 }, POINT_INTERSECTION: { configurable: !0 }, COLLINEAR_INTERSECTION: { configurable: !0 } };
|
|
12163
12163
|
Jt.prototype.getIndexAlongSegment = function(e, t) {
|
|
12164
12164
|
return this.computeIntLineIndex(), this._intLineIndex[e][t];
|
|
12165
12165
|
};
|
|
@@ -12253,25 +12253,25 @@ Jt.nonRobustComputeEdgeDistance = function(e, t, n) {
|
|
|
12253
12253
|
var i = e.x - t.x, s = e.y - t.y, o = Math.sqrt(i * i + s * s);
|
|
12254
12254
|
return vt.isTrue(!(o === 0 && !e.equals(t)), "Invalid distance calculation"), o;
|
|
12255
12255
|
};
|
|
12256
|
-
|
|
12256
|
+
No.DONT_INTERSECT.get = function() {
|
|
12257
12257
|
return 0;
|
|
12258
12258
|
};
|
|
12259
|
-
|
|
12259
|
+
No.DO_INTERSECT.get = function() {
|
|
12260
12260
|
return 1;
|
|
12261
12261
|
};
|
|
12262
|
-
|
|
12262
|
+
No.COLLINEAR.get = function() {
|
|
12263
12263
|
return 2;
|
|
12264
12264
|
};
|
|
12265
|
-
|
|
12265
|
+
No.NO_INTERSECTION.get = function() {
|
|
12266
12266
|
return 0;
|
|
12267
12267
|
};
|
|
12268
|
-
|
|
12268
|
+
No.POINT_INTERSECTION.get = function() {
|
|
12269
12269
|
return 1;
|
|
12270
12270
|
};
|
|
12271
|
-
|
|
12271
|
+
No.COLLINEAR_INTERSECTION.get = function() {
|
|
12272
12272
|
return 2;
|
|
12273
12273
|
};
|
|
12274
|
-
Object.defineProperties(Jt,
|
|
12274
|
+
Object.defineProperties(Jt, No);
|
|
12275
12275
|
var Vs = function(r) {
|
|
12276
12276
|
function e() {
|
|
12277
12277
|
r.apply(this, arguments);
|
|
@@ -12340,19 +12340,19 @@ var Vs = function(r) {
|
|
|
12340
12340
|
var a = n, u = W.distancePointLine(n, s, o), l = W.distancePointLine(i, s, o);
|
|
12341
12341
|
return l < u && (u = l, a = i), l = W.distancePointLine(s, n, i), l < u && (u = l, a = s), l = W.distancePointLine(o, n, i), l < u && (u = l, a = o), a;
|
|
12342
12342
|
}, e;
|
|
12343
|
-
}(Jt),
|
|
12343
|
+
}(Jt), ho = function() {
|
|
12344
12344
|
};
|
|
12345
|
-
|
|
12345
|
+
ho.prototype.interfaces_ = function() {
|
|
12346
12346
|
return [];
|
|
12347
12347
|
};
|
|
12348
|
-
|
|
12349
|
-
return
|
|
12348
|
+
ho.prototype.getClass = function() {
|
|
12349
|
+
return ho;
|
|
12350
12350
|
};
|
|
12351
|
-
|
|
12351
|
+
ho.orientationIndex = function(e, t, n) {
|
|
12352
12352
|
var i = t.x - e.x, s = t.y - e.y, o = n.x - t.x, a = n.y - t.y;
|
|
12353
|
-
return
|
|
12353
|
+
return ho.signOfDet2x2(i, s, o, a);
|
|
12354
12354
|
};
|
|
12355
|
-
|
|
12355
|
+
ho.signOfDet2x2 = function(e, t, n, i) {
|
|
12356
12356
|
var s = null, o = null, a = null;
|
|
12357
12357
|
if (s = 1, e === 0 || i === 0)
|
|
12358
12358
|
return t === 0 || n === 0 ? 0 : t > 0 ? n > 0 ? -s : s : n > 0 ? s : -s;
|
|
@@ -12419,7 +12419,7 @@ fr.prototype.countSegment = function(e, t) {
|
|
|
12419
12419
|
return n > i && (n = t.x, i = e.x), this._p.x >= n && this._p.x <= i && (this._isPointOnSegment = !0), null;
|
|
12420
12420
|
}
|
|
12421
12421
|
if (e.y > this._p.y && t.y <= this._p.y || t.y > this._p.y && e.y <= this._p.y) {
|
|
12422
|
-
var s = e.x - this._p.x, o = e.y - this._p.y, a = t.x - this._p.x, u = t.y - this._p.y, l =
|
|
12422
|
+
var s = e.x - this._p.x, o = e.y - this._p.y, a = t.x - this._p.x, u = t.y - this._p.y, l = ho.signOfDet2x2(s, o, a, u);
|
|
12423
12423
|
if (l === 0)
|
|
12424
12424
|
return this._isPointOnSegment = !0, null;
|
|
12425
12425
|
u < o && (l = -l), l > 0 && this._crossingCount++;
|
|
@@ -12456,7 +12456,7 @@ fr.locatePointInRing = function() {
|
|
|
12456
12456
|
}
|
|
12457
12457
|
};
|
|
12458
12458
|
var W = function() {
|
|
12459
|
-
},
|
|
12459
|
+
}, Oo = { CLOCKWISE: { configurable: !0 }, RIGHT: { configurable: !0 }, COUNTERCLOCKWISE: { configurable: !0 }, LEFT: { configurable: !0 }, COLLINEAR: { configurable: !0 }, STRAIGHT: { configurable: !0 } };
|
|
12460
12460
|
W.prototype.interfaces_ = function() {
|
|
12461
12461
|
return [];
|
|
12462
12462
|
};
|
|
@@ -12587,25 +12587,25 @@ W.isOnLine = function(e, t) {
|
|
|
12587
12587
|
}
|
|
12588
12588
|
return !1;
|
|
12589
12589
|
};
|
|
12590
|
-
|
|
12590
|
+
Oo.CLOCKWISE.get = function() {
|
|
12591
12591
|
return -1;
|
|
12592
12592
|
};
|
|
12593
|
-
|
|
12593
|
+
Oo.RIGHT.get = function() {
|
|
12594
12594
|
return W.CLOCKWISE;
|
|
12595
12595
|
};
|
|
12596
|
-
|
|
12596
|
+
Oo.COUNTERCLOCKWISE.get = function() {
|
|
12597
12597
|
return 1;
|
|
12598
12598
|
};
|
|
12599
|
-
|
|
12599
|
+
Oo.LEFT.get = function() {
|
|
12600
12600
|
return W.COUNTERCLOCKWISE;
|
|
12601
12601
|
};
|
|
12602
|
-
|
|
12602
|
+
Oo.COLLINEAR.get = function() {
|
|
12603
12603
|
return 0;
|
|
12604
12604
|
};
|
|
12605
|
-
|
|
12605
|
+
Oo.STRAIGHT.get = function() {
|
|
12606
12606
|
return W.COLLINEAR;
|
|
12607
12607
|
};
|
|
12608
|
-
Object.defineProperties(W,
|
|
12608
|
+
Object.defineProperties(W, Oo);
|
|
12609
12609
|
var Si = function() {
|
|
12610
12610
|
};
|
|
12611
12611
|
Si.prototype.filter = function(e) {
|
|
@@ -13269,24 +13269,24 @@ Pa.prototype.interfaces_ = function() {
|
|
|
13269
13269
|
Pa.prototype.getClass = function() {
|
|
13270
13270
|
return Pa;
|
|
13271
13271
|
};
|
|
13272
|
-
var
|
|
13272
|
+
var Do = function() {
|
|
13273
13273
|
};
|
|
13274
|
-
|
|
13274
|
+
Do.prototype.get = function() {
|
|
13275
13275
|
};
|
|
13276
|
-
|
|
13276
|
+
Do.prototype.put = function() {
|
|
13277
13277
|
};
|
|
13278
|
-
|
|
13278
|
+
Do.prototype.size = function() {
|
|
13279
13279
|
};
|
|
13280
|
-
|
|
13280
|
+
Do.prototype.values = function() {
|
|
13281
13281
|
};
|
|
13282
|
-
|
|
13282
|
+
Do.prototype.entrySet = function() {
|
|
13283
13283
|
};
|
|
13284
13284
|
var _0 = function(r) {
|
|
13285
13285
|
function e() {
|
|
13286
13286
|
r.apply(this, arguments);
|
|
13287
13287
|
}
|
|
13288
13288
|
return r && (e.__proto__ = r), e.prototype = Object.create(r && r.prototype), e.prototype.constructor = e, e;
|
|
13289
|
-
}(
|
|
13289
|
+
}(Do);
|
|
13290
13290
|
function Ju(r) {
|
|
13291
13291
|
this.message = r || "";
|
|
13292
13292
|
}
|
|
@@ -14861,7 +14861,7 @@ var cm = function(r) {
|
|
|
14861
14861
|
}, e.prototype.size = function() {
|
|
14862
14862
|
return this.map_.size();
|
|
14863
14863
|
}, e;
|
|
14864
|
-
}(
|
|
14864
|
+
}(Do), Lt = function r() {
|
|
14865
14865
|
if (this._modelType = null, this._scale = null, arguments.length === 0)
|
|
14866
14866
|
this._modelType = r.FLOATING;
|
|
14867
14867
|
else if (arguments.length === 1) {
|
|
@@ -16792,19 +16792,19 @@ Ki.prototype.interfaces_ = function() {
|
|
|
16792
16792
|
Ki.prototype.getClass = function() {
|
|
16793
16793
|
return Ki;
|
|
16794
16794
|
};
|
|
16795
|
-
var
|
|
16795
|
+
var fo = function() {
|
|
16796
16796
|
};
|
|
16797
|
-
|
|
16797
|
+
fo.prototype.insert = function(e, t) {
|
|
16798
16798
|
};
|
|
16799
|
-
|
|
16799
|
+
fo.prototype.remove = function(e, t) {
|
|
16800
16800
|
};
|
|
16801
|
-
|
|
16801
|
+
fo.prototype.query = function() {
|
|
16802
16802
|
};
|
|
16803
|
-
|
|
16803
|
+
fo.prototype.interfaces_ = function() {
|
|
16804
16804
|
return [];
|
|
16805
16805
|
};
|
|
16806
|
-
|
|
16807
|
-
return
|
|
16806
|
+
fo.prototype.getClass = function() {
|
|
16807
|
+
return fo;
|
|
16808
16808
|
};
|
|
16809
16809
|
var ge = function() {
|
|
16810
16810
|
if (this._childBoundables = new G(), this._bounds = null, this._level = null, arguments.length !== 0) {
|
|
@@ -17198,7 +17198,7 @@ var pm = function(r) {
|
|
|
17198
17198
|
return this.nearestNeighbour(y)[0];
|
|
17199
17199
|
}
|
|
17200
17200
|
}, e.prototype.interfaces_ = function() {
|
|
17201
|
-
return [
|
|
17201
|
+
return [fo, zn];
|
|
17202
17202
|
}, e.prototype.getClass = function() {
|
|
17203
17203
|
return e;
|
|
17204
17204
|
}, e.centreX = function(i) {
|
|
@@ -17421,15 +17421,15 @@ We.prototype.interfaces_ = function() {
|
|
|
17421
17421
|
We.prototype.getClass = function() {
|
|
17422
17422
|
return We;
|
|
17423
17423
|
};
|
|
17424
|
-
var
|
|
17424
|
+
var po = function() {
|
|
17425
17425
|
};
|
|
17426
|
-
|
|
17426
|
+
po.prototype.interfaces_ = function() {
|
|
17427
17427
|
return [];
|
|
17428
17428
|
};
|
|
17429
|
-
|
|
17430
|
-
return
|
|
17429
|
+
po.prototype.getClass = function() {
|
|
17430
|
+
return po;
|
|
17431
17431
|
};
|
|
17432
|
-
|
|
17432
|
+
po.octant = function() {
|
|
17433
17433
|
if (typeof arguments[0] == "number" && typeof arguments[1] == "number") {
|
|
17434
17434
|
var e = arguments[0], t = arguments[1];
|
|
17435
17435
|
if (e === 0 && t === 0)
|
|
@@ -17440,7 +17440,7 @@ fo.octant = function() {
|
|
|
17440
17440
|
var s = arguments[0], o = arguments[1], a = o.x - s.x, u = o.y - s.y;
|
|
17441
17441
|
if (a === 0 && u === 0)
|
|
17442
17442
|
throw new Ht("Cannot compute the octant for two identical points " + s);
|
|
17443
|
-
return
|
|
17443
|
+
return po.octant(a, u);
|
|
17444
17444
|
}
|
|
17445
17445
|
};
|
|
17446
17446
|
var Kr = function() {
|
|
@@ -17497,7 +17497,7 @@ ie.prototype.setData = function(e) {
|
|
|
17497
17497
|
this._data = e;
|
|
17498
17498
|
};
|
|
17499
17499
|
ie.prototype.safeOctant = function(e, t) {
|
|
17500
|
-
return e.equals2D(t) ? 0 :
|
|
17500
|
+
return e.equals2D(t) ? 0 : po.octant(e, t);
|
|
17501
17501
|
};
|
|
17502
17502
|
ie.prototype.getData = function() {
|
|
17503
17503
|
return this._data;
|
|
@@ -18187,7 +18187,7 @@ mm.COORDINATE_ARRAY_TYPE.get = function() {
|
|
|
18187
18187
|
};
|
|
18188
18188
|
Object.defineProperties(On, mm);
|
|
18189
18189
|
var St = function() {
|
|
18190
|
-
},
|
|
18190
|
+
}, Mo = { PI_TIMES_2: { configurable: !0 }, PI_OVER_2: { configurable: !0 }, PI_OVER_4: { configurable: !0 }, COUNTERCLOCKWISE: { configurable: !0 }, CLOCKWISE: { configurable: !0 }, NONE: { configurable: !0 } };
|
|
18191
18191
|
St.prototype.interfaces_ = function() {
|
|
18192
18192
|
return [];
|
|
18193
18193
|
};
|
|
@@ -18256,25 +18256,25 @@ St.angleBetweenOriented = function(e, t, n) {
|
|
|
18256
18256
|
var i = St.angle(t, e), s = St.angle(t, n), o = s - i;
|
|
18257
18257
|
return o <= -Math.PI ? o + St.PI_TIMES_2 : o > Math.PI ? o - St.PI_TIMES_2 : o;
|
|
18258
18258
|
};
|
|
18259
|
-
|
|
18259
|
+
Mo.PI_TIMES_2.get = function() {
|
|
18260
18260
|
return 2 * Math.PI;
|
|
18261
18261
|
};
|
|
18262
|
-
|
|
18262
|
+
Mo.PI_OVER_2.get = function() {
|
|
18263
18263
|
return Math.PI / 2;
|
|
18264
18264
|
};
|
|
18265
|
-
|
|
18265
|
+
Mo.PI_OVER_4.get = function() {
|
|
18266
18266
|
return Math.PI / 4;
|
|
18267
18267
|
};
|
|
18268
|
-
|
|
18268
|
+
Mo.COUNTERCLOCKWISE.get = function() {
|
|
18269
18269
|
return W.COUNTERCLOCKWISE;
|
|
18270
18270
|
};
|
|
18271
|
-
|
|
18271
|
+
Mo.CLOCKWISE.get = function() {
|
|
18272
18272
|
return W.CLOCKWISE;
|
|
18273
18273
|
};
|
|
18274
|
-
|
|
18274
|
+
Mo.NONE.get = function() {
|
|
18275
18275
|
return W.COLLINEAR;
|
|
18276
18276
|
};
|
|
18277
|
-
Object.defineProperties(St,
|
|
18277
|
+
Object.defineProperties(St, Mo);
|
|
18278
18278
|
var qt = function r() {
|
|
18279
18279
|
this._maxCurveSegmentError = 0, this._filletAngleQuantum = null, this._closingSegLengthFactor = 1, this._segList = null, this._distance = 0, this._precisionModel = null, this._bufParams = null, this._li = null, this._s0 = null, this._s1 = null, this._s2 = null, this._seg0 = new $(), this._seg1 = new $(), this._offset0 = new $(), this._offset1 = new $(), this._side = 0, this._hasNarrowConcaveAngle = !1;
|
|
18280
18280
|
var e = arguments[0], t = arguments[1], n = arguments[2];
|
|
@@ -18543,12 +18543,12 @@ nn.copyCoordinates = function(e) {
|
|
|
18543
18543
|
t[n] = new D(e[n]);
|
|
18544
18544
|
return t;
|
|
18545
18545
|
};
|
|
18546
|
-
var
|
|
18546
|
+
var go = function() {
|
|
18547
18547
|
this._subgraphs = null, this._seg = new $(), this._cga = new W();
|
|
18548
18548
|
var e = arguments[0];
|
|
18549
18549
|
this._subgraphs = e;
|
|
18550
18550
|
}, vm = { DepthSegment: { configurable: !0 } };
|
|
18551
|
-
|
|
18551
|
+
go.prototype.findStabbedSegments = function() {
|
|
18552
18552
|
var e = this;
|
|
18553
18553
|
if (arguments.length === 1) {
|
|
18554
18554
|
for (var t = arguments[0], n = new G(), i = this._subgraphs.iterator(); i.hasNext(); ) {
|
|
@@ -18575,23 +18575,23 @@ po.prototype.findStabbedSegments = function() {
|
|
|
18575
18575
|
}
|
|
18576
18576
|
}
|
|
18577
18577
|
};
|
|
18578
|
-
|
|
18578
|
+
go.prototype.getDepth = function(e) {
|
|
18579
18579
|
var t = this.findStabbedSegments(e);
|
|
18580
18580
|
if (t.size() === 0)
|
|
18581
18581
|
return 0;
|
|
18582
18582
|
var n = Jn.min(t);
|
|
18583
18583
|
return n._leftDepth;
|
|
18584
18584
|
};
|
|
18585
|
-
|
|
18585
|
+
go.prototype.interfaces_ = function() {
|
|
18586
18586
|
return [];
|
|
18587
18587
|
};
|
|
18588
|
-
|
|
18589
|
-
return
|
|
18588
|
+
go.prototype.getClass = function() {
|
|
18589
|
+
return go;
|
|
18590
18590
|
};
|
|
18591
18591
|
vm.DepthSegment.get = function() {
|
|
18592
18592
|
return Ps;
|
|
18593
18593
|
};
|
|
18594
|
-
Object.defineProperties(
|
|
18594
|
+
Object.defineProperties(go, vm);
|
|
18595
18595
|
var Ps = function() {
|
|
18596
18596
|
this._upwardSeg = null, this._leftDepth = null;
|
|
18597
18597
|
var e = arguments[0], t = arguments[1];
|
|
@@ -19690,7 +19690,7 @@ Ue.prototype.insertUniqueEdge = function(e) {
|
|
|
19690
19690
|
};
|
|
19691
19691
|
Ue.prototype.buildSubgraphs = function(e, t) {
|
|
19692
19692
|
for (var n = new G(), i = e.iterator(); i.hasNext(); ) {
|
|
19693
|
-
var s = i.next(), o = s.getRightmostCoordinate(), a = new
|
|
19693
|
+
var s = i.next(), o = s.getRightmostCoordinate(), a = new go(n), u = a.getDepth(o);
|
|
19694
19694
|
s.computeDepth(u), s.findResultEdges(), n.add(s), t.add(s.getDirectedEdges(), s.getNodes());
|
|
19695
19695
|
}
|
|
19696
19696
|
};
|
|
@@ -20018,12 +20018,12 @@ var Sm = function(r) {
|
|
|
20018
20018
|
}, e.prototype.getClass = function() {
|
|
20019
20019
|
return e;
|
|
20020
20020
|
}, e;
|
|
20021
|
-
}(Du),
|
|
20021
|
+
}(Du), mo = function() {
|
|
20022
20022
|
this._li = null, this._interiorIntersections = null;
|
|
20023
20023
|
var e = arguments[0];
|
|
20024
20024
|
this._li = e, this._interiorIntersections = new G();
|
|
20025
20025
|
};
|
|
20026
|
-
|
|
20026
|
+
mo.prototype.processIntersections = function(e, t, n, i) {
|
|
20027
20027
|
var s = this;
|
|
20028
20028
|
if (e === n && t === i)
|
|
20029
20029
|
return null;
|
|
@@ -20034,17 +20034,17 @@ go.prototype.processIntersections = function(e, t, n, i) {
|
|
|
20034
20034
|
e.addIntersections(this._li, t, 0), n.addIntersections(this._li, i, 1);
|
|
20035
20035
|
}
|
|
20036
20036
|
};
|
|
20037
|
-
|
|
20037
|
+
mo.prototype.isDone = function() {
|
|
20038
20038
|
return !1;
|
|
20039
20039
|
};
|
|
20040
|
-
|
|
20040
|
+
mo.prototype.getInteriorIntersections = function() {
|
|
20041
20041
|
return this._interiorIntersections;
|
|
20042
20042
|
};
|
|
20043
|
-
|
|
20043
|
+
mo.prototype.interfaces_ = function() {
|
|
20044
20044
|
return [Ts];
|
|
20045
20045
|
};
|
|
20046
|
-
|
|
20047
|
-
return
|
|
20046
|
+
mo.prototype.getClass = function() {
|
|
20047
|
+
return mo;
|
|
20048
20048
|
};
|
|
20049
20049
|
var $r = function() {
|
|
20050
20050
|
this._pm = null, this._li = null, this._scaleFactor = null, this._noder = null, this._pointSnapper = null, this._nodedSegStrings = null;
|
|
@@ -20071,7 +20071,7 @@ $r.prototype.snapRound = function(e, t) {
|
|
|
20071
20071
|
this.computeIntersectionSnaps(n), this.computeVertexSnaps(e);
|
|
20072
20072
|
};
|
|
20073
20073
|
$r.prototype.findInteriorIntersections = function(e, t) {
|
|
20074
|
-
var n = new
|
|
20074
|
+
var n = new mo(t);
|
|
20075
20075
|
return this._noder.setSegmentIntersector(n), this._noder.computeNodes(e), n.getInteriorIntersections();
|
|
20076
20076
|
};
|
|
20077
20077
|
$r.prototype.computeVertexSnaps = function() {
|
|
@@ -20310,7 +20310,7 @@ Os.prototype.computeMaxMidpointDistance = function(e) {
|
|
|
20310
20310
|
e.apply(t), this._maxPtDist.setMaximum(t.getMaxPointDistance());
|
|
20311
20311
|
};
|
|
20312
20312
|
Os.prototype.computeMaxVertexDistance = function(e) {
|
|
20313
|
-
var t = new
|
|
20313
|
+
var t = new vo(this._inputGeom);
|
|
20314
20314
|
e.apply(t), this._maxPtDist.setMaximum(t.getMaxPointDistance());
|
|
20315
20315
|
};
|
|
20316
20316
|
Os.prototype.findDistance = function(e) {
|
|
@@ -20326,26 +20326,26 @@ Os.prototype.getClass = function() {
|
|
|
20326
20326
|
return Os;
|
|
20327
20327
|
};
|
|
20328
20328
|
Xh.MaxPointDistanceFilter.get = function() {
|
|
20329
|
-
return
|
|
20329
|
+
return vo;
|
|
20330
20330
|
};
|
|
20331
20331
|
Xh.MaxMidpointDistanceFilter.get = function() {
|
|
20332
20332
|
return es;
|
|
20333
20333
|
};
|
|
20334
20334
|
Object.defineProperties(Os, Xh);
|
|
20335
|
-
var
|
|
20335
|
+
var vo = function(e) {
|
|
20336
20336
|
this._maxPtDist = new Be(), this._minPtDist = new Be(), this._geom = e || null;
|
|
20337
20337
|
};
|
|
20338
|
-
|
|
20338
|
+
vo.prototype.filter = function(e) {
|
|
20339
20339
|
this._minPtDist.initialize(), Br.computeDistance(this._geom, e, this._minPtDist), this._maxPtDist.setMaximum(this._minPtDist);
|
|
20340
20340
|
};
|
|
20341
|
-
|
|
20341
|
+
vo.prototype.getMaxPointDistance = function() {
|
|
20342
20342
|
return this._maxPtDist;
|
|
20343
20343
|
};
|
|
20344
|
-
|
|
20344
|
+
vo.prototype.interfaces_ = function() {
|
|
20345
20345
|
return [Yr];
|
|
20346
20346
|
};
|
|
20347
|
-
|
|
20348
|
-
return
|
|
20347
|
+
vo.prototype.getClass = function() {
|
|
20348
|
+
return vo;
|
|
20349
20349
|
};
|
|
20350
20350
|
var es = function(e) {
|
|
20351
20351
|
this._maxPtDist = new Be(), this._minPtDist = new Be(), this._geom = e || null;
|
|
@@ -20589,23 +20589,23 @@ qi.getPoints = function() {
|
|
|
20589
20589
|
return t instanceof gn ? n.add(t) : t instanceof Ge && t.apply(new qi(n)), n;
|
|
20590
20590
|
}
|
|
20591
20591
|
};
|
|
20592
|
-
var
|
|
20592
|
+
var _o = function() {
|
|
20593
20593
|
this._locations = null;
|
|
20594
20594
|
var e = arguments[0];
|
|
20595
20595
|
this._locations = e;
|
|
20596
20596
|
};
|
|
20597
|
-
|
|
20597
|
+
_o.prototype.filter = function(e) {
|
|
20598
20598
|
(e instanceof gn || e instanceof Qt || e instanceof me) && this._locations.add(new je(e, 0, e.getCoordinate()));
|
|
20599
20599
|
};
|
|
20600
|
-
|
|
20600
|
+
_o.prototype.interfaces_ = function() {
|
|
20601
20601
|
return [vr];
|
|
20602
20602
|
};
|
|
20603
|
-
|
|
20604
|
-
return
|
|
20603
|
+
_o.prototype.getClass = function() {
|
|
20604
|
+
return _o;
|
|
20605
20605
|
};
|
|
20606
|
-
|
|
20606
|
+
_o.getLocations = function(e) {
|
|
20607
20607
|
var t = new G();
|
|
20608
|
-
return e.apply(new
|
|
20608
|
+
return e.apply(new _o(t)), t;
|
|
20609
20609
|
};
|
|
20610
20610
|
var Ne = function() {
|
|
20611
20611
|
if (this._geom = null, this._terminateDistance = 0, this._ptLocator = new Kn(), this._minDistanceLocation = null, this._minDistance = ct.MAX_VALUE, arguments.length === 2) {
|
|
@@ -20626,7 +20626,7 @@ Ne.prototype.computeContainmentDistance = function() {
|
|
|
20626
20626
|
} else if (arguments.length === 2) {
|
|
20627
20627
|
var n = arguments[0], i = arguments[1], s = 1 - n, o = wi.getPolygons(this._geom[n]);
|
|
20628
20628
|
if (o.size() > 0) {
|
|
20629
|
-
var a =
|
|
20629
|
+
var a = _o.getLocations(this._geom[s]);
|
|
20630
20630
|
if (this.computeContainmentDistance(a, o, i), this._minDistance <= this._terminateDistance)
|
|
20631
20631
|
return this._minDistanceLocation[s] = i[0], this._minDistanceLocation[n] = i[1], null;
|
|
20632
20632
|
}
|
|
@@ -20862,7 +20862,7 @@ Fn.prototype.distance = function() {
|
|
|
20862
20862
|
return this.compute(this._g0, this._g1), this._ptDist.getDistance();
|
|
20863
20863
|
};
|
|
20864
20864
|
Fn.prototype.computeOrientedDistance = function(e, t, n) {
|
|
20865
|
-
var i = new
|
|
20865
|
+
var i = new yo(t);
|
|
20866
20866
|
if (e.apply(i), n.setMaximum(i.getMaxPointDistance()), this._densifyFrac > 0) {
|
|
20867
20867
|
var s = new ns(t, this._densifyFrac);
|
|
20868
20868
|
e.apply(s), n.setMaximum(s.getMaxPointDistance());
|
|
@@ -20887,28 +20887,28 @@ Fn.distance = function() {
|
|
|
20887
20887
|
}
|
|
20888
20888
|
};
|
|
20889
20889
|
Yh.MaxPointDistanceFilter.get = function() {
|
|
20890
|
-
return
|
|
20890
|
+
return yo;
|
|
20891
20891
|
};
|
|
20892
20892
|
Yh.MaxDensifiedByFractionDistanceFilter.get = function() {
|
|
20893
20893
|
return ns;
|
|
20894
20894
|
};
|
|
20895
20895
|
Object.defineProperties(Fn, Yh);
|
|
20896
|
-
var
|
|
20896
|
+
var yo = function() {
|
|
20897
20897
|
this._maxPtDist = new Me(), this._minPtDist = new Me(), this._euclideanDist = new hr(), this._geom = null;
|
|
20898
20898
|
var e = arguments[0];
|
|
20899
20899
|
this._geom = e;
|
|
20900
20900
|
};
|
|
20901
|
-
|
|
20901
|
+
yo.prototype.filter = function(e) {
|
|
20902
20902
|
this._minPtDist.initialize(), hr.computeDistance(this._geom, e, this._minPtDist), this._maxPtDist.setMaximum(this._minPtDist);
|
|
20903
20903
|
};
|
|
20904
|
-
|
|
20904
|
+
yo.prototype.getMaxPointDistance = function() {
|
|
20905
20905
|
return this._maxPtDist;
|
|
20906
20906
|
};
|
|
20907
|
-
|
|
20907
|
+
yo.prototype.interfaces_ = function() {
|
|
20908
20908
|
return [Yr];
|
|
20909
20909
|
};
|
|
20910
|
-
|
|
20911
|
-
return
|
|
20910
|
+
yo.prototype.getClass = function() {
|
|
20911
|
+
return yo;
|
|
20912
20912
|
};
|
|
20913
20913
|
var ns = function() {
|
|
20914
20914
|
this._maxPtDist = new Me(), this._minPtDist = new Me(), this._geom = null, this._numSubSegs = 0;
|
|
@@ -21090,7 +21090,7 @@ Sr.prototype.isClosed = function() {
|
|
|
21090
21090
|
return this._pts[0].equals(this._pts[this._pts.length - 1]);
|
|
21091
21091
|
};
|
|
21092
21092
|
Sr.prototype.getSegmentOctant = function(e) {
|
|
21093
|
-
return e === this._pts.length - 1 ? -1 :
|
|
21093
|
+
return e === this._pts.length - 1 ? -1 : po.octant(this.getCoordinate(e), this.getCoordinate(e + 1));
|
|
21094
21094
|
};
|
|
21095
21095
|
Sr.prototype.setData = function(e) {
|
|
21096
21096
|
this._data = e;
|
|
@@ -21240,24 +21240,24 @@ Ds.checkValid = function(e) {
|
|
|
21240
21240
|
var t = new Ds(e);
|
|
21241
21241
|
t.checkValid();
|
|
21242
21242
|
};
|
|
21243
|
-
var
|
|
21243
|
+
var wo = function(e) {
|
|
21244
21244
|
this._mapOp = e;
|
|
21245
21245
|
};
|
|
21246
|
-
|
|
21246
|
+
wo.prototype.map = function(e) {
|
|
21247
21247
|
for (var t = this, n = new G(), i = 0; i < e.getNumGeometries(); i++) {
|
|
21248
21248
|
var s = t._mapOp.map(e.getGeometryN(i));
|
|
21249
21249
|
s.isEmpty() || n.add(s);
|
|
21250
21250
|
}
|
|
21251
21251
|
return e.getFactory().createGeometryCollection(wt.toGeometryArray(n));
|
|
21252
21252
|
};
|
|
21253
|
-
|
|
21253
|
+
wo.prototype.interfaces_ = function() {
|
|
21254
21254
|
return [];
|
|
21255
21255
|
};
|
|
21256
|
-
|
|
21257
|
-
return
|
|
21256
|
+
wo.prototype.getClass = function() {
|
|
21257
|
+
return wo;
|
|
21258
21258
|
};
|
|
21259
|
-
|
|
21260
|
-
var n = new
|
|
21259
|
+
wo.map = function(e, t) {
|
|
21260
|
+
var n = new wo(t);
|
|
21261
21261
|
return n.map(e);
|
|
21262
21262
|
};
|
|
21263
21263
|
var br = function() {
|
|
@@ -21319,19 +21319,19 @@ br.prototype.interfaces_ = function() {
|
|
|
21319
21319
|
br.prototype.getClass = function() {
|
|
21320
21320
|
return br;
|
|
21321
21321
|
};
|
|
21322
|
-
var
|
|
21322
|
+
var Eo = function() {
|
|
21323
21323
|
this._op = null, this._geometryFactory = null, this._resultPointList = new G();
|
|
21324
21324
|
var e = arguments[0], t = arguments[1];
|
|
21325
21325
|
this._op = e, this._geometryFactory = t;
|
|
21326
21326
|
};
|
|
21327
|
-
|
|
21327
|
+
Eo.prototype.filterCoveredNodeToPoint = function(e) {
|
|
21328
21328
|
var t = e.getCoordinate();
|
|
21329
21329
|
if (!this._op.isCoveredByLA(t)) {
|
|
21330
21330
|
var n = this._geometryFactory.createPoint(t);
|
|
21331
21331
|
this._resultPointList.add(n);
|
|
21332
21332
|
}
|
|
21333
21333
|
};
|
|
21334
|
-
|
|
21334
|
+
Eo.prototype.extractNonCoveredResultNodes = function(e) {
|
|
21335
21335
|
for (var t = this, n = this._op.getGraph().getNodes().iterator(); n.hasNext(); ) {
|
|
21336
21336
|
var i = n.next();
|
|
21337
21337
|
if (!i.isInResult() && !i.isIncidentEdgeInResult() && (i.getEdges().getDegree() === 0 || e === pt.INTERSECTION)) {
|
|
@@ -21340,14 +21340,14 @@ wo.prototype.extractNonCoveredResultNodes = function(e) {
|
|
|
21340
21340
|
}
|
|
21341
21341
|
}
|
|
21342
21342
|
};
|
|
21343
|
-
|
|
21343
|
+
Eo.prototype.build = function(e) {
|
|
21344
21344
|
return this.extractNonCoveredResultNodes(e), this._resultPointList;
|
|
21345
21345
|
};
|
|
21346
|
-
|
|
21346
|
+
Eo.prototype.interfaces_ = function() {
|
|
21347
21347
|
return [];
|
|
21348
21348
|
};
|
|
21349
|
-
|
|
21350
|
-
return
|
|
21349
|
+
Eo.prototype.getClass = function() {
|
|
21350
|
+
return Eo;
|
|
21351
21351
|
};
|
|
21352
21352
|
var sn = function() {
|
|
21353
21353
|
this._inputGeom = null, this._factory = null, this._pruneEmptyGeometry = !0, this._preserveGeometryCollectionType = !0, this._preserveCollections = !1, this._preserveType = !1;
|
|
@@ -21633,7 +21633,7 @@ Ve.numCommonMostSigMantissaBits = function(e, t) {
|
|
|
21633
21633
|
return 52;
|
|
21634
21634
|
};
|
|
21635
21635
|
var rs = function() {
|
|
21636
|
-
this._commonCoord = null, this._ccFilter = new
|
|
21636
|
+
this._commonCoord = null, this._ccFilter = new Co();
|
|
21637
21637
|
}, Kh = { CommonCoordinateFilter: { configurable: !0 }, Translater: { configurable: !0 } };
|
|
21638
21638
|
rs.prototype.addCommonBits = function(e) {
|
|
21639
21639
|
var t = new is(this._commonCoord);
|
|
@@ -21660,26 +21660,26 @@ rs.prototype.getClass = function() {
|
|
|
21660
21660
|
return rs;
|
|
21661
21661
|
};
|
|
21662
21662
|
Kh.CommonCoordinateFilter.get = function() {
|
|
21663
|
-
return
|
|
21663
|
+
return Co;
|
|
21664
21664
|
};
|
|
21665
21665
|
Kh.Translater.get = function() {
|
|
21666
21666
|
return is;
|
|
21667
21667
|
};
|
|
21668
21668
|
Object.defineProperties(rs, Kh);
|
|
21669
|
-
var
|
|
21669
|
+
var Co = function() {
|
|
21670
21670
|
this._commonBitsX = new Ve(), this._commonBitsY = new Ve();
|
|
21671
21671
|
};
|
|
21672
|
-
|
|
21672
|
+
Co.prototype.filter = function(e) {
|
|
21673
21673
|
this._commonBitsX.add(e.x), this._commonBitsY.add(e.y);
|
|
21674
21674
|
};
|
|
21675
|
-
|
|
21675
|
+
Co.prototype.getCommonCoordinate = function() {
|
|
21676
21676
|
return new D(this._commonBitsX.getCommon(), this._commonBitsY.getCommon());
|
|
21677
21677
|
};
|
|
21678
|
-
|
|
21678
|
+
Co.prototype.interfaces_ = function() {
|
|
21679
21679
|
return [Yr];
|
|
21680
21680
|
};
|
|
21681
|
-
|
|
21682
|
-
return
|
|
21681
|
+
Co.prototype.getClass = function() {
|
|
21682
|
+
return Co;
|
|
21683
21683
|
};
|
|
21684
21684
|
var is = function() {
|
|
21685
21685
|
this.trans = null;
|
|
@@ -22457,7 +22457,7 @@ var pt = function(r) {
|
|
|
22457
22457
|
s.add(this._graph), this._resultPolyList = s.getPolygons();
|
|
22458
22458
|
var o = new br(this, this._geomFact, this._ptLocator);
|
|
22459
22459
|
this._resultLineList = o.build(n);
|
|
22460
|
-
var a = new
|
|
22460
|
+
var a = new Eo(this, this._geomFact, this._ptLocator);
|
|
22461
22461
|
this._resultPointList = a.build(n), this._resultGeom = this.computeGeometry(this._resultPointList, this._resultLineList, this._resultPolyList, n);
|
|
22462
22462
|
}, e.prototype.labelIncompleteNode = function(n, i) {
|
|
22463
22463
|
var s = this._ptLocator.locate(n.getCoordinate(), this._arg[i].getGeometry());
|
|
@@ -22509,7 +22509,7 @@ pt.intersection = function(r, e) {
|
|
|
22509
22509
|
return pt.createEmptyResult(pt.INTERSECTION, r, e, r.getFactory());
|
|
22510
22510
|
if (r.isGeometryCollection()) {
|
|
22511
22511
|
var t = e;
|
|
22512
|
-
return
|
|
22512
|
+
return wo.map(r, {
|
|
22513
22513
|
interfaces_: function() {
|
|
22514
22514
|
return [Cs.MapOp];
|
|
22515
22515
|
},
|
|
@@ -22953,7 +22953,7 @@ var oe = 1e-6, jt = Math.PI, _i = jt / 2, $d = jt / 4, Pi = jt * 2, us = 180 / j
|
|
|
22953
22953
|
function Om(r) {
|
|
22954
22954
|
return r > 1 ? 0 : r < -1 ? jt : Math.acos(r);
|
|
22955
22955
|
}
|
|
22956
|
-
function
|
|
22956
|
+
function So(r) {
|
|
22957
22957
|
return r > 1 ? _i : r < -1 ? -_i : Math.asin(r);
|
|
22958
22958
|
}
|
|
22959
22959
|
function su() {
|
|
@@ -23010,7 +23010,7 @@ function A0(r, e) {
|
|
|
23010
23010
|
Bs();
|
|
23011
23011
|
Bs();
|
|
23012
23012
|
function Yc(r) {
|
|
23013
|
-
return [Ba(r[1], r[0]),
|
|
23013
|
+
return [Ba(r[1], r[0]), So(r[2])];
|
|
23014
23014
|
}
|
|
23015
23015
|
function ja(r) {
|
|
23016
23016
|
var e = r[0], t = r[1], n = fe(t);
|
|
@@ -23063,14 +23063,14 @@ function of(r, e) {
|
|
|
23063
23063
|
var l = fe(u), c = fe(a) * l, h = pe(a) * l, f = pe(u), p = f * t + c * n;
|
|
23064
23064
|
return [
|
|
23065
23065
|
Ba(h * i - p * s, c * t - f * n),
|
|
23066
|
-
|
|
23066
|
+
So(p * i + h * s)
|
|
23067
23067
|
];
|
|
23068
23068
|
}
|
|
23069
23069
|
return o.invert = function(a, u) {
|
|
23070
23070
|
var l = fe(u), c = fe(a) * l, h = pe(a) * l, f = pe(u), p = f * i - h * s;
|
|
23071
23071
|
return [
|
|
23072
23072
|
Ba(h * i + f * s, c * t + p * n),
|
|
23073
|
-
|
|
23073
|
+
So(p * t - c * n)
|
|
23074
23074
|
];
|
|
23075
23075
|
}, o;
|
|
23076
23076
|
}
|
|
@@ -23312,7 +23312,7 @@ function U0(r, e) {
|
|
|
23312
23312
|
Jc(I);
|
|
23313
23313
|
var N = Ml(i, I);
|
|
23314
23314
|
Jc(N);
|
|
23315
|
-
var R = (P ^ w >= 0 ? -1 : 1) *
|
|
23315
|
+
var R = (P ^ w >= 0 ? -1 : 1) * So(N[2]);
|
|
23316
23316
|
(n > R || n === R && (I[0] || I[1])) && (o += P ^ w >= 0 ? 1 : -1);
|
|
23317
23317
|
}
|
|
23318
23318
|
}
|
|
@@ -23554,7 +23554,7 @@ function $0(r, e) {
|
|
|
23554
23554
|
function t(n, i, s, o, a, u, l, c, h, f, p, m, E, C) {
|
|
23555
23555
|
var b = l - n, v = c - i, _ = b * b + v * v;
|
|
23556
23556
|
if (_ > 4 * e && E--) {
|
|
23557
|
-
var g = o + f, y = a + p, w = u + m, S = Ja(g * g + y * y + w * w), x =
|
|
23557
|
+
var g = o + f, y = a + p, w = u + m, S = Ja(g * g + y * y + w * w), x = So(w /= S), P = ze(ze(w) - 1) < oe || ze(s - h) < oe ? (s + h) / 2 : Ba(y, g), O = r(P, x), I = O[0], N = O[1], R = I - n, A = N - i, Y = v * R - b * A;
|
|
23558
23558
|
(Y * Y / _ > e || ze((b * R + v * A) / _ - 0.5) > 0.3 || o * f + a * p + u * m < K0) && (t(n, i, s, o, a, u, I, N, P, g /= S, y /= S, w, E, C), C.point(I, N), t(I, N, P, g, y, w, l, c, h, f, p, m, E, C));
|
|
23559
23559
|
}
|
|
23560
23560
|
}
|
|
@@ -23663,7 +23663,7 @@ function jm(r) {
|
|
|
23663
23663
|
var n = Ja(e * e + t * t), i = r(n), s = pe(i), o = fe(i);
|
|
23664
23664
|
return [
|
|
23665
23665
|
Ba(e * s, n * o),
|
|
23666
|
-
|
|
23666
|
+
So(n && t * s / n)
|
|
23667
23667
|
];
|
|
23668
23668
|
};
|
|
23669
23669
|
}
|
|
@@ -23671,7 +23671,7 @@ var rw = Bm(function(r) {
|
|
|
23671
23671
|
return Ja(2 / (1 + r));
|
|
23672
23672
|
});
|
|
23673
23673
|
rw.invert = jm(function(r) {
|
|
23674
|
-
return 2 *
|
|
23674
|
+
return 2 * So(r / 2);
|
|
23675
23675
|
});
|
|
23676
23676
|
var zm = Bm(function(r) {
|
|
23677
23677
|
return (r = Om(r)) && r / pe(r);
|
|
@@ -24169,15 +24169,15 @@ function gw(r, e) {
|
|
|
24169
24169
|
function $u(r) {
|
|
24170
24170
|
return new Float64Array(r);
|
|
24171
24171
|
}
|
|
24172
|
-
const mw = (3 + 16 * Hi) * Hi, vw = (2 + 12 * Hi) * Hi, _w = (9 + 64 * Hi) * Hi * Hi,
|
|
24172
|
+
const mw = (3 + 16 * Hi) * Hi, vw = (2 + 12 * Hi) * Hi, _w = (9 + 64 * Hi) * Hi * Hi, Fo = $u(4), mf = $u(8), vf = $u(12), _f = $u(16), yn = $u(4);
|
|
24173
24173
|
function yw(r, e, t, n, i, s, o) {
|
|
24174
24174
|
let a, u, l, c, h, f, p, m, E, C, b, v, _, g, y, w, S, x;
|
|
24175
24175
|
const P = r - i, O = t - i, I = e - s, N = n - s;
|
|
24176
|
-
g = P * N, f = un * P, p = f - (f - P), m = P - p, f = un * N, E = f - (f - N), C = N - E, y = m * C - (g - p * E - m * E - p * C), w = I * O, f = un * I, p = f - (f - I), m = I - p, f = un * O, E = f - (f - O), C = O - E, S = m * C - (w - p * E - m * E - p * C), b = y - S, h = y - b,
|
|
24177
|
-
let R = gw(4,
|
|
24176
|
+
g = P * N, f = un * P, p = f - (f - P), m = P - p, f = un * N, E = f - (f - N), C = N - E, y = m * C - (g - p * E - m * E - p * C), w = I * O, f = un * I, p = f - (f - I), m = I - p, f = un * O, E = f - (f - O), C = O - E, S = m * C - (w - p * E - m * E - p * C), b = y - S, h = y - b, Fo[0] = y - (b + h) + (h - S), v = g + b, h = v - g, _ = g - (v - h) + (b - h), b = _ - w, h = _ - b, Fo[1] = _ - (b + h) + (h - w), x = v + b, h = x - v, Fo[2] = v - (x - h) + (b - h), Fo[3] = x;
|
|
24177
|
+
let R = gw(4, Fo), A = vw * o;
|
|
24178
24178
|
if (R >= A || -R >= A || (h = r - P, a = r - (P + h) + (h - i), h = t - O, l = t - (O + h) + (h - i), h = e - I, u = e - (I + h) + (h - s), h = n - N, c = n - (N + h) + (h - s), a === 0 && u === 0 && l === 0 && c === 0) || (A = _w * o + pw * Math.abs(R), R += P * c + N * a - (I * l + O * u), R >= A || -R >= A)) return R;
|
|
24179
24179
|
g = a * N, f = un * a, p = f - (f - a), m = a - p, f = un * N, E = f - (f - N), C = N - E, y = m * C - (g - p * E - m * E - p * C), w = u * O, f = un * u, p = f - (f - u), m = u - p, f = un * O, E = f - (f - O), C = O - E, S = m * C - (w - p * E - m * E - p * C), b = y - S, h = y - b, yn[0] = y - (b + h) + (h - S), v = g + b, h = v - g, _ = g - (v - h) + (b - h), b = _ - w, h = _ - b, yn[1] = _ - (b + h) + (h - w), x = v + b, h = x - v, yn[2] = v - (x - h) + (b - h), yn[3] = x;
|
|
24180
|
-
const Y = kc(4,
|
|
24180
|
+
const Y = kc(4, Fo, 4, yn, mf);
|
|
24181
24181
|
g = P * c, f = un * P, p = f - (f - P), m = P - p, f = un * c, E = f - (f - c), C = c - E, y = m * C - (g - p * E - m * E - p * C), w = I * l, f = un * I, p = f - (f - I), m = I - p, f = un * l, E = f - (f - l), C = l - E, S = m * C - (w - p * E - m * E - p * C), b = y - S, h = y - b, yn[0] = y - (b + h) + (h - S), v = g + b, h = v - g, _ = g - (v - h) + (b - h), b = _ - w, h = _ - b, yn[1] = _ - (b + h) + (h - w), x = v + b, h = x - v, yn[2] = v - (x - h) + (b - h), yn[3] = x;
|
|
24182
24182
|
const q = kc(Y, mf, 4, yn, vf);
|
|
24183
24183
|
g = a * c, f = un * a, p = f - (f - a), m = a - p, f = un * c, E = f - (f - c), C = c - E, y = m * C - (g - p * E - m * E - p * C), w = u * l, f = un * u, p = f - (f - u), m = u - p, f = un * l, E = f - (f - l), C = l - E, S = m * C - (w - p * E - m * E - p * C), b = y - S, h = y - b, yn[0] = y - (b + h) + (h - S), v = g + b, h = v - g, _ = g - (v - h) + (b - h), b = _ - w, h = _ - b, yn[1] = _ - (b + h) + (h - w), x = v + b, h = x - v, yn[2] = v - (x - h) + (b - h), yn[3] = x;
|
|
@@ -25070,7 +25070,7 @@ function Tf(r, e) {
|
|
|
25070
25070
|
return Qy(t, n) ? "oneBig" : a0(t, n) ? "twoBig" : !1;
|
|
25071
25071
|
}
|
|
25072
25072
|
function qw(r) {
|
|
25073
|
-
const e = so(
|
|
25073
|
+
const e = so(Lo(r, ["0"])), t = so(Lo(r, ["1"])), n = so(Lo(r, ["2"])), i = ws(Lo(r, ["0"])), s = ws(Lo(r, ["1"])), o = ws(Lo(r, ["2"]));
|
|
25074
25074
|
return {
|
|
25075
25075
|
minPos: [e, t, n],
|
|
25076
25076
|
maxPos: [i, s, o],
|
|
@@ -25265,7 +25265,7 @@ class Fu extends V {
|
|
|
25265
25265
|
})(Fu || (Fu = {}));
|
|
25266
25266
|
ks(Fu.prototype, Fu.createDefaultProps);
|
|
25267
25267
|
function Xm(r) {
|
|
25268
|
-
return
|
|
25268
|
+
return Io(r, (e, t) => e[0] === t[0] && e[1] === t[1], (e) => [...e]);
|
|
25269
25269
|
}
|
|
25270
25270
|
function Jw(r, e) {
|
|
25271
25271
|
const t = new Array();
|
|
@@ -26226,7 +26226,7 @@ const ai = class ai extends Gt {
|
|
|
26226
26226
|
* 地理矢量的周长,使用响应式值存储
|
|
26227
26227
|
*/
|
|
26228
26228
|
d(this, "_perimeter", this.dv(k(0)));
|
|
26229
|
-
this.d(
|
|
26229
|
+
this.d(oo(
|
|
26230
26230
|
this.pointsChanged,
|
|
26231
26231
|
() => {
|
|
26232
26232
|
this._updateArea(), this._updatePerimeter();
|
|
@@ -27199,7 +27199,7 @@ d(zs, "supportEditingModes", [
|
|
|
27199
27199
|
tt.DoublePointsModify
|
|
27200
27200
|
]);
|
|
27201
27201
|
let st = zs;
|
|
27202
|
-
const
|
|
27202
|
+
const jo = class jo extends st {
|
|
27203
27203
|
/**
|
|
27204
27204
|
* 获取 ES 属性,包括点、线、面的样式属性。
|
|
27205
27205
|
* @returns 包含 ES 属性的对象
|
|
@@ -27475,7 +27475,7 @@ const Bo = class Bo extends st {
|
|
|
27475
27475
|
// }, localPositons: [number, number, number][]) {
|
|
27476
27476
|
// return localPositionsToPositions(options, localPositons)
|
|
27477
27477
|
// }
|
|
27478
|
-
d(
|
|
27478
|
+
d(jo, "createDefaultProps", () => ({
|
|
27479
27479
|
...st.createDefaultProps(),
|
|
27480
27480
|
/**是否启用点样式*/
|
|
27481
27481
|
pointed: !1,
|
|
@@ -27509,13 +27509,13 @@ d(Bo, "createDefaultProps", () => ({
|
|
|
27509
27509
|
materialParams: {},
|
|
27510
27510
|
ground: !1
|
|
27511
27511
|
})
|
|
27512
|
-
})), d(
|
|
27513
|
-
let ku =
|
|
27512
|
+
})), d(jo, "type", jo.register("ESLocalVector", jo, { chsName: "本地矢量", tags: ["ESObjects"], description: "本地矢量对象" }));
|
|
27513
|
+
let ku = jo;
|
|
27514
27514
|
const du = class du extends ku {
|
|
27515
27515
|
};
|
|
27516
27516
|
d(du, "type", du.register("ESLocalVector2D", du, { chsName: "本地矢量2D", tags: ["ESObjects"], description: "本地矢量2D对象" }));
|
|
27517
27517
|
let As = du;
|
|
27518
|
-
const uE = [["固定朝向", 0], ["面向屏幕旋转", 1], ["绕自身Z轴旋转", 2]], lE = [["单面不透明", 0], ["双面不透明", 1], ["单面遮罩", 2], ["双面遮罩", 3], ["单面透明", 4], ["双面透明", 5], ["单面未遮挡透明", 6], ["双面未遮挡透明", 7]],
|
|
27518
|
+
const uE = [["固定朝向", 0], ["面向屏幕旋转", 1], ["绕自身Z轴旋转", 2]], lE = [["单面不透明", 0], ["双面不透明", 1], ["单面遮罩", 2], ["双面遮罩", 3], ["单面透明", 4], ["双面透明", 5], ["单面未遮挡透明", 6], ["双面未遮挡透明", 7]], zo = class zo extends st {
|
|
27519
27519
|
constructor() {
|
|
27520
27520
|
super(...arguments);
|
|
27521
27521
|
/**
|
|
@@ -27558,7 +27558,7 @@ const uE = [["固定朝向", 0], ["面向屏幕旋转", 1], ["绕自身Z轴旋
|
|
|
27558
27558
|
};
|
|
27559
27559
|
}
|
|
27560
27560
|
};
|
|
27561
|
-
d(
|
|
27561
|
+
d(zo, "createDefaultProps", () => ({
|
|
27562
27562
|
...st.createDefaultProps(),
|
|
27563
27563
|
/** 是否启用屏幕渲染,默认true */
|
|
27564
27564
|
screenRender: !0,
|
|
@@ -27600,19 +27600,19 @@ d(jo, "createDefaultProps", () => ({
|
|
|
27600
27600
|
positionOffset: ft([0, 0, 0]),
|
|
27601
27601
|
/** 3D旋转偏移,格式为[pitch,yaw,roll],默认无旋转 */
|
|
27602
27602
|
rotationOffset: ft([0, 0, 0])
|
|
27603
|
-
})), d(
|
|
27604
|
-
let xr =
|
|
27605
|
-
const
|
|
27603
|
+
})), d(zo, "type", zo.register("ESLabel", zo, { chsName: "标签", tags: ["ESObjects"], description: "标签对象" }));
|
|
27604
|
+
let xr = zo;
|
|
27605
|
+
const Uo = class Uo extends et {
|
|
27606
27606
|
constructor(e) {
|
|
27607
27607
|
super(e);
|
|
27608
27608
|
}
|
|
27609
27609
|
};
|
|
27610
|
-
d(
|
|
27610
|
+
d(Uo, "createDefaultProps", () => ({
|
|
27611
27611
|
...et.createDefaultProps(),
|
|
27612
27612
|
show: !0,
|
|
27613
27613
|
fillStyle: yt({ color: [1, 1, 1, 1], material: "", materialParams: {}, ground: !1 })
|
|
27614
|
-
})), d(
|
|
27615
|
-
let Ff =
|
|
27614
|
+
})), d(Uo, "type", Uo.register("ESTestObject", Uo, { chsName: "测试", tags: ["ESObjects"], description: "" }));
|
|
27615
|
+
let Ff = Uo;
|
|
27616
27616
|
const ui = class ui extends Gt {
|
|
27617
27617
|
constructor(t) {
|
|
27618
27618
|
super(t);
|
|
@@ -28310,7 +28310,7 @@ d(ui, "supportEditingModes", [
|
|
|
28310
28310
|
tt.Rotation
|
|
28311
28311
|
]);
|
|
28312
28312
|
let qr = ui;
|
|
28313
|
-
const
|
|
28313
|
+
const Go = class Go extends st {
|
|
28314
28314
|
/**
|
|
28315
28315
|
* ESAlarm 类的构造函数。
|
|
28316
28316
|
* @param id - 场景对象的键,可选参数。
|
|
@@ -28329,7 +28329,7 @@ const Uo = class Uo extends st {
|
|
|
28329
28329
|
this.collision = !1, this.d(this.createdEvent.don(() => {
|
|
28330
28330
|
setTimeout(() => {
|
|
28331
28331
|
if ((this.editing ?? !1) || !this.position)
|
|
28332
|
-
this.d(
|
|
28332
|
+
this.d(oo(
|
|
28333
28333
|
[this.positionChanged, this.editingChanged],
|
|
28334
28334
|
() => {
|
|
28335
28335
|
this.editing || !this.position || this.isFlyInCreated && this.flyTo();
|
|
@@ -28387,7 +28387,7 @@ const Uo = class Uo extends st {
|
|
|
28387
28387
|
};
|
|
28388
28388
|
}
|
|
28389
28389
|
};
|
|
28390
|
-
d(
|
|
28390
|
+
d(Go, "createDefaultProps", () => ({
|
|
28391
28391
|
...st.createDefaultProps(),
|
|
28392
28392
|
/** 模式 [["柱状警告", 'cylinder'], ["圆形警告", "circle"]] */
|
|
28393
28393
|
mode: "cylinder",
|
|
@@ -28397,8 +28397,8 @@ d(Uo, "createDefaultProps", () => ({
|
|
|
28397
28397
|
* 静态属性,用于注册 ESAlarm 类的类型信息。
|
|
28398
28398
|
* 包含类型名称、中文名称、标签和描述。
|
|
28399
28399
|
*/
|
|
28400
|
-
d(
|
|
28401
|
-
let kf =
|
|
28400
|
+
d(Go, "type", Go.register("ESAlarm", Go, { chsName: "报警", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "警告类" }));
|
|
28401
|
+
let kf = Go;
|
|
28402
28402
|
const cE = [["扫描", "scan"], ["扩散", "diffuse"]], ls = class ls extends st {
|
|
28403
28403
|
/**
|
|
28404
28404
|
* 构造函数,创建一个 ESApertureEffect 实例。
|
|
@@ -28585,7 +28585,7 @@ d(Ri, "createDefaultProps", () => ({
|
|
|
28585
28585
|
*/
|
|
28586
28586
|
d(Ri, "type", Ri.register("ESAreaMeasurement", Ri, { chsName: "面积测量", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE", "_ES_Impl_Ol"], description: "面积测量" }));
|
|
28587
28587
|
let Bf = Ri;
|
|
28588
|
-
const
|
|
28588
|
+
const qo = class qo extends st {
|
|
28589
28589
|
/**
|
|
28590
28590
|
* 构造函数,创建一个 ESBlastParticleSystem 实例。
|
|
28591
28591
|
* @param {SceneObjectKey} [id] - 场景对象的唯一标识符。
|
|
@@ -28612,7 +28612,7 @@ const Go = class Go extends st {
|
|
|
28612
28612
|
};
|
|
28613
28613
|
}
|
|
28614
28614
|
};
|
|
28615
|
-
d(
|
|
28615
|
+
d(qo, "createDefaultProps", () => ({
|
|
28616
28616
|
...st.createDefaultProps(),
|
|
28617
28617
|
/** 粒子使用的图片路径 */
|
|
28618
28618
|
image: "${earthsdk3-assets-script-dir}/assets/img/smoke.png",
|
|
@@ -28623,8 +28623,8 @@ d(Go, "createDefaultProps", () => ({
|
|
|
28623
28623
|
*
|
|
28624
28624
|
* @readonly
|
|
28625
28625
|
*/
|
|
28626
|
-
d(
|
|
28627
|
-
let jf =
|
|
28626
|
+
d(qo, "type", qo.register("ESBlastParticleSystem", qo, { chsName: "粒子爆炸", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "粒子爆炸" }));
|
|
28627
|
+
let jf = qo;
|
|
28628
28628
|
const Or = class Or extends st {
|
|
28629
28629
|
/**
|
|
28630
28630
|
* 构造函数,创建 ESBoxClipping 实例。
|
|
@@ -29272,7 +29272,7 @@ d(nr, "createDefaultProps", () => ({
|
|
|
29272
29272
|
*/
|
|
29273
29273
|
d(nr, "type", nr.register("ESCameraViewCollection", nr, { chsName: "视角集合", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "视角集合" }));
|
|
29274
29274
|
let ih = nr;
|
|
29275
|
-
const
|
|
29275
|
+
const Wo = class Wo extends st {
|
|
29276
29276
|
/**
|
|
29277
29277
|
* 构造函数,用于创建 ESCameraVisibleRange 实例。
|
|
29278
29278
|
* @param id - 实例的可选 ID。
|
|
@@ -29302,7 +29302,7 @@ const qo = class qo extends st {
|
|
|
29302
29302
|
};
|
|
29303
29303
|
}
|
|
29304
29304
|
};
|
|
29305
|
-
d(
|
|
29305
|
+
d(Wo, "createDefaultProps", () => ({
|
|
29306
29306
|
...st.createDefaultProps(),
|
|
29307
29307
|
/**
|
|
29308
29308
|
* 横向夹角,默认值为 90 度。
|
|
@@ -29328,9 +29328,9 @@ d(qo, "createDefaultProps", () => ({
|
|
|
29328
29328
|
* 静态属性,用于注册类的类型信息。
|
|
29329
29329
|
* 包含类名、类本身、中文名称、标签和描述。
|
|
29330
29330
|
*/
|
|
29331
|
-
d(
|
|
29332
|
-
let Uf =
|
|
29333
|
-
const
|
|
29331
|
+
d(Wo, "type", Wo.register("ESCameraVisibleRange", Wo, { chsName: "摄像头可视域", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "摄像头可视域" }));
|
|
29332
|
+
let Uf = Wo;
|
|
29333
|
+
const Ho = class Ho extends st {
|
|
29334
29334
|
/**
|
|
29335
29335
|
* 构造函数,可传入一个可选的场景对象键 `id`。
|
|
29336
29336
|
* @param id - 场景对象键,用于唯一标识该车辆对象,可选参数。
|
|
@@ -29355,7 +29355,7 @@ const Wo = class Wo extends st {
|
|
|
29355
29355
|
};
|
|
29356
29356
|
}
|
|
29357
29357
|
};
|
|
29358
|
-
d(
|
|
29358
|
+
d(Ho, "createDefaultProps", () => ({
|
|
29359
29359
|
...st.createDefaultProps(),
|
|
29360
29360
|
/**模式 目前仅支持 policeCar */
|
|
29361
29361
|
mode: "policeCar",
|
|
@@ -29366,8 +29366,8 @@ d(Wo, "createDefaultProps", () => ({
|
|
|
29366
29366
|
* 这里注册的类名为 'ESCar',中文名称为 '车辆',标签包含 'ESObjects'、'_ES_Impl_Cesium'、'_ES_Impl_UE',
|
|
29367
29367
|
* 描述为 "警车等基础车辆模型"。
|
|
29368
29368
|
*/
|
|
29369
|
-
d(
|
|
29370
|
-
let sh =
|
|
29369
|
+
d(Ho, "type", Ho.register("ESCar", Ho, { chsName: "车辆", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "警车等基础车辆模型" }));
|
|
29370
|
+
let sh = Ho;
|
|
29371
29371
|
const Gs = class Gs extends Ot {
|
|
29372
29372
|
/**
|
|
29373
29373
|
* 构造函数,用于创建 ESClassification 实例。
|
|
@@ -29430,7 +29430,7 @@ d(Gs, "supportEditingModes", [
|
|
|
29430
29430
|
tt.HeightModify
|
|
29431
29431
|
]);
|
|
29432
29432
|
let oh = Gs;
|
|
29433
|
-
const
|
|
29433
|
+
const Xo = class Xo extends st {
|
|
29434
29434
|
/**
|
|
29435
29435
|
* 构造函数,创建一个 ESClippingPlane 实例。
|
|
29436
29436
|
* @param {SceneObjectKey} [id] - 场景对象的唯一标识符,可选参数。
|
|
@@ -29482,7 +29482,7 @@ const Ho = class Ho extends st {
|
|
|
29482
29482
|
};
|
|
29483
29483
|
}
|
|
29484
29484
|
};
|
|
29485
|
-
d(
|
|
29485
|
+
d(Xo, "createDefaultProps", () => ({
|
|
29486
29486
|
...st.createDefaultProps(),
|
|
29487
29487
|
/**
|
|
29488
29488
|
* 布尔值,控制是否显示箭头,默认为 true。
|
|
@@ -29520,8 +29520,8 @@ d(Ho, "createDefaultProps", () => ({
|
|
|
29520
29520
|
* 静态属性,用于注册该类的类型信息。
|
|
29521
29521
|
* 类型名称为 'ESClippingPlane',中文名称为 '裁切',包含相关标签和描述信息。
|
|
29522
29522
|
*/
|
|
29523
|
-
d(
|
|
29524
|
-
let Gf =
|
|
29523
|
+
d(Xo, "type", Xo.register("ESClippingPlane", Xo, { chsName: "裁切", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESClippingPlane" }));
|
|
29524
|
+
let Gf = Xo;
|
|
29525
29525
|
class hE extends V {
|
|
29526
29526
|
/**
|
|
29527
29527
|
* 构造函数,初始化ViewerCustomDivInstance实例。
|
|
@@ -29813,8 +29813,8 @@ ${Jm}
|
|
|
29813
29813
|
...t.more,
|
|
29814
29814
|
new at([
|
|
29815
29815
|
new X([this, "show"], "显示"),
|
|
29816
|
-
new
|
|
29817
|
-
new
|
|
29816
|
+
new uo([this, "instanceClassStr"], "实例类", Jm, dE, !0),
|
|
29817
|
+
new uo([this, "innerHTML"], "innerHTML", rr.defaultInnerHTML, rr.innerHTMLReadMe, !0),
|
|
29818
29818
|
new lt(["string"], n, ["(divClass, dom, viewer) => divClass.update && divClass.update()"], "强制更新"),
|
|
29819
29819
|
new X([this, "allowPicking"], "允许拾取", !0),
|
|
29820
29820
|
new mt([this, "containerId"], "容器ID", rr.defaults.containerId, !0),
|
|
@@ -30012,7 +30012,7 @@ d(Ws, "supportEditingModes", [
|
|
|
30012
30012
|
tt.LineStringInsert
|
|
30013
30013
|
]);
|
|
30014
30014
|
let Fs = Ws;
|
|
30015
|
-
const
|
|
30015
|
+
const Yo = class Yo extends Fs {
|
|
30016
30016
|
/**
|
|
30017
30017
|
* 构造函数,用于创建 ESDistanceMeasurement 实例。
|
|
30018
30018
|
* @param {string} [id] - 可选参数,实例的唯一标识符。
|
|
@@ -30021,7 +30021,7 @@ const Xo = class Xo extends Fs {
|
|
|
30021
30021
|
super(e);
|
|
30022
30022
|
}
|
|
30023
30023
|
};
|
|
30024
|
-
d(
|
|
30024
|
+
d(Yo, "createDefaultProps", () => ({
|
|
30025
30025
|
...Fs.createDefaultProps(),
|
|
30026
30026
|
/**
|
|
30027
30027
|
* 线条样式属性,使用 reactJson 包装,使其成为响应式对象。
|
|
@@ -30040,8 +30040,8 @@ d(Xo, "createDefaultProps", () => ({
|
|
|
30040
30040
|
* 静态属性,用于注册 ESDistanceMeasurement 类,包含类的类型名称、中文名称、标签和描述信息。
|
|
30041
30041
|
* 类型名称用于唯一标识该类,中文名称用于友好显示,标签用于分类和查找,描述信息用于简要说明该类的功能。
|
|
30042
30042
|
*/
|
|
30043
|
-
d(
|
|
30044
|
-
let Wf =
|
|
30043
|
+
d(Yo, "type", Yo.register("ESDistanceMeasurement", Yo, { chsName: "距离测量", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE", "_ES_Impl_Ol"], description: "距离测量" }));
|
|
30044
|
+
let Wf = Yo;
|
|
30045
30045
|
const cs = class cs extends Wt {
|
|
30046
30046
|
/**
|
|
30047
30047
|
* 构造函数,初始化 ESExcavate 对象。
|
|
@@ -30080,7 +30080,7 @@ d(cs, "createDefaultProps", () => ({
|
|
|
30080
30080
|
*/
|
|
30081
30081
|
d(cs, "type", cs.register("ESExcavate", cs, { chsName: "挖坑", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "挖坑" })), d(cs, "modes", [["向内", "in"], ["向外", "out"]]);
|
|
30082
30082
|
let Bl = cs;
|
|
30083
|
-
const
|
|
30083
|
+
const Jo = class Jo extends st {
|
|
30084
30084
|
/**
|
|
30085
30085
|
* 构造函数,创建 ESFireParticleSystem 实例。
|
|
30086
30086
|
* @param {SceneObjectKey} [id] - 场景对象的键,可选参数。
|
|
@@ -30105,7 +30105,7 @@ const Yo = class Yo extends st {
|
|
|
30105
30105
|
};
|
|
30106
30106
|
}
|
|
30107
30107
|
};
|
|
30108
|
-
d(
|
|
30108
|
+
d(Jo, "createDefaultProps", () => ({
|
|
30109
30109
|
...st.createDefaultProps(),
|
|
30110
30110
|
/**特效图 */
|
|
30111
30111
|
image: "${earthsdk3-assets-script-dir}/assets/img/smoke.png",
|
|
@@ -30116,8 +30116,8 @@ d(Yo, "createDefaultProps", () => ({
|
|
|
30116
30116
|
*
|
|
30117
30117
|
* @readonly
|
|
30118
30118
|
*/
|
|
30119
|
-
d(
|
|
30120
|
-
let Hf =
|
|
30119
|
+
d(Jo, "type", Jo.register("ESFireParticleSystem", Jo, { chsName: "粒子烟火", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "粒子烟火" }));
|
|
30120
|
+
let Hf = Jo;
|
|
30121
30121
|
const fE = `
|
|
30122
30122
|
## 参数类型为 ESTreeType
|
|
30123
30123
|
\`\`\`js
|
|
@@ -30359,8 +30359,8 @@ ${Km}
|
|
|
30359
30359
|
new M([this, "opacity"], "透明度", Dr.defaults.opacity, !0),
|
|
30360
30360
|
new M([this, "zOrder"], "zOrder", Dr.defaults.zOrder, !0),
|
|
30361
30361
|
new ke([this, "anchor"], "偏移比例", Dr.defaults.anchor, !0),
|
|
30362
|
-
new
|
|
30363
|
-
new
|
|
30362
|
+
new uo([this, "innerHTML"], "innerHTML", Dr.defaults.innerHTML, gE, !0),
|
|
30363
|
+
new uo([this, "instanceClassStr"], "实例类", Dr.defaults.instanceClassStr, pE, !0),
|
|
30364
30364
|
new X([this, "renderInUE"], "是否在UE中渲染", !0, !1)
|
|
30365
30365
|
]
|
|
30366
30366
|
};
|
|
@@ -30829,7 +30829,7 @@ d(hs, "createDefaultProps", () => ({
|
|
|
30829
30829
|
* 注册类类型,指定名称、类本身以及相关信息
|
|
30830
30830
|
*/
|
|
30831
30831
|
d(hs, "type", hs.register("ESGltfModel", hs, { chsName: "模型", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "gltf模型" }));
|
|
30832
|
-
let
|
|
30832
|
+
let bo = hs;
|
|
30833
30833
|
const ir = class ir extends st {
|
|
30834
30834
|
/**
|
|
30835
30835
|
* 构造函数。
|
|
@@ -30928,7 +30928,7 @@ d(ir, "createDefaultProps", () => ({
|
|
|
30928
30928
|
* 类的类型,包含名称、中文名称、标签和描述信息。
|
|
30929
30929
|
*/
|
|
30930
30930
|
d(ir, "type", ir.register("ESHuman", ir, { chsName: "人员", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "工人 警察 路人" })), d(ir, "modes", [["工人", "worker"], ["警察", "police"], ["路人", "pedestrian"], ["陌生人", "stranger"], ["男士", "suitMan"], ["女士", "suitWoman"]]), d(ir, "animations", [["站立", "standing"], ["行走", "walking"], ["奔跑", "running"]]);
|
|
30931
|
-
let
|
|
30931
|
+
let _a = ir;
|
|
30932
30932
|
const Ys = class Ys extends xr {
|
|
30933
30933
|
/**
|
|
30934
30934
|
* 构造函数,初始化 ESImageLabel 实例。
|
|
@@ -31364,7 +31364,7 @@ const Je = class Je extends st {
|
|
|
31364
31364
|
...t.more,
|
|
31365
31365
|
new at([], "通用", "通用"),
|
|
31366
31366
|
new lt(["number"], (n) => this.flyTo(n), [1e3], "飞入"),
|
|
31367
|
-
new
|
|
31367
|
+
new uo([this, "updateCallback"], "更新回调函数", void 0, void 0, !0),
|
|
31368
31368
|
new M([this, "emissionRate"], "发射率", 5, !0),
|
|
31369
31369
|
new X([this, "loop"], "是否循环", !0, !0),
|
|
31370
31370
|
new M([this, "particleScale"], "等级", 1, !0),
|
|
@@ -31765,7 +31765,7 @@ d(ci, "type", ci.register("ESPoi3D", ci, { chsName: "ESPoi3D", tags: ["ESObjects
|
|
|
31765
31765
|
["汽车运梁通道", "TransportationBridge"]
|
|
31766
31766
|
]);
|
|
31767
31767
|
let $f = ci;
|
|
31768
|
-
const
|
|
31768
|
+
const Zo = class Zo extends Wt {
|
|
31769
31769
|
/**
|
|
31770
31770
|
* 构造函数,创建 `ESPolygonFlattenedPlane` 实例。
|
|
31771
31771
|
* @param id - 场景对象的键,可选参数。
|
|
@@ -31812,7 +31812,7 @@ const Jo = class Jo extends Wt {
|
|
|
31812
31812
|
};
|
|
31813
31813
|
}
|
|
31814
31814
|
};
|
|
31815
|
-
d(
|
|
31815
|
+
d(Zo, "createDefaultProps", () => ({
|
|
31816
31816
|
...Wt.createDefaultProps(),
|
|
31817
31817
|
/**
|
|
31818
31818
|
* 瓦片图层ID,用于压平对象的作用对象。
|
|
@@ -31824,8 +31824,8 @@ d(Jo, "createDefaultProps", () => ({
|
|
|
31824
31824
|
* 注册类的类型信息,包括类型名称、父类、中文名称、标签和描述。
|
|
31825
31825
|
* 类型名称为 'ESPolygonFlattenedPlane',中文名称为 '压平',标签包含 'ESObjects'、'_ES_Impl_Cesium'、'_ES_Impl_UE'。
|
|
31826
31826
|
*/
|
|
31827
|
-
d(
|
|
31828
|
-
let tp =
|
|
31827
|
+
d(Zo, "type", Zo.register("ESPolygonFlattenedPlane", Zo, { chsName: "压平", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESPolygonFlattenedPlane" }));
|
|
31828
|
+
let tp = Zo;
|
|
31829
31829
|
const mE = async (r, e, t) => {
|
|
31830
31830
|
const { viewer: n } = r;
|
|
31831
31831
|
if (!n) {
|
|
@@ -31881,7 +31881,7 @@ const mE = async (r, e, t) => {
|
|
|
31881
31881
|
p: { id: e, ToParams: t, SwitchTime: i, TimeLength: n }
|
|
31882
31882
|
});
|
|
31883
31883
|
return o.error && console.error("GrowthSimulation:", o.error), o;
|
|
31884
|
-
},
|
|
31884
|
+
}, Ko = class Ko extends Gt {
|
|
31885
31885
|
/**
|
|
31886
31886
|
* 构造函数,创建一个 ESSeparateFoliage 实例。
|
|
31887
31887
|
* @param {string} [id] - 对象的可选ID。
|
|
@@ -32072,7 +32072,7 @@ const mE = async (r, e, t) => {
|
|
|
32072
32072
|
};
|
|
32073
32073
|
}
|
|
32074
32074
|
};
|
|
32075
|
-
d(
|
|
32075
|
+
d(Ko, "createDefaultProps", () => ({
|
|
32076
32076
|
...Gt.createDefaultProps(),
|
|
32077
32077
|
/** 树类型数组 */
|
|
32078
32078
|
treeTypes: $t([]),
|
|
@@ -32087,8 +32087,8 @@ d(Zo, "createDefaultProps", () => ({
|
|
|
32087
32087
|
*
|
|
32088
32088
|
* @type {*}
|
|
32089
32089
|
*/
|
|
32090
|
-
d(
|
|
32091
|
-
let ep =
|
|
32090
|
+
d(Ko, "type", Ko.register("ESSeparateFoliage", Ko, { chsName: "单体控制森林", tags: ["ESObjects", "_ES_Impl_UE"], description: "ESSeparateFoliage" }));
|
|
32091
|
+
let ep = Ko;
|
|
32092
32092
|
function dl(r, e, t) {
|
|
32093
32093
|
const n = "buffer" in r, i = n ? r.buffer : r;
|
|
32094
32094
|
n && (e += r.byteOffset);
|
|
@@ -32336,6 +32336,7 @@ const Js = class Js extends Wt {
|
|
|
32336
32336
|
*/
|
|
32337
32337
|
constructor(t) {
|
|
32338
32338
|
super(t);
|
|
32339
|
+
d(this, "_groundHeight", this.disposeVar(k(0)));
|
|
32339
32340
|
/**
|
|
32340
32341
|
* 开始事件,当调用 start 方法时触发。
|
|
32341
32342
|
*/
|
|
@@ -32344,6 +32345,19 @@ const Js = class Js extends Wt {
|
|
|
32344
32345
|
* 停止事件,当调用 stop 方法时触发。
|
|
32345
32346
|
*/
|
|
32346
32347
|
d(this, "_stopEvent", this.dv(new T()));
|
|
32348
|
+
this.ad(oo(this.pointsChanged, () => {
|
|
32349
|
+
var n, i;
|
|
32350
|
+
this.groundHeight = ((i = (n = this.points) == null ? void 0 : n[0]) == null ? void 0 : i[2]) ?? 0;
|
|
32351
|
+
}, { immediate: !0 }));
|
|
32352
|
+
}
|
|
32353
|
+
get groundHeight() {
|
|
32354
|
+
return this._groundHeight.value;
|
|
32355
|
+
}
|
|
32356
|
+
set groundHeight(t) {
|
|
32357
|
+
this._groundHeight.value = t;
|
|
32358
|
+
}
|
|
32359
|
+
get groundHeightChanged() {
|
|
32360
|
+
return this._groundHeight.changed;
|
|
32347
32361
|
}
|
|
32348
32362
|
/**
|
|
32349
32363
|
* 获取开始事件。
|
|
@@ -32384,8 +32398,8 @@ const Js = class Js extends Wt {
|
|
|
32384
32398
|
new Nt([this, "startColor"], "起始颜色"),
|
|
32385
32399
|
new Nt([this, "endColor"], "结束颜色"),
|
|
32386
32400
|
new M([this, "progress"], "计算进度(%)", 0, !0),
|
|
32387
|
-
new M([this, "
|
|
32388
|
-
new M([this, "
|
|
32401
|
+
new M([this, "height"], "分析区域高度(m)"),
|
|
32402
|
+
new M([this, "groundHeight"], "地面高度(m)", 0, !1, !0),
|
|
32389
32403
|
new M([this, "sampleDistance"], "采样间距(m)"),
|
|
32390
32404
|
new M([this, "startTime"], "起始时间(ms)"),
|
|
32391
32405
|
new M([this, "endTime"], "结束时间(ms)"),
|
|
@@ -32398,10 +32412,8 @@ const Js = class Js extends Wt {
|
|
|
32398
32412
|
};
|
|
32399
32413
|
d(Js, "createDefaultProps", () => ({
|
|
32400
32414
|
...Wt.createDefaultProps(),
|
|
32401
|
-
/**
|
|
32402
|
-
|
|
32403
|
-
/** 日照分析区域的底面高度,单位为米,默认值为 0 米。 */
|
|
32404
|
-
height: 0,
|
|
32415
|
+
/** 日照分析区域的分析高度,单位为米,默认值为 30 米。 */
|
|
32416
|
+
height: 30,
|
|
32405
32417
|
/** 日照分析的采样间距,单位为米,默认值为 10 米。 */
|
|
32406
32418
|
sampleDistance: 10,
|
|
32407
32419
|
/** 日照分析的起始颜色,以四维向量表示,默认值为 [1, 1, 0, 1]。 */
|
|
@@ -32776,7 +32788,7 @@ d(sr, "createDefaultProps", () => ({
|
|
|
32776
32788
|
*/
|
|
32777
32789
|
d(sr, "type", sr.register("ESUEWidget", sr, { chsName: "部件", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "3DTileset" }));
|
|
32778
32790
|
let sp = sr;
|
|
32779
|
-
const
|
|
32791
|
+
const Qo = class Qo extends st {
|
|
32780
32792
|
constructor() {
|
|
32781
32793
|
super(...arguments);
|
|
32782
32794
|
/**
|
|
@@ -32885,7 +32897,7 @@ const Ko = class Ko extends st {
|
|
|
32885
32897
|
};
|
|
32886
32898
|
}
|
|
32887
32899
|
};
|
|
32888
|
-
d(
|
|
32900
|
+
d(Qo, "createDefaultProps", () => ({
|
|
32889
32901
|
...st.createDefaultProps(),
|
|
32890
32902
|
/**
|
|
32891
32903
|
*UE 中的 Actor 标签,用于标识和查找 Actor。
|
|
@@ -32909,8 +32921,8 @@ d(Ko, "createDefaultProps", () => ({
|
|
|
32909
32921
|
})), /**
|
|
32910
32922
|
* 注册类的类型信息,包含类名、中文名称、标签和描述。
|
|
32911
32923
|
*/
|
|
32912
|
-
d(
|
|
32913
|
-
let op =
|
|
32924
|
+
d(Qo, "type", Qo.register("ESUnrealActor", Qo, { chsName: "UnrealActor", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "UnrealActor" }));
|
|
32925
|
+
let op = Qo;
|
|
32914
32926
|
const cn = class cn extends st {
|
|
32915
32927
|
/**
|
|
32916
32928
|
* 构造函数,初始化视频融合对象。
|
|
@@ -33425,7 +33437,7 @@ ${ev}
|
|
|
33425
33437
|
new at([], "标注文本样式"),
|
|
33426
33438
|
new mt([this, "textFontFamily"], "字体", Ct.defaults.textStyle.fontFamily),
|
|
33427
33439
|
new at([], "通用"),
|
|
33428
|
-
new
|
|
33440
|
+
new uo([this, "loadFuncStr"], "loadFnStr", ev, IE, !0)
|
|
33429
33441
|
]
|
|
33430
33442
|
};
|
|
33431
33443
|
}
|
|
@@ -34216,7 +34228,7 @@ d(Ks, "supportEditingModes", [
|
|
|
34216
34228
|
tt.DoublePointsModify
|
|
34217
34229
|
]);
|
|
34218
34230
|
let hp = Ks;
|
|
34219
|
-
const
|
|
34231
|
+
const $o = class $o extends As {
|
|
34220
34232
|
/**
|
|
34221
34233
|
* 构造函数,初始化圆形的属性并设置面积和周长的更新逻辑。
|
|
34222
34234
|
* @param {string} [id] 对象的 ID。
|
|
@@ -34304,7 +34316,7 @@ const Qo = class Qo extends As {
|
|
|
34304
34316
|
};
|
|
34305
34317
|
}
|
|
34306
34318
|
};
|
|
34307
|
-
d(
|
|
34319
|
+
d($o, "createDefaultProps", () => ({
|
|
34308
34320
|
...As.createDefaultProps(),
|
|
34309
34321
|
/**
|
|
34310
34322
|
* 圆形的半径,使用响应式值存储 默认值 1。
|
|
@@ -34322,9 +34334,9 @@ d(Qo, "createDefaultProps", () => ({
|
|
|
34322
34334
|
* 注册 ESLocalCircle 类型,设置其名称、标签和描述。
|
|
34323
34335
|
* @readonly
|
|
34324
34336
|
*/
|
|
34325
|
-
d(
|
|
34326
|
-
let dp =
|
|
34327
|
-
const
|
|
34337
|
+
d($o, "type", $o.register("ESLocalCircle", $o, { chsName: "局部坐标圆形", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESLocalCircle" }));
|
|
34338
|
+
let dp = $o;
|
|
34339
|
+
const ta = class ta extends As {
|
|
34328
34340
|
/**
|
|
34329
34341
|
* 构造函数。
|
|
34330
34342
|
* @param {string} [id] - 可选的对象ID。
|
|
@@ -34349,7 +34361,7 @@ const $o = class $o extends As {
|
|
|
34349
34361
|
};
|
|
34350
34362
|
}
|
|
34351
34363
|
};
|
|
34352
|
-
d(
|
|
34364
|
+
d(ta, "createDefaultProps", () => ({
|
|
34353
34365
|
...As.createDefaultProps(),
|
|
34354
34366
|
/**
|
|
34355
34367
|
* 多边形的点数组。
|
|
@@ -34361,9 +34373,9 @@ d($o, "createDefaultProps", () => ({
|
|
|
34361
34373
|
* @readonly
|
|
34362
34374
|
* 注册ESLocalPolygon类,包含中文名、标签和描述信息。
|
|
34363
34375
|
*/
|
|
34364
|
-
d(
|
|
34365
|
-
let Ul =
|
|
34366
|
-
const
|
|
34376
|
+
d(ta, "type", ta.register("ESLocalPolygon", ta, { chsName: "局部2D坐标多边形", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESLocalPolygon" }));
|
|
34377
|
+
let Ul = ta;
|
|
34378
|
+
const ea = class ea extends ku {
|
|
34367
34379
|
/**
|
|
34368
34380
|
* 构造函数,用于创建 ESLocalPolygonZ 实例。
|
|
34369
34381
|
* @param {string} [id] - 可选参数,实例的唯一标识符。
|
|
@@ -34388,7 +34400,7 @@ const ta = class ta extends ku {
|
|
|
34388
34400
|
};
|
|
34389
34401
|
}
|
|
34390
34402
|
};
|
|
34391
|
-
d(
|
|
34403
|
+
d(ea, "createDefaultProps", () => ({
|
|
34392
34404
|
...ku.createDefaultProps(),
|
|
34393
34405
|
/**
|
|
34394
34406
|
* 表示多边形顶点位置的数组,每个元素是一个包含三个数值的数组
|
|
@@ -34399,9 +34411,9 @@ d(ta, "createDefaultProps", () => ({
|
|
|
34399
34411
|
* 静态属性,用于注册类的类型信息。
|
|
34400
34412
|
* 注册的类型名称为 'ESLocalPolygonZ',同时包含中文名称、标签和描述信息。
|
|
34401
34413
|
*/
|
|
34402
|
-
d(
|
|
34403
|
-
let fp =
|
|
34404
|
-
const
|
|
34414
|
+
d(ea, "type", ea.register("ESLocalPolygonZ", ea, { chsName: "局部坐标多边形", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESLocalPolygonZ" }));
|
|
34415
|
+
let fp = ea;
|
|
34416
|
+
const na = class na extends As {
|
|
34405
34417
|
/**
|
|
34406
34418
|
* 构造函数,初始化 ESLocalRectangle 实例。
|
|
34407
34419
|
* @param id 可选参数,实例的唯一标识符。
|
|
@@ -34425,7 +34437,7 @@ const ea = class ea extends As {
|
|
|
34425
34437
|
};
|
|
34426
34438
|
}
|
|
34427
34439
|
};
|
|
34428
|
-
d(
|
|
34440
|
+
d(na, "createDefaultProps", () => ({
|
|
34429
34441
|
...As.createDefaultProps(),
|
|
34430
34442
|
/**
|
|
34431
34443
|
* 矩形的宽度,默认为 500000 单位。
|
|
@@ -34440,8 +34452,8 @@ d(ea, "createDefaultProps", () => ({
|
|
|
34440
34452
|
* 静态属性,用于注册类的类型信息。
|
|
34441
34453
|
* 包含类的名称、自身引用、中文名称、标签和描述。
|
|
34442
34454
|
*/
|
|
34443
|
-
d(
|
|
34444
|
-
let pp =
|
|
34455
|
+
d(na, "type", na.register("ESLocalRectangle", na, { chsName: "局部坐标四边形", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESLocalRectangle" }));
|
|
34456
|
+
let pp = na;
|
|
34445
34457
|
const hi = class hi extends Ot {
|
|
34446
34458
|
/**
|
|
34447
34459
|
* 构造函数,初始化围栏对象。
|
|
@@ -34845,7 +34857,7 @@ d(fs, "supportEditingModes", [
|
|
|
34845
34857
|
tt.DoublePointsModify
|
|
34846
34858
|
]);
|
|
34847
34859
|
let mp = fs;
|
|
34848
|
-
const
|
|
34860
|
+
const ra = class ra extends Wt {
|
|
34849
34861
|
/**
|
|
34850
34862
|
* 获取该对象的 ES 属性信息。
|
|
34851
34863
|
* 在父类属性的基础上,添加了一个关于内部裁切多边形数组的 Json 属性。
|
|
@@ -34862,7 +34874,7 @@ const na = class na extends Wt {
|
|
|
34862
34874
|
};
|
|
34863
34875
|
}
|
|
34864
34876
|
};
|
|
34865
|
-
d(
|
|
34877
|
+
d(ra, "createDefaultProps", () => ({
|
|
34866
34878
|
...Wt.createDefaultProps(),
|
|
34867
34879
|
/**
|
|
34868
34880
|
* 内部裁切多边形数组,用于定义多边形的内部裁切区域。
|
|
@@ -34874,8 +34886,8 @@ d(na, "createDefaultProps", () => ({
|
|
|
34874
34886
|
* 注册类的类型信息,包括类型名称、父类、中文名称、标签和描述。
|
|
34875
34887
|
* 该类型用于标识和区分不同的地理对象类型。
|
|
34876
34888
|
*/
|
|
34877
|
-
d(
|
|
34878
|
-
let vp =
|
|
34889
|
+
d(ra, "type", ra.register("ESPolygonWithHole", ra, { chsName: "内部裁切多边形", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "带洞多边形" }));
|
|
34890
|
+
let vp = ra;
|
|
34879
34891
|
const ps = class ps extends Wt {
|
|
34880
34892
|
/**
|
|
34881
34893
|
* 构造函数,初始化对象。
|
|
@@ -35366,7 +35378,7 @@ d(di, "supportEditingModes", [
|
|
|
35366
35378
|
tt.VisibilityModify
|
|
35367
35379
|
]);
|
|
35368
35380
|
let bp = di;
|
|
35369
|
-
const
|
|
35381
|
+
const ia = class ia extends Wt {
|
|
35370
35382
|
/**
|
|
35371
35383
|
* 构造函数,初始化 `ESVolumeMeasurement` 实例。
|
|
35372
35384
|
* @param id - 可选的实例 ID。
|
|
@@ -35457,7 +35469,7 @@ const ra = class ra extends Wt {
|
|
|
35457
35469
|
};
|
|
35458
35470
|
}
|
|
35459
35471
|
};
|
|
35460
|
-
d(
|
|
35472
|
+
d(ia, "createDefaultProps", () => ({
|
|
35461
35473
|
...Wt.createDefaultProps(),
|
|
35462
35474
|
/**
|
|
35463
35475
|
* 基准面高程,用于体积测量。
|
|
@@ -35518,9 +35530,9 @@ d(ra, "createDefaultProps", () => ({
|
|
|
35518
35530
|
})), /**
|
|
35519
35531
|
* 注册 `ESVolumeMeasurement` 类,设置其类型名称、中文名称、标签和描述信息。
|
|
35520
35532
|
*/
|
|
35521
|
-
d(
|
|
35522
|
-
let xp =
|
|
35523
|
-
const
|
|
35533
|
+
d(ia, "type", ia.register("ESVolumeMeasurement", ia, { chsName: "体积测量", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "体积测量" }));
|
|
35534
|
+
let xp = ia;
|
|
35535
|
+
const sa = class sa extends _a {
|
|
35524
35536
|
/**
|
|
35525
35537
|
* 构造函数。
|
|
35526
35538
|
* @param id - 可选的对象 ID。
|
|
@@ -35530,7 +35542,7 @@ const ia = class ia extends va {
|
|
|
35530
35542
|
/**
|
|
35531
35543
|
* 内部的 ESHuman 实例。
|
|
35532
35544
|
*/
|
|
35533
|
-
d(this, "_human", this.dv(new
|
|
35545
|
+
d(this, "_human", this.dv(new _a()));
|
|
35534
35546
|
/**
|
|
35535
35547
|
* 内部的 ESPoi2D 实例。
|
|
35536
35548
|
*/
|
|
@@ -35593,7 +35605,7 @@ const ia = class ia extends va {
|
|
|
35593
35605
|
};
|
|
35594
35606
|
}
|
|
35595
35607
|
};
|
|
35596
|
-
d(
|
|
35608
|
+
d(sa, "createDefaultProps", () => ({
|
|
35597
35609
|
/**
|
|
35598
35610
|
* POI 相对于人物的高度偏移量,默认1.8; 单位为米。
|
|
35599
35611
|
*/
|
|
@@ -35641,12 +35653,12 @@ d(ia, "createDefaultProps", () => ({
|
|
|
35641
35653
|
/**
|
|
35642
35654
|
* 继承自 ESHuman 的默认属性。
|
|
35643
35655
|
*/
|
|
35644
|
-
...
|
|
35656
|
+
..._a.createDefaultProps()
|
|
35645
35657
|
})), /**
|
|
35646
35658
|
* 注册类类型,设置类的中文名称、标签和描述。
|
|
35647
35659
|
*/
|
|
35648
|
-
d(
|
|
35649
|
-
let Ip =
|
|
35660
|
+
d(sa, "type", sa.register("ESHumanPoi", sa, { chsName: "人员poi", tags: ["ESObjects"], description: "ESHuman + ESPoi2D组合对象" }));
|
|
35661
|
+
let Ip = sa;
|
|
35650
35662
|
const Ar = class Ar extends Wt {
|
|
35651
35663
|
/**
|
|
35652
35664
|
* 构造函数,初始化ESPit对象。
|
|
@@ -35713,7 +35725,7 @@ d(Ar, "createDefaultProps", () => ({
|
|
|
35713
35725
|
*/
|
|
35714
35726
|
d(Ar, "type", Ar.register("ESPit", Ar, { chsName: "坑", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "坑" }));
|
|
35715
35727
|
let cu = Ar;
|
|
35716
|
-
const
|
|
35728
|
+
const oa = class oa extends cu {
|
|
35717
35729
|
/**
|
|
35718
35730
|
* 构造函数,初始化ESHole实例。
|
|
35719
35731
|
* @param id 可选参数,实例的ID。
|
|
@@ -35770,7 +35782,7 @@ const sa = class sa extends cu {
|
|
|
35770
35782
|
};
|
|
35771
35783
|
}
|
|
35772
35784
|
};
|
|
35773
|
-
d(
|
|
35785
|
+
d(oa, "createDefaultProps", () => ({
|
|
35774
35786
|
...cu.createDefaultProps(),
|
|
35775
35787
|
/** 挖坑方向 向内或向外 */
|
|
35776
35788
|
mode: "in",
|
|
@@ -35780,8 +35792,8 @@ d(sa, "createDefaultProps", () => ({
|
|
|
35780
35792
|
* 静态属性,用于注册类的类型信息。
|
|
35781
35793
|
* 包含类名、中文名称、标签和描述。
|
|
35782
35794
|
*/
|
|
35783
|
-
d(
|
|
35784
|
-
let Pp =
|
|
35795
|
+
d(oa, "type", oa.register("ESHole", oa, { chsName: "挖坑(带材质+深度)", tags: ["ESObjects"], description: "挖坑" }));
|
|
35796
|
+
let Pp = oa;
|
|
35785
35797
|
const nd = {
|
|
35786
35798
|
/**
|
|
35787
35799
|
* 获取图层配置的 API 地址
|
|
@@ -35883,7 +35895,7 @@ const nd = {
|
|
|
35883
35895
|
} catch (s) {
|
|
35884
35896
|
console.error(s);
|
|
35885
35897
|
}
|
|
35886
|
-
},
|
|
35898
|
+
}, aa = class aa extends qr {
|
|
35887
35899
|
/**
|
|
35888
35900
|
* 构造函数。
|
|
35889
35901
|
* @param id - 场景对象 ID。
|
|
@@ -36221,19 +36233,19 @@ const nd = {
|
|
|
36221
36233
|
};
|
|
36222
36234
|
}
|
|
36223
36235
|
};
|
|
36224
|
-
d(
|
|
36236
|
+
d(aa, "createDefaultProps", () => ({
|
|
36225
36237
|
...qr.createDefaultProps(),
|
|
36226
36238
|
/**图层配置 */
|
|
36227
36239
|
layerConfig: $t([])
|
|
36228
36240
|
})), /**
|
|
36229
36241
|
* 静态属性,用于注册类的类型信息。
|
|
36230
36242
|
*/
|
|
36231
|
-
d(
|
|
36232
|
-
let Tp =
|
|
36243
|
+
d(aa, "type", aa.register("ESRtsTileset", aa, { chsName: "CIMRTS实时3DTileset图层", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "实时3DTileset图层" }));
|
|
36244
|
+
let Tp = aa;
|
|
36233
36245
|
function ME(r) {
|
|
36234
36246
|
return typeof r == "number" && !isNaN(r);
|
|
36235
36247
|
}
|
|
36236
|
-
const
|
|
36248
|
+
const ua = class ua extends qr {
|
|
36237
36249
|
/**
|
|
36238
36250
|
* 重写的方法,获取对象的 JSON 表示。
|
|
36239
36251
|
* @returns 包含对象属性的 JSON 值。
|
|
@@ -36292,7 +36304,7 @@ const aa = class aa extends qr {
|
|
|
36292
36304
|
super(e);
|
|
36293
36305
|
}
|
|
36294
36306
|
};
|
|
36295
|
-
d(
|
|
36307
|
+
d(ua, "createDefaultProps", () => ({
|
|
36296
36308
|
...qr.createDefaultProps(),
|
|
36297
36309
|
/**数据集名称 */
|
|
36298
36310
|
datasetName: void 0,
|
|
@@ -36309,8 +36321,8 @@ d(aa, "createDefaultProps", () => ({
|
|
|
36309
36321
|
})), /**
|
|
36310
36322
|
* 静态属性,用于注册类的类型信息。
|
|
36311
36323
|
*/
|
|
36312
|
-
d(
|
|
36313
|
-
let Np =
|
|
36324
|
+
d(ua, "type", ua.register("ESRtsFeatureEditing", ua, { chsName: "ESRtsFeatureEditing", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "实时3DTileset图层" }));
|
|
36325
|
+
let Np = ua;
|
|
36314
36326
|
const RE = async (r, e, t) => {
|
|
36315
36327
|
try {
|
|
36316
36328
|
const n = window.localStorage.getItem("Authorization");
|
|
@@ -36630,7 +36642,7 @@ d($s, "createDefaultProps", () => ({
|
|
|
36630
36642
|
*/
|
|
36631
36643
|
d($s, "type", $s.register("ESPoiTileset", $s, { chsName: "ESPoiTileset", tags: ["ESObjects", "_ES_Impl_UE"], description: "ESPoiTileset" }));
|
|
36632
36644
|
let Mp = $s;
|
|
36633
|
-
const
|
|
36645
|
+
const la = class la extends et {
|
|
36634
36646
|
/**
|
|
36635
36647
|
* 获取对象的属性列表。
|
|
36636
36648
|
* @returns {Array<GroupProperty | BooleanProperty | EnumProperty | Number2Property>} 属性列表。
|
|
@@ -36649,7 +36661,7 @@ const ua = class ua extends et {
|
|
|
36649
36661
|
};
|
|
36650
36662
|
}
|
|
36651
36663
|
};
|
|
36652
|
-
d(
|
|
36664
|
+
d(la, "createDefaultProps", () => ({
|
|
36653
36665
|
...et.createDefaultProps(),
|
|
36654
36666
|
/**
|
|
36655
36667
|
* 是否显示比例尺。
|
|
@@ -36672,8 +36684,8 @@ d(ua, "createDefaultProps", () => ({
|
|
|
36672
36684
|
})), /**
|
|
36673
36685
|
* 静态属性,用于注册ESScale类,包含类名、中文名称、标签和描述信息。
|
|
36674
36686
|
*/
|
|
36675
|
-
d(
|
|
36676
|
-
let Rp =
|
|
36687
|
+
d(la, "type", la.register("ESScale", la, { chsName: "比例尺", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "比例尺" }));
|
|
36688
|
+
let Rp = la;
|
|
36677
36689
|
const fi = class fi extends Wt {
|
|
36678
36690
|
/**
|
|
36679
36691
|
* 构造函数,初始化拉升多边形体对象。
|
|
@@ -36746,14 +36758,14 @@ const to = class to extends Wt {
|
|
|
36746
36758
|
const l = a.map((c) => [c[0], c[1], o]);
|
|
36747
36759
|
n.points = l, n.height = u - o, u - o <= 0 ? n.show = !1 : n.show = this.show && this.filled;
|
|
36748
36760
|
};
|
|
36749
|
-
s(), this.d(
|
|
36761
|
+
s(), this.d(oo([this.heightChanged, this.pointsChanged, this.maxHeightChanged], s));
|
|
36750
36762
|
}
|
|
36751
36763
|
{
|
|
36752
36764
|
const s = () => {
|
|
36753
36765
|
const { show: o, filled: a } = this;
|
|
36754
36766
|
n.show = o && a, i.show = o && a;
|
|
36755
36767
|
};
|
|
36756
|
-
s(), this.d(
|
|
36768
|
+
s(), this.d(oo([this.showChanged, this.filledChanged], s));
|
|
36757
36769
|
}
|
|
36758
36770
|
this.d(this.flyInEvent.don((s) => {
|
|
36759
36771
|
i.flyIn(s);
|
|
@@ -37026,7 +37038,7 @@ class Bu extends V {
|
|
|
37026
37038
|
});
|
|
37027
37039
|
})(Bu || (Bu = {}));
|
|
37028
37040
|
ks(Bu.prototype, Bu.createDefaultProps);
|
|
37029
|
-
const
|
|
37041
|
+
const ca = class ca extends et {
|
|
37030
37042
|
/**
|
|
37031
37043
|
* 构造函数,初始化 ESPlayer 实例。
|
|
37032
37044
|
* @param id - 可选的实例 ID。
|
|
@@ -37075,9 +37087,9 @@ const la = class la extends et {
|
|
|
37075
37087
|
more: [
|
|
37076
37088
|
...t.more,
|
|
37077
37089
|
new Oh([this, "playing"], [this, "ratio"], [this, "loop"], "播放器"),
|
|
37078
|
-
new
|
|
37079
|
-
new
|
|
37080
|
-
new
|
|
37090
|
+
new va([this, "currentTime"], "currentTime"),
|
|
37091
|
+
new va([this, "startTime"]),
|
|
37092
|
+
new va([this, "stopTime"]),
|
|
37081
37093
|
new X([this, "playing"]),
|
|
37082
37094
|
new X([this, "loop"]),
|
|
37083
37095
|
new M([this, "speed"])
|
|
@@ -37085,7 +37097,7 @@ const la = class la extends et {
|
|
|
37085
37097
|
};
|
|
37086
37098
|
}
|
|
37087
37099
|
};
|
|
37088
|
-
d(
|
|
37100
|
+
d(ca, "createDefaultProps", () => ({
|
|
37089
37101
|
...et.createDefaultProps(),
|
|
37090
37102
|
/**当前时间*/
|
|
37091
37103
|
currentTime: 0,
|
|
@@ -37102,8 +37114,8 @@ d(la, "createDefaultProps", () => ({
|
|
|
37102
37114
|
})), /**
|
|
37103
37115
|
* 静态属性,用于注册 ESPlayer 类型,包含中文名称、标签和描述信息。
|
|
37104
37116
|
*/
|
|
37105
|
-
d(
|
|
37106
|
-
let ju =
|
|
37117
|
+
d(ca, "type", ca.register("ESPlayer", ca, { chsName: "ESPlayer", tags: ["ESObjects", "_ES_Impl_UE"], description: "ESPlayer" }));
|
|
37118
|
+
let ju = ca;
|
|
37107
37119
|
function nv(r, e = !1) {
|
|
37108
37120
|
const t = r.map((i) => [i[0], [...i[1]], i[2] ? [...i[2]] : void 0]), n = t.length;
|
|
37109
37121
|
if (n === 0) return t;
|
|
@@ -37693,7 +37705,7 @@ d(wn, "defaults", {
|
|
|
37693
37705
|
* 时间-位置-旋转数据的元数据。
|
|
37694
37706
|
*/
|
|
37695
37707
|
d(wn, "timePosRotsMd", BE);
|
|
37696
|
-
let
|
|
37708
|
+
let xo = wn;
|
|
37697
37709
|
((r) => {
|
|
37698
37710
|
r.createDefaultProps = () => ({
|
|
37699
37711
|
/**
|
|
@@ -37708,7 +37720,7 @@ let bo = wn;
|
|
|
37708
37720
|
* 时间-位置-旋转数据数组,使用响应式深度数组处理,用于存储路径的时间、位置和旋转信息。
|
|
37709
37721
|
* 比较函数用于判断两个元素是否相等,映射函数用于处理元素以确保格式正确。
|
|
37710
37722
|
*/
|
|
37711
|
-
timePosRots:
|
|
37723
|
+
timePosRots: Io(void 0, (e, t) => e[0] === t[0] && e[1].every((n, i) => n === t[1][i]) && e[2] === t[2] === void 0 || e[2] !== void 0 && t[2] !== void 0 && e[2].every((n, i) => t[2][i]), (e) => [e[0], [...e[1]], e[2] && [...e[2]] || void 0]),
|
|
37712
37724
|
/**
|
|
37713
37725
|
* 一个布尔属性,指定是否根据时间-位置-旋转数据自动计算时间信息,默认值为 true。
|
|
37714
37726
|
*/
|
|
@@ -37810,9 +37822,9 @@ let bo = wn;
|
|
|
37810
37822
|
*/
|
|
37811
37823
|
debug: !1
|
|
37812
37824
|
});
|
|
37813
|
-
})(
|
|
37814
|
-
ks(
|
|
37815
|
-
const
|
|
37825
|
+
})(xo || (xo = {}));
|
|
37826
|
+
ks(xo.prototype, xo.createDefaultProps);
|
|
37827
|
+
const ha = class ha extends Fs {
|
|
37816
37828
|
/**
|
|
37817
37829
|
* 构造函数,初始化 ESPath 对象。
|
|
37818
37830
|
* @param id - 场景对象的键。
|
|
@@ -37845,7 +37857,7 @@ const ca = class ca extends Fs {
|
|
|
37845
37857
|
d(this, "_deprecatedWarningFunc", (() => {
|
|
37846
37858
|
this._deprecatedWarning();
|
|
37847
37859
|
})());
|
|
37848
|
-
this._path = this.dv(new
|
|
37860
|
+
this._path = this.dv(new xo()), this.d(this._path.currentInfoChanged.don(() => this._currentPositionChanged.emit(this._path.currentPosition))), this.d(this._path.currentInfoChanged.don(() => this._currentRotationChanged.emit(this.currentRotation))), this.d(this._path.currentInfoChanged.don(() => this._currentChanged.emit(this.current))), this._path.show = !0, this._path.polylineShow = !1, this._path.currentPoiShow = !1;
|
|
37849
37861
|
{
|
|
37850
37862
|
const n = () => {
|
|
37851
37863
|
if (!this.timeStamps || !this.points) {
|
|
@@ -37940,7 +37952,7 @@ const ca = class ca extends Fs {
|
|
|
37940
37952
|
};
|
|
37941
37953
|
}
|
|
37942
37954
|
};
|
|
37943
|
-
d(
|
|
37955
|
+
d(ha, "createDefaultProps", () => ({
|
|
37944
37956
|
// 继承 ESGeoVector 的默认属性
|
|
37945
37957
|
...Ot.createDefaultProps(),
|
|
37946
37958
|
/**
|
|
@@ -37985,8 +37997,8 @@ d(ca, "createDefaultProps", () => ({
|
|
|
37985
37997
|
})), /**
|
|
37986
37998
|
* 静态属性,用于注册 ESPath 类,包含名称、中文名称、标签和描述信息。
|
|
37987
37999
|
*/
|
|
37988
|
-
d(
|
|
37989
|
-
let zu =
|
|
38000
|
+
d(ha, "type", ha.register("ESPath", ha, { chsName: "ESPath", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "ESPath" }));
|
|
38001
|
+
let zu = ha;
|
|
37990
38002
|
const ms = class ms extends st {
|
|
37991
38003
|
/**
|
|
37992
38004
|
* 构造函数,用于创建 ESGeoDivTextPoi 实例。
|
|
@@ -38106,7 +38118,7 @@ d(ms, "createDefaultProps", () => ({
|
|
|
38106
38118
|
*/
|
|
38107
38119
|
d(ms, "type", ms.register("ESGeoDivTextPoi", ms, { chsName: "图标点", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "图标点" }));
|
|
38108
38120
|
let Fp = ms;
|
|
38109
|
-
const
|
|
38121
|
+
const da = class da extends st {
|
|
38110
38122
|
/**
|
|
38111
38123
|
* 构造函数,创建 ESCityBasePoint 实例。
|
|
38112
38124
|
* @param {string} [id] - 可选的实例 ID。
|
|
@@ -38130,7 +38142,7 @@ const ha = class ha extends st {
|
|
|
38130
38142
|
};
|
|
38131
38143
|
}
|
|
38132
38144
|
};
|
|
38133
|
-
d(
|
|
38145
|
+
d(da, "createDefaultProps", () => ({
|
|
38134
38146
|
...st.createDefaultProps(),
|
|
38135
38147
|
/**
|
|
38136
38148
|
* 颜色属性,表示城市基点的颜色。
|
|
@@ -38142,8 +38154,8 @@ d(ha, "createDefaultProps", () => ({
|
|
|
38142
38154
|
* 注册类的类型信息。
|
|
38143
38155
|
* 注册 'ESCityBasePoint' 类型,包含中文名称、标签和描述信息。
|
|
38144
38156
|
*/
|
|
38145
|
-
d(
|
|
38146
|
-
let kp =
|
|
38157
|
+
d(da, "type", da.register("ESCityBasePoint", da, { chsName: "城市基点(Czm)", tags: ["ESObjects", "CityObjects", "_ES_Impl_Cesium"], description: "城市基点(Czm)" }));
|
|
38158
|
+
let kp = da;
|
|
38147
38159
|
const jE = [
|
|
38148
38160
|
{
|
|
38149
38161
|
id: "document",
|
|
@@ -38426,9 +38438,9 @@ const kr = class kr extends et {
|
|
|
38426
38438
|
new X([this, "clockEnabled"], "启用", !1),
|
|
38427
38439
|
new M([this, "multiplier"], "倍速", kr.defaults.multiplier),
|
|
38428
38440
|
new X([this, "autoResetClock"], "自动设置时钟", !0),
|
|
38429
|
-
new
|
|
38430
|
-
new
|
|
38431
|
-
new
|
|
38441
|
+
new va([this, "startTime"], "开始时间", kr.defaults.startTime, !0),
|
|
38442
|
+
new va([this, "stopTime"], "结束时间", kr.defaults.stopTime, !0),
|
|
38443
|
+
new va([this, "currentTime"], "当前时间", kr.defaults.currentTime, !0),
|
|
38432
38444
|
new bt([this, "clockStep"], [["TICK_DEPENDENT", "TICK_DEPENDENT"], ["SYSTEM_CLOCK_MULTIPLIER", "SYSTEM_CLOCK_MULTIPLIER"], ["SYSTEM_CLOCK", "SYSTEM_CLOCK"]], "clockStep", "SYSTEM_CLOCK_MULTIPLIER"),
|
|
38433
38445
|
new bt([this, "clockRange"], [["UNBOUNDED", "UNBOUNDED"], ["CLAMPED", "CLAMPED"], ["LOOP_STOP", "LOOP_STOP"]], "clockRange", "UNBOUNDED"),
|
|
38434
38446
|
new X([this, "shouldAnimate"], "是否启用动画", !1)
|
|
@@ -38443,7 +38455,7 @@ const kr = class kr extends et {
|
|
|
38443
38455
|
...t.more,
|
|
38444
38456
|
new lt(["number"], (n) => this.flyTo(n), [1e3], "飞入"),
|
|
38445
38457
|
new lt([], () => this.resetClock(), [], "重设时钟"),
|
|
38446
|
-
new
|
|
38458
|
+
new uo([this, "loadFuncStr"], "loadFnStr", ov, UE, !0)
|
|
38447
38459
|
]
|
|
38448
38460
|
};
|
|
38449
38461
|
}
|
|
@@ -38486,7 +38498,7 @@ d(kr, "createDefaultProps", () => ({
|
|
|
38486
38498
|
*/
|
|
38487
38499
|
d(kr, "type", kr.register("ESCzml", kr, { chsName: "ESCzml", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "Czml数据加载" }));
|
|
38488
38500
|
let Vp = kr;
|
|
38489
|
-
const
|
|
38501
|
+
const fa = class fa extends et {
|
|
38490
38502
|
/**
|
|
38491
38503
|
* 重写获取属性的方法,返回导航控件的属性列表。
|
|
38492
38504
|
* @returns 属性列表数组。
|
|
@@ -38506,7 +38518,7 @@ const da = class da extends et {
|
|
|
38506
38518
|
};
|
|
38507
38519
|
}
|
|
38508
38520
|
};
|
|
38509
|
-
d(
|
|
38521
|
+
d(fa, "createDefaultProps", () => ({
|
|
38510
38522
|
...et.createDefaultProps(),
|
|
38511
38523
|
/**
|
|
38512
38524
|
* 是否显示导航控件,默认为true。
|
|
@@ -38528,8 +38540,8 @@ d(da, "createDefaultProps", () => ({
|
|
|
38528
38540
|
})), /**
|
|
38529
38541
|
* 静态属性,用于注册ESNavigator类,包含类型名称、中文名称、标签和描述信息。
|
|
38530
38542
|
*/
|
|
38531
|
-
d(
|
|
38532
|
-
let Bp =
|
|
38543
|
+
d(fa, "type", fa.register("ESNavigator", fa, { chsName: "导航控件", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "导航控件" }));
|
|
38544
|
+
let Bp = fa;
|
|
38533
38545
|
const pi = class pi extends et {
|
|
38534
38546
|
/**
|
|
38535
38547
|
* 构造函数,可传入一个可选的场景对象键。
|
|
@@ -38634,7 +38646,7 @@ d(gi, "createDefaultProps", () => ({
|
|
|
38634
38646
|
*/
|
|
38635
38647
|
d(gi, "type", gi.register("ESViewerStatusBarScale", gi, { chsName: "比例尺状态栏", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "状态栏" }));
|
|
38636
38648
|
let zp = gi;
|
|
38637
|
-
const
|
|
38649
|
+
const pa = class pa extends st {
|
|
38638
38650
|
/**
|
|
38639
38651
|
* 构造函数,创建 ESGaussianSplatting 实例。
|
|
38640
38652
|
* @param {SceneObjectKey} [id] - 场景对象的键,可选参数。
|
|
@@ -38659,7 +38671,7 @@ const fa = class fa extends st {
|
|
|
38659
38671
|
};
|
|
38660
38672
|
}
|
|
38661
38673
|
};
|
|
38662
|
-
d(
|
|
38674
|
+
d(pa, "createDefaultProps", () => ({
|
|
38663
38675
|
...st.createDefaultProps(),
|
|
38664
38676
|
/**服务路径或数据体
|
|
38665
38677
|
* @type {string | ESJResource}
|
|
@@ -38673,8 +38685,8 @@ d(fa, "createDefaultProps", () => ({
|
|
|
38673
38685
|
* @readonly
|
|
38674
38686
|
* @type {any}
|
|
38675
38687
|
*/
|
|
38676
|
-
d(
|
|
38677
|
-
let Up =
|
|
38688
|
+
d(pa, "type", pa.register("ESGaussianSplatting", pa, { chsName: "高斯溅射模型", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "用于加载高斯溅射模型的 ES 对象" }));
|
|
38689
|
+
let Up = pa;
|
|
38678
38690
|
const eo = class eo extends st {
|
|
38679
38691
|
/**
|
|
38680
38692
|
* 构造函数,用于创建ESStaticMesh实例。
|
|
@@ -38712,7 +38724,7 @@ d(eo, "createDefaultProps", () => ({
|
|
|
38712
38724
|
*/
|
|
38713
38725
|
d(eo, "type", eo.register("ESStaticMesh", eo, { chsName: "静态网格", tags: ["ESObjects", "_ES_Impl_UE"], description: "Unreal的Mesh对象" }));
|
|
38714
38726
|
let Gp = eo;
|
|
38715
|
-
const
|
|
38727
|
+
const ga = class ga extends Ot {
|
|
38716
38728
|
/**
|
|
38717
38729
|
* 构造函数,创建 ESSkylineAnalysis 实例。
|
|
38718
38730
|
* @param {SceneObjectKey} [id] - 可选的场景对象键。
|
|
@@ -38789,7 +38801,7 @@ const pa = class pa extends Ot {
|
|
|
38789
38801
|
};
|
|
38790
38802
|
}
|
|
38791
38803
|
};
|
|
38792
|
-
d(
|
|
38804
|
+
d(ga, "createDefaultProps", () => ({
|
|
38793
38805
|
...Ot.createDefaultProps(),
|
|
38794
38806
|
/** 天际线分析结果的屏幕坐标数组 */
|
|
38795
38807
|
windowPositions: Xm([]),
|
|
@@ -38801,8 +38813,8 @@ d(pa, "createDefaultProps", () => ({
|
|
|
38801
38813
|
})), /**
|
|
38802
38814
|
* 静态属性,用于注册 ESSkylineAnalysis 类,包含类的名称、中文名称、标签和描述信息。
|
|
38803
38815
|
*/
|
|
38804
|
-
d(
|
|
38805
|
-
let qp =
|
|
38816
|
+
d(ga, "type", ga.register("ESSkylineAnalysis", ga, { chsName: "天际线分析", tags: ["ESObjects", "_ES_Impl_Cesium", "_ES_Impl_UE"], description: "分析类" }));
|
|
38817
|
+
let qp = ga;
|
|
38806
38818
|
const ki = class ki extends Gt {
|
|
38807
38819
|
constructor(e) {
|
|
38808
38820
|
super(e);
|
|
@@ -39393,11 +39405,11 @@ class KE extends V {
|
|
|
39393
39405
|
o.sizeByContent = !1, o.size = [h, h], o.borderRadius = [h, h, h, h], o.padding = [h / 2, h / 2, h / 2, h / 2], o.borderWidth = h / 10, o.offset = [0, h / 10 + 5], o.text = "", o.backgroundColor = [0, 0, 0, 0], o.borderColor = [0, 0, 0, 0];
|
|
39394
39406
|
}
|
|
39395
39407
|
_simpleModelRender(t, n) {
|
|
39396
|
-
const { points: i } = t, { rotation: s, scale: o, url: a } = n, u = this.dv(new
|
|
39408
|
+
const { points: i } = t, { rotation: s, scale: o, url: a } = n, u = this.dv(new bo());
|
|
39397
39409
|
this.d(this.sceneObject.components.disposableAdd(u)), u.url = a, s && (u.rotation = s), o && (u.scale = o), u.position = [...i];
|
|
39398
39410
|
}
|
|
39399
39411
|
_modelAllRender(t, n) {
|
|
39400
|
-
const i = this.dv(new
|
|
39412
|
+
const i = this.dv(new bo());
|
|
39401
39413
|
this.d(this.sceneObject.components.disposableAdd(i)), i.url = t, i.instances = n;
|
|
39402
39414
|
}
|
|
39403
39415
|
_simpleParticleRender(t, n) {
|
|
@@ -39481,13 +39493,13 @@ class QE extends V {
|
|
|
39481
39493
|
let l;
|
|
39482
39494
|
switch (t == null ? void 0 : t.runModel) {
|
|
39483
39495
|
case "ESHuman":
|
|
39484
|
-
l = this.dv(new
|
|
39496
|
+
l = this.dv(new _a());
|
|
39485
39497
|
break;
|
|
39486
39498
|
case "ESCar":
|
|
39487
39499
|
l = this.dv(new sh());
|
|
39488
39500
|
break;
|
|
39489
39501
|
case "ESGltfModel":
|
|
39490
|
-
l = this.dv(new
|
|
39502
|
+
l = this.dv(new bo());
|
|
39491
39503
|
}
|
|
39492
39504
|
if (this.d(this.sceneObject.components.disposableAdd(l)), u)
|
|
39493
39505
|
for (let h in u)
|
|
@@ -39512,7 +39524,7 @@ class QE extends V {
|
|
|
39512
39524
|
}
|
|
39513
39525
|
const i = (t == null ? void 0 : t.interpolationDistance) ?? 0;
|
|
39514
39526
|
if (!i) return;
|
|
39515
|
-
const s = qE(n, i / 1e3), o = this.dv(new
|
|
39527
|
+
const s = qE(n, i / 1e3), o = this.dv(new bo());
|
|
39516
39528
|
this.d(this.sceneObject.components.disposableAdd(o)), o.url = t.url, o.instances = s.map((a) => ({
|
|
39517
39529
|
position: a,
|
|
39518
39530
|
rotation: t.rotation,
|
|
@@ -39605,7 +39617,7 @@ class $E extends V {
|
|
|
39605
39617
|
console.warn("PolygonLayer: points length is less than 3");
|
|
39606
39618
|
return;
|
|
39607
39619
|
}
|
|
39608
|
-
const { height: i, interpolateDistance: s, url: o, rotation: a, scale: u } = t, l = Kp(n, s ?? 10), c = this.dv(new
|
|
39620
|
+
const { height: i, interpolateDistance: s, url: o, rotation: a, scale: u } = t, l = Kp(n, s ?? 10), c = this.dv(new bo());
|
|
39609
39621
|
this.d(this.sceneObject.components.disposableAdd(c)), c.url = o, c.instances = l.map((h) => ({
|
|
39610
39622
|
position: [...h, i ?? 0],
|
|
39611
39623
|
rotation: a ?? [0, 0, 0],
|
|
@@ -39689,7 +39701,7 @@ class tC extends V {
|
|
|
39689
39701
|
this._initEvent.emit();
|
|
39690
39702
|
}
|
|
39691
39703
|
}
|
|
39692
|
-
const
|
|
39704
|
+
const ma = class ma extends Gt {
|
|
39693
39705
|
constructor(t) {
|
|
39694
39706
|
super(t);
|
|
39695
39707
|
d(this, "featureLayerMap", /* @__PURE__ */ new Map());
|
|
@@ -39705,17 +39717,17 @@ const ga = class ga extends Gt {
|
|
|
39705
39717
|
for (const i of n.featureLayerMap.values())
|
|
39706
39718
|
i.destroy();
|
|
39707
39719
|
n.featureLayerMap.clear();
|
|
39708
|
-
}), n.d(
|
|
39720
|
+
}), n.d(oo(n.showChanged, () => {
|
|
39709
39721
|
for (const i of n.components.values())
|
|
39710
39722
|
Reflect.has(i, "show") && (i.show = n.show);
|
|
39711
39723
|
}, { immediate: !0 }));
|
|
39712
39724
|
}
|
|
39713
39725
|
};
|
|
39714
|
-
d(
|
|
39726
|
+
d(ma, "createDefaultProps", () => ({
|
|
39715
39727
|
...Gt.createDefaultProps(),
|
|
39716
39728
|
featureProps: $t(void 0)
|
|
39717
|
-
})), d(
|
|
39718
|
-
let Qp =
|
|
39729
|
+
})), d(ma, "type", ma.register("ESFeatureLayer", ma, { chsName: "矢量图层", tags: ["ESObjects"], description: "ESFeatureLayer" }));
|
|
39730
|
+
let Qp = ma;
|
|
39719
39731
|
const Vi = class Vi extends V {
|
|
39720
39732
|
constructor() {
|
|
39721
39733
|
super();
|
|
@@ -39797,7 +39809,7 @@ class nC extends V {
|
|
|
39797
39809
|
const { videoSrc: n } = this, i = fh.instance();
|
|
39798
39810
|
await t.promise(i.loadedPromise);
|
|
39799
39811
|
const s = window.Hls, o = new s(), a = this.element;
|
|
39800
|
-
await
|
|
39812
|
+
await Vo(t, () => new Promise((u, l) => {
|
|
39801
39813
|
a.xbsjHLS = o, o.attachMedia(a), o.on(s.Events.MEDIA_ATTACHED, () => {
|
|
39802
39814
|
o.loadSource(n), o.on(s.Events.MANIFEST_PARSED, (c, h) => {
|
|
39803
39815
|
a.play(), u();
|
|
@@ -39926,7 +39938,7 @@ class sC extends V {
|
|
|
39926
39938
|
const { videoSrc: n } = this, i = ph.instance();
|
|
39927
39939
|
await t.promise(i.loadedPromise);
|
|
39928
39940
|
const s = window.flvjs, o = this.element;
|
|
39929
|
-
await
|
|
39941
|
+
await Vo(t, () => new Promise((a, u) => {
|
|
39930
39942
|
if (!s.isSupported()) {
|
|
39931
39943
|
u("flvjs不支持!");
|
|
39932
39944
|
return;
|
|
@@ -42550,7 +42562,7 @@ class zc extends V {
|
|
|
42550
42562
|
/**
|
|
42551
42563
|
* 同步事件的处理方法。
|
|
42552
42564
|
*/
|
|
42553
|
-
d(this, "_syncEventDonFunc", this.d(
|
|
42565
|
+
d(this, "_syncEventDonFunc", this.d(oo(
|
|
42554
42566
|
[this.activeViewerChanged, this.syncOtherViewersToActivedChanged],
|
|
42555
42567
|
() => {
|
|
42556
42568
|
const t = this.syncOtherViewersToActived;
|
|
@@ -42979,7 +42991,7 @@ export {
|
|
|
42979
42991
|
zS as CursorFloatDiv,
|
|
42980
42992
|
US as CursorInfo,
|
|
42981
42993
|
hb as DashPatternProperty,
|
|
42982
|
-
|
|
42994
|
+
va as DateProperty,
|
|
42983
42995
|
J_ as DatesProperty,
|
|
42984
42996
|
gS as Debouncing,
|
|
42985
42997
|
vg as DebouncingDeprecated,
|
|
@@ -43027,12 +43039,12 @@ export {
|
|
|
43027
43039
|
Jf as ESGeoRectangle,
|
|
43028
43040
|
Ot as ESGeoVector,
|
|
43029
43041
|
Ep as ESGeoWater,
|
|
43030
|
-
|
|
43042
|
+
bo as ESGltfModel,
|
|
43031
43043
|
dh as ESHeatMap,
|
|
43032
43044
|
Lp as ESHeightLimitAnalysis,
|
|
43033
43045
|
hp as ESHeightMeasurement,
|
|
43034
43046
|
Pp as ESHole,
|
|
43035
|
-
|
|
43047
|
+
_a as ESHuman,
|
|
43036
43048
|
Ip as ESHumanPoi,
|
|
43037
43049
|
uh as ESImageLabel,
|
|
43038
43050
|
Zf as ESImageryLayer,
|
|
@@ -43055,7 +43067,7 @@ export {
|
|
|
43055
43067
|
zc as ESObjectsManager,
|
|
43056
43068
|
lh as ESParticleSystemPrimitive,
|
|
43057
43069
|
zu as ESPath,
|
|
43058
|
-
|
|
43070
|
+
xo as ESPathImpl,
|
|
43059
43071
|
ch as ESPipeFence,
|
|
43060
43072
|
Sp as ESPipeline,
|
|
43061
43073
|
gp as ESPipeserTileset,
|
|
@@ -43096,7 +43108,7 @@ export {
|
|
|
43096
43108
|
Ga as EngineObject,
|
|
43097
43109
|
bt as EnumProperty,
|
|
43098
43110
|
db as EnumStringsProperty,
|
|
43099
|
-
|
|
43111
|
+
uo as EvalStringProperty,
|
|
43100
43112
|
T as Event,
|
|
43101
43113
|
dd as EventListenerHandler,
|
|
43102
43114
|
lS as Fetching,
|
|
@@ -43161,7 +43173,7 @@ export {
|
|
|
43161
43173
|
Xe as Processing,
|
|
43162
43174
|
Xw as PropTree,
|
|
43163
43175
|
Fu as PropUiTreeManager,
|
|
43164
|
-
|
|
43176
|
+
ao as Property,
|
|
43165
43177
|
Tt as ReactVarProperty,
|
|
43166
43178
|
en as ReactiveVariable,
|
|
43167
43179
|
jg as RotationProperty,
|
|
@@ -43230,7 +43242,7 @@ export {
|
|
|
43230
43242
|
r_ as createBottomTriangleElement,
|
|
43231
43243
|
vu as createCancelablePromise,
|
|
43232
43244
|
n_ as createCloseDiv,
|
|
43233
|
-
|
|
43245
|
+
oo as createEventsCallFunc,
|
|
43234
43246
|
ES as createFetching,
|
|
43235
43247
|
CS as createFetchingWithStartValues,
|
|
43236
43248
|
Uu as createGuid,
|
|
@@ -43268,7 +43280,7 @@ export {
|
|
|
43268
43280
|
_g as defineReactiveProp,
|
|
43269
43281
|
Ev as destroyObject,
|
|
43270
43282
|
$C as downloadLink,
|
|
43271
|
-
|
|
43283
|
+
Ao as drawPoint,
|
|
43272
43284
|
Hv as drawRoundRectPath,
|
|
43273
43285
|
Xv as drawText,
|
|
43274
43286
|
yd as drawTextBlock,
|
|
@@ -43302,7 +43314,7 @@ export {
|
|
|
43302
43314
|
bb as getDefaultValue,
|
|
43303
43315
|
kl as getDistancesFromPositions,
|
|
43304
43316
|
Cn as getDomEventCurrentTargetPos,
|
|
43305
|
-
|
|
43317
|
+
ko as getDrawRect,
|
|
43306
43318
|
pS as getEventFromPromise,
|
|
43307
43319
|
tu as getEventPosInCurrentTarget,
|
|
43308
43320
|
dr as getExtProp,
|
|
@@ -43347,7 +43359,7 @@ export {
|
|
|
43347
43359
|
o_ as moveToTreeItems,
|
|
43348
43360
|
Gu as nextAnimateFrame,
|
|
43349
43361
|
Yl as nextMicroTask,
|
|
43350
|
-
|
|
43362
|
+
Lo as objsIterator,
|
|
43351
43363
|
mu as oneTimeWarning,
|
|
43352
43364
|
zb as optionsStr,
|
|
43353
43365
|
Cg as pairToPromise,
|
|
@@ -43358,7 +43370,7 @@ export {
|
|
|
43358
43370
|
ag as reactArrayCollectionWithUndefined,
|
|
43359
43371
|
se as reactArrayWithUndefined,
|
|
43360
43372
|
vh as reactDeepArray,
|
|
43361
|
-
|
|
43373
|
+
Io as reactDeepArrayWithUndefined,
|
|
43362
43374
|
yt as reactJson,
|
|
43363
43375
|
UC as reactJsonCollection,
|
|
43364
43376
|
GC as reactJsonCollectionWithUndefined,
|
|
@@ -43379,12 +43391,12 @@ export {
|
|
|
43379
43391
|
QC as saveOnBrowser,
|
|
43380
43392
|
Jv as setCanvasUniformColor,
|
|
43381
43393
|
Xi as setExtProp,
|
|
43382
|
-
|
|
43394
|
+
Po as setPromiseCancel,
|
|
43383
43395
|
Ic as setSceneObjectTreeItem,
|
|
43384
43396
|
KC as setValueFromProps,
|
|
43385
43397
|
nc as sleep,
|
|
43386
43398
|
cS as sleepDeprecated,
|
|
43387
|
-
|
|
43399
|
+
Vo as step,
|
|
43388
43400
|
DS as stepProcessing,
|
|
43389
43401
|
pg as throttle,
|
|
43390
43402
|
lg as timeout,
|