earthsdk3 3.0.6-beta.16 → 3.0.6-beta.18

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.
@@ -3,6 +3,7 @@ import { BooleanProperty, ColorProperty, EnumProperty, GroupProperty, NumberProp
3
3
  import { ESGeoPolygon } from "./ESGeoPolygon";
4
4
  /**
5
5
  * https://www.wolai.com/earthsdk/ejBicXu8Jxr2EGJDcxYvkV
6
+ * https://c0yh9tnn0na.feishu.cn/wiki/UGIqwnIc6iGZozkzPqMcYoUwnPg
6
7
  *
7
8
  */
8
9
  export declare class ESExcavate extends ESGeoPolygon {
@@ -1,8 +1,10 @@
1
1
  import { UniteChanged } from "xbsj-base";
2
2
  import { ESExcavate } from "./ESExcavate";
3
3
  import { ESPit } from "./ESPit";
4
+ import { EnumProperty } from "../../ESJTypes";
4
5
  /**
5
6
  * https://www.wolai.com/earthsdk/ixfCjq4UjUqWy7SeVHnCnt
7
+ * https://c0yh9tnn0na.feishu.cn/wiki/Z7lKwk5jViMvAXkMKfpcd38mngD
6
8
  */
7
9
  export declare class ESHole extends ESPit {
8
10
  static readonly type: string;
@@ -14,17 +16,17 @@ export declare class ESHole extends ESPit {
14
16
  opacity: number;
15
17
  interpolation: number;
16
18
  pointed: boolean;
17
- pointStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJPointStyle>;
19
+ pointStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJPointStyle>;
18
20
  stroked: boolean;
19
- strokeStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJStrokeStyle>;
21
+ strokeStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJStrokeStyle>;
20
22
  filled: boolean;
21
- fillStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJFillStyle>;
23
+ fillStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFillStyle>;
22
24
  points: import("xbsj-base").ReactiveVariable<[number, number, number][] | undefined>;
23
25
  show: boolean;
24
26
  collision: boolean;
25
27
  allowPicking: boolean;
26
- flyToParam: import("xbsj-base").ReactiveVariable<import("../..").ESJFlyToParam | undefined>;
27
- flyInParam: import("xbsj-base").ReactiveVariable<import("../..").ESJFlyInParam | undefined>;
28
+ flyToParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyToParam | undefined>;
29
+ flyInParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyInParam | undefined>;
28
30
  name: string;
29
31
  ref: string | undefined;
30
32
  extras: import("xbsj-base").ReactiveVariable<import("xbsj-base").JsonValue>;
@@ -40,6 +42,15 @@ export declare class ESHole extends ESPit {
40
42
  private _pit;
41
43
  combinationClass: boolean;
42
44
  constructor(id?: string);
45
+ getESProperties(): {
46
+ basic: import("../../ESJTypes").Property[];
47
+ style: (import("../../ESJTypes").GroupProperty | EnumProperty<string> | import("../../ESJTypes").NumberProperty | import("../../ESJTypes").BooleanProperty | import("../../ESJTypes").ColorProperty)[];
48
+ coordinate: import("../../ESJTypes").Property[];
49
+ defaultMenu: string;
50
+ general: import("../../ESJTypes").Property[];
51
+ dataSource: import("../../ESJTypes").Property[];
52
+ location: import("../../ESJTypes").Property[];
53
+ };
43
54
  }
44
55
  export declare namespace ESHole {
45
56
  const createDefaultProps: () => {
@@ -49,17 +60,17 @@ export declare namespace ESHole {
49
60
  opacity: number;
50
61
  interpolation: number;
51
62
  pointed: boolean;
52
- pointStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJPointStyle>;
63
+ pointStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJPointStyle>;
53
64
  stroked: boolean;
54
- strokeStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJStrokeStyle>;
65
+ strokeStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJStrokeStyle>;
55
66
  filled: boolean;
56
- fillStyle: import("xbsj-base").ReactiveVariable<import("../..").ESJFillStyle>;
67
+ fillStyle: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFillStyle>;
57
68
  points: import("xbsj-base").ReactiveVariable<[number, number, number][] | undefined>;
58
69
  show: boolean;
59
70
  collision: boolean;
60
71
  allowPicking: boolean;
61
- flyToParam: import("xbsj-base").ReactiveVariable<import("../..").ESJFlyToParam | undefined>;
62
- flyInParam: import("xbsj-base").ReactiveVariable<import("../..").ESJFlyInParam | undefined>;
72
+ flyToParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyToParam | undefined>;
73
+ flyInParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyInParam | undefined>;
63
74
  name: string;
64
75
  ref: string | undefined;
65
76
  extras: import("xbsj-base").ReactiveVariable<import("xbsj-base").JsonValue>;
@@ -6,6 +6,9 @@ export type ESJTexture = {
6
6
  uDis: number;
7
7
  vDis: number;
8
8
  };
9
+ /**
10
+ * https://c0yh9tnn0na.feishu.cn/wiki/Y2jewrGzSih6ojktXqqcTG44nmb
11
+ */
9
12
  export declare class ESPit extends ESGeoPolygon {
10
13
  static readonly type: string;
11
14
  get typeName(): string;
@@ -14,6 +14,8 @@ export declare class ESTerrainLayer extends ESVisualObject {
14
14
  zIndex: number;
15
15
  czmMaxzoom: number | undefined;
16
16
  czmMinzoom: number | undefined;
17
+ renderMode: "default" | "disableDepthTest" | "transparent" | undefined;
18
+ opacity: number | undefined;
17
19
  show: boolean;
18
20
  collision: boolean;
19
21
  allowPicking: boolean;
@@ -32,6 +34,9 @@ export declare class ESTerrainLayer extends ESVisualObject {
32
34
  url: string;
33
35
  rectangle: ESJVector4D;
34
36
  zIndex: number;
37
+ renderMode: string;
38
+ renderModes: [name: string, value: string][];
39
+ opacity: number;
35
40
  collision: boolean;
36
41
  allowPicking: boolean;
37
42
  flyToParam: import("../../ESJTypes").ESJFlyToParam;
@@ -59,6 +64,8 @@ export declare namespace ESTerrainLayer {
59
64
  zIndex: number;
60
65
  czmMaxzoom: number | undefined;
61
66
  czmMinzoom: number | undefined;
67
+ renderMode: "default" | "disableDepthTest" | "transparent" | undefined;
68
+ opacity: number | undefined;
62
69
  show: boolean;
63
70
  collision: boolean;
64
71
  allowPicking: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "earthsdk3",
3
- "version": "3.0.6-beta.16",
3
+ "version": "3.0.6-beta.18",
4
4
  "description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
5
5
  "main": "dist/earthsdk3.cjs",
6
6
  "module": "dist/earthsdk3.mjs",
@@ -40,6 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@turf/turf": "^6.5.0",
43
- "proj4": "^2.8.0"
43
+ "proj4": "^2.8.0",
44
+ "xbsj-base": "1.0.1"
44
45
  }
45
46
  }