@mapgis/webclient-cesium-plugin 17.2.7 → 17.4.0
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/README.md +592 -568
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/webclient-cesium-plugin-es6.min.js +64 -5
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
- package/documention/AlgorithmLib.html +114 -12
- package/documention/AngulationTool.html +154 -16
- package/documention/AnimationTool.html +144 -34
- package/documention/ArcGISMapServerImageryProvider.html +415 -193
- package/documention/ArcGISTileServerImageryProvider.html +376 -134
- package/documention/ArcGISVectorTileImageryProvider.html +494 -168
- package/documention/Cesium.Material.html +576 -0
- package/documention/Cesium.Viewer.html +1060 -0
- package/documention/Cesium3DTileset.html +687 -0
- package/documention/CesiumHeatmap.html +119 -2439
- package/documention/CesiumTerrainProvider.html +318 -10
- package/documention/CircleWaveMaterialProperty.html +116 -17
- package/documention/CollisionDetectionByRender.html +112 -10
- package/documention/CompatibleFunc.html +727 -0
- package/documention/CustomProjection.html +1204 -0
- package/documention/CustomTilingScheme.html +388 -475
- package/documention/CutFillAnalysis.html +1939 -0
- package/documention/CuttingTool.html +150 -238
- package/documention/Deferred.html +112 -10
- package/documention/DrawElement.html +121 -10
- package/documention/DrawTool.html +113 -11
- package/documention/DynamicEntityVisualizer.html +338 -30
- package/documention/DynamicLabelLayer.html +447 -333
- package/documention/EditTool.html +113 -11
- package/documention/FloodAnalysis.html +1891 -0
- package/documention/FloodAnalysisReflection.html +123 -15
- package/documention/GeoJSONLayerUtil.html +333 -63
- package/documention/GlobeIndependentTranslucency.html +117 -13
- package/documention/Graphic.html +229 -585
- package/documention/GraphicsLayer.html +203 -212
- package/documention/GraphicsLayerUtil.html +333 -63
- package/documention/HashMap.html +4006 -317
- package/documention/HeightLimited.html +123 -15
- package/documention/IGSFeatureLayerUtil.html +491 -58
- package/documention/ISSceneLayerUtil.html +111 -9
- package/documention/KeyboardCameraController.html +114 -10
- package/documention/MapGISM3DSet.html +724 -0
- package/documention/MapGISMapServerImageryProvider.html +471 -648
- package/documention/MapGISTerrainProvider.html +1224 -8281
- package/documention/MapGISTileAvailability.html +1542 -0
- package/documention/MapGISTileServerImageryProvider.html +415 -660
- package/documention/MapGISVectorTileImageryProvider.html +404 -1283
- package/documention/MeasureAreaTool.html +173 -62
- package/documention/MeasureLengthTool.html +175 -64
- package/documention/MeasureSlopeTool.html +125 -15
- package/documention/ModelEditor.html +128 -21
- package/documention/ModelFilterTool.html +209 -23
- package/documention/ModelTransformTool.html +187 -38
- package/documention/PolylineTrailLinkMaterialProperty.html +116 -17
- package/documention/Popup.html +347 -266
- package/documention/PostProcessStageLibrary.html +114 -12
- package/documention/Promise.html +115 -13
- package/documention/RadarMaterialProperty.html +116 -17
- package/documention/ReImg.html +129 -9
- package/documention/RiverGeometry.html +122 -20
- package/documention/RoamParticle.html +115 -9
- package/documention/S3MTileset.html +132 -10
- package/documention/SceneView.html +1747 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +333 -134
- package/documention/SelectTool.html +112 -38
- package/documention/ShadowRateAnalysis.html +113 -18
- package/documention/ShadowRateDrawCommand.html +111 -9
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +115 -9
- package/documention/Style.html +150 -533
- package/documention/TerrainAnalyse.html +261 -40
- package/documention/TerrainProfile.html +124 -16
- package/documention/ThemeManager.html +2233 -0
- package/documention/Tooltip.html +111 -9
- package/documention/TriangulationTool.html +172 -61
- package/documention/UrlTemplateImageryProvider.html +852 -38
- package/documention/VisiblityAnalysis.html +128 -24
- package/documention/WFSLayerUtil.html +333 -63
- package/documention/WaterReflection.html +128 -20
- package/documention/WebMapServiceImageryProvider.html +920 -70
- package/documention/WebMapTileServiceImageryProvider.html +839 -78
- package/documention/Wind3D.html +118 -11
- package/documention/createColorTexture.html +604 -0
- package/documention/global.html +14321 -68
- package/documention/index.html +163 -14
- package/documention/initializeOptions.html +557 -0
- package/documention/isCounterClockwise.html +756 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +335 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +357 -218
- package/documention/module.exports_module.exports.html +334 -44
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- package/package.json +6 -5
|
@@ -1,10 +1,120 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title> 1.快速入门</title>
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body class="layout small-header">
|
|
22
|
+
<div id="stickyNavbarOverlay"></div>
|
|
5
23
|
|
|
6
|
-
|
|
7
|
-
<
|
|
24
|
+
|
|
25
|
+
<div class="top-nav">
|
|
26
|
+
<div class="inner">
|
|
27
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
+
<span aria-hidden="true"></span>
|
|
29
|
+
<span aria-hidden="true"></span>
|
|
30
|
+
<span aria-hidden="true"></span>
|
|
31
|
+
</a>
|
|
32
|
+
<div class="logo">
|
|
33
|
+
|
|
34
|
+
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
</div>
|
|
38
|
+
<div class="menu">
|
|
39
|
+
|
|
40
|
+
<div class="navigation">
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<a
|
|
44
|
+
class="link user-link "
|
|
45
|
+
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
+
>
|
|
47
|
+
Common
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a
|
|
51
|
+
class="link user-link "
|
|
52
|
+
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
+
>
|
|
54
|
+
Cesium-Plugin
|
|
55
|
+
</a>
|
|
56
|
+
|
|
57
|
+
<a
|
|
58
|
+
class="link user-link "
|
|
59
|
+
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
+
>
|
|
61
|
+
MapboxGL-Plugin
|
|
62
|
+
</a>
|
|
63
|
+
|
|
64
|
+
<a
|
|
65
|
+
class="link user-link "
|
|
66
|
+
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
+
>
|
|
68
|
+
Leaflet-Plugin
|
|
69
|
+
</a>
|
|
70
|
+
|
|
71
|
+
<a
|
|
72
|
+
class="link user-link "
|
|
73
|
+
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
+
>
|
|
75
|
+
OpenLayers-Plugin
|
|
76
|
+
</a>
|
|
77
|
+
|
|
78
|
+
<a
|
|
79
|
+
class="link user-link "
|
|
80
|
+
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
+
>
|
|
82
|
+
Video-Plugin
|
|
83
|
+
</a>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
<div id="main">
|
|
93
|
+
<div
|
|
94
|
+
class="sidebar tutorials"
|
|
95
|
+
id="sidebarNav"
|
|
96
|
+
>
|
|
97
|
+
<div>
|
|
98
|
+
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div class="search-wrapper">
|
|
102
|
+
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<nav>
|
|
106
|
+
|
|
107
|
+
<div class="category"></div>
|
|
108
|
+
|
|
109
|
+
</nav>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="core" id="main-content-wrapper">
|
|
112
|
+
<div class="content">
|
|
113
|
+
<header id="page-title" class="page-title">
|
|
114
|
+
<span class="page-title-main">类名</span>
|
|
115
|
+
<span class="page-title-sub">1.快速入门</span>
|
|
116
|
+
</header>
|
|
117
|
+
<section>
|
|
8
118
|
|
|
9
119
|
<header>
|
|
10
120
|
|
|
@@ -14,4 +124,39 @@
|
|
|
14
124
|
|
|
15
125
|
</article>
|
|
16
126
|
|
|
17
|
-
</section>
|
|
127
|
+
</section>
|
|
128
|
+
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
<footer class="footer">
|
|
132
|
+
<div class="content has-text-centered">
|
|
133
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
134
|
+
<p class="sidebar-created-by">
|
|
135
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
136
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
137
|
+
</p>
|
|
138
|
+
</div>
|
|
139
|
+
</footer>
|
|
140
|
+
|
|
141
|
+
</div>
|
|
142
|
+
<div id="side-nav" class="side-nav">
|
|
143
|
+
<div style="margin-bottom: 10px;">
|
|
144
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
145
|
+
</div>
|
|
146
|
+
<div style="margin-bottom: 10px;">
|
|
147
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
148
|
+
</div>
|
|
149
|
+
<div style="margin-bottom: 10px;">
|
|
150
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
151
|
+
</div>
|
|
152
|
+
<div>
|
|
153
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
154
|
+
</div>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
<script src="scripts/linenumber.js"> </script>
|
|
158
|
+
|
|
159
|
+
<script src="scripts/search.js"> </script>
|
|
160
|
+
|
|
161
|
+
</body>
|
|
162
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapgis/webclient-cesium-plugin",
|
|
3
|
-
"version":"17.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version":"17.4.0",
|
|
4
|
+
"description": "A lightweight 3D GIS network client development platform based on WebGL.",
|
|
5
5
|
"main": "dist/webclient-cesium-plugin-es6.min.js",
|
|
6
6
|
"scripts": {},
|
|
7
7
|
"keywords": [
|
|
@@ -11,12 +11,13 @@
|
|
|
11
11
|
"mapboxgl"
|
|
12
12
|
],
|
|
13
13
|
"author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.",
|
|
14
|
-
"license": "Apache-2.0",
|
|
15
14
|
"dependencies": {
|
|
16
15
|
"@mapbox/mapbox-gl-style-spec": "13.15.0",
|
|
17
|
-
"@mapgis/webclient-common": "^17.
|
|
16
|
+
"@mapgis/webclient-common": "^17.4.0",
|
|
18
17
|
"ol": "5.3.3",
|
|
19
18
|
"webfont-matcher": "1.1.0"
|
|
20
19
|
},
|
|
21
|
-
"devDependencies": {
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@mapgis/s3m": "^1.0.0"
|
|
22
|
+
}
|
|
22
23
|
}
|