@kq_npm/client3d_webgl_vue 3.5.8-beta → 3.5.9-beta
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/baseterraingallery/index.js +2 -2
- package/comparemap/index.js +3 -3
- package/compass/index.js +2 -2
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +3 -3
- package/hawkeye/index.js +2 -2
- package/measure/index.js +5 -5
- package/package.json +1 -1
- package/profileanalysis/index.js +5 -5
- package/resetview/index.js +2 -2
- package/roller/index.js +10 -10
- package/scenceview/index.js +49 -49
- package/screenshot/index.js +4 -4
- package/underground/index.js +3 -3
- package/viewshedanalysis/index.js +4 -4
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//地形淹没分析逻辑类
|
|
14
14
|
class BaseterrainGalleryViewModel {
|
|
15
15
|
//基本地形对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
18
18
|
|
|
19
19
|
this._baseterrainGallery.viewer = viewer;
|
|
20
20
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
package/comparemap/index.js
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//多窗口逻辑类
|
|
14
14
|
class CompareMapViewModel {
|
|
15
15
|
// 三维视图对象
|
|
16
16
|
//三维viewer对象
|
|
17
17
|
constructor(scenceView) {
|
|
18
|
-
(0,
|
|
18
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
19
19
|
|
|
20
|
-
(0,
|
|
20
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
21
21
|
|
|
22
22
|
this._scenceView = scenceView;
|
|
23
23
|
this._viewer = scenceView._viewer;
|
package/compass/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 重置视图
|
|
14
14
|
class CompassViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //重置方向
|
package/fixedzoomin/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 三维固定缩放逻辑
|
|
14
14
|
class FixedZoomin3dViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //获取相机焦点
|
package/fixedzoomout/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 三维固定缩放逻辑
|
|
14
14
|
class FixedZoomout3dViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //获取相机焦点
|
package/flight/index.js
CHANGED
|
@@ -35,16 +35,16 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
35
35
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
37
37
|
/* harmony export */ });
|
|
38
|
-
/* harmony import */ var
|
|
38
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
39
|
|
|
40
40
|
//飞行操作类
|
|
41
41
|
class FlightViewModel {
|
|
42
42
|
//飞行三维对象
|
|
43
43
|
//停止事件
|
|
44
44
|
constructor(viewer) {
|
|
45
|
-
(0,
|
|
45
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
46
46
|
|
|
47
|
-
(0,
|
|
47
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
48
48
|
|
|
49
49
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
50
50
|
this.stopEvent = this._animationPath.stoped;
|
package/hawkeye/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//鹰眼逻辑类
|
|
14
14
|
class HawkeyeViewModel {
|
|
15
15
|
//鹰眼三维对象
|
|
16
16
|
constructor(scenceView, options) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
18
18
|
|
|
19
19
|
options.viewer = scenceView._viewer;
|
|
20
20
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
package/measure/index.js
CHANGED
|
@@ -35,7 +35,7 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
35
35
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
37
37
|
/* harmony export */ });
|
|
38
|
-
/* harmony import */ var
|
|
38
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
39
39
|
|
|
40
40
|
//测量操作类
|
|
41
41
|
class MeasureViewModel {
|
|
@@ -43,13 +43,13 @@ class MeasureViewModel {
|
|
|
43
43
|
//测量事件
|
|
44
44
|
//活动事件
|
|
45
45
|
constructor(viewer) {
|
|
46
|
-
(0,
|
|
46
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
47
47
|
|
|
48
|
-
(0,
|
|
48
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
49
49
|
|
|
50
|
-
(0,
|
|
50
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
51
51
|
|
|
52
|
-
(0,
|
|
52
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
53
53
|
|
|
54
54
|
//开启深度检测
|
|
55
55
|
viewer.scene.globe.depthTestAgainstTerrain = true;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.5.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.5.9-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","html2canvas":"^1.4.1","xe-utils":"^3.5.4"}}
|
package/profileanalysis/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//分析逻辑类
|
|
14
14
|
let floatingPoint;
|
|
@@ -21,13 +21,13 @@ class ProfileAnalysisViewModel {
|
|
|
21
21
|
//显示结果的DOM元素显隐
|
|
22
22
|
//全局参数对象
|
|
23
23
|
constructor(viewer, viewModel, chart) {
|
|
24
|
-
(0,
|
|
24
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
25
25
|
|
|
26
|
-
(0,
|
|
26
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
27
27
|
|
|
28
|
-
(0,
|
|
28
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
29
29
|
|
|
30
|
-
(0,
|
|
30
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
31
31
|
width: 360,
|
|
32
32
|
height: 360
|
|
33
33
|
});
|
package/resetview/index.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
// 重置视图
|
|
14
14
|
class ResetViewViewModel {
|
|
15
15
|
//三维viewer对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
19
|
this._viewer = viewer;
|
|
20
20
|
} //重置视角
|
package/roller/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//卷帘逻辑类
|
|
14
14
|
class RollerViewModel {
|
|
@@ -22,23 +22,23 @@ class RollerViewModel {
|
|
|
22
22
|
//左右卷帘活动状态
|
|
23
23
|
//上下卷帘活动状态
|
|
24
24
|
constructor(scenceView, options) {
|
|
25
|
-
(0,
|
|
25
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
26
26
|
|
|
27
|
-
(0,
|
|
27
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
28
28
|
|
|
29
|
-
(0,
|
|
29
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
30
30
|
|
|
31
|
-
(0,
|
|
31
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
32
32
|
|
|
33
|
-
(0,
|
|
33
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
34
34
|
|
|
35
|
-
(0,
|
|
35
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
36
36
|
|
|
37
|
-
(0,
|
|
37
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
38
38
|
|
|
39
|
-
(0,
|
|
39
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
40
40
|
|
|
41
|
-
(0,
|
|
41
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
42
42
|
|
|
43
43
|
this._viewer = scenceView._viewer;
|
|
44
44
|
this._layerManager = scenceView._layerManager;
|
package/scenceview/index.js
CHANGED
|
@@ -2362,13 +2362,13 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
2362
2362
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2363
2363
|
/* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
|
|
2364
2364
|
/* harmony export */ });
|
|
2365
|
-
/* harmony import */ var
|
|
2365
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
2366
2366
|
|
|
2367
2367
|
//地形淹没分析逻辑类
|
|
2368
2368
|
class BaseterrainGalleryViewModel {
|
|
2369
2369
|
//基本地形对象
|
|
2370
2370
|
constructor(viewer) {
|
|
2371
|
-
(0,
|
|
2371
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
|
|
2372
2372
|
|
|
2373
2373
|
this._baseterrainGallery.viewer = viewer;
|
|
2374
2374
|
this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
@@ -5947,16 +5947,16 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
5947
5947
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5948
5948
|
/* harmony export */ "Z": function() { return /* binding */ CompareMapViewModel; }
|
|
5949
5949
|
/* harmony export */ });
|
|
5950
|
-
/* harmony import */ var
|
|
5950
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
5951
5951
|
|
|
5952
5952
|
//多窗口逻辑类
|
|
5953
5953
|
class CompareMapViewModel {
|
|
5954
5954
|
// 三维视图对象
|
|
5955
5955
|
//三维viewer对象
|
|
5956
5956
|
constructor(scenceView) {
|
|
5957
|
-
(0,
|
|
5957
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scenceView", null);
|
|
5958
5958
|
|
|
5959
|
-
(0,
|
|
5959
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
5960
5960
|
|
|
5961
5961
|
this._scenceView = scenceView;
|
|
5962
5962
|
this._viewer = scenceView._viewer;
|
|
@@ -6382,13 +6382,13 @@ CompareMap.install = (Vue, opts) => {
|
|
|
6382
6382
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6383
6383
|
/* harmony export */ "Z": function() { return /* binding */ CompassViewModel; }
|
|
6384
6384
|
/* harmony export */ });
|
|
6385
|
-
/* harmony import */ var
|
|
6385
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
6386
6386
|
|
|
6387
6387
|
// 重置视图
|
|
6388
6388
|
class CompassViewModel {
|
|
6389
6389
|
//三维viewer对象
|
|
6390
6390
|
constructor(viewer) {
|
|
6391
|
-
(0,
|
|
6391
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
6392
6392
|
|
|
6393
6393
|
this._viewer = viewer;
|
|
6394
6394
|
} //重置方向
|
|
@@ -7228,13 +7228,13 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
|
7228
7228
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7229
7229
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomin3dViewModel; }
|
|
7230
7230
|
/* harmony export */ });
|
|
7231
|
-
/* harmony import */ var
|
|
7231
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7232
7232
|
|
|
7233
7233
|
// 三维固定缩放逻辑
|
|
7234
7234
|
class FixedZoomin3dViewModel {
|
|
7235
7235
|
//三维viewer对象
|
|
7236
7236
|
constructor(viewer) {
|
|
7237
|
-
(0,
|
|
7237
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7238
7238
|
|
|
7239
7239
|
this._viewer = viewer;
|
|
7240
7240
|
} //获取相机焦点
|
|
@@ -7433,13 +7433,13 @@ FixedZoomin.install = (Vue, opts) => {
|
|
|
7433
7433
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7434
7434
|
/* harmony export */ "Z": function() { return /* binding */ FixedZoomout3dViewModel; }
|
|
7435
7435
|
/* harmony export */ });
|
|
7436
|
-
/* harmony import */ var
|
|
7436
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7437
7437
|
|
|
7438
7438
|
// 三维固定缩放逻辑
|
|
7439
7439
|
class FixedZoomout3dViewModel {
|
|
7440
7440
|
//三维viewer对象
|
|
7441
7441
|
constructor(viewer) {
|
|
7442
|
-
(0,
|
|
7442
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
7443
7443
|
|
|
7444
7444
|
this._viewer = viewer;
|
|
7445
7445
|
} //获取相机焦点
|
|
@@ -7638,16 +7638,16 @@ FixedZoomout.install = (Vue, opts) => {
|
|
|
7638
7638
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7639
7639
|
/* harmony export */ "Z": function() { return /* binding */ FlightViewModel; }
|
|
7640
7640
|
/* harmony export */ });
|
|
7641
|
-
/* harmony import */ var
|
|
7641
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
7642
7642
|
|
|
7643
7643
|
//飞行操作类
|
|
7644
7644
|
class FlightViewModel {
|
|
7645
7645
|
//飞行三维对象
|
|
7646
7646
|
//停止事件
|
|
7647
7647
|
constructor(viewer) {
|
|
7648
|
-
(0,
|
|
7648
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_animationPath", null);
|
|
7649
7649
|
|
|
7650
|
-
(0,
|
|
7650
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "stopEvent", null);
|
|
7651
7651
|
|
|
7652
7652
|
this._animationPath = new Cesium.Kq3dAnimationPath(viewer);
|
|
7653
7653
|
this.stopEvent = this._animationPath.stoped;
|
|
@@ -10663,13 +10663,13 @@ GPUSpatialQuery.install = (Vue, opts) => {
|
|
|
10663
10663
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10664
10664
|
/* harmony export */ "Z": function() { return /* binding */ HawkeyeViewModel; }
|
|
10665
10665
|
/* harmony export */ });
|
|
10666
|
-
/* harmony import */ var
|
|
10666
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
10667
10667
|
|
|
10668
10668
|
//鹰眼逻辑类
|
|
10669
10669
|
class HawkeyeViewModel {
|
|
10670
10670
|
//鹰眼三维对象
|
|
10671
10671
|
constructor(scenceView, options) {
|
|
10672
|
-
(0,
|
|
10672
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_overviewMap", null);
|
|
10673
10673
|
|
|
10674
10674
|
options.viewer = scenceView._viewer;
|
|
10675
10675
|
options.centerRectColor = Cesium.Color.fromCssColorString(options.centerColor || "#0000ff").withAlpha(options.centerColorAlpha || 0.5);
|
|
@@ -13495,7 +13495,7 @@ IsolineAnalysis.install = (Vue, opts) => {
|
|
|
13495
13495
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13496
13496
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
13497
13497
|
/* harmony export */ });
|
|
13498
|
-
/* harmony import */ var
|
|
13498
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
13499
13499
|
|
|
13500
13500
|
//测量操作类
|
|
13501
13501
|
class MeasureViewModel {
|
|
@@ -13503,13 +13503,13 @@ class MeasureViewModel {
|
|
|
13503
13503
|
//测量事件
|
|
13504
13504
|
//活动事件
|
|
13505
13505
|
constructor(viewer) {
|
|
13506
|
-
(0,
|
|
13506
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
13507
13507
|
|
|
13508
|
-
(0,
|
|
13508
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
13509
13509
|
|
|
13510
|
-
(0,
|
|
13510
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
13511
13511
|
|
|
13512
|
-
(0,
|
|
13512
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
13513
13513
|
|
|
13514
13514
|
//开启深度检测
|
|
13515
13515
|
viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
@@ -16682,7 +16682,7 @@ PlaneClip.install = (Vue, opts) => {
|
|
|
16682
16682
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16683
16683
|
/* harmony export */ "Z": function() { return /* binding */ ProfileAnalysisViewModel; }
|
|
16684
16684
|
/* harmony export */ });
|
|
16685
|
-
/* harmony import */ var
|
|
16685
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
16686
16686
|
|
|
16687
16687
|
//分析逻辑类
|
|
16688
16688
|
let floatingPoint;
|
|
@@ -16695,13 +16695,13 @@ class ProfileAnalysisViewModel {
|
|
|
16695
16695
|
//显示结果的DOM元素显隐
|
|
16696
16696
|
//全局参数对象
|
|
16697
16697
|
constructor(viewer, viewModel, chart) {
|
|
16698
|
-
(0,
|
|
16698
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_profileAnalysis", null);
|
|
16699
16699
|
|
|
16700
|
-
(0,
|
|
16700
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChart", null);
|
|
16701
16701
|
|
|
16702
|
-
(0,
|
|
16702
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_ProfileAnalysisChartVis", null);
|
|
16703
16703
|
|
|
16704
|
-
(0,
|
|
16704
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
16705
16705
|
width: 360,
|
|
16706
16706
|
height: 360
|
|
16707
16707
|
});
|
|
@@ -17530,13 +17530,13 @@ ProfileAnalysis.install = (Vue, opts) => {
|
|
|
17530
17530
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17531
17531
|
/* harmony export */ "Z": function() { return /* binding */ ResetViewViewModel; }
|
|
17532
17532
|
/* harmony export */ });
|
|
17533
|
-
/* harmony import */ var
|
|
17533
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17534
17534
|
|
|
17535
17535
|
// 重置视图
|
|
17536
17536
|
class ResetViewViewModel {
|
|
17537
17537
|
//三维viewer对象
|
|
17538
17538
|
constructor(viewer) {
|
|
17539
|
-
(0,
|
|
17539
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17540
17540
|
|
|
17541
17541
|
this._viewer = viewer;
|
|
17542
17542
|
} //重置视角
|
|
@@ -17685,7 +17685,7 @@ ResetView.install = (Vue, opts) => {
|
|
|
17685
17685
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17686
17686
|
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
17687
17687
|
/* harmony export */ });
|
|
17688
|
-
/* harmony import */ var
|
|
17688
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
17689
17689
|
|
|
17690
17690
|
//卷帘逻辑类
|
|
17691
17691
|
class RollerViewModel {
|
|
@@ -17699,23 +17699,23 @@ class RollerViewModel {
|
|
|
17699
17699
|
//左右卷帘活动状态
|
|
17700
17700
|
//上下卷帘活动状态
|
|
17701
17701
|
constructor(scenceView, options) {
|
|
17702
|
-
(0,
|
|
17702
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
17703
17703
|
|
|
17704
|
-
(0,
|
|
17704
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
17705
17705
|
|
|
17706
|
-
(0,
|
|
17706
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
17707
17707
|
|
|
17708
|
-
(0,
|
|
17708
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
17709
17709
|
|
|
17710
|
-
(0,
|
|
17710
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
17711
17711
|
|
|
17712
|
-
(0,
|
|
17712
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
17713
17713
|
|
|
17714
|
-
(0,
|
|
17714
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
17715
17715
|
|
|
17716
|
-
(0,
|
|
17716
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
17717
17717
|
|
|
17718
|
-
(0,
|
|
17718
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
17719
17719
|
|
|
17720
17720
|
this._viewer = scenceView._viewer;
|
|
17721
17721
|
this._layerManager = scenceView._layerManager;
|
|
@@ -18287,7 +18287,7 @@ Roller.install = (Vue, opts) => {
|
|
|
18287
18287
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18288
18288
|
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
18289
18289
|
/* harmony export */ });
|
|
18290
|
-
/* harmony import */ var
|
|
18290
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
18291
18291
|
|
|
18292
18292
|
//截图逻辑类
|
|
18293
18293
|
class ScreenshotViewModel {
|
|
@@ -18295,11 +18295,11 @@ class ScreenshotViewModel {
|
|
|
18295
18295
|
//截图存储参数对象
|
|
18296
18296
|
//截图三维对象
|
|
18297
18297
|
constructor(viewer, options) {
|
|
18298
|
-
(0,
|
|
18298
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18299
18299
|
|
|
18300
|
-
(0,
|
|
18300
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
18301
18301
|
|
|
18302
|
-
(0,
|
|
18302
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
18303
18303
|
|
|
18304
18304
|
this._options = {
|
|
18305
18305
|
width: options.imgWidth,
|
|
@@ -23425,15 +23425,15 @@ TerrainOperation.install = (Vue, opts) => {
|
|
|
23425
23425
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23426
23426
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
23427
23427
|
/* harmony export */ });
|
|
23428
|
-
/* harmony import */ var
|
|
23428
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23429
23429
|
|
|
23430
23430
|
class UndergroundViewModel {
|
|
23431
23431
|
// 三维viewer对象
|
|
23432
23432
|
// 地下模式三维管理对象
|
|
23433
23433
|
constructor(viewer) {
|
|
23434
|
-
(0,
|
|
23434
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
23435
23435
|
|
|
23436
|
-
(0,
|
|
23436
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
23437
23437
|
|
|
23438
23438
|
this._viewer = viewer;
|
|
23439
23439
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -23637,7 +23637,7 @@ Underground.install = (Vue, opts) => {
|
|
|
23637
23637
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23638
23638
|
/* harmony export */ "Z": function() { return /* binding */ ViewshedAnalysisViewModel; }
|
|
23639
23639
|
/* harmony export */ });
|
|
23640
|
-
/* harmony import */ var
|
|
23640
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
23641
23641
|
|
|
23642
23642
|
//可视域分析逻辑类
|
|
23643
23643
|
class ViewshedAnalysisViewModel {
|
|
@@ -23645,11 +23645,11 @@ class ViewshedAnalysisViewModel {
|
|
|
23645
23645
|
//三维场景对象
|
|
23646
23646
|
//可视域分析存储参数对象
|
|
23647
23647
|
constructor(scenceView, options) {
|
|
23648
|
-
(0,
|
|
23648
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewshedAnalysis", null);
|
|
23649
23649
|
|
|
23650
|
-
(0,
|
|
23650
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scene", null);
|
|
23651
23651
|
|
|
23652
|
-
(0,
|
|
23652
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
23653
23653
|
|
|
23654
23654
|
this._scene = scenceView._viewer.scene;
|
|
23655
23655
|
this._scene.globe.depthTestAgainstTerrain = true;
|
package/screenshot/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//截图逻辑类
|
|
14
14
|
class ScreenshotViewModel {
|
|
@@ -16,11 +16,11 @@ class ScreenshotViewModel {
|
|
|
16
16
|
//截图存储参数对象
|
|
17
17
|
//截图三维对象
|
|
18
18
|
constructor(viewer, options) {
|
|
19
|
-
(0,
|
|
19
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
20
20
|
|
|
21
|
-
(0,
|
|
21
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
22
22
|
|
|
23
|
-
(0,
|
|
23
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
24
24
|
|
|
25
25
|
this._options = {
|
|
26
26
|
width: options.imgWidth,
|
package/underground/index.js
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ UndergroundViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
class UndergroundViewModel {
|
|
14
14
|
// 三维viewer对象
|
|
15
15
|
// 地下模式三维管理对象
|
|
16
16
|
constructor(viewer) {
|
|
17
|
-
(0,
|
|
17
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
18
18
|
|
|
19
|
-
(0,
|
|
19
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_undergroundManager", null);
|
|
20
20
|
|
|
21
21
|
this._viewer = viewer;
|
|
22
22
|
this._undergroundManager = new Cesium.Kq3dUndergroundManager(this._viewer.scene);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ "Z": function() { return /* binding */ ViewshedAnalysisViewModel; }
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
12
12
|
|
|
13
13
|
//可视域分析逻辑类
|
|
14
14
|
class ViewshedAnalysisViewModel {
|
|
@@ -16,11 +16,11 @@ class ViewshedAnalysisViewModel {
|
|
|
16
16
|
//三维场景对象
|
|
17
17
|
//可视域分析存储参数对象
|
|
18
18
|
constructor(scenceView, options) {
|
|
19
|
-
(0,
|
|
19
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewshedAnalysis", null);
|
|
20
20
|
|
|
21
|
-
(0,
|
|
21
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_scene", null);
|
|
22
22
|
|
|
23
|
-
(0,
|
|
23
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
24
24
|
|
|
25
25
|
this._scene = scenceView._viewer.scene;
|
|
26
26
|
this._scene.globe.depthTestAgainstTerrain = true;
|