earthsdk3 3.3.0-beta.5 → 3.3.0-beta.6

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.
Files changed (76) hide show
  1. package/dist/earthsdk3.iife.js +4 -4
  2. package/dist/earthsdk3.js +234 -126
  3. package/dist/earthsdk3.umd.cjs +4 -4
  4. package/dist/types/ESObjects/base/ESLabel.d.ts +4 -0
  5. package/dist/types/ESObjects/base/ESLabel.d.ts.map +1 -1
  6. package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts +74 -3
  7. package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts.map +1 -1
  8. package/dist/types/ESObjects/general/ESAlarm.d.ts +6 -0
  9. package/dist/types/ESObjects/general/ESAlarm.d.ts.map +1 -1
  10. package/dist/types/ESObjects/general/ESApertureEffect.d.ts +6 -0
  11. package/dist/types/ESObjects/general/ESApertureEffect.d.ts.map +1 -1
  12. package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts +6 -0
  13. package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts.map +1 -1
  14. package/dist/types/ESObjects/general/ESBoxClipping.d.ts +6 -0
  15. package/dist/types/ESObjects/general/ESBoxClipping.d.ts.map +1 -1
  16. package/dist/types/ESObjects/general/ESCameraView.d.ts +6 -0
  17. package/dist/types/ESObjects/general/ESCameraView.d.ts.map +1 -1
  18. package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts +6 -0
  19. package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts.map +1 -1
  20. package/dist/types/ESObjects/general/ESCar.d.ts +6 -0
  21. package/dist/types/ESObjects/general/ESCar.d.ts.map +1 -1
  22. package/dist/types/ESObjects/general/ESCityBasePoint.d.ts +4 -0
  23. package/dist/types/ESObjects/general/ESCityBasePoint.d.ts.map +1 -1
  24. package/dist/types/ESObjects/general/ESClippingPlane.d.ts +6 -0
  25. package/dist/types/ESObjects/general/ESClippingPlane.d.ts.map +1 -1
  26. package/dist/types/ESObjects/general/ESDataMesh.d.ts +6 -0
  27. package/dist/types/ESObjects/general/ESDataMesh.d.ts.map +1 -1
  28. package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts +6 -0
  29. package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts.map +1 -1
  30. package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts +6 -0
  31. package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts.map +1 -1
  32. package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts +6 -0
  33. package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts.map +1 -1
  34. package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts +6 -0
  35. package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts.map +1 -1
  36. package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts +6 -4
  37. package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts.map +1 -1
  38. package/dist/types/ESObjects/general/ESGltfModel.d.ts +6 -0
  39. package/dist/types/ESObjects/general/ESGltfModel.d.ts.map +1 -1
  40. package/dist/types/ESObjects/general/ESHuman.d.ts +6 -0
  41. package/dist/types/ESObjects/general/ESHuman.d.ts.map +1 -1
  42. package/dist/types/ESObjects/general/ESHumanPoi.d.ts +4 -0
  43. package/dist/types/ESObjects/general/ESHumanPoi.d.ts.map +1 -1
  44. package/dist/types/ESObjects/general/ESImageLabel.d.ts +6 -0
  45. package/dist/types/ESObjects/general/ESImageLabel.d.ts.map +1 -1
  46. package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts +12 -10
  47. package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts.map +1 -1
  48. package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts +6 -0
  49. package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts.map +1 -1
  50. package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts +6 -0
  51. package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts.map +1 -1
  52. package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts +6 -0
  53. package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts.map +1 -1
  54. package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts +6 -0
  55. package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts.map +1 -1
  56. package/dist/types/ESObjects/general/ESPoi2D.d.ts +6 -0
  57. package/dist/types/ESObjects/general/ESPoi2D.d.ts.map +1 -1
  58. package/dist/types/ESObjects/general/ESPoi3D.d.ts +6 -0
  59. package/dist/types/ESObjects/general/ESPoi3D.d.ts.map +1 -1
  60. package/dist/types/ESObjects/general/ESStaticMesh.d.ts +6 -0
  61. package/dist/types/ESObjects/general/ESStaticMesh.d.ts.map +1 -1
  62. package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts +6 -0
  63. package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts.map +1 -1
  64. package/dist/types/ESObjects/general/ESTextLabel.d.ts +6 -0
  65. package/dist/types/ESObjects/general/ESTextLabel.d.ts.map +1 -1
  66. package/dist/types/ESObjects/general/ESUEWidget.d.ts +6 -0
  67. package/dist/types/ESObjects/general/ESUEWidget.d.ts.map +1 -1
  68. package/dist/types/ESObjects/general/ESUnrealActor.d.ts +4 -0
  69. package/dist/types/ESObjects/general/ESUnrealActor.d.ts.map +1 -1
  70. package/dist/types/ESObjects/general/ESVideoFusion.d.ts +6 -0
  71. package/dist/types/ESObjects/general/ESVideoFusion.d.ts.map +1 -1
  72. package/dist/types/ESObjects/general/ESViewShed.d.ts +6 -0
  73. package/dist/types/ESObjects/general/ESViewShed.d.ts.map +1 -1
  74. package/dist/types/ESObjects/general/ESWidget.d.ts +6 -0
  75. package/dist/types/ESObjects/general/ESWidget.d.ts.map +1 -1
  76. package/package.json +2 -2
package/dist/earthsdk3.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var Xd = Object.defineProperty;
2
2
  var Yd = (n, e, t) => e in n ? Xd(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
3
3
  var f = (n, e, t) => Yd(n, typeof e != "symbol" ? e + "" : e, t);
4
- import { Destroyable as ae, Event as V, reactJson as Ue, getReactFuncs as wo, react as Q, setExtProp as nu, createGuid as lh, getExtProp as ta, ObservableSet as Hd, ReactiveVariable as Ju, createAnimateFrame as uh, reactArrayWithUndefined as Ot, extendClassProps as U, ObjResettingWithEvent as lr, reactDeepArrayWithUndefined as ch, min as Dc, objsIterator as Yo, max as Mc, Vector as jl, reactJsonWithUndefined as et, TreeItem as fp, bind as ce, every as Jd, createTimeoutWithStartValues as Zd, Tree as tu, createProcessingFromAsyncFunc as hh, CancelError as Kd, ObservableArray as pp, Player as Qd, createNextAnimateFrameEvent as nr, SceneObjectWithId as $d, clamp as dp, pluckProperty as Gh, reactDeepArray as eg, reactPositions as fh, reactArray as ge, nextAnimateFrame as tg, sleep as gp, reactArrayCollectionWithUndefined as rg, reactPositionsSet as ng, track as z, length as ig, DomElementEvent as gs, PointerClick as sg, PointerHover as og, getDomEventCurrentTargetPos as ms } from "xbsj-base";
4
+ import { Destroyable as ae, Event as V, reactJson as Ue, getReactFuncs as wo, react as Q, setExtProp as nu, createGuid as lh, getExtProp as ta, ObservableSet as Hd, ReactiveVariable as Ju, createAnimateFrame as uh, reactArrayWithUndefined as Ot, extendClassProps as U, ObjResettingWithEvent as lr, reactDeepArrayWithUndefined as ch, min as Dc, objsIterator as Yo, max as Mc, Vector as jl, reactJsonWithUndefined as et, TreeItem as fp, bind as le, every as Jd, createTimeoutWithStartValues as Zd, Tree as tu, createProcessingFromAsyncFunc as hh, CancelError as Kd, ObservableArray as pp, Player as Qd, createNextAnimateFrameEvent as nr, SceneObjectWithId as $d, clamp as dp, pluckProperty as Gh, reactDeepArray as eg, reactPositions as fh, reactArray as ge, nextAnimateFrame as tg, sleep as gp, reactArrayCollectionWithUndefined as rg, reactPositionsSet as ng, track as z, length as ig, DomElementEvent as gs, PointerClick as sg, PointerHover as og, getDomEventCurrentTargetPos as ms } from "xbsj-base";
5
5
  import * as Oc from "@turf/turf";
6
6
  import mp from "proj4";
7
7
  class ag extends ae {
@@ -632,7 +632,7 @@ class Xi extends xe {
632
632
  return "DateProperty";
633
633
  }
634
634
  }
635
- var ue = /* @__PURE__ */ ((n) => (n.Place = "place", n.Translation = "translation", n.Rotation = "rotation", n.Scale = "scale", n.DoublePointsAppend = "doublePointsAppend", n.DoublePointsModify = "doublePointsModify", n.CircularAppend = "circularAppend", n.CircularInsert = "circularInsert", n.LineStringAppend = "lineStringAppend", n.LineStringInsert = "lineStringInsert", n.ScatterAppend = "scatterAppend", n.ScatterModify = "scatterModify", n.VisibilityAppend = "visibilityAppend", n.VisibilityModify = "visibilityModify", n.HeightModify = "heightModify", n))(ue || {}), vg = /* @__PURE__ */ ((n) => (n.DECIMAL_DEGREE = "DECIMAL_DEGREE", n.DEGREES_DECIMAL_MINUTES = "DEGREES_DECIMAL_MINUTES", n.SEXAGESIMAL_DEGREE = "SEXAGESIMAL_DEGREE", n))(vg || {});
635
+ var ce = /* @__PURE__ */ ((n) => (n.Place = "place", n.Translation = "translation", n.Rotation = "rotation", n.Scale = "scale", n.DoublePointsAppend = "doublePointsAppend", n.DoublePointsModify = "doublePointsModify", n.CircularAppend = "circularAppend", n.CircularInsert = "circularInsert", n.LineStringAppend = "lineStringAppend", n.LineStringInsert = "lineStringInsert", n.ScatterAppend = "scatterAppend", n.ScatterModify = "scatterModify", n.VisibilityAppend = "visibilityAppend", n.VisibilityModify = "visibilityModify", n.HeightModify = "heightModify", n))(ce || {}), vg = /* @__PURE__ */ ((n) => (n.DECIMAL_DEGREE = "DECIMAL_DEGREE", n.DEGREES_DECIMAL_MINUTES = "DEGREES_DECIMAL_MINUTES", n.SEXAGESIMAL_DEGREE = "SEXAGESIMAL_DEGREE", n))(vg || {});
636
636
  class o_ {
637
637
  /**
638
638
  * 构造函数。
@@ -5825,56 +5825,56 @@ Ii.prototype.interfaces_ = function() {
5825
5825
  Ii.prototype.getClass = function() {
5826
5826
  return Ii;
5827
5827
  };
5828
- var le = function() {
5828
+ var ue = function() {
5829
5829
  var e = arguments[0];
5830
5830
  this._envelope = null, this._factory = null, this._SRID = null, this._userData = null, this._factory = e, this._SRID = e.getSRID();
5831
5831
  }, li = { serialVersionUID: { configurable: !0 }, SORTINDEX_POINT: { configurable: !0 }, SORTINDEX_MULTIPOINT: { configurable: !0 }, SORTINDEX_LINESTRING: { configurable: !0 }, SORTINDEX_LINEARRING: { configurable: !0 }, SORTINDEX_MULTILINESTRING: { configurable: !0 }, SORTINDEX_POLYGON: { configurable: !0 }, SORTINDEX_MULTIPOLYGON: { configurable: !0 }, SORTINDEX_GEOMETRYCOLLECTION: { configurable: !0 }, geometryChangedFilter: { configurable: !0 } };
5832
- le.prototype.isGeometryCollection = function() {
5833
- return this.getSortIndex() === le.SORTINDEX_GEOMETRYCOLLECTION;
5832
+ ue.prototype.isGeometryCollection = function() {
5833
+ return this.getSortIndex() === ue.SORTINDEX_GEOMETRYCOLLECTION;
5834
5834
  };
5835
- le.prototype.getFactory = function() {
5835
+ ue.prototype.getFactory = function() {
5836
5836
  return this._factory;
5837
5837
  };
5838
- le.prototype.getGeometryN = function(e) {
5838
+ ue.prototype.getGeometryN = function(e) {
5839
5839
  return this;
5840
5840
  };
5841
- le.prototype.getArea = function() {
5841
+ ue.prototype.getArea = function() {
5842
5842
  return 0;
5843
5843
  };
5844
- le.prototype.isRectangle = function() {
5844
+ ue.prototype.isRectangle = function() {
5845
5845
  return !1;
5846
5846
  };
5847
- le.prototype.equals = function() {
5848
- if (arguments[0] instanceof le) {
5847
+ ue.prototype.equals = function() {
5848
+ if (arguments[0] instanceof ue) {
5849
5849
  var e = arguments[0];
5850
5850
  return e === null ? !1 : this.equalsTopo(e);
5851
5851
  } else if (arguments[0] instanceof Object) {
5852
5852
  var t = arguments[0];
5853
- if (!(t instanceof le))
5853
+ if (!(t instanceof ue))
5854
5854
  return !1;
5855
5855
  var r = t;
5856
5856
  return this.equalsExact(r);
5857
5857
  }
5858
5858
  };
5859
- le.prototype.equalsExact = function(e) {
5859
+ ue.prototype.equalsExact = function(e) {
5860
5860
  return this === e || this.equalsExact(e, 0);
5861
5861
  };
5862
- le.prototype.geometryChanged = function() {
5863
- this.apply(le.geometryChangedFilter);
5862
+ ue.prototype.geometryChanged = function() {
5863
+ this.apply(ue.geometryChangedFilter);
5864
5864
  };
5865
- le.prototype.geometryChangedAction = function() {
5865
+ ue.prototype.geometryChangedAction = function() {
5866
5866
  this._envelope = null;
5867
5867
  };
5868
- le.prototype.equalsNorm = function(e) {
5868
+ ue.prototype.equalsNorm = function(e) {
5869
5869
  return e === null ? !1 : this.norm().equalsExact(e.norm());
5870
5870
  };
5871
- le.prototype.getLength = function() {
5871
+ ue.prototype.getLength = function() {
5872
5872
  return 0;
5873
5873
  };
5874
- le.prototype.getNumGeometries = function() {
5874
+ ue.prototype.getNumGeometries = function() {
5875
5875
  return 1;
5876
5876
  };
5877
- le.prototype.compareTo = function() {
5877
+ ue.prototype.compareTo = function() {
5878
5878
  if (arguments.length === 1) {
5879
5879
  var e = arguments[0], t = e;
5880
5880
  return this.getSortIndex() !== t.getSortIndex() ? this.getSortIndex() - t.getSortIndex() : this.isEmpty() && t.isEmpty() ? 0 : this.isEmpty() ? -1 : t.isEmpty() ? 1 : this.compareToSameClass(e);
@@ -5883,39 +5883,39 @@ le.prototype.compareTo = function() {
5883
5883
  return this.getSortIndex() !== r.getSortIndex() ? this.getSortIndex() - r.getSortIndex() : this.isEmpty() && r.isEmpty() ? 0 : this.isEmpty() ? -1 : r.isEmpty() ? 1 : this.compareToSameClass(r, i);
5884
5884
  }
5885
5885
  };
5886
- le.prototype.getUserData = function() {
5886
+ ue.prototype.getUserData = function() {
5887
5887
  return this._userData;
5888
5888
  };
5889
- le.prototype.getSRID = function() {
5889
+ ue.prototype.getSRID = function() {
5890
5890
  return this._SRID;
5891
5891
  };
5892
- le.prototype.getEnvelope = function() {
5892
+ ue.prototype.getEnvelope = function() {
5893
5893
  return this.getFactory().toGeometry(this.getEnvelopeInternal());
5894
5894
  };
5895
- le.prototype.checkNotGeometryCollection = function(e) {
5896
- if (e.getSortIndex() === le.SORTINDEX_GEOMETRYCOLLECTION)
5895
+ ue.prototype.checkNotGeometryCollection = function(e) {
5896
+ if (e.getSortIndex() === ue.SORTINDEX_GEOMETRYCOLLECTION)
5897
5897
  throw new He("This method does not support GeometryCollection arguments");
5898
5898
  };
5899
- le.prototype.equal = function(e, t, r) {
5899
+ ue.prototype.equal = function(e, t, r) {
5900
5900
  return r === 0 ? e.equals(t) : e.distance(t) <= r;
5901
5901
  };
5902
- le.prototype.norm = function() {
5902
+ ue.prototype.norm = function() {
5903
5903
  var e = this.copy();
5904
5904
  return e.normalize(), e;
5905
5905
  };
5906
- le.prototype.getPrecisionModel = function() {
5906
+ ue.prototype.getPrecisionModel = function() {
5907
5907
  return this._factory.getPrecisionModel();
5908
5908
  };
5909
- le.prototype.getEnvelopeInternal = function() {
5909
+ ue.prototype.getEnvelopeInternal = function() {
5910
5910
  return this._envelope === null && (this._envelope = this.computeEnvelopeInternal()), new ne(this._envelope);
5911
5911
  };
5912
- le.prototype.setSRID = function(e) {
5912
+ ue.prototype.setSRID = function(e) {
5913
5913
  this._SRID = e;
5914
5914
  };
5915
- le.prototype.setUserData = function(e) {
5915
+ ue.prototype.setUserData = function(e) {
5916
5916
  this._userData = e;
5917
5917
  };
5918
- le.prototype.compare = function(e, t) {
5918
+ ue.prototype.compare = function(e, t) {
5919
5919
  for (var r = e.iterator(), i = t.iterator(); r.hasNext() && i.hasNext(); ) {
5920
5920
  var s = r.next(), o = i.next(), a = s.compareTo(o);
5921
5921
  if (a !== 0)
@@ -5923,25 +5923,25 @@ le.prototype.compare = function(e, t) {
5923
5923
  }
5924
5924
  return r.hasNext() ? 1 : i.hasNext() ? -1 : 0;
5925
5925
  };
5926
- le.prototype.hashCode = function() {
5926
+ ue.prototype.hashCode = function() {
5927
5927
  return this.getEnvelopeInternal().hashCode();
5928
5928
  };
5929
- le.prototype.isGeometryCollectionOrDerived = function() {
5930
- return this.getSortIndex() === le.SORTINDEX_GEOMETRYCOLLECTION || this.getSortIndex() === le.SORTINDEX_MULTIPOINT || this.getSortIndex() === le.SORTINDEX_MULTILINESTRING || this.getSortIndex() === le.SORTINDEX_MULTIPOLYGON;
5929
+ ue.prototype.isGeometryCollectionOrDerived = function() {
5930
+ return this.getSortIndex() === ue.SORTINDEX_GEOMETRYCOLLECTION || this.getSortIndex() === ue.SORTINDEX_MULTIPOINT || this.getSortIndex() === ue.SORTINDEX_MULTILINESTRING || this.getSortIndex() === ue.SORTINDEX_MULTIPOLYGON;
5931
5931
  };
5932
- le.prototype.interfaces_ = function() {
5932
+ ue.prototype.interfaces_ = function() {
5933
5933
  return [vc, Jr, Zr];
5934
5934
  };
5935
- le.prototype.getClass = function() {
5936
- return le;
5935
+ ue.prototype.getClass = function() {
5936
+ return ue;
5937
5937
  };
5938
- le.hasNonEmptyElements = function(e) {
5938
+ ue.hasNonEmptyElements = function(e) {
5939
5939
  for (var t = 0; t < e.length; t++)
5940
5940
  if (!e[t].isEmpty())
5941
5941
  return !0;
5942
5942
  return !1;
5943
5943
  };
5944
- le.hasNullElements = function(e) {
5944
+ ue.hasNullElements = function(e) {
5945
5945
  for (var t = 0; t < e.length; t++)
5946
5946
  if (e[t] === null)
5947
5947
  return !0;
@@ -5977,7 +5977,7 @@ li.SORTINDEX_GEOMETRYCOLLECTION.get = function() {
5977
5977
  li.geometryChangedFilter.get = function() {
5978
5978
  return Eh;
5979
5979
  };
5980
- Object.defineProperties(le, li);
5980
+ Object.defineProperties(ue, li);
5981
5981
  var Eh = function() {
5982
5982
  };
5983
5983
  Eh.interfaces_ = function() {
@@ -7016,14 +7016,14 @@ var Wt = function(n) {
7016
7016
  }, t.serialVersionUID.get = function() {
7017
7017
  return -5694727726395021e3;
7018
7018
  }, Object.defineProperties(e, t), e;
7019
- }(le), Ls = function(n) {
7019
+ }(ue), Ls = function(n) {
7020
7020
  function e() {
7021
7021
  n.apply(this, arguments);
7022
7022
  }
7023
7023
  n && (e.__proto__ = n), e.prototype = Object.create(n && n.prototype), e.prototype.constructor = e;
7024
7024
  var t = { serialVersionUID: { configurable: !0 } };
7025
7025
  return e.prototype.getSortIndex = function() {
7026
- return le.SORTINDEX_MULTILINESTRING;
7026
+ return ue.SORTINDEX_MULTILINESTRING;
7027
7027
  }, e.prototype.equalsExact = function() {
7028
7028
  if (arguments.length === 2) {
7029
7029
  var i = arguments[0], s = arguments[1];
@@ -7409,7 +7409,7 @@ var $e = function(n) {
7409
7409
  }, t.serialVersionUID.get = function() {
7410
7410
  return 3110669828065365500;
7411
7411
  }, Object.defineProperties(e, t), e;
7412
- }(le), au = function() {
7412
+ }(ue), au = function() {
7413
7413
  };
7414
7414
  au.prototype.interfaces_ = function() {
7415
7415
  return [];
@@ -7507,7 +7507,7 @@ var hr = function(n) {
7507
7507
  }, t.serialVersionUID.get = function() {
7508
7508
  return 4902022702746615e3;
7509
7509
  }, Object.defineProperties(e, t), e;
7510
- }(le), ts = function() {
7510
+ }(ue), ts = function() {
7511
7511
  };
7512
7512
  ts.prototype.interfaces_ = function() {
7513
7513
  return [];
@@ -7689,14 +7689,14 @@ var gt = function(n) {
7689
7689
  }, t.serialVersionUID.get = function() {
7690
7690
  return -3494792200821764600;
7691
7691
  }, Object.defineProperties(e, t), e;
7692
- }(le), fa = function(n) {
7692
+ }(ue), fa = function(n) {
7693
7693
  function e() {
7694
7694
  n.apply(this, arguments);
7695
7695
  }
7696
7696
  n && (e.__proto__ = n), e.prototype = Object.create(n && n.prototype), e.prototype.constructor = e;
7697
7697
  var t = { serialVersionUID: { configurable: !0 } };
7698
7698
  return e.prototype.getSortIndex = function() {
7699
- return le.SORTINDEX_MULTIPOINT;
7699
+ return ue.SORTINDEX_MULTIPOINT;
7700
7700
  }, e.prototype.isValid = function() {
7701
7701
  return !0;
7702
7702
  }, e.prototype.equalsExact = function() {
@@ -7737,7 +7737,7 @@ var gt = function(n) {
7737
7737
  n && (e.__proto__ = n), e.prototype = Object.create(n && n.prototype), e.prototype.constructor = e;
7738
7738
  var t = { MINIMUM_VALID_SIZE: { configurable: !0 }, serialVersionUID: { configurable: !0 } };
7739
7739
  return e.prototype.getSortIndex = function() {
7740
- return le.SORTINDEX_LINEARRING;
7740
+ return ue.SORTINDEX_LINEARRING;
7741
7741
  }, e.prototype.getBoundaryDimension = function() {
7742
7742
  return De.FALSE;
7743
7743
  }, e.prototype.isClosed = function() {
@@ -7772,7 +7772,7 @@ var gt = function(n) {
7772
7772
  n && (e.__proto__ = n), e.prototype = Object.create(n && n.prototype), e.prototype.constructor = e;
7773
7773
  var t = { serialVersionUID: { configurable: !0 } };
7774
7774
  return e.prototype.getSortIndex = function() {
7775
- return le.SORTINDEX_MULTIPOLYGON;
7775
+ return ue.SORTINDEX_MULTIPOLYGON;
7776
7776
  }, e.prototype.equalsExact = function() {
7777
7777
  if (arguments.length === 2) {
7778
7778
  var i = arguments[0], s = arguments[1];
@@ -13384,12 +13384,12 @@ Pt.bufferOp = function() {
13384
13384
  var e = arguments[0], t = arguments[1], r = new Pt(e), i = r.getResultGeometry(t);
13385
13385
  return i;
13386
13386
  } else if (arguments.length === 3) {
13387
- if (Number.isInteger(arguments[2]) && arguments[0] instanceof le && typeof arguments[1] == "number") {
13387
+ if (Number.isInteger(arguments[2]) && arguments[0] instanceof ue && typeof arguments[1] == "number") {
13388
13388
  var s = arguments[0], o = arguments[1], a = arguments[2], l = new Pt(s);
13389
13389
  l.setQuadrantSegments(a);
13390
13390
  var u = l.getResultGeometry(o);
13391
13391
  return u;
13392
- } else if (arguments[2] instanceof Me && arguments[0] instanceof le && typeof arguments[1] == "number") {
13392
+ } else if (arguments[2] instanceof Me && arguments[0] instanceof ue && typeof arguments[1] == "number") {
13393
13393
  var c = arguments[0], h = arguments[1], p = arguments[2], m = new Pt(c, p), _ = m.getResultGeometry(h);
13394
13394
  return _;
13395
13395
  }
@@ -13493,7 +13493,7 @@ qn.computeDistance = function() {
13493
13493
  qn.computeDistance(l.getExteriorRing(), u, c);
13494
13494
  for (var h = 0; h < l.getNumInteriorRing(); h++)
13495
13495
  qn.computeDistance(l.getInteriorRingN(h), u, c);
13496
- } else if (arguments[2] instanceof zt && arguments[0] instanceof le && arguments[1] instanceof N) {
13496
+ } else if (arguments[2] instanceof zt && arguments[0] instanceof ue && arguments[1] instanceof N) {
13497
13497
  var p = arguments[0], m = arguments[1], _ = arguments[2];
13498
13498
  if (p instanceof $e)
13499
13499
  qn.computeDistance(p, m, _);
@@ -13646,10 +13646,10 @@ Ct.getLines = function() {
13646
13646
  Ct.getLines(s, r);
13647
13647
  }
13648
13648
  return r;
13649
- } else if (arguments[0] instanceof le && typeof arguments[1] == "boolean") {
13649
+ } else if (arguments[0] instanceof ue && typeof arguments[1] == "boolean") {
13650
13650
  var o = arguments[0], a = arguments[1], l = new G();
13651
13651
  return o.apply(new Ct(l, a)), l;
13652
- } else if (arguments[0] instanceof le && he(arguments[1], ht)) {
13652
+ } else if (arguments[0] instanceof ue && he(arguments[1], ht)) {
13653
13653
  var u = arguments[0], c = arguments[1];
13654
13654
  return u instanceof $e ? c.add(u) : u.apply(new Ct(c)), c;
13655
13655
  }
@@ -13660,7 +13660,7 @@ Ct.getLines = function() {
13660
13660
  Ct.getLines(C, p, m);
13661
13661
  }
13662
13662
  return p;
13663
- } else if (typeof arguments[2] == "boolean" && arguments[0] instanceof le && he(arguments[1], ht)) {
13663
+ } else if (typeof arguments[2] == "boolean" && arguments[0] instanceof ue && he(arguments[1], ht)) {
13664
13664
  var P = arguments[0], M = arguments[1], g = arguments[2];
13665
13665
  return P.apply(new Ct(M, g)), M;
13666
13666
  }
@@ -14033,7 +14033,7 @@ Cn.computeDistance = function() {
14033
14033
  Cn.computeDistance(l.getExteriorRing(), u, c);
14034
14034
  for (var h = 0; h < l.getNumInteriorRing(); h++)
14035
14035
  Cn.computeDistance(l.getInteriorRingN(h), u, c);
14036
- } else if (arguments[2] instanceof Lt && arguments[0] instanceof le && arguments[1] instanceof N) {
14036
+ } else if (arguments[2] instanceof Lt && arguments[0] instanceof ue && arguments[1] instanceof N) {
14037
14037
  var p = arguments[0], m = arguments[1], _ = arguments[2];
14038
14038
  if (p instanceof $e)
14039
14039
  Cn.computeDistance(p, m, _);
@@ -15586,7 +15586,7 @@ Ms.prototype.getClass = function() {
15586
15586
  return Ms;
15587
15587
  };
15588
15588
  Ms.map = function() {
15589
- if (arguments[0] instanceof le && he(arguments[1], Ms.MapOp)) {
15589
+ if (arguments[0] instanceof ue && he(arguments[1], Ms.MapOp)) {
15590
15590
  for (var e = arguments[0], t = arguments[1], r = new G(), i = 0; i < e.getNumGeometries(); i++) {
15591
15591
  var s = t.map(e.getGeometryN(i));
15592
15592
  s !== null && r.add(s);
@@ -16007,7 +16007,7 @@ var lt = function() {
16007
16007
  lt.prototype.reduceToGeometries = function(e) {
16008
16008
  for (var t = this, r = new G(), i = e.iterator(); i.hasNext(); ) {
16009
16009
  var s = i.next(), o = null;
16010
- he(s, nn) ? o = t.unionTree(s) : s instanceof le && (o = s), r.add(o);
16010
+ he(s, nn) ? o = t.unionTree(s) : s instanceof ue && (o = s), r.add(o);
16011
16011
  }
16012
16012
  return r;
16013
16013
  };
@@ -18581,7 +18581,7 @@ class Sr extends fp {
18581
18581
  l && (l(), l = void 0);
18582
18582
  };
18583
18583
  this.dispose(u), this.dispose(this.sceneObjectChanged.disposableOn((c) => {
18584
- u(), c && (l = ce([this, "name"], [c, "name"]));
18584
+ u(), c && (l = le([this, "name"], [c, "name"]));
18585
18585
  })), this.dispose(this.showChanged.disposableOn((c) => {
18586
18586
  if (t.setSceneObjectShowFunc(this.sceneObject, c), this.tree && this.tree.forceRedraw(), this.children && !this._showChangedNotAffectChildren)
18587
18587
  for (let h of this.children)
@@ -20488,19 +20488,19 @@ const ru = class ru extends Ce {
20488
20488
  const t = [];
20489
20489
  do {
20490
20490
  if (this.editingBindMode == "doublePoints") {
20491
- t.push(ue.DoublePointsAppend, ue.DoublePointsModify);
20491
+ t.push(ce.DoublePointsAppend, ce.DoublePointsModify);
20492
20492
  break;
20493
20493
  }
20494
20494
  if (this.editingBindMode == "lineString") {
20495
- t.push(ue.LineStringAppend, ue.LineStringInsert, ue.Translation);
20495
+ t.push(ce.LineStringAppend, ce.LineStringInsert, ce.Translation);
20496
20496
  break;
20497
20497
  }
20498
20498
  if (this.editingBindMode == "circular") {
20499
- t.push(ue.CircularAppend, ue.CircularInsert, ue.Translation), this.supportEditingModes().includes(ue.HeightModify) && t.push(ue.HeightModify);
20499
+ t.push(ce.CircularAppend, ce.CircularInsert, ce.Translation), this.supportEditingModes().includes(ce.HeightModify) && t.push(ce.HeightModify);
20500
20500
  break;
20501
20501
  }
20502
20502
  if (this.editingBindMode == "visibility") {
20503
- t.push(ue.VisibilityAppend, ue.VisibilityModify);
20503
+ t.push(ce.VisibilityAppend, ce.VisibilityModify);
20504
20504
  break;
20505
20505
  }
20506
20506
  } while (!1);
@@ -21052,7 +21052,7 @@ const ru = class ru extends Ce {
21052
21052
  */
21053
21053
  f(ru, "supportEditingModes", [
21054
21054
  ...Ce.supportEditingModes,
21055
- ue.Translation
21055
+ ce.Translation
21056
21056
  ]), /**
21057
21057
  * ESGeoVector 类的默认属性
21058
21058
  */
@@ -21164,11 +21164,11 @@ class W extends Ce {
21164
21164
  const t = [];
21165
21165
  do {
21166
21166
  if (this.editingBindMode == "singlePoint") {
21167
- t.push(ue.Place, ue.Translation), ["ESLocationMeasurement"].includes(this.typeName) || t.push(ue.Rotation), ["ESClippingPlane", "ESLocationMeasurement", "ESLocalRectangle", "ESBoxClipping"].includes(this.typeName) || t.push(ue.Scale);
21167
+ t.push(ce.Place, ce.Translation), ["ESLocationMeasurement"].includes(this.typeName) || t.push(ce.Rotation), ["ESClippingPlane", "ESLocationMeasurement", "ESLocalRectangle", "ESBoxClipping"].includes(this.typeName) || t.push(ce.Scale);
21168
21168
  break;
21169
21169
  }
21170
21170
  if (this.editingBindMode == "doublePoints") {
21171
- t.push(ue.DoublePointsAppend, ue.DoublePointsModify);
21171
+ t.push(ce.DoublePointsAppend, ce.DoublePointsModify);
21172
21172
  break;
21173
21173
  }
21174
21174
  } while (!1);
@@ -21356,27 +21356,134 @@ class W extends Ce {
21356
21356
  ])
21357
21357
  ];
21358
21358
  }
21359
+ /**
21360
+ * 获取点的大小
21361
+ */
21362
+ get pointSize() {
21363
+ return this.pointStyle.size;
21364
+ }
21365
+ /**
21366
+ * 设置点的大小
21367
+ * @param value - 点的大小值
21368
+ */
21369
+ set pointSize(t) {
21370
+ this.pointStyle = { ...this.pointStyle, size: t };
21371
+ }
21372
+ /**
21373
+ * 获取点大小变化的事件
21374
+ */
21375
+ get pointSizeChanged() {
21376
+ return this.pointStyleChanged;
21377
+ }
21378
+ /**
21379
+ * 获取点的大小类型
21380
+ */
21381
+ get pointSizeType() {
21382
+ return this.pointStyle.sizeType;
21383
+ }
21384
+ /**
21385
+ * 设置点的大小类型
21386
+ * @param value - 点的大小类型值
21387
+ */
21388
+ set pointSizeType(t) {
21389
+ this.pointStyle = { ...this.pointStyle, sizeType: t };
21390
+ }
21391
+ /**
21392
+ * 获取点大小类型变化的事件
21393
+ */
21394
+ get pointSizeTypeChanged() {
21395
+ return this.pointStyleChanged;
21396
+ }
21397
+ /**
21398
+ * 获取点的颜色
21399
+ */
21400
+ get pointColor() {
21401
+ return this.pointStyle.color;
21402
+ }
21403
+ /**
21404
+ * 设置点的颜色
21405
+ * @param value - 点的颜色值
21406
+ */
21407
+ set pointColor(t) {
21408
+ this.pointStyle = { ...this.pointStyle, color: [...t] };
21409
+ }
21410
+ /**
21411
+ * 获取点颜色变化的事件
21412
+ */
21413
+ get pointColorChanged() {
21414
+ return this.pointStyleChanged;
21415
+ }
21416
+ /**
21417
+ * 获取点的材质
21418
+ */
21419
+ get pointMaterial() {
21420
+ return this.pointStyle.material;
21421
+ }
21422
+ /**
21423
+ * 设置点的材质
21424
+ * @param value - 点的材质值
21425
+ */
21426
+ set pointMaterial(t) {
21427
+ this.pointStyle = { ...this.pointStyle, material: t };
21428
+ }
21429
+ /**
21430
+ * 获取点材质变化的事件
21431
+ */
21432
+ get pointMaterialChanged() {
21433
+ return this.pointStyleChanged;
21434
+ }
21435
+ /**
21436
+ * 获取点的材质参数
21437
+ */
21438
+ get pointMaterialParams() {
21439
+ return this.pointStyle.materialParams;
21440
+ }
21441
+ /**
21442
+ * 设置点的材质参数
21443
+ * @param value - 点的材质参数值
21444
+ */
21445
+ set pointMaterialParams(t) {
21446
+ this.pointStyle = { ...this.pointStyle, materialParams: t };
21447
+ }
21448
+ /**
21449
+ * 获取点材质参数变化的事件
21450
+ */
21451
+ get pointMaterialParamsChanged() {
21452
+ return this.pointStyleChanged;
21453
+ }
21359
21454
  }
21360
21455
  /**
21361
21456
  * 该类支持的编辑模式列表。
21362
21457
  */
21363
21458
  f(W, "supportEditingModes", [
21364
21459
  ...Ce.supportEditingModes,
21365
- ue.Place,
21366
- ue.Translation,
21367
- ue.Rotation,
21368
- ue.Scale,
21369
- ue.DoublePointsAppend,
21370
- ue.DoublePointsModify
21460
+ ce.Place,
21461
+ ce.Translation,
21462
+ ce.Rotation,
21463
+ ce.Scale,
21464
+ ce.DoublePointsAppend,
21465
+ ce.DoublePointsModify
21371
21466
  ]), /**
21372
21467
  * 该类的默认属性。
21373
21468
  */
21374
21469
  f(W, "defaults", {
21375
- ...Ce.defaults
21470
+ ...Ce.defaults,
21471
+ pointStyle: {
21472
+ size: 1,
21473
+ sizeType: "screen",
21474
+ color: [1, 1, 1, 1],
21475
+ material: "",
21476
+ materialParams: {}
21477
+ },
21478
+ pointed: !1
21376
21479
  });
21377
21480
  ((n) => {
21378
21481
  n.createDefaultProps = () => ({
21379
21482
  ...Ce.createDefaultProps(),
21483
+ /**点样式是否启用,默认false */
21484
+ pointed: !1,
21485
+ /**点样式 */
21486
+ pointStyle: Ue(n.defaults.pointStyle),
21380
21487
  /**位置点 [经,纬,高] */
21381
21488
  position: ge([0, 0, 0]),
21382
21489
  /**姿态 [h,p,r] */
@@ -22111,7 +22218,7 @@ const mr = class mr extends Ce {
22111
22218
  */
22112
22219
  updateEditing() {
22113
22220
  var t;
22114
- (t = this.viewer) == null || t.startEditing(this, [ue.Translation, ue.Rotation], { callSource: "inner" });
22221
+ (t = this.viewer) == null || t.startEditing(this, [ce.Translation, ce.Rotation], { callSource: "inner" });
22115
22222
  }
22116
22223
  /**
22117
22224
  * 获取刷新 Tileset 的事件。
@@ -22612,8 +22719,8 @@ f(mr, "type", mr.register("ES3DTileset", mr, { chsName: "3DTileset", tags: ["ESO
22612
22719
  */
22613
22720
  f(mr, "supportEditingModes", [
22614
22721
  ...Ce.supportEditingModes,
22615
- ue.Translation,
22616
- ue.Rotation
22722
+ ce.Translation,
22723
+ ce.Rotation
22617
22724
  ]), /**
22618
22725
  * 重写默认值,包含服务地址、材质模式、偏移量等默认属性。
22619
22726
  */
@@ -23054,8 +23161,8 @@ f(Kr, "type", Kr.register("ESGeoPolygon", Kr, { chsName: "地理多边形", tags
23054
23161
  */
23055
23162
  f(Kr, "supportEditingModes", [
23056
23163
  ...de.supportEditingModes,
23057
- ue.CircularAppend,
23058
- ue.CircularInsert
23164
+ ce.CircularAppend,
23165
+ ce.CircularInsert
23059
23166
  ]), /**
23060
23167
  * 默认属性值,包括填充样式、描边样式、是否填充、是否描边和碰撞检测等。
23061
23168
  */
@@ -24271,9 +24378,9 @@ f(ws, "type", ws.register("ESClassification", ws, { chsName: "倾斜单体化",
24271
24378
  */
24272
24379
  f(ws, "supportEditingModes", [
24273
24380
  ...de.supportEditingModes,
24274
- ue.CircularAppend,
24275
- ue.CircularInsert,
24276
- ue.HeightModify
24381
+ ce.CircularAppend,
24382
+ ce.CircularInsert,
24383
+ ce.HeightModify
24277
24384
  ]), /**
24278
24385
  * 静态属性,重写默认值。
24279
24386
  * 包含 ESGeoVector 的默认值,以及填充样式和填充状态的默认值。
@@ -25056,8 +25163,8 @@ f(Es, "type", Es.register("ESGeoLineString", Es, { chsName: "地理折线", tags
25056
25163
  */
25057
25164
  f(Es, "supportEditingModes", [
25058
25165
  ...de.supportEditingModes,
25059
- ue.LineStringAppend,
25060
- ue.LineStringInsert
25166
+ ce.LineStringAppend,
25167
+ ce.LineStringInsert
25061
25168
  ]), /**
25062
25169
  * 静态属性,重写默认值,包含 ESGeoVector 的默认值以及折线的默认样式信息。
25063
25170
  */
@@ -25852,8 +25959,8 @@ f(Ss, "type", Ss.register("ESGeoRectangle", Ss, { chsName: "矩形", tags: ["ESO
25852
25959
  */
25853
25960
  f(Ss, "supportEditingModes", [
25854
25961
  ...de.supportEditingModes,
25855
- ue.DoublePointsAppend,
25856
- ue.DoublePointsModify
25962
+ ce.DoublePointsAppend,
25963
+ ce.DoublePointsModify
25857
25964
  ]), /**
25858
25965
  * 默认属性对象,继承自父类的默认属性。
25859
25966
  *
@@ -26634,7 +26741,7 @@ export type ESJTimeIntervalCollectionJsonType = {
26634
26741
  * @param id - 可选的实例 ID。
26635
26742
  */
26636
26743
  constructor(e) {
26637
- super(e), this.ad(ce([this, "splitDirection"], [this, "czmSplitDirection"]));
26744
+ super(e), this.ad(le([this, "czmSplitDirection"], [this, "splitDirection"])), this.ad(le([this, "czmAlpha"], [this, "opacity"]));
26638
26745
  }
26639
26746
  /**
26640
26747
  * 获取 ES 属性。
@@ -26791,15 +26898,12 @@ let ja = yn;
26791
26898
  minimumLevel: 0,
26792
26899
  /** 目标 ID */
26793
26900
  targetID: "",
26794
- /** 透明度 */
26795
- opacity: 1,
26796
- /** 分割方向 */
26797
- splitDirection: "NONE",
26798
26901
  /**
26799
26902
  * 分割方向
26800
26903
  * @deprecated 未来会移除,请使用splitDirection代替 */
26801
26904
  czmSplitDirection: "NONE",
26802
- /** czm 透明度 */
26905
+ /** czm 透明度
26906
+ * @deprecated 未来会移除,请使用opacity代替 */
26803
26907
  czmAlpha: 1,
26804
26908
  /** czm 亮度 */
26805
26909
  czmBrightness: 1,
@@ -26810,7 +26914,11 @@ let ja = yn;
26810
26914
  /** czm 饱和度 */
26811
26915
  czmSaturation: 1,
26812
26916
  /** czm 伽马值 */
26813
- czmGamma: 1
26917
+ czmGamma: 1,
26918
+ /** 透明度 */
26919
+ opacity: 1,
26920
+ /** 分割方向 */
26921
+ splitDirection: "NONE"
26814
26922
  });
26815
26923
  })(ja || (ja = {}));
26816
26924
  U(ja.prototype, ja.createDefaultProps);
@@ -27036,7 +27144,7 @@ const Mt = class Mt extends W {
27036
27144
  f(this, "_player", this.dv(new Di()));
27037
27145
  {
27038
27146
  const r = Mt.defaults;
27039
- this.d(ce([this._player, "loop"], [this, "playingLoop"], (i) => i ?? r.playingLoop, (i) => i ?? r.playingLoop)), this.d(ce([this._player, "currentTime"], [this, "currentTime"], (i) => i ?? r.currentTime, (i) => i ?? r.currentTime)), this.d(ce([this._player, "duration"], [this, "duration"], (i) => i ?? r.duration, (i) => i ?? r.duration)), this.d(ce([this._player, "playing"], [this, "playing"], (i) => i ?? r.playing, (i) => i ?? r.playing)), this.d(ce([this._player, "speed"], [this, "playingSpeed"], (i) => i ?? r.playingSpeed, (i) => i ?? r.playingSpeed));
27147
+ this.d(le([this._player, "loop"], [this, "playingLoop"], (i) => i ?? r.playingLoop, (i) => i ?? r.playingLoop)), this.d(le([this._player, "currentTime"], [this, "currentTime"], (i) => i ?? r.currentTime, (i) => i ?? r.currentTime)), this.d(le([this._player, "duration"], [this, "duration"], (i) => i ?? r.duration, (i) => i ?? r.duration)), this.d(le([this._player, "playing"], [this, "playing"], (i) => i ?? r.playing, (i) => i ?? r.playing)), this.d(le([this._player, "speed"], [this, "playingSpeed"], (i) => i ?? r.playingSpeed, (i) => i ?? r.playingSpeed));
27040
27148
  }
27041
27149
  }
27042
27150
  /**
@@ -28407,7 +28515,7 @@ f(Cs, "type", Cs.register("ESSunshineAnalysis", Cs, { chsName: "日照分析", t
28407
28515
  */
28408
28516
  f(Cs, "supportEditingModes", [
28409
28517
  ...Ie.supportEditingModes,
28410
- ue.HeightModify
28518
+ ce.HeightModify
28411
28519
  ]), /**
28412
28520
  * 静态属性,默认属性值。
28413
28521
  * 继承自 ESGeoPolygon 的默认属性。
@@ -29641,10 +29749,10 @@ f(Ps, "type", Ps.register("ESDirectionMeasurement", Ps, { chsName: "方位角测
29641
29749
  */
29642
29750
  f(Ps, "supportEditingModes", [
29643
29751
  ...de.supportEditingModes,
29644
- ue.Rotation,
29645
- ue.Scale,
29646
- ue.DoublePointsAppend,
29647
- ue.DoublePointsModify
29752
+ ce.Rotation,
29753
+ ce.Scale,
29754
+ ce.DoublePointsAppend,
29755
+ ce.DoublePointsModify
29648
29756
  ]), /**
29649
29757
  * 静态属性,重写默认值,包含父类的默认值。
29650
29758
  */
@@ -30898,8 +31006,8 @@ f(Is, "type", Is.register("ESHeightMeasurement", Is, { chsName: "高度测量",
30898
31006
  */
30899
31007
  f(Is, "supportEditingModes", [
30900
31008
  ...de.supportEditingModes,
30901
- ue.DoublePointsAppend,
30902
- ue.DoublePointsModify
31009
+ ce.DoublePointsAppend,
31010
+ ce.DoublePointsModify
30903
31011
  ]), /**
30904
31012
  * 静态属性,重写默认设置,继承自 ESGeoVector 的默认设置。
30905
31013
  */
@@ -31386,8 +31494,8 @@ f(vi, "type", vi.register("ESPipeFence", vi, { chsName: "管道电子围栏", ta
31386
31494
  */
31387
31495
  f(vi, "supportEditingModes", [
31388
31496
  ...de.supportEditingModes,
31389
- ue.LineStringAppend,
31390
- ue.LineStringInsert
31497
+ ce.LineStringAppend,
31498
+ ce.LineStringInsert
31391
31499
  ]), /**
31392
31500
  * 静态属性,重写默认值,包含笔画样式、填充样式、填充和笔画标志以及材质模式等信息。
31393
31501
  */
@@ -31617,9 +31725,9 @@ f(yi, "type", yi.register("ESPolygonFence", yi, { chsName: "多边形电子围
31617
31725
  */
31618
31726
  f(yi, "supportEditingModes", [
31619
31727
  ...de.supportEditingModes,
31620
- ue.CircularAppend,
31621
- ue.CircularInsert,
31622
- ue.HeightModify
31728
+ ce.CircularAppend,
31729
+ ce.CircularInsert,
31730
+ ce.HeightModify
31623
31731
  ]), /**
31624
31732
  * 默认属性值,包含填充样式、是否填充和材质模式等信息。
31625
31733
  */
@@ -31745,8 +31853,8 @@ f(Bi, "type", Bi.register("ESRectangle", Bi, { chsName: "矩形", tags: ["ESObje
31745
31853
  */
31746
31854
  f(Bi, "supportEditingModes", [
31747
31855
  ...de.supportEditingModes,
31748
- ue.DoublePointsAppend,
31749
- ue.DoublePointsModify
31856
+ ce.DoublePointsAppend,
31857
+ ce.DoublePointsModify
31750
31858
  ]), /**
31751
31859
  * 默认属性值。
31752
31860
  *
@@ -32698,8 +32806,8 @@ f(zr, "type", zr.register("ESVisibilityAnalysis", zr, { chsName: "通视分析,
32698
32806
  */
32699
32807
  f(zr, "supportEditingModes", [
32700
32808
  ...de.supportEditingModes,
32701
- ue.VisibilityAppend,
32702
- ue.VisibilityModify
32809
+ ce.VisibilityAppend,
32810
+ ce.VisibilityModify
32703
32811
  ]), /**
32704
32812
  * 静态属性,重写默认值,包含 ESGeoVector 的默认值以及可视区域颜色、遮挡区域颜色和视点高度偏移的默认值。
32705
32813
  */
@@ -32915,7 +33023,7 @@ const Qo = class Qo extends hs {
32915
33023
  this.mainClass = this._human, this._human.parentID = this.id, this._poi.parentID = this.id, this.d(this.components.disposableAdd(this._human)), this.d(this.components.disposableAdd(this._poi));
32916
33024
  {
32917
33025
  const { _human: r, _poi: i } = this;
32918
- this.d(z([r, "show"], [this, "show"])), this.d(z([i, "show"], [this, "show"])), this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([i, "allowPicking"], [this, "allowPicking"])), this.d(ce([r, "scale"], [this, "scale"])), this.d(ce([i, "scale"], [this, "scale"])), this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(ce([r, "flyInParam"], [this, "flyInParam"])), this.d(ce([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "animation"], [this, "animation"])), this.d(z([r, "mode"], [this, "mode"])), this.d(z([r, "minVisibleDistance"], [this, "minVisibleDistance"])), this.d(z([r, "maxVisibleDistance"], [this, "maxVisibleDistance"])), this.d(z([i, "name"], [this, "name"])), this.d(z([i, "mode"], [this, "poiMode"])), this.d(z([i, "autoAnchor"], [this, "autoAnchor"])), this.d(z([i, "screenRender"], [this, "screenRender"])), this.d(z([i, "size"], [this, "size"])), this.d(z([i, "anchor"], [this, "anchor"])), this.d(z([i, "sizeByContent"], [this, "sizeByContent"])), this.d(z([i, "renderMode"], [this, "renderMode"])), this.d(z([i, "rotationType"], [this, "rotationType"])), this.d(z([i, "zOrder"], [this, "zOrder"])), this.d(z([i, "minVisibleDistance"], [this, "minVisibleDistance"])), this.d(z([i, "maxVisibleDistance"], [this, "maxVisibleDistance"])), this.d(ce([r, "position"], [this, "position"])), this.d(ce([r, "rotation"], [this, "rotation"])), this.d(this.flyInEvent.don((s) => {
33026
+ this.d(z([r, "show"], [this, "show"])), this.d(z([i, "show"], [this, "show"])), this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([i, "allowPicking"], [this, "allowPicking"])), this.d(le([r, "scale"], [this, "scale"])), this.d(le([i, "scale"], [this, "scale"])), this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(le([r, "flyInParam"], [this, "flyInParam"])), this.d(le([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "animation"], [this, "animation"])), this.d(z([r, "mode"], [this, "mode"])), this.d(z([r, "minVisibleDistance"], [this, "minVisibleDistance"])), this.d(z([r, "maxVisibleDistance"], [this, "maxVisibleDistance"])), this.d(z([i, "name"], [this, "name"])), this.d(z([i, "mode"], [this, "poiMode"])), this.d(z([i, "autoAnchor"], [this, "autoAnchor"])), this.d(z([i, "screenRender"], [this, "screenRender"])), this.d(z([i, "size"], [this, "size"])), this.d(z([i, "anchor"], [this, "anchor"])), this.d(z([i, "sizeByContent"], [this, "sizeByContent"])), this.d(z([i, "renderMode"], [this, "renderMode"])), this.d(z([i, "rotationType"], [this, "rotationType"])), this.d(z([i, "zOrder"], [this, "zOrder"])), this.d(z([i, "minVisibleDistance"], [this, "minVisibleDistance"])), this.d(z([i, "maxVisibleDistance"], [this, "maxVisibleDistance"])), this.d(le([r, "position"], [this, "position"])), this.d(le([r, "rotation"], [this, "rotation"])), this.d(this.flyInEvent.don((s) => {
32919
33027
  r.flyIn(s);
32920
33028
  })), this.d(this.flyToEvent.don((s) => {
32921
33029
  r.flyTo(s);
@@ -33204,7 +33312,7 @@ const $o = class $o extends ps {
33204
33312
  this.mainClass = this._pit, this.excavate.parentID = this.id, this._pit.parentID = this.id, this.d(this.components.disposableAdd(this._excavate)), this.d(this.components.disposableAdd(this._pit));
33205
33313
  {
33206
33314
  const { _excavate: r, _pit: i } = this;
33207
- this.d(z([r, "show"], [this, "show"])), this.d(z([i, "show"], [this, "show"])), this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([i, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(ce([i, "points"], [this, "points"])), this.d(z([r, "points"], [this, "points"])), this.d(z([i, "pointed"], [this, "pointed"])), this.d(z([r, "pointed"], [this, "pointed"])), this.d(z([i, "pointStyle"], [this, "pointStyle"])), this.d(z([r, "pointStyle"], [this, "pointStyle"])), this.d(z([i, "stroked"], [this, "stroked"])), this.d(z([r, "stroked"], [this, "stroked"])), this.d(z([i, "strokeStyle"], [this, "strokeStyle"])), this.d(z([r, "strokeStyle"], [this, "strokeStyle"])), this.d(z([i, "filled"], [this, "filled"])), this.d(z([i, "fillStyle"], [this, "fillStyle"])), this.d(z([r, "fillStyle"], [this, "fillStyle"])), this.d(z([r, "mode"], [this, "mode"])), this.d(z([r, "targetID"], [this, "targetID"])), this.d(z([i, "depth"], [this, "depth"])), this.d(z([i, "sideImage"], [this, "sideImage"])), this.d(z([i, "bottomImage"], [this, "bottomImage"])), this.d(z([i, "opacity"], [this, "opacity"])), this.d(z([i, "interpolation"], [this, "interpolation"])), this.d(ce([i, "flyInParam"], [this, "flyInParam"])), this.d(ce([i, "flyToParam"], [this, "flyToParam"])), this.d(this.flyInEvent.don((s) => {
33315
+ this.d(z([r, "show"], [this, "show"])), this.d(z([i, "show"], [this, "show"])), this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([i, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(le([i, "points"], [this, "points"])), this.d(z([r, "points"], [this, "points"])), this.d(z([i, "pointed"], [this, "pointed"])), this.d(z([r, "pointed"], [this, "pointed"])), this.d(z([i, "pointStyle"], [this, "pointStyle"])), this.d(z([r, "pointStyle"], [this, "pointStyle"])), this.d(z([i, "stroked"], [this, "stroked"])), this.d(z([r, "stroked"], [this, "stroked"])), this.d(z([i, "strokeStyle"], [this, "strokeStyle"])), this.d(z([r, "strokeStyle"], [this, "strokeStyle"])), this.d(z([i, "filled"], [this, "filled"])), this.d(z([i, "fillStyle"], [this, "fillStyle"])), this.d(z([r, "fillStyle"], [this, "fillStyle"])), this.d(z([r, "mode"], [this, "mode"])), this.d(z([r, "targetID"], [this, "targetID"])), this.d(z([i, "depth"], [this, "depth"])), this.d(z([i, "sideImage"], [this, "sideImage"])), this.d(z([i, "bottomImage"], [this, "bottomImage"])), this.d(z([i, "opacity"], [this, "opacity"])), this.d(z([i, "interpolation"], [this, "interpolation"])), this.d(le([i, "flyInParam"], [this, "flyInParam"])), this.d(le([i, "flyToParam"], [this, "flyToParam"])), this.d(this.flyInEvent.don((s) => {
33208
33316
  i.flyIn(s);
33209
33317
  })), this.d(this.flyToEvent.don((s) => {
33210
33318
  i.flyTo(s);
@@ -33406,7 +33514,7 @@ const Bh = {
33406
33514
  {
33407
33515
  this.d(this.components.disposableAdd(this._es3DTileset));
33408
33516
  const r = this._es3DTileset;
33409
- this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(ce([r, "flyToParam"], [this, "flyToParam"])), this.d(ce([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "actorTag"], [this, "actorTag"])), this.d(z([r, "materialMode"], [this, "materialMode"])), this.d(z([r, "highlight"], [this, "highlight"])), this.d(z([r, "maximumScreenSpaceError"], [this, "maximumScreenSpaceError"])), this.d(z([r, "highlightID"], [this, "highlightID"])), this.d(z([r, "highlightColor"], [this, "highlightColor"])), this.d(ce([r, "offset"], [this, "offset"])), this.d(ce([r, "rotation"], [this, "rotation"])), this.d(z([r, "czmImageBasedLightingFactor"], [this, "czmImageBasedLightingFactor"])), this.d(z([r, "czmLuminanceAtZenith"], [this, "czmLuminanceAtZenith"])), this.d(z([r, "czmMaximumMemoryUsage"], [this, "czmMaximumMemoryUsage"])), this.d(z([r, "czmClassificationType"], [this, "czmClassificationType"])), this.d(z([r, "czmStyleJson"], [this, "czmStyleJson"])), this.d(z([r, "czmBackFaceCulling"], [this, "czmBackFaceCulling"])), this.d(z([r, "czmDebugShowBoundingVolume"], [this, "czmDebugShowBoundingVolume"])), this.d(z([r, "czmDebugShowContentBoundingVolume"], [this, "czmDebugShowContentBoundingVolume"])), this.d(z([r, "czmSkipLevelOfDetail"], [this, "czmSkipLevelOfDetail"])), this.d(z([r, "colorBlendMode"], [this, "colorBlendMode"])), this.d(z([r, "cacheBytes"], [this, "cacheBytes"])), this.d(z([r, "clippingPlaneEnabled"], [this, "clippingPlaneEnabled"])), this.d(z([r, "unionClippingRegions"], [this, "unionClippingRegions"])), this.d(z([r, "clippingPlaneEdgeColor"], [this, "clippingPlaneEdgeColor"])), this.d(z([r, "clippingPlaneEdgeWidth"], [this, "clippingPlaneEdgeWidth"])), this.d(z([r, "materialParams"], [this, "materialParams"])), this.d(ce([r, "supportEdit"], [this, "supportEdit"])), this.d(ce([r, "clippingPlanesId"], [this, "clippingPlanesId"])), this.d(ce([r, "clippingPlaneIds"], [this, "clippingPlaneIds"])), this.d(ce([r, "flattenedPlaneId"], [this, "flattenedPlaneId"])), this.d(ce([r, "flattenedPlaneEnabled"], [this, "flattenedPlaneEnabled"])), this.d(ce([r, "clippingPlaneId"], [this, "clippingPlaneId"])), this.d(ce([r, "excavateId"], [this, "excavateId"]));
33517
+ this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(le([r, "flyToParam"], [this, "flyToParam"])), this.d(le([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "actorTag"], [this, "actorTag"])), this.d(z([r, "materialMode"], [this, "materialMode"])), this.d(z([r, "highlight"], [this, "highlight"])), this.d(z([r, "maximumScreenSpaceError"], [this, "maximumScreenSpaceError"])), this.d(z([r, "highlightID"], [this, "highlightID"])), this.d(z([r, "highlightColor"], [this, "highlightColor"])), this.d(le([r, "offset"], [this, "offset"])), this.d(le([r, "rotation"], [this, "rotation"])), this.d(z([r, "czmImageBasedLightingFactor"], [this, "czmImageBasedLightingFactor"])), this.d(z([r, "czmLuminanceAtZenith"], [this, "czmLuminanceAtZenith"])), this.d(z([r, "czmMaximumMemoryUsage"], [this, "czmMaximumMemoryUsage"])), this.d(z([r, "czmClassificationType"], [this, "czmClassificationType"])), this.d(z([r, "czmStyleJson"], [this, "czmStyleJson"])), this.d(z([r, "czmBackFaceCulling"], [this, "czmBackFaceCulling"])), this.d(z([r, "czmDebugShowBoundingVolume"], [this, "czmDebugShowBoundingVolume"])), this.d(z([r, "czmDebugShowContentBoundingVolume"], [this, "czmDebugShowContentBoundingVolume"])), this.d(z([r, "czmSkipLevelOfDetail"], [this, "czmSkipLevelOfDetail"])), this.d(z([r, "colorBlendMode"], [this, "colorBlendMode"])), this.d(z([r, "cacheBytes"], [this, "cacheBytes"])), this.d(z([r, "clippingPlaneEnabled"], [this, "clippingPlaneEnabled"])), this.d(z([r, "unionClippingRegions"], [this, "unionClippingRegions"])), this.d(z([r, "clippingPlaneEdgeColor"], [this, "clippingPlaneEdgeColor"])), this.d(z([r, "clippingPlaneEdgeWidth"], [this, "clippingPlaneEdgeWidth"])), this.d(z([r, "materialParams"], [this, "materialParams"])), this.d(le([r, "supportEdit"], [this, "supportEdit"])), this.d(le([r, "clippingPlanesId"], [this, "clippingPlanesId"])), this.d(le([r, "clippingPlaneIds"], [this, "clippingPlaneIds"])), this.d(le([r, "flattenedPlaneId"], [this, "flattenedPlaneId"])), this.d(le([r, "flattenedPlaneEnabled"], [this, "flattenedPlaneEnabled"])), this.d(le([r, "clippingPlaneId"], [this, "clippingPlaneId"])), this.d(le([r, "excavateId"], [this, "excavateId"]));
33410
33518
  }
33411
33519
  {
33412
33520
  const r = this._es3DTileset;
@@ -33876,7 +33984,7 @@ const $y = async (n) => {
33876
33984
  {
33877
33985
  this.d(this.components.disposableAdd(this._es3DTileset));
33878
33986
  const r = this._es3DTileset;
33879
- this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(ce([r, "flyToParam"], [this, "flyToParam"])), this.d(ce([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "actorTag"], [this, "actorTag"])), this.d(z([r, "materialMode"], [this, "materialMode"])), this.d(z([r, "highlight"], [this, "highlight"])), this.d(z([r, "maximumScreenSpaceError"], [this, "maximumScreenSpaceError"])), this.d(z([r, "highlightID"], [this, "highlightID"])), this.d(z([r, "highlightColor"], [this, "highlightColor"])), this.d(ce([r, "offset"], [this, "offset"])), this.d(ce([r, "rotation"], [this, "rotation"])), this.d(z([r, "czmImageBasedLightingFactor"], [this, "czmImageBasedLightingFactor"])), this.d(z([r, "czmLuminanceAtZenith"], [this, "czmLuminanceAtZenith"])), this.d(z([r, "czmMaximumMemoryUsage"], [this, "czmMaximumMemoryUsage"])), this.d(z([r, "czmClassificationType"], [this, "czmClassificationType"])), this.d(z([r, "czmStyleJson"], [this, "czmStyleJson"])), this.d(z([r, "czmBackFaceCulling"], [this, "czmBackFaceCulling"])), this.d(z([r, "czmDebugShowBoundingVolume"], [this, "czmDebugShowBoundingVolume"])), this.d(z([r, "czmDebugShowContentBoundingVolume"], [this, "czmDebugShowContentBoundingVolume"])), this.d(z([r, "czmSkipLevelOfDetail"], [this, "czmSkipLevelOfDetail"])), this.d(z([r, "colorBlendMode"], [this, "colorBlendMode"])), this.d(z([r, "cacheBytes"], [this, "cacheBytes"])), this.d(z([r, "clippingPlaneEnabled"], [this, "clippingPlaneEnabled"])), this.d(z([r, "unionClippingRegions"], [this, "unionClippingRegions"])), this.d(z([r, "clippingPlaneEdgeColor"], [this, "clippingPlaneEdgeColor"])), this.d(z([r, "clippingPlaneEdgeWidth"], [this, "clippingPlaneEdgeWidth"])), this.d(z([r, "materialParams"], [this, "materialParams"])), this.d(ce([r, "supportEdit"], [this, "supportEdit"])), this.d(ce([r, "clippingPlanesId"], [this, "clippingPlanesId"])), this.d(ce([r, "clippingPlaneIds"], [this, "clippingPlaneIds"])), this.d(ce([r, "flattenedPlaneId"], [this, "flattenedPlaneId"])), this.d(ce([r, "flattenedPlaneEnabled"], [this, "flattenedPlaneEnabled"])), this.d(ce([r, "clippingPlaneId"], [this, "clippingPlaneId"])), this.d(ce([r, "excavateId"], [this, "excavateId"]));
33987
+ this.d(z([r, "allowPicking"], [this, "allowPicking"])), this.d(z([r, "collision"], [this, "collision"])), this.d(le([r, "flyToParam"], [this, "flyToParam"])), this.d(le([r, "flyToParam"], [this, "flyToParam"])), this.d(z([r, "actorTag"], [this, "actorTag"])), this.d(z([r, "materialMode"], [this, "materialMode"])), this.d(z([r, "highlight"], [this, "highlight"])), this.d(z([r, "maximumScreenSpaceError"], [this, "maximumScreenSpaceError"])), this.d(z([r, "highlightID"], [this, "highlightID"])), this.d(z([r, "highlightColor"], [this, "highlightColor"])), this.d(le([r, "offset"], [this, "offset"])), this.d(le([r, "rotation"], [this, "rotation"])), this.d(z([r, "czmImageBasedLightingFactor"], [this, "czmImageBasedLightingFactor"])), this.d(z([r, "czmLuminanceAtZenith"], [this, "czmLuminanceAtZenith"])), this.d(z([r, "czmMaximumMemoryUsage"], [this, "czmMaximumMemoryUsage"])), this.d(z([r, "czmClassificationType"], [this, "czmClassificationType"])), this.d(z([r, "czmStyleJson"], [this, "czmStyleJson"])), this.d(z([r, "czmBackFaceCulling"], [this, "czmBackFaceCulling"])), this.d(z([r, "czmDebugShowBoundingVolume"], [this, "czmDebugShowBoundingVolume"])), this.d(z([r, "czmDebugShowContentBoundingVolume"], [this, "czmDebugShowContentBoundingVolume"])), this.d(z([r, "czmSkipLevelOfDetail"], [this, "czmSkipLevelOfDetail"])), this.d(z([r, "colorBlendMode"], [this, "colorBlendMode"])), this.d(z([r, "cacheBytes"], [this, "cacheBytes"])), this.d(z([r, "clippingPlaneEnabled"], [this, "clippingPlaneEnabled"])), this.d(z([r, "unionClippingRegions"], [this, "unionClippingRegions"])), this.d(z([r, "clippingPlaneEdgeColor"], [this, "clippingPlaneEdgeColor"])), this.d(z([r, "clippingPlaneEdgeWidth"], [this, "clippingPlaneEdgeWidth"])), this.d(z([r, "materialParams"], [this, "materialParams"])), this.d(le([r, "supportEdit"], [this, "supportEdit"])), this.d(le([r, "clippingPlanesId"], [this, "clippingPlanesId"])), this.d(le([r, "clippingPlaneIds"], [this, "clippingPlaneIds"])), this.d(le([r, "flattenedPlaneId"], [this, "flattenedPlaneId"])), this.d(le([r, "flattenedPlaneEnabled"], [this, "flattenedPlaneEnabled"])), this.d(le([r, "clippingPlaneId"], [this, "clippingPlaneId"])), this.d(le([r, "excavateId"], [this, "excavateId"]));
33880
33988
  }
33881
33989
  {
33882
33990
  const r = this._es3DTileset;
@@ -34350,7 +34458,7 @@ f(Br, "type", Br.register("ESGeoExtrudedPolygon", Br, { chsName: "拉升多边
34350
34458
  */
34351
34459
  f(Br, "supportEditingModes", [
34352
34460
  ...Ie.supportEditingModes,
34353
- ue.HeightModify
34461
+ ce.HeightModify
34354
34462
  ]), /**
34355
34463
  * 静态属性,对象的默认值,包含父类的默认值以及新增的高度、拉伸高度和是否应用每个位置高度的默认值。
34356
34464
  */
@@ -34395,7 +34503,7 @@ const po = class po extends Ie {
34395
34503
  this.mainClass = this._geoExtrudedPolygon, this.classification.parentID = this.id, this.geoExtrudedPolygon.parentID = this.id, this.d(this.components.disposableAdd(this._classification)), this.d(this.components.disposableAdd(this._geoExtrudedPolygon));
34396
34504
  {
34397
34505
  const { _classification: r, _geoExtrudedPolygon: i } = this;
34398
- i.perPositionHeight = !0, this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(ce([i, "flyInParam"], [this, "flyInParam"])), this.d(ce([i, "flyToParam"], [this, "flyToParam"])), this.d(ce([i, "points"], [this, "points"])), this.d(ce([i, "extrudedHeight"], [this, "height"])), this.d(ce([r, "fillColor"], [this, "overheightColor"])), this.d(ce([i, "fillColor"], [this, "standardColor"]));
34506
+ i.perPositionHeight = !0, this.d(z([r, "collision"], [this, "collision"])), this.d(z([i, "collision"], [this, "collision"])), this.d(le([i, "flyInParam"], [this, "flyInParam"])), this.d(le([i, "flyToParam"], [this, "flyToParam"])), this.d(le([i, "points"], [this, "points"])), this.d(le([i, "extrudedHeight"], [this, "height"])), this.d(le([r, "fillColor"], [this, "overheightColor"])), this.d(le([i, "fillColor"], [this, "standardColor"]));
34399
34507
  {
34400
34508
  const s = () => {
34401
34509
  const { height: a, points: l, maxHeight: u } = this;
@@ -34513,7 +34621,7 @@ f(po, "type", po.register("ESHeightLimitAnalysis", po, { chsName: "控高分析"
34513
34621
  */
34514
34622
  f(po, "supportEditingModes", [
34515
34623
  ...Ie.supportEditingModes,
34516
- ue.HeightModify
34624
+ ce.HeightModify
34517
34625
  ]);
34518
34626
  let Nl = po;
34519
34627
  ((n) => {
@@ -34743,7 +34851,7 @@ class Eu extends ae {
34743
34851
  };
34744
34852
  r(), this.d(this.startTimeChanged.don(r)), this.d(this.stopTimeChanged.don(r));
34745
34853
  }
34746
- this.d(ce([t, "playing"], [this, "playing"])), this.d(ce([t, "loop"], [this, "loop"])), this.d(ce([t, "speed"], [this, "speed"])), this.d(t.currentTimeChanged.don(() => {
34854
+ this.d(le([t, "playing"], [this, "playing"])), this.d(le([t, "loop"], [this, "loop"])), this.d(le([t, "speed"], [this, "speed"])), this.d(t.currentTimeChanged.don(() => {
34747
34855
  this.startTime !== void 0 && t.currentTime !== void 0 && (this.currentTime = t.currentTime + this.startTime);
34748
34856
  })), this.d(this.currentTimeChanged.don(() => {
34749
34857
  if (this.currentTime === void 0 || this.startTime === void 0) return;
@@ -34810,7 +34918,7 @@ const go = class go extends re {
34810
34918
  */
34811
34919
  f(this, "_absolutePlayer", this.dv(new Eu()));
34812
34920
  const r = this.absolutePlayer;
34813
- this.d(ce([r, "currentTime"], [this, "currentTime"])), this.d(ce([r, "startTime"], [this, "startTime"])), this.d(ce([r, "stopTime"], [this, "stopTime"])), this.d(ce([r, "playing"], [this, "playing"])), this.d(ce([r, "loop"], [this, "loop"])), this.d(ce([r, "speed"], [this, "speed"]));
34921
+ this.d(le([r, "currentTime"], [this, "currentTime"])), this.d(le([r, "startTime"], [this, "startTime"])), this.d(le([r, "stopTime"], [this, "stopTime"])), this.d(le([r, "playing"], [this, "playing"])), this.d(le([r, "loop"], [this, "loop"])), this.d(le([r, "speed"], [this, "speed"]));
34814
34922
  }
34815
34923
  /**
34816
34924
  * 获取类型名称,固定返回 'ESPlayer'。
@@ -35191,7 +35299,7 @@ timePosRots是一个内部包含三个元素的数组,第一个表示时间戳
35191
35299
  this._scratchCurrentInfo.index = o, this._scratchCurrentInfo.position = a, this._scratchCurrentInfo.rotation = l, this._scratchCurrentInfo.ratio = u, this._currentInfo.value = this._scratchCurrentInfo;
35192
35300
  }
35193
35301
  };
35194
- i(), this.currentTimeChanged.disposableOn(i), this.timePosRotsChanged.disposableOn(i), this.rotLerpModeChanged.disposableOn(i), this.dispose(ce([this._player, "loop"], [this, "loop"]));
35302
+ i(), this.currentTimeChanged.disposableOn(i), this.timePosRotsChanged.disposableOn(i), this.rotLerpModeChanged.disposableOn(i), this.dispose(le([this._player, "loop"], [this, "loop"]));
35195
35303
  {
35196
35304
  const s = () => {
35197
35305
  if (this.startTime === void 0 || this.currentTime === void 0) return;
@@ -35208,7 +35316,7 @@ timePosRots是一个内部包含三个元素的数组,第一个表示时间戳
35208
35316
  };
35209
35317
  s(), this.dispose(this._player.currentTimeChanged.disposableOn(s));
35210
35318
  }
35211
- this.dispose(ce([this._player, "duration"], [this, "duration"])), this.dispose(ce([this._player, "playing"], [this, "playing"])), this.dispose(ce([this._player, "speed"], [this, "speed"]));
35319
+ this.dispose(le([this._player, "duration"], [this, "duration"])), this.dispose(le([this._player, "playing"], [this, "playing"])), this.dispose(le([this._player, "speed"], [this, "speed"]));
35212
35320
  {
35213
35321
  const s = () => {
35214
35322
  (this.autoComputeTimeFromTimePosRots ?? !0) && this.computeTimeFromTimePosRots();
@@ -39482,7 +39590,7 @@ function hp(n) {
39482
39590
  }
39483
39591
  let Ql;
39484
39592
  try {
39485
- const n = "earthsdk3", e = "3.3.0-beta.5", t = "2025-07-15T06:12:13.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "9d13184aed42b04992b38a0b1d398eca01357d5f", a = ((Date.now() - 1752559933e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39593
+ const n = "earthsdk3", e = "3.3.0-beta.6", t = "2025-07-28T06:36:17.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "ad0a610b9e3f50ea29be1e095b6244aff416f9bd", a = ((Date.now() - 1753684577e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39486
39594
  %c${i ? i + `
39487
39595
  ` : ""}当前网站正在使用${n},此软件版权归${r}所有
39488
39596
  `;
@@ -39496,7 +39604,7 @@ try {
39496
39604
  },
39497
39605
  // @ts-ignore
39498
39606
  get gituri() {
39499
- return GITURI_ && GITURI_.replace("${commitId}", "9d13184aed42b04992b38a0b1d398eca01357d5f");
39607
+ return GITURI_ && GITURI_.replace("${commitId}", "ad0a610b9e3f50ea29be1e095b6244aff416f9bd");
39500
39608
  },
39501
39609
  // @ts-ignore
39502
39610
  get info() {
@@ -39504,7 +39612,7 @@ try {
39504
39612
  },
39505
39613
  // @ts-ignore
39506
39614
  get date() {
39507
- return "2025-07-15T06:12:13.000Z";
39615
+ return "2025-07-28T06:36:17.000Z";
39508
39616
  },
39509
39617
  // @ts-ignore
39510
39618
  get author() {
@@ -39512,7 +39620,7 @@ try {
39512
39620
  },
39513
39621
  // @ts-ignore
39514
39622
  get version() {
39515
- return "3.3.0-beta.5";
39623
+ return "3.3.0-beta.6";
39516
39624
  },
39517
39625
  // @ts-ignore
39518
39626
  get name() {
@@ -39520,7 +39628,7 @@ try {
39520
39628
  },
39521
39629
  // @ts-ignore
39522
39630
  get commitId() {
39523
- return "9d13184aed42b04992b38a0b1d398eca01357d5f";
39631
+ return "ad0a610b9e3f50ea29be1e095b6244aff416f9bd";
39524
39632
  },
39525
39633
  /**
39526
39634
  * 打印版权信息到控制台
@@ -39613,7 +39721,7 @@ export {
39613
39721
  Sl as ESHumanPoi,
39614
39722
  Ba as ESImageLabel,
39615
39723
  ja as ESImageryLayer,
39616
- ue as ESJEditingMode,
39724
+ ce as ESJEditingMode,
39617
39725
  vg as ESJLonLatFormat,
39618
39726
  a_ as ESJPickedResult,
39619
39727
  Dt as ESLabel,