earthsdk3 3.0.5 → 3.0.6-beta.10
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.cjs +58288 -2
- package/dist/earthsdk3.js +58307 -2
- package/dist/earthsdk3.mjs +58448 -2
- package/dist/types/ESJTypes/properties/ESJEnvironmentMapManager.d.ts +12 -0
- package/dist/types/ESJTypes/properties/ESJMaterialType.d.ts +8 -8
- package/dist/types/ESJTypes/properties/index.d.ts +1 -0
- package/dist/types/ESObjectManager/index.d.ts +5 -0
- package/dist/types/ESObjects/base/ESGeoVector.d.ts +3 -1
- package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/index.d.ts +7 -1
- package/dist/types/ESObjects/base/ESVisualObject.d.ts +4 -1
- package/dist/types/ESObjects/general/ES3DTileset/index.d.ts +21 -5
- package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts +2 -0
- package/dist/types/ESObjects/general/ESClassification.d.ts +2 -1
- package/dist/types/ESObjects/general/ESDirectionMeasurement.d.ts +2 -0
- package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts +1 -3
- package/dist/types/ESObjects/general/ESGeoLineString.d.ts +2 -1
- package/dist/types/ESObjects/general/ESGeoPolygon.d.ts +2 -1
- package/dist/types/ESObjects/general/ESGeoRectangle.d.ts +2 -1
- package/dist/types/ESObjects/general/ESGltfModel.d.ts +19 -3
- package/dist/types/ESObjects/general/ESHeightLimitAnalysis.d.ts +1 -3
- package/dist/types/ESObjects/general/ESHeightMeasurement.d.ts +2 -0
- package/dist/types/ESObjects/general/ESHole.d.ts +1 -2
- package/dist/types/ESObjects/general/ESHumanPoi.d.ts +1 -2
- package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESImageryLayer/types.d.ts +5 -5
- package/dist/types/ESObjects/general/ESLocalCircle.d.ts +2 -1
- package/dist/types/ESObjects/general/ESMsTileset/index.d.ts +11 -8
- package/dist/types/ESObjects/general/ESPipeFence.d.ts +2 -1
- package/dist/types/ESObjects/general/ESPipeserTileset.d.ts +4 -0
- package/dist/types/ESObjects/general/ESPolygonFence.d.ts +2 -1
- package/dist/types/ESObjects/general/ESRectangle.d.ts +2 -1
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/index.d.ts +14 -16
- package/dist/types/ESObjects/general/ESRtsTileset/index.d.ts +14 -10
- package/dist/types/ESObjects/general/ESTerrainLayer.d.ts +4 -1
- package/dist/types/ESObjects/general/ESTextLabel.d.ts +0 -1
- package/dist/types/ESObjects/general/ESVideoFusion.d.ts +2 -1
- package/dist/types/ESObjects/general/ESViewShed.d.ts +2 -0
- package/dist/types/ESObjects/general/ESVisibilityAnalysis.d.ts +2 -1
- package/dist/types/utils/SceneTrees/defaultLight122FromEnvironmentMapManager.d.ts +8 -0
- package/dist/types/utils/SceneTrees/index.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/registerCreatedEventUpdate.d.ts +3 -0
- package/dist/types/utils/registerEventUpdate.d.ts +1 -1
- package/package.json +1 -2
- package/dist/earthsdk3.cjs.LICENSE.txt +0 -29
- package/dist/earthsdk3.js.LICENSE.txt +0 -29
- package/dist/earthsdk3.mjs.LICENSE.txt +0 -29
|
@@ -18,6 +18,7 @@ export declare class ESPipeserTileset extends ES3DTileset {
|
|
|
18
18
|
offset: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D | undefined>;
|
|
19
19
|
rotation: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
20
20
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector2D>;
|
|
21
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
21
22
|
czmLuminanceAtZenith: number;
|
|
22
23
|
czmAtmosphereScatteringIntensity: number;
|
|
23
24
|
czmMaximumMemoryUsage: number;
|
|
@@ -35,6 +36,7 @@ export declare class ESPipeserTileset extends ES3DTileset {
|
|
|
35
36
|
clippingPlaneEdgeWidth: number;
|
|
36
37
|
materialParams: import("../../ESJTypes").ESJsonObjectType;
|
|
37
38
|
allowPicking: boolean;
|
|
39
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
38
40
|
show: boolean;
|
|
39
41
|
collision: boolean;
|
|
40
42
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyToParam | undefined>;
|
|
@@ -80,6 +82,7 @@ export declare namespace ESPipeserTileset {
|
|
|
80
82
|
offset: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D | undefined>;
|
|
81
83
|
rotation: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector3D>;
|
|
82
84
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJVector2D>;
|
|
85
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
83
86
|
czmLuminanceAtZenith: number;
|
|
84
87
|
czmAtmosphereScatteringIntensity: number;
|
|
85
88
|
czmMaximumMemoryUsage: number;
|
|
@@ -97,6 +100,7 @@ export declare namespace ESPipeserTileset {
|
|
|
97
100
|
clippingPlaneEdgeWidth: number;
|
|
98
101
|
materialParams: import("../../ESJTypes").ESJsonObjectType;
|
|
99
102
|
allowPicking: boolean;
|
|
103
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
100
104
|
show: boolean;
|
|
101
105
|
collision: boolean;
|
|
102
106
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../ESJTypes").ESJFlyToParam | undefined>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UniteChanged } from "xbsj-base";
|
|
2
|
-
import { ESJFillStyle } from "../../ESJTypes";
|
|
2
|
+
import { ESJEditingBindModeType, ESJFillStyle } from "../../ESJTypes";
|
|
3
3
|
import { ESGeoVector } from "../base";
|
|
4
4
|
/**
|
|
5
5
|
* https://www.wolai.com/earthsdk/s3LNcfsVWEUHvchR6eeJSH
|
|
@@ -31,6 +31,7 @@ export declare class ESPolygonFence extends ESGeoVector {
|
|
|
31
31
|
materialMode: string;
|
|
32
32
|
};
|
|
33
33
|
static supportEditingModes: string[];
|
|
34
|
+
editingBindMode: ESJEditingBindModeType;
|
|
34
35
|
static defaults: {
|
|
35
36
|
fillStyle: ESJFillStyle;
|
|
36
37
|
filled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ESJVector4D } from "../../ESJTypes";
|
|
1
|
+
import { ESJEditingBindModeType, ESJVector4D } from "../../ESJTypes";
|
|
2
2
|
import { UniteChanged } from "xbsj-base";
|
|
3
3
|
import { ESGeoVector } from "../base";
|
|
4
4
|
export declare class ESRectangle extends ESGeoVector {
|
|
@@ -37,6 +37,7 @@ export declare class ESRectangle extends ESGeoVector {
|
|
|
37
37
|
private _deprecatedWarningFunc;
|
|
38
38
|
constructor(id?: string);
|
|
39
39
|
static supportEditingModes: string[];
|
|
40
|
+
editingBindMode: ESJEditingBindModeType;
|
|
40
41
|
static defaults: {
|
|
41
42
|
ground: boolean;
|
|
42
43
|
outlineTranslucent: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JsonValue, SceneObjectKey, UniteChanged } from "xbsj-base";
|
|
2
2
|
import { ES3DTileset } from "../ES3DTileset";
|
|
3
3
|
import { ESRtsTileset } from "../ESRtsTileset";
|
|
4
|
-
import { ESSceneObject } from "../../../ESObjects/base";
|
|
5
4
|
export declare class ESRtsFeatureEditing extends ES3DTileset {
|
|
6
5
|
static readonly type: string;
|
|
7
6
|
get typeName(): string;
|
|
@@ -22,11 +21,12 @@ export declare class ESRtsFeatureEditing extends ES3DTileset {
|
|
|
22
21
|
offset: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D | undefined>;
|
|
23
22
|
rotation: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D>;
|
|
24
23
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector2D>;
|
|
24
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
25
25
|
czmLuminanceAtZenith: number;
|
|
26
26
|
czmAtmosphereScatteringIntensity: number;
|
|
27
27
|
czmMaximumMemoryUsage: number;
|
|
28
28
|
czmClassificationType: string;
|
|
29
|
-
czmStyleJson: import("xbsj-base").ReactiveVariable<
|
|
29
|
+
czmStyleJson: import("xbsj-base").ReactiveVariable<JsonValue>;
|
|
30
30
|
czmBackFaceCulling: boolean;
|
|
31
31
|
czmDebugShowBoundingVolume: boolean;
|
|
32
32
|
czmDebugShowContentBoundingVolume: boolean;
|
|
@@ -39,27 +39,26 @@ export declare class ESRtsFeatureEditing extends ES3DTileset {
|
|
|
39
39
|
clippingPlaneEdgeWidth: number;
|
|
40
40
|
materialParams: import("../../../ESJTypes").ESJsonObjectType;
|
|
41
41
|
allowPicking: boolean;
|
|
42
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
42
43
|
show: boolean;
|
|
43
44
|
collision: boolean;
|
|
44
45
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyToParam | undefined>;
|
|
45
46
|
flyInParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyInParam | undefined>;
|
|
46
47
|
name: string;
|
|
47
48
|
ref: string | undefined;
|
|
48
|
-
extras: import("xbsj-base").ReactiveVariable<
|
|
49
|
+
extras: import("xbsj-base").ReactiveVariable<JsonValue>;
|
|
49
50
|
devTags: import("xbsj-base").ReactiveVariable<string[] | undefined>;
|
|
50
51
|
execOnceFuncStr: string | undefined;
|
|
51
52
|
updateFuncStr: string | undefined;
|
|
52
53
|
toDestroyFuncStr: string | undefined;
|
|
53
54
|
};
|
|
54
|
-
get json():
|
|
55
|
-
set json(value:
|
|
55
|
+
get json(): JsonValue;
|
|
56
|
+
set json(value: JsonValue);
|
|
56
57
|
combinationClass: boolean;
|
|
57
|
-
mainClass: undefined | ESSceneObject;
|
|
58
|
-
getMainClass(): ESSceneObject;
|
|
59
58
|
init(eSRtsTileset: ESRtsTileset, featureId: string): Promise<void>;
|
|
60
59
|
constructor(id?: SceneObjectKey);
|
|
61
60
|
static defaults: {
|
|
62
|
-
layerConfig:
|
|
61
|
+
layerConfig: JsonValue;
|
|
63
62
|
url: string;
|
|
64
63
|
actorTag: string;
|
|
65
64
|
materialMode: string;
|
|
@@ -69,6 +68,7 @@ export declare class ESRtsFeatureEditing extends ES3DTileset {
|
|
|
69
68
|
baseColor: number[];
|
|
70
69
|
};
|
|
71
70
|
cacheBytes: number;
|
|
71
|
+
materialOverrideMap: {};
|
|
72
72
|
show: boolean;
|
|
73
73
|
collision: boolean;
|
|
74
74
|
allowPicking: boolean;
|
|
@@ -95,11 +95,12 @@ export declare namespace ESRtsFeatureEditing {
|
|
|
95
95
|
offset: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D | undefined>;
|
|
96
96
|
rotation: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D>;
|
|
97
97
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector2D>;
|
|
98
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
98
99
|
czmLuminanceAtZenith: number;
|
|
99
100
|
czmAtmosphereScatteringIntensity: number;
|
|
100
101
|
czmMaximumMemoryUsage: number;
|
|
101
102
|
czmClassificationType: string;
|
|
102
|
-
czmStyleJson: import("xbsj-base").ReactiveVariable<
|
|
103
|
+
czmStyleJson: import("xbsj-base").ReactiveVariable<JsonValue>;
|
|
103
104
|
czmBackFaceCulling: boolean;
|
|
104
105
|
czmDebugShowBoundingVolume: boolean;
|
|
105
106
|
czmDebugShowContentBoundingVolume: boolean;
|
|
@@ -112,22 +113,19 @@ export declare namespace ESRtsFeatureEditing {
|
|
|
112
113
|
clippingPlaneEdgeWidth: number;
|
|
113
114
|
materialParams: import("../../../ESJTypes").ESJsonObjectType;
|
|
114
115
|
allowPicking: boolean;
|
|
116
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
115
117
|
show: boolean;
|
|
116
118
|
collision: boolean;
|
|
117
119
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyToParam | undefined>;
|
|
118
120
|
flyInParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyInParam | undefined>;
|
|
119
121
|
name: string;
|
|
120
122
|
ref: string | undefined;
|
|
121
|
-
extras: import("xbsj-base").ReactiveVariable<
|
|
123
|
+
extras: import("xbsj-base").ReactiveVariable<JsonValue>;
|
|
122
124
|
devTags: import("xbsj-base").ReactiveVariable<string[] | undefined>;
|
|
123
125
|
execOnceFuncStr: string | undefined;
|
|
124
126
|
updateFuncStr: string | undefined;
|
|
125
127
|
toDestroyFuncStr: string | undefined;
|
|
126
128
|
};
|
|
127
129
|
}
|
|
128
|
-
export interface ESRtsFeatureEditing extends
|
|
130
|
+
export interface ESRtsFeatureEditing extends UniteChanged<ReturnType<typeof ESRtsFeatureEditing.createDefaultProps>> {
|
|
129
131
|
}
|
|
130
|
-
type JsonType = PartialWithUndefinedReactivePropsToNativeProps<ReturnType<typeof ESRtsFeatureEditing.createDefaultProps> & {
|
|
131
|
-
type: string;
|
|
132
|
-
}>;
|
|
133
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Event, JsonValue,
|
|
1
|
+
import { Event, JsonValue, SceneObjectKey, UniteChanged } from "xbsj-base";
|
|
2
2
|
import { LayerType } from "./types";
|
|
3
3
|
import { ESRtsFeatureEditing } from "../ESRtsFeatureEditing";
|
|
4
4
|
import { ES3DTileset } from "../ES3DTileset";
|
|
@@ -16,6 +16,7 @@ export declare class ESRtsTileset extends ES3DTileset {
|
|
|
16
16
|
offset: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D | undefined>;
|
|
17
17
|
rotation: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D>;
|
|
18
18
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector2D>;
|
|
19
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
19
20
|
czmLuminanceAtZenith: number;
|
|
20
21
|
czmAtmosphereScatteringIntensity: number;
|
|
21
22
|
czmMaximumMemoryUsage: number;
|
|
@@ -33,6 +34,7 @@ export declare class ESRtsTileset extends ES3DTileset {
|
|
|
33
34
|
clippingPlaneEdgeWidth: number;
|
|
34
35
|
materialParams: import("../../../ESJTypes").ESJsonObjectType;
|
|
35
36
|
allowPicking: boolean;
|
|
37
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
36
38
|
show: boolean;
|
|
37
39
|
collision: boolean;
|
|
38
40
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyToParam | undefined>;
|
|
@@ -46,12 +48,15 @@ export declare class ESRtsTileset extends ES3DTileset {
|
|
|
46
48
|
toDestroyFuncStr: string | undefined;
|
|
47
49
|
layerConfig: import("xbsj-base").ReactiveVariable<JsonValue[] | undefined>;
|
|
48
50
|
};
|
|
49
|
-
get json():
|
|
50
|
-
set json(value:
|
|
51
|
-
combinationClass: boolean;
|
|
52
|
-
getMainClass(): ES3DTileset;
|
|
51
|
+
get json(): JsonValue;
|
|
52
|
+
set json(value: JsonValue);
|
|
53
53
|
private _es3DTileset;
|
|
54
54
|
get es3DTileset(): ES3DTileset;
|
|
55
|
+
private _ids;
|
|
56
|
+
get ids(): string[];
|
|
57
|
+
get idsChanged(): import("xbsj-base").Listener<[string[], string[]]>;
|
|
58
|
+
set ids(value: string[]);
|
|
59
|
+
combinationClass: boolean;
|
|
55
60
|
getFeatureProperty(featureId: string): Promise<{
|
|
56
61
|
[k: string]: any;
|
|
57
62
|
} | undefined>;
|
|
@@ -102,6 +107,7 @@ export declare class ESRtsTileset extends ES3DTileset {
|
|
|
102
107
|
baseColor: number[];
|
|
103
108
|
};
|
|
104
109
|
cacheBytes: number;
|
|
110
|
+
materialOverrideMap: {};
|
|
105
111
|
show: boolean;
|
|
106
112
|
collision: boolean;
|
|
107
113
|
allowPicking: boolean;
|
|
@@ -122,6 +128,7 @@ export declare namespace ESRtsTileset {
|
|
|
122
128
|
offset: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D | undefined>;
|
|
123
129
|
rotation: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector3D>;
|
|
124
130
|
czmImageBasedLightingFactor: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJVector2D>;
|
|
131
|
+
czmEnvironmentMapManager: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJEnvironmentMapManagerType | undefined>;
|
|
125
132
|
czmLuminanceAtZenith: number;
|
|
126
133
|
czmAtmosphereScatteringIntensity: number;
|
|
127
134
|
czmMaximumMemoryUsage: number;
|
|
@@ -139,6 +146,7 @@ export declare namespace ESRtsTileset {
|
|
|
139
146
|
clippingPlaneEdgeWidth: number;
|
|
140
147
|
materialParams: import("../../../ESJTypes").ESJsonObjectType;
|
|
141
148
|
allowPicking: boolean;
|
|
149
|
+
materialOverrideMap: import("xbsj-base").ReactiveVariable<undefined>;
|
|
142
150
|
show: boolean;
|
|
143
151
|
collision: boolean;
|
|
144
152
|
flyToParam: import("xbsj-base").ReactiveVariable<import("../../../ESJTypes").ESJFlyToParam | undefined>;
|
|
@@ -153,9 +161,5 @@ export declare namespace ESRtsTileset {
|
|
|
153
161
|
layerConfig: import("xbsj-base").ReactiveVariable<JsonValue[] | undefined>;
|
|
154
162
|
};
|
|
155
163
|
}
|
|
156
|
-
export interface ESRtsTileset extends
|
|
164
|
+
export interface ESRtsTileset extends UniteChanged<ReturnType<typeof ESRtsTileset.createDefaultProps>> {
|
|
157
165
|
}
|
|
158
|
-
type JsonType = PartialWithUndefinedReactivePropsToNativeProps<ReturnType<typeof ESRtsTileset.createDefaultProps> & {
|
|
159
|
-
type: string;
|
|
160
|
-
}>;
|
|
161
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UniteChanged } from "xbsj-base";
|
|
1
|
+
import { UniteChanged, Event } from "xbsj-base";
|
|
2
2
|
import { ESVisualObject } from "../base";
|
|
3
3
|
import { ESJResource, ESJVector4D } from "../../ESJTypes";
|
|
4
4
|
/**
|
|
@@ -37,6 +37,9 @@ export declare class ESTerrainLayer extends ESVisualObject {
|
|
|
37
37
|
flyToParam: import("../../ESJTypes").ESJFlyToParam;
|
|
38
38
|
flyInParam: import("../../ESJTypes").ESJFlyInParam;
|
|
39
39
|
};
|
|
40
|
+
private _activateEvent;
|
|
41
|
+
get activateEvent(): Event<[]>;
|
|
42
|
+
activate: boolean;
|
|
40
43
|
constructor(id?: string);
|
|
41
44
|
getESProperties(): {
|
|
42
45
|
defaultMenu: string;
|
|
@@ -52,7 +52,6 @@ export declare class ESTextLabel extends ESLabel {
|
|
|
52
52
|
allowTextEditing: boolean;
|
|
53
53
|
width: number;
|
|
54
54
|
text: string;
|
|
55
|
-
editing: boolean;
|
|
56
55
|
originRatioAndOffset: [number, number, number, number];
|
|
57
56
|
opacity: number;
|
|
58
57
|
backgroundColor: [number, number, number, number];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactivePropsToNativePropsAndChanged, SceneObjectKey, Event } from "xbsj-base";
|
|
2
2
|
import { ESObjectWithLocation } from "../base";
|
|
3
|
-
import { ESJResource } from "../../ESJTypes";
|
|
3
|
+
import { ESJEditingBindModeType, ESJResource } from "../../ESJTypes";
|
|
4
4
|
/**
|
|
5
5
|
* https://www.wolai.com/earthsdk/fpxkCB8cdbHSnuVBtsSREL
|
|
6
6
|
*/
|
|
@@ -35,6 +35,7 @@ export declare class ESVideoFusion extends ESObjectWithLocation {
|
|
|
35
35
|
updateFuncStr: string | undefined;
|
|
36
36
|
toDestroyFuncStr: string | undefined;
|
|
37
37
|
};
|
|
38
|
+
editingBindMode: ESJEditingBindModeType;
|
|
38
39
|
private _resetWithCameraInfoEvent;
|
|
39
40
|
get resetWithCameraInfoEvent(): Event<[]>;
|
|
40
41
|
resetWithCameraInfo(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ReactivePropsToNativePropsAndChanged, SceneObjectKey } from "xbsj-base";
|
|
2
2
|
import { ESObjectWithLocation } from "../base";
|
|
3
|
+
import { ESJEditingBindModeType } from "../../ESJTypes";
|
|
3
4
|
/**
|
|
4
5
|
* https://www.wolai.com/earthsdk/sAHf2XpnfBguZh2eJbTZcM
|
|
5
6
|
*/
|
|
@@ -32,6 +33,7 @@ export declare class ESViewShed extends ESObjectWithLocation {
|
|
|
32
33
|
toDestroyFuncStr: string | undefined;
|
|
33
34
|
};
|
|
34
35
|
constructor(id?: SceneObjectKey);
|
|
36
|
+
editingBindMode: ESJEditingBindModeType;
|
|
35
37
|
static defaults: {
|
|
36
38
|
fov: number;
|
|
37
39
|
aspectRatio: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UniteChanged } from "xbsj-base";
|
|
2
|
-
import { ESJVector4D } from "../../ESJTypes";
|
|
2
|
+
import { ESJEditingBindModeType, ESJVector4D } from "../../ESJTypes";
|
|
3
3
|
import { ESGeoVector } from "../base";
|
|
4
4
|
/**
|
|
5
5
|
* https://www.wolai.com/earthsdk/riDycLwA9NsKsvHc51fohg
|
|
@@ -32,6 +32,7 @@ export declare class ESVisibilityAnalysis extends ESGeoVector {
|
|
|
32
32
|
toDestroyFuncStr: string | undefined;
|
|
33
33
|
};
|
|
34
34
|
static supportEditingModes: string[];
|
|
35
|
+
editingBindMode: ESJEditingBindModeType;
|
|
35
36
|
static defaults: {
|
|
36
37
|
visibleColor: ESJVector4D;
|
|
37
38
|
invisibleColor: ESJVector4D;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Destroyable, Listener } from "xbsj-base";
|
|
2
|
-
export declare function registerEventUpdate(owner: Destroyable, event: Listener<any[]>, update: () => void): void;
|
|
2
|
+
export declare function registerEventUpdate(owner: Destroyable, event: Listener<any[]>, update: () => void, firstUpdate?: boolean): void;
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "earthsdk3",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6-beta.10",
|
|
4
4
|
"description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
|
|
5
|
-
"1main": "./src/index.ts",
|
|
6
5
|
"main": "dist/earthsdk3.cjs",
|
|
7
6
|
"module": "dist/earthsdk3.mjs",
|
|
8
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
|
|
13
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
17
|
-
|
|
18
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
-
and limitations under the License.
|
|
20
|
-
***************************************************************************** */
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* splaytree v3.1.2
|
|
24
|
-
* Fast Splay tree for Node and browser
|
|
25
|
-
*
|
|
26
|
-
* @author Alexander Milevski <info@w8r.name>
|
|
27
|
-
* @license MIT
|
|
28
|
-
* @preserve
|
|
29
|
-
*/
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
|
|
13
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
17
|
-
|
|
18
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
-
and limitations under the License.
|
|
20
|
-
***************************************************************************** */
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* splaytree v3.1.2
|
|
24
|
-
* Fast Splay tree for Node and browser
|
|
25
|
-
*
|
|
26
|
-
* @author Alexander Milevski <info@w8r.name>
|
|
27
|
-
* @license MIT
|
|
28
|
-
* @preserve
|
|
29
|
-
*/
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
|
|
13
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
17
|
-
|
|
18
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
-
and limitations under the License.
|
|
20
|
-
***************************************************************************** */
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* splaytree v3.1.2
|
|
24
|
-
* Fast Splay tree for Node and browser
|
|
25
|
-
*
|
|
26
|
-
* @author Alexander Milevski <info@w8r.name>
|
|
27
|
-
* @license MIT
|
|
28
|
-
* @preserve
|
|
29
|
-
*/
|