@mapgis/webclient-cesium-plugin 17.2.6 → 17.2.7

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 (51) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +1 -1
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +1 -1
  5. package/documention/AlgorithmLib.html +410 -1282
  6. package/documention/AngulationTool.html +244 -194
  7. package/documention/AnimationTool.html +398 -1376
  8. package/documention/CesiumHeatmap.html +307 -560
  9. package/documention/CesiumTerrainProvider.html +226 -8
  10. package/documention/CircleWaveMaterialProperty.html +231 -38
  11. package/documention/CollisionDetectionByRender.html +263 -422
  12. package/documention/CuttingTool.html +292 -461
  13. package/documention/Deferred.html +226 -8
  14. package/documention/DrawElement.html +252 -190
  15. package/documention/DrawTool.html +253 -191
  16. package/documention/EditTool.html +247 -249
  17. package/documention/FloodAnalysisReflection.html +243 -229
  18. package/documention/GlobeIndependentTranslucency.html +236 -246
  19. package/documention/Graphic.html +300 -939
  20. package/documention/GraphicsLayer.html +332 -832
  21. package/documention/HeightLimited.html +237 -134
  22. package/documention/ISSceneLayerUtil.html +246 -149
  23. package/documention/KeyboardCameraController.html +244 -285
  24. package/documention/MeasureAreaTool.html +256 -188
  25. package/documention/MeasureLengthTool.html +278 -421
  26. package/documention/MeasureSlopeTool.html +246 -206
  27. package/documention/ModelEditor.html +232 -44
  28. package/documention/ModelFilterTool.html +242 -130
  29. package/documention/ModelTransformTool.html +310 -504
  30. package/documention/PolylineTrailLinkMaterialProperty.html +233 -50
  31. package/documention/PostProcessStageLibrary.html +255 -218
  32. package/documention/Promise.html +246 -173
  33. package/documention/RadarMaterialProperty.html +229 -26
  34. package/documention/ReImg.html +230 -58
  35. package/documention/RiverGeometry.html +287 -462
  36. package/documention/RoamParticle.html +276 -746
  37. package/documention/S3MTileset.html +229 -26
  38. package/documention/SelectTool.html +238 -101
  39. package/documention/ShadowRateAnalysis.html +250 -366
  40. package/documention/ShadowRateDrawCommand.html +241 -178
  41. package/documention/SkyLineAnalysis.html +232 -96
  42. package/documention/StableParticle.html +278 -812
  43. package/documention/Style.html +525 -2037
  44. package/documention/TerrainAnalyse.html +287 -415
  45. package/documention/TerrainProfile.html +246 -156
  46. package/documention/Tooltip.html +240 -113
  47. package/documention/TriangulationTool.html +257 -308
  48. package/documention/VisiblityAnalysis.html +257 -411
  49. package/documention/WaterReflection.html +250 -310
  50. package/documention/Wind3D.html +255 -345
  51. package/package.json +1 -1
@@ -1,10 +1,190 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">MeasureLengthTool</span>
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> MeasureLengthTool</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
- </header>
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 "
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 style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="AnimationTool" AnimationTool.html>AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图服务</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ArcGISTileServerImageryProvider" ArcGISTileServerImageryProvider.html>ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ArcGISVectorTileImageryProvider" ArcGISVectorTileImageryProvider.html>ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>通过ArcGIS矢量瓦片服务的url获取VectorTileImageryProvider对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="CesiumHeatmap" CesiumHeatmap.html>CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="CustomTilingScheme" CustomTilingScheme.html>CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
108
+ <ol>
109
+ <li>裁图原点必须在地图范围的左上角区域;</li>
110
+ <li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
111
+ </ol></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="FloodAnalysisReflection" FloodAnalysisReflection.html>FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="GlobeIndependentTranslucency" GlobeIndependentTranslucency.html>GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
112
+ <p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
113
+ viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
114
+ 使用原生的地表透明方式还是该类的地表透明方式由 <a class="mapgis-link-name" title="GlobeIndependentTranslucency#imageryLayers" GlobeIndependentTranslucency.html#imageryLayers><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
115
+ <p>1. 当 <a class="mapgis-link-name" title="GlobeIndependentTranslucency#imageryLayers" GlobeIndependentTranslucency.html#imageryLayers><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
116
+ <ul>
117
+ <li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
118
+ <li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
119
+ </ul>
120
+ <p>2. 当 <a class="mapgis-link-name" title="GlobeIndependentTranslucency#imageryLayers" GlobeIndependentTranslucency.html#imageryLayers><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
121
+ <ul>
122
+ <li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
123
+ <li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
124
+ <li><code>backFaceAlpha</code>:地表背面的透明度;</li>
125
+ <li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
126
+ <li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
127
+ </ul></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="HeightLimited" HeightLimited.html>HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="KeyboardCameraController" KeyboardCameraController.html>KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
128
+ <p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
129
+ <ul>
130
+ <li><code>W</code>:相机位置向前移动</li>
131
+ <li><code>S</code>:相机位置向后移动</li>
132
+ <li><code>A</code>:相机位置向左移动</li>
133
+ <li><code>D</code>:相机位置向右移动</li>
134
+ <li><code>Q</code>:相机位置升高</li>
135
+ <li><code>E</code>:相机位置降低</li>
136
+ </ul>
137
+ <p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
138
+ <ul>
139
+ <li><code>I</code>:相机视角靠近屏幕中心点</li>
140
+ <li><code>K</code>:相机视角远离屏幕中心点</li>
141
+ <li><code>J</code>:绕屏幕中心点向左旋转</li>
142
+ <li><code>L</code>:绕屏幕中心点向右旋转</li>
143
+ <li><code>U</code>:绕屏幕中心点向上旋转</li>
144
+ <li><code>O</code>:绕屏幕中心点向下旋转</li>
145
+ </ul>
146
+ <p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
147
+ <ul>
148
+ <li><code>↑</code>:向上抬高视角</li>
149
+ <li><code>↓</code>:向下降低视角</li>
150
+ <li><code>←</code>:向左移动视角</li>
151
+ <li><code>→</code>:向右移动视角</li>
152
+ </ul>
153
+ <p>4. 鼠标操作:</p>
154
+ <ul>
155
+ <li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
156
+ </ul>
157
+ <p>5. 辅助操作:</p>
158
+ <ul>
159
+ <li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
160
+ <li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
161
+ </ul></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a><span style="display: none;"><p>MapGIS地图服务</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a><span style="display: none;">undefined</span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a><span style="display: none;"><p>MapGIS瓦片服务</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISVectorTileImageryProvider" MapGISVectorTileImageryProvider.html>MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片服务</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ModelFilterTool" ModelFilterTool.html>ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="PostProcessStageLibrary" PostProcessStageLibrary.html>PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="S3MTileset" S3MTileset.html>S3MTileset</a><span style="display: none;"><p>S3MTileSet类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="UrlTemplateImageryProvider" UrlTemplateImageryProvider.html>UrlTemplateImageryProvider</a><span style="display: none;"><p>UrlTemplateImageryProvider对象,详细API参考Cesium的UrlTemplateImageryProvider的API文档</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WaterReflection" WaterReflection.html>WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WebMapServiceImageryProvider" WebMapServiceImageryProvider.html>WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS地图图层,具体API请参考Cesium的WebMapServiceImageryProvider</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WebMapTileServiceImageryProvider" WebMapTileServiceImageryProvider.html>WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS地图图层,具体API请参考Cesium的WebMapTileServiceImageryProvider</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="GeoJSONLayerUtil" GeoJSONLayerUtil.html>GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="GraphicsLayerUtil" GraphicsLayerUtil.html>GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="IGSFeatureLayerUtil" IGSFeatureLayerUtil.html>IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WFSLayerUtil" WFSLayerUtil.html>WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ISSceneLayerUtil" ISSceneLayerUtil.html>ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Popup" Popup.html>Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
162
+ 参考示例:
163
+ <a href='#SceneView'>[初始化三维场景视图]</a>
164
+ <br>[ES5引入方式]:<br/>
165
+ zondy.cesium.SceneView() <br/>
166
+ [ES6引入方式]:<br/>
167
+ import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
168
+ 自定义样式说明:<br/>
169
+ zondy-popup__content 弹窗容器样式<br/>
170
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
171
+ zondy-popup__header 弹窗头部样式<br/>
172
+ zondy-popup__content 弹窗主体样式<br/>
173
+ zondy-popup__footer 弹窗底部样式<br/></p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a><span style="display: none;"><p>视图类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Screenshot" Screenshot.html>Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SketchEditorCesium" SketchEditorCesium.html>SketchEditorCesium</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
174
+ <br>[ES5引入方式]:<br/>
175
+ const { SketchEditor } = zondy.tool.sketch <br/>
176
+ [ES6引入方式]:<br/>
177
+ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/></p></span></li></ul></div>
178
+
179
+ </nav>
180
+ </div>
181
+ <div class="core" id="main-content-wrapper">
182
+ <div class="content">
183
+ <header id="page-title" class="page-title">
184
+ <span class="page-title-main">类名</span>
185
+ <span class="page-title-sub">MeasureLengthTool</span>
186
+ </header>
187
+
8
188
 
9
189
 
10
190
 
@@ -25,7 +205,7 @@
25
205
  <h4 class="name" id="MeasureLengthTool">
26
206
  <a class="href-link" href="#MeasureLengthTool">#</a>
27
207
 
28
- <span class="code-name" id="MeasureLengthTool" style="font-size:30px">
208
+ <span class="code-name" style="font-size:30px">
29
209
 
30
210
  new MeasureLengthTool<span class="signature">(viewer, options)</span>
31
211
 
@@ -43,7 +223,7 @@
43
223
 
44
224
 
45
225
 
46
- <h4>参数</h4>
226
+ <h4>参数:</h4>
47
227
 
48
228
  <div class="table-container">
49
229
  <table class="params table">
@@ -75,12 +255,7 @@
75
255
  <td class="type">
76
256
 
77
257
 
78
- <span class="param-type">
79
-
80
- Object
81
-
82
- </span>
83
-
258
+ <span class="param-type">Object</span>
84
259
 
85
260
 
86
261
 
@@ -108,12 +283,7 @@
108
283
  <td class="type">
109
284
 
110
285
 
111
- <span class="param-type">
112
-
113
- Object
114
-
115
- </span>
116
-
286
+ <span class="param-type">Object</span>
117
287
 
118
288
 
119
289
 
@@ -139,12 +309,7 @@
139
309
  <td class="type">
140
310
 
141
311
 
142
- <span class="param-type">
143
-
144
- function
145
-
146
- </span>
147
-
312
+ <span class="param-type">function</span>
148
313
 
149
314
 
150
315
 
@@ -172,12 +337,7 @@
172
337
  <td class="type">
173
338
 
174
339
 
175
- <span class="param-type">
176
-
177
- function
178
-
179
- </span>
180
-
340
+ <span class="param-type">function</span>
181
341
 
182
342
 
183
343
 
@@ -205,12 +365,7 @@
205
365
  <td class="type">
206
366
 
207
367
 
208
- <span class="param-type">
209
-
210
- LabelGraphics
211
-
212
- </span>
213
-
368
+ <span class="param-type">LabelGraphics</span>
214
369
 
215
370
 
216
371
 
@@ -238,12 +393,7 @@
238
393
  <td class="type">
239
394
 
240
395
 
241
- <span class="param-type">
242
-
243
- PolylineGraphics
244
-
245
- </span>
246
-
396
+ <span class="param-type">PolylineGraphics</span>
247
397
 
248
398
 
249
399
 
@@ -271,12 +421,7 @@
271
421
  <td class="type">
272
422
 
273
423
 
274
- <span class="param-type">
275
-
276
- PointGraphics
277
-
278
- </span>
279
-
424
+ <span class="param-type">PointGraphics</span>
280
425
 
281
426
 
282
427
 
@@ -304,12 +449,7 @@
304
449
  <td class="type">
305
450
 
306
451
 
307
- <span class="param-type">
308
-
309
- Billboard
310
-
311
- </span>
312
-
452
+ <span class="param-type">Billboard</span>
313
453
 
314
454
 
315
455
 
@@ -337,12 +477,7 @@
337
477
  <td class="type">
338
478
 
339
479
 
340
- <span class="param-type">
341
-
342
- Billboard
343
-
344
- </span>
345
-
480
+ <span class="param-type">Billboard</span>
346
481
 
347
482
 
348
483
 
@@ -370,12 +505,7 @@
370
505
  <td class="type">
371
506
 
372
507
 
373
- <span class="param-type">
374
-
375
- Boolean
376
-
377
- </span>
378
-
508
+ <span class="param-type">Boolean</span>
379
509
 
380
510
 
381
511
 
@@ -403,12 +533,7 @@
403
533
  <td class="type">
404
534
 
405
535
 
406
- <span class="param-type">
407
-
408
- Number
409
-
410
- </span>
411
-
536
+ <span class="param-type">Number</span>
412
537
 
413
538
 
414
539
 
@@ -436,12 +561,7 @@
436
561
  <td class="type">
437
562
 
438
563
 
439
- <span class="param-type">
440
-
441
- Number
442
-
443
- </span>
444
-
564
+ <span class="param-type">Number</span>
445
565
 
446
566
 
447
567
 
@@ -469,12 +589,7 @@
469
589
  <td class="type">
470
590
 
471
591
 
472
- <span class="param-type">
473
-
474
- Boolean
475
-
476
- </span>
477
-
592
+ <span class="param-type">Boolean</span>
478
593
 
479
594
 
480
595
 
@@ -502,12 +617,7 @@
502
617
  <td class="type">
503
618
 
504
619
 
505
- <span class="param-type">
506
-
507
- Number
508
-
509
- </span>
510
-
620
+ <span class="param-type">Number</span>
511
621
 
512
622
 
513
623
 
@@ -535,12 +645,7 @@
535
645
  <td class="type">
536
646
 
537
647
 
538
- <span class="param-type">
539
-
540
- Number
541
-
542
- </span>
543
-
648
+ <span class="param-type">Number</span>
544
649
 
545
650
 
546
651
 
@@ -568,12 +673,7 @@
568
673
  <td class="type">
569
674
 
570
675
 
571
- <span class="param-type">
572
-
573
- Cesium.LabelStyle
574
-
575
- </span>
576
-
676
+ <span class="param-type">Cesium.LabelStyle</span>
577
677
 
578
678
 
579
679
 
@@ -601,12 +701,7 @@
601
701
  <td class="type">
602
702
 
603
703
 
604
- <span class="param-type">
605
-
606
- String
607
-
608
- </span>
609
-
704
+ <span class="param-type">String</span>
610
705
 
611
706
 
612
707
 
@@ -634,12 +729,7 @@
634
729
  <td class="type">
635
730
 
636
731
 
637
- <span class="param-type">
638
-
639
- Cesium.Color
640
-
641
- </span>
642
-
732
+ <span class="param-type">Cesium.Color</span>
643
733
 
644
734
 
645
735
 
@@ -667,12 +757,7 @@
667
757
  <td class="type">
668
758
 
669
759
 
670
- <span class="param-type">
671
-
672
- Cesium.Color
673
-
674
- </span>
675
-
760
+ <span class="param-type">Cesium.Color</span>
676
761
 
677
762
 
678
763
 
@@ -700,12 +785,7 @@
700
785
  <td class="type">
701
786
 
702
787
 
703
- <span class="param-type">
704
-
705
- Number
706
-
707
- </span>
708
-
788
+ <span class="param-type">Number</span>
709
789
 
710
790
 
711
791
 
@@ -733,12 +813,7 @@
733
813
  <td class="type">
734
814
 
735
815
 
736
- <span class="param-type">
737
-
738
- Cesium.VerticalOrigin
739
-
740
- </span>
741
-
816
+ <span class="param-type">Cesium.VerticalOrigin</span>
742
817
 
743
818
 
744
819
 
@@ -766,12 +841,7 @@
766
841
  <td class="type">
767
842
 
768
843
 
769
- <span class="param-type">
770
-
771
- Boolean
772
-
773
- </span>
774
-
844
+ <span class="param-type">Boolean</span>
775
845
 
776
846
 
777
847
 
@@ -799,12 +869,7 @@
799
869
  <td class="type">
800
870
 
801
871
 
802
- <span class="param-type">
803
-
804
- Cesium.Color
805
-
806
- </span>
807
-
872
+ <span class="param-type">Cesium.Color</span>
808
873
 
809
874
 
810
875
 
@@ -832,12 +897,7 @@
832
897
  <td class="type">
833
898
 
834
899
 
835
- <span class="param-type">
836
-
837
- Cesium.Cartesian2
838
-
839
- </span>
840
-
900
+ <span class="param-type">Cesium.Cartesian2</span>
841
901
 
842
902
 
843
903
 
@@ -865,12 +925,7 @@
865
925
  <td class="type">
866
926
 
867
927
 
868
- <span class="param-type">
869
-
870
- String
871
-
872
- </span>
873
-
928
+ <span class="param-type">String</span>
874
929
 
875
930
 
876
931
 
@@ -898,12 +953,7 @@
898
953
  <td class="type">
899
954
 
900
955
 
901
- <span class="param-type">
902
-
903
- Number
904
-
905
- </span>
906
-
956
+ <span class="param-type">Number</span>
907
957
 
908
958
 
909
959
 
@@ -931,12 +981,7 @@
931
981
  <td class="type">
932
982
 
933
983
 
934
- <span class="param-type">
935
-
936
- String
937
-
938
- </span>
939
-
984
+ <span class="param-type">String</span>
940
985
 
941
986
 
942
987
 
@@ -964,12 +1009,7 @@
964
1009
  <td class="type">
965
1010
 
966
1011
 
967
- <span class="param-type">
968
-
969
- Number
970
-
971
- </span>
972
-
1012
+ <span class="param-type">Number</span>
973
1013
 
974
1014
 
975
1015
 
@@ -997,12 +1037,7 @@
997
1037
  <td class="type">
998
1038
 
999
1039
 
1000
- <span class="param-type">
1001
-
1002
- Number
1003
-
1004
- </span>
1005
-
1040
+ <span class="param-type">Number</span>
1006
1041
 
1007
1042
 
1008
1043
 
@@ -1030,12 +1065,7 @@
1030
1065
  <td class="type">
1031
1066
 
1032
1067
 
1033
- <span class="param-type">
1034
-
1035
- Number
1036
-
1037
- </span>
1038
-
1068
+ <span class="param-type">Number</span>
1039
1069
 
1040
1070
 
1041
1071
 
@@ -1063,12 +1093,7 @@
1063
1093
  <td class="type">
1064
1094
 
1065
1095
 
1066
- <span class="param-type">
1067
-
1068
- Number
1069
-
1070
- </span>
1071
-
1096
+ <span class="param-type">Number</span>
1072
1097
 
1073
1098
 
1074
1099
 
@@ -1096,12 +1121,7 @@
1096
1121
  <td class="type">
1097
1122
 
1098
1123
 
1099
- <span class="param-type">
1100
-
1101
- Number
1102
-
1103
- </span>
1104
-
1124
+ <span class="param-type">Number</span>
1105
1125
 
1106
1126
 
1107
1127
 
@@ -1129,12 +1149,7 @@
1129
1149
  <td class="type">
1130
1150
 
1131
1151
 
1132
- <span class="param-type">
1133
-
1134
- String
1135
-
1136
- </span>
1137
-
1152
+ <span class="param-type">String</span>
1138
1153
 
1139
1154
 
1140
1155
 
@@ -1162,12 +1177,7 @@
1162
1177
  <td class="type">
1163
1178
 
1164
1179
 
1165
- <span class="param-type">
1166
-
1167
- Number
1168
-
1169
- </span>
1170
-
1180
+ <span class="param-type">Number</span>
1171
1181
 
1172
1182
 
1173
1183
 
@@ -1195,12 +1205,7 @@
1195
1205
  <td class="type">
1196
1206
 
1197
1207
 
1198
- <span class="param-type">
1199
-
1200
- Number
1201
-
1202
- </span>
1203
-
1208
+ <span class="param-type">Number</span>
1204
1209
 
1205
1210
 
1206
1211
 
@@ -1228,12 +1233,7 @@
1228
1233
  <td class="type">
1229
1234
 
1230
1235
 
1231
- <span class="param-type">
1232
-
1233
- Number
1234
-
1235
- </span>
1236
-
1236
+ <span class="param-type">Number</span>
1237
1237
 
1238
1238
 
1239
1239
 
@@ -1261,12 +1261,7 @@
1261
1261
  <td class="type">
1262
1262
 
1263
1263
 
1264
- <span class="param-type">
1265
-
1266
- Number
1267
-
1268
- </span>
1269
-
1264
+ <span class="param-type">Number</span>
1270
1265
 
1271
1266
 
1272
1267
 
@@ -1294,12 +1289,7 @@
1294
1289
  <td class="type">
1295
1290
 
1296
1291
 
1297
- <span class="param-type">
1298
-
1299
- Number
1300
-
1301
- </span>
1302
-
1292
+ <span class="param-type">Number</span>
1303
1293
 
1304
1294
 
1305
1295
 
@@ -1327,12 +1317,7 @@
1327
1317
  <td class="type">
1328
1318
 
1329
1319
 
1330
- <span class="param-type">
1331
-
1332
- Number
1333
-
1334
- </span>
1335
-
1320
+ <span class="param-type">Number</span>
1336
1321
 
1337
1322
 
1338
1323
 
@@ -1360,12 +1345,7 @@
1360
1345
  <td class="type">
1361
1346
 
1362
1347
 
1363
- <span class="param-type">
1364
-
1365
- Number
1366
-
1367
- </span>
1368
-
1348
+ <span class="param-type">Number</span>
1369
1349
 
1370
1350
 
1371
1351
 
@@ -1391,12 +1371,7 @@
1391
1371
  <td class="type">
1392
1372
 
1393
1373
 
1394
- <span class="param-type">
1395
-
1396
- Number
1397
-
1398
- </span>
1399
-
1374
+ <span class="param-type">Number</span>
1400
1375
 
1401
1376
 
1402
1377
 
@@ -1424,12 +1399,7 @@
1424
1399
  <td class="type">
1425
1400
 
1426
1401
 
1427
- <span class="param-type">
1428
-
1429
- Number
1430
-
1431
- </span>
1432
-
1402
+ <span class="param-type">Number</span>
1433
1403
 
1434
1404
 
1435
1405
 
@@ -1608,76 +1578,6 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1608
1578
 
1609
1579
  <div class='vertical-section'>
1610
1580
  <h3 id='member'>成员变量</h3>
1611
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
1612
- <div class="table-container">
1613
- <table class="params table">
1614
- <thead>
1615
- <tr>
1616
- <th>名称</th>
1617
- <th>类型</th>
1618
- <th>描述</th>
1619
- </tr>
1620
- </thead>
1621
- <tbody>
1622
-
1623
- <tr class="deep-level-0">
1624
- <td class="name"><code><a href="#distanceResult">distanceResult</a></code></td>
1625
- <td class="name">
1626
- <code>
1627
-
1628
- <span class="param-type">
1629
-
1630
- Number
1631
-
1632
- </span>
1633
-
1634
-
1635
-
1636
- </code>
1637
- </td>
1638
- <td class="name"><code><p>返回测量结果</p></code></td>
1639
- </tr>
1640
-
1641
- <tr class="deep-level-0">
1642
- <td class="name"><code><a href="#isTerrain">isTerrain</a></code></td>
1643
- <td class="name">
1644
- <code>
1645
-
1646
- <span class="param-type">
1647
-
1648
- Boolean
1649
-
1650
- </span>
1651
-
1652
-
1653
-
1654
- </code>
1655
- </td>
1656
- <td class="name"><code><p>是否贴地测量</p></code></td>
1657
- </tr>
1658
-
1659
- <tr class="deep-level-0">
1660
- <td class="name"><code><a href="#showMoreInfo">showMoreInfo</a></code></td>
1661
- <td class="name">
1662
- <code>
1663
-
1664
- <span class="param-type">
1665
-
1666
- Boolean
1667
-
1668
- </span>
1669
-
1670
-
1671
-
1672
- </code>
1673
- </td>
1674
- <td class="name"><code><p>显示详细信息</p></code></td>
1675
- </tr>
1676
-
1677
- </tbody>
1678
- </table>
1679
- </div>
1680
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
1681
1581
  <div class="members">
1682
1582
 
1683
1583
  <div class="member">
@@ -1685,12 +1585,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1685
1585
  <span class="method-parameter is-pulled-right">
1686
1586
  <label>类型:</label>
1687
1587
 
1688
- <span class="param-type">
1689
-
1690
- Number
1691
-
1692
- </span>
1693
-
1588
+ <span class="param-type">Number</span>
1694
1589
 
1695
1590
 
1696
1591
  </span>
@@ -1760,12 +1655,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1760
1655
  <span class="method-parameter is-pulled-right">
1761
1656
  <label>类型:</label>
1762
1657
 
1763
- <span class="param-type">
1764
-
1765
- Boolean
1766
-
1767
- </span>
1768
-
1658
+ <span class="param-type">Boolean</span>
1769
1659
 
1770
1660
 
1771
1661
  </span>
@@ -1835,12 +1725,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1835
1725
  <span class="method-parameter is-pulled-right">
1836
1726
  <label>类型:</label>
1837
1727
 
1838
- <span class="param-type">
1839
-
1840
- Boolean
1841
-
1842
- </span>
1843
-
1728
+ <span class="param-type">Boolean</span>
1844
1729
 
1845
1730
 
1846
1731
  </span>
@@ -1912,63 +1797,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1912
1797
 
1913
1798
  <div class='vertical-section'>
1914
1799
  <h3 id='function'>方法</h3>
1915
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
1916
1800
  <div class="members">
1917
- <div class="table-container">
1918
- <table class="params table">
1919
- <thead>
1920
- <tr>
1921
- <th>名称</th>
1922
- <th>返回值类型</th>
1923
- <th>描述</th>
1924
- </tr>
1925
- </thead>
1926
- <tbody>
1927
-
1928
- <tr class="deep-level-0">
1929
- <td class="name"><code><a href="#calcDistanceFromDegrees">calcDistanceFromDegrees</a></code></td>
1930
- <td class="name">
1931
- <code>
1932
-
1933
-
1934
- <span class="param-type">
1935
-
1936
- Number
1937
-
1938
- </span>
1939
-
1940
-
1941
-
1942
-
1943
- </code>
1944
- </td>
1945
- <td class="name"><code><p>计算距离(经纬度的坐标点)</p></code></td>
1946
- </tr>
1947
-
1948
- <tr class="deep-level-0">
1949
- <td class="name"><code><a href="#startTool">startTool</a></code></td>
1950
- <td class="name">
1951
- <code>
1952
-
1953
- </code>
1954
- </td>
1955
- <td class="name"><code><p>开始测量工具</p></code></td>
1956
- </tr>
1957
-
1958
- <tr class="deep-level-0">
1959
- <td class="name"><code><a href="#stopTool">stopTool</a></code></td>
1960
- <td class="name">
1961
- <code>
1962
-
1963
- </code>
1964
- </td>
1965
- <td class="name"><code><p>结束测量</p></code></td>
1966
- </tr>
1967
-
1968
- </tbody>
1969
- </table>
1970
- </div>
1971
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1972
1801
 
1973
1802
  <div class="member">
1974
1803
 
@@ -1977,7 +1806,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1977
1806
  <h4 class="name" id="calcDistanceFromDegrees">
1978
1807
  <a class="href-link" href="#calcDistanceFromDegrees">#</a>
1979
1808
 
1980
- <span class="code-name" id="calcDistanceFromDegrees" style="font-size:30px">
1809
+ <span class="code-name" style="font-size:30px">
1981
1810
 
1982
1811
  calcDistanceFromDegrees<span class="signature">(positions)</span>
1983
1812
 
@@ -1999,7 +1828,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
1999
1828
 
2000
1829
 
2001
1830
 
2002
- <h4>参数</h4>
1831
+ <h4>参数:</h4>
2003
1832
 
2004
1833
  <div class="table-container">
2005
1834
  <table class="params table">
@@ -2029,12 +1858,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2029
1858
  <td class="type">
2030
1859
 
2031
1860
 
2032
- <span class="param-type">
2033
-
2034
- Array
2035
-
2036
- </span>
2037
-
1861
+ <span class="param-type">Array</span>
2038
1862
 
2039
1863
 
2040
1864
 
@@ -2109,7 +1933,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2109
1933
 
2110
1934
 
2111
1935
  <div class='columns method-parameter'>
2112
- <div class="column is-2"><label>返回值</label></div>
1936
+ <div class="column is-2"><label>返回值:</label></div>
2113
1937
  <div class="column is-10">
2114
1938
 
2115
1939
 
@@ -2122,12 +1946,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2122
1946
  <div class='column is-5 has-text-left'>
2123
1947
  <label>类型: </label>
2124
1948
 
2125
- <span class="param-type">
2126
-
2127
- Number
2128
-
2129
- </span>
2130
-
1949
+ <span class="param-type">Number</span>
2131
1950
 
2132
1951
 
2133
1952
  </div>
@@ -2152,7 +1971,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2152
1971
  <h4 class="name" id="startTool">
2153
1972
  <a class="href-link" href="#startTool">#</a>
2154
1973
 
2155
- <span class="code-name" id="startTool" style="font-size:30px">
1974
+ <span class="code-name" style="font-size:30px">
2156
1975
 
2157
1976
  startTool<span class="signature">()</span>
2158
1977
 
@@ -2243,7 +2062,7 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2243
2062
  <h4 class="name" id="stopTool">
2244
2063
  <a class="href-link" href="#stopTool">#</a>
2245
2064
 
2246
- <span class="code-name" id="stopTool" style="font-size:30px">
2065
+ <span class="code-name" style="font-size:30px">
2247
2066
 
2248
2067
  stopTool<span class="signature">()</span>
2249
2068
 
@@ -2336,4 +2155,42 @@ modify 修改人:周凌风 2020年9月25日 添加针对地形数据进行贴
2336
2155
 
2337
2156
  </article>
2338
2157
 
2339
- </section>
2158
+ </section>
2159
+
2160
+
2161
+
2162
+
2163
+ </div>
2164
+
2165
+ <footer class="footer">
2166
+ <div class="content has-text-centered">
2167
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
2168
+ <p class="sidebar-created-by">
2169
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
2170
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
2171
+ </p>
2172
+ </div>
2173
+ </footer>
2174
+
2175
+ </div>
2176
+ <div id="side-nav" class="side-nav">
2177
+ <div style="margin-bottom: 10px;">
2178
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
2179
+ </div>
2180
+ <div style="margin-bottom: 10px;">
2181
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
2182
+ </div>
2183
+ <div style="margin-bottom: 10px;">
2184
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
2185
+ </div>
2186
+ <div>
2187
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
2188
+ </div>
2189
+ </div>
2190
+ </div>
2191
+ <script src="scripts/linenumber.js"> </script>
2192
+
2193
+ <script src="scripts/search.js"> </script>
2194
+
2195
+ </body>
2196
+ </html>