@mapgis/webclient-cesium-plugin 17.2.5 → 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 +16 -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 +1745 -0
  12. package/documention/CuttingTool.html +438 -444
  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 +1160 -0
  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 +286 -234
  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 +2749 -0
  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 +660 -0
  42. package/documention/StableParticle.html +2885 -0
  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 +1766 -0
  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">CuttingTool</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> CuttingTool</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">CuttingTool</span>
186
+ </header>
187
+
8
188
 
9
189
 
10
190
 
@@ -25,7 +205,7 @@
25
205
  <h4 class="name" id="CuttingTool">
26
206
  <a class="href-link" href="#CuttingTool">#</a>
27
207
 
28
- <span class="code-name" id="CuttingTool" style="font-size:30px">
208
+ <span class="code-name" style="font-size:30px">
29
209
 
30
210
  new CuttingTool<span class="signature">(viewer, layers, options<span class="signature-attributes">opt</span>)</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">
@@ -73,12 +253,7 @@
73
253
  <td class="type">
74
254
 
75
255
 
76
- <span class="param-type">
77
-
78
- Viewer
79
-
80
- </span>
81
-
256
+ <span class="param-type">Viewer</span>
82
257
 
83
258
 
84
259
 
@@ -102,12 +277,7 @@
102
277
  <td class="type">
103
278
 
104
279
 
105
- <span class="param-type">
106
-
107
- Array.&lt;<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
108
-
109
- </span>
110
-
280
+ <span class="param-type">Array.&lt;<a href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
111
281
 
112
282
 
113
283
 
@@ -131,12 +301,7 @@
131
301
  <td class="type">
132
302
 
133
303
 
134
- <span class="param-type">
135
-
136
- Object
137
-
138
- </span>
139
-
304
+ <span class="param-type">Object</span>
140
305
 
141
306
 
142
307
 
@@ -158,12 +323,7 @@
158
323
  <td class="type">
159
324
 
160
325
 
161
- <span class="param-type">
162
-
163
- function
164
-
165
- </span>
166
-
326
+ <span class="param-type">function</span>
167
327
 
168
328
 
169
329
 
@@ -268,41 +428,6 @@
268
428
 
269
429
  <div class='vertical-section'>
270
430
  <h3 id='member'>成员变量</h3>
271
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
272
- <div class="table-container">
273
- <table class="params table">
274
- <thead>
275
- <tr>
276
- <th>名称</th>
277
- <th>类型</th>
278
- <th>描述</th>
279
- </tr>
280
- </thead>
281
- <tbody>
282
-
283
- <tr class="deep-level-0">
284
- <td class="name"><code><a href="#isCuttingTerrain">isCuttingTerrain</a></code></td>
285
- <td class="name">
286
- <code>
287
-
288
- <span class="param-type">
289
-
290
- Boolean
291
-
292
- </span>
293
-
294
-
295
-
296
- </code>
297
- </td>
298
- <td class="name"><code><p>是否支持开挖地形 打开后通过<a class="mapgis-link-name" title="CuttingTool#createModelCuttingVolume" CuttingTool.html#createModelCuttingVolume><code>CuttingTool#createModelCuttingVolume</code></a> 和 <a class="mapgis-link-name" title="CuttingTool#createModelCuttingPlaneFromPolyline" CuttingTool.html#createModelCuttingPlaneFromPolyline><code>CuttingTool#createModelCuttingPlaneFromPolyline</code></a> 创建的裁剪体会同时对地形做裁剪。
299
- <a class="mapgis-link-name" title="CuttingTool#createModelCuttingPlaneFromPolyline" CuttingTool.html#createModelCuttingPlaneFromPolyline><code>CuttingTool#createModelCuttingPlaneFromPolyline</code></a> 添加地形支持时由于缺少高度所以不会开启剖切面封边</p></code></td>
300
- </tr>
301
-
302
- </tbody>
303
- </table>
304
- </div>
305
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
306
431
  <div class="members">
307
432
 
308
433
  <div class="member">
@@ -310,12 +435,7 @@
310
435
  <span class="method-parameter is-pulled-right">
311
436
  <label>类型:</label>
312
437
 
313
- <span class="param-type">
314
-
315
- Boolean
316
-
317
- </span>
318
-
438
+ <span class="param-type">Boolean</span>
319
439
 
320
440
 
321
441
  </span>
@@ -393,114 +513,7 @@
393
513
 
394
514
  <div class='vertical-section'>
395
515
  <h3 id='function'>方法</h3>
396
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
397
516
  <div class="members">
398
- <div class="table-container">
399
- <table class="params table">
400
- <thead>
401
- <tr>
402
- <th>名称</th>
403
- <th>返回值类型</th>
404
- <th>描述</th>
405
- </tr>
406
- </thead>
407
- <tbody>
408
-
409
- <tr class="deep-level-0">
410
- <td class="name"><code><a href="#_createVolumeCuttingPlanes">_createVolumeCuttingPlanes</a></code></td>
411
- <td class="name">
412
- <code>
413
-
414
- </code>
415
- </td>
416
- <td class="name"><code><p>通过包围面,创建裁剪体</p></code></td>
417
- </tr>
418
-
419
- <tr class="deep-level-0">
420
- <td class="name"><code><a href="#changePlaneColor">changePlaneColor</a></code></td>
421
- <td class="name">
422
- <code>
423
-
424
- </code>
425
- </td>
426
- <td class="name"><code><p>修改辅助剖切面颜色</p></code></td>
427
- </tr>
428
-
429
- <tr class="deep-level-0">
430
- <td class="name"><code><a href="#createModelCuttingPlane">createModelCuttingPlane</a></code></td>
431
- <td class="name">
432
- <code>
433
-
434
- </code>
435
- </td>
436
- <td class="name"><code><p>创建模型裁剪面</p></code></td>
437
- </tr>
438
-
439
- <tr class="deep-level-0">
440
- <td class="name"><code><a href="#createModelCuttingPlaneFromLine">createModelCuttingPlaneFromLine</a></code></td>
441
- <td class="name">
442
- <code>
443
-
444
- </code>
445
- </td>
446
- <td class="name"><code><p>通过直线,绘制模型裁剪面</p></code></td>
447
- </tr>
448
-
449
- <tr class="deep-level-0">
450
- <td class="name"><code><a href="#createModelCuttingPlaneFromPolyline">createModelCuttingPlaneFromPolyline</a></code></td>
451
- <td class="name">
452
- <code>
453
-
454
- </code>
455
- </td>
456
- <td class="name"><code><p>通过折线,绘制模型裁剪面,请提两个以上的点,否则不执行剖切分析。</p></code></td>
457
- </tr>
458
-
459
- <tr class="deep-level-0">
460
- <td class="name"><code><a href="#createModelCuttingPolygon">createModelCuttingPolygon</a></code></td>
461
- <td class="name">
462
- <code>
463
-
464
- </code>
465
- </td>
466
- <td class="name"><code><p>多边形几何裁剪<br/>
467
- 通过边界区域,以及高程,构建裁剪几何体。支持凹多边形裁剪,但对封边效果支持不好</p></code></td>
468
- </tr>
469
-
470
- <tr class="deep-level-0">
471
- <td class="name"><code><a href="#createModelCuttingVolume">createModelCuttingVolume</a></code></td>
472
- <td class="name">
473
- <code>
474
-
475
- </code>
476
- </td>
477
- <td class="name"><code><p>通过边界区域,以及最小最大高程,构建裁剪体</p></code></td>
478
- </tr>
479
-
480
- <tr class="deep-level-0">
481
- <td class="name"><code><a href="#enabled">enabled</a></code></td>
482
- <td class="name">
483
- <code>
484
-
485
- </code>
486
- </td>
487
- <td class="name"><code><p>开关当前被CuttingTool管理的裁剪体</p></code></td>
488
- </tr>
489
-
490
- <tr class="deep-level-0">
491
- <td class="name"><code><a href="#removeAll">removeAll</a></code></td>
492
- <td class="name">
493
- <code>
494
-
495
- </code>
496
- </td>
497
- <td class="name"><code><p>移除所有裁剪面</p></code></td>
498
- </tr>
499
-
500
- </tbody>
501
- </table>
502
- </div>
503
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
504
517
 
505
518
  <div class="member">
506
519
 
@@ -509,7 +522,7 @@
509
522
  <h4 class="name" id="_createVolumeCuttingPlanes">
510
523
  <a class="href-link" href="#_createVolumeCuttingPlanes">#</a>
511
524
 
512
- <span class="code-name" id="_createVolumeCuttingPlanes" style="font-size:30px">
525
+ <span class="code-name" style="font-size:30px">
513
526
 
514
527
  _createVolumeCuttingPlanes<span class="signature">(normals, originalPoints, layer, options)</span>
515
528
 
@@ -531,7 +544,7 @@
531
544
 
532
545
 
533
546
 
534
- <h4>参数</h4>
547
+ <h4>参数:</h4>
535
548
 
536
549
  <div class="table-container">
537
550
  <table class="params table">
@@ -561,12 +574,7 @@
561
574
  <td class="type">
562
575
 
563
576
 
564
- <span class="param-type">
565
-
566
- Array.&lt;Cesium.Cartesian3>
567
-
568
- </span>
569
-
577
+ <span class="param-type">Array.&lt;Cesium.Cartesian3></span>
570
578
 
571
579
 
572
580
 
@@ -590,12 +598,7 @@
590
598
  <td class="type">
591
599
 
592
600
 
593
- <span class="param-type">
594
-
595
- Array.&lt;Cesium.Cartesian3>
596
-
597
- </span>
598
-
601
+ <span class="param-type">Array.&lt;Cesium.Cartesian3></span>
599
602
 
600
603
 
601
604
 
@@ -619,12 +622,7 @@
619
622
  <td class="type">
620
623
 
621
624
 
622
- <span class="param-type">
623
-
624
- <a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a>
625
-
626
- </span>
627
-
625
+ <span class="param-type"><a class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a></span>
628
626
 
629
627
 
630
628
 
@@ -648,12 +646,7 @@
648
646
  <td class="type">
649
647
 
650
648
 
651
- <span class="param-type">
652
-
653
- Object
654
-
655
- </span>
656
-
649
+ <span class="param-type">Object</span>
657
650
 
658
651
 
659
652
 
@@ -741,7 +734,7 @@
741
734
  <h4 class="name" id="changePlaneColor">
742
735
  <a class="href-link" href="#changePlaneColor">#</a>
743
736
 
744
- <span class="code-name" id="changePlaneColor" style="font-size:30px">
737
+ <span class="code-name" style="font-size:30px">
745
738
 
746
739
  changePlaneColor<span class="signature">(color<span class="signature-attributes">opt</span>)</span>
747
740
 
@@ -763,7 +756,7 @@
763
756
 
764
757
 
765
758
 
766
- <h4>参数</h4>
759
+ <h4>参数:</h4>
767
760
 
768
761
  <div class="table-container">
769
762
  <table class="params table">
@@ -795,12 +788,7 @@
795
788
  <td class="type">
796
789
 
797
790
 
798
- <span class="param-type">
799
-
800
- Cesium.Color
801
-
802
- </span>
803
-
791
+ <span class="param-type">Cesium.Color</span>
804
792
 
805
793
 
806
794
 
@@ -894,7 +882,7 @@
894
882
  <h4 class="name" id="createModelCuttingPlane">
895
883
  <a class="href-link" href="#createModelCuttingPlane">#</a>
896
884
 
897
- <span class="code-name" id="createModelCuttingPlane" style="font-size:30px">
885
+ <span class="code-name" style="font-size:30px">
898
886
 
899
887
  createModelCuttingPlane<span class="signature">(normal, options<span class="signature-attributes">opt</span>)</span>
900
888
 
@@ -916,7 +904,7 @@
916
904
 
917
905
 
918
906
 
919
- <h4>参数</h4>
907
+ <h4>参数:</h4>
920
908
 
921
909
  <div class="table-container">
922
910
  <table class="params table">
@@ -948,12 +936,7 @@
948
936
  <td class="type">
949
937
 
950
938
 
951
- <span class="param-type">
952
-
953
- Cesium.Cartesian3
954
-
955
- </span>
956
-
939
+ <span class="param-type">Cesium.Cartesian3</span>
957
940
 
958
941
 
959
942
 
@@ -981,12 +964,7 @@
981
964
  <td class="type">
982
965
 
983
966
 
984
- <span class="param-type">
985
-
986
- Object
987
-
988
- </span>
989
-
967
+ <span class="param-type">Object</span>
990
968
 
991
969
 
992
970
 
@@ -1012,12 +990,7 @@
1012
990
  <td class="type">
1013
991
 
1014
992
 
1015
- <span class="param-type">
1016
-
1017
- Object
1018
-
1019
- </span>
1020
-
993
+ <span class="param-type">Object</span>
1021
994
 
1022
995
 
1023
996
 
@@ -1045,12 +1018,7 @@
1045
1018
  <td class="type">
1046
1019
 
1047
1020
 
1048
- <span class="param-type">
1049
-
1050
- Number
1051
-
1052
- </span>
1053
-
1021
+ <span class="param-type">Number</span>
1054
1022
 
1055
1023
 
1056
1024
 
@@ -1078,12 +1046,7 @@
1078
1046
  <td class="type">
1079
1047
 
1080
1048
 
1081
- <span class="param-type">
1082
-
1083
- Number
1084
-
1085
- </span>
1086
-
1049
+ <span class="param-type">Number</span>
1087
1050
 
1088
1051
 
1089
1052
 
@@ -1111,12 +1074,7 @@
1111
1074
  <td class="type">
1112
1075
 
1113
1076
 
1114
- <span class="param-type">
1115
-
1116
- Boolean
1117
-
1118
- </span>
1119
-
1077
+ <span class="param-type">Boolean</span>
1120
1078
 
1121
1079
 
1122
1080
 
@@ -1144,12 +1102,7 @@
1144
1102
  <td class="type">
1145
1103
 
1146
1104
 
1147
- <span class="param-type">
1148
-
1149
- Cesium.Color
1150
-
1151
- </span>
1152
-
1105
+ <span class="param-type">Cesium.Color</span>
1153
1106
 
1154
1107
 
1155
1108
 
@@ -1177,12 +1130,7 @@
1177
1130
  <td class="type">
1178
1131
 
1179
1132
 
1180
- <span class="param-type">
1181
-
1182
- Boolean
1183
-
1184
- </span>
1185
-
1133
+ <span class="param-type">Boolean</span>
1186
1134
 
1187
1135
 
1188
1136
 
@@ -1279,7 +1227,7 @@
1279
1227
  <h4 class="name" id="createModelCuttingPlaneFromLine">
1280
1228
  <a class="href-link" href="#createModelCuttingPlaneFromLine">#</a>
1281
1229
 
1282
- <span class="code-name" id="createModelCuttingPlaneFromLine" style="font-size:30px">
1230
+ <span class="code-name" style="font-size:30px">
1283
1231
 
1284
1232
  createModelCuttingPlaneFromLine<span class="signature">(pointA, pointB, options<span class="signature-attributes">opt</span>)</span>
1285
1233
 
@@ -1301,7 +1249,7 @@
1301
1249
 
1302
1250
 
1303
1251
 
1304
- <h4>参数</h4>
1252
+ <h4>参数:</h4>
1305
1253
 
1306
1254
  <div class="table-container">
1307
1255
  <table class="params table">
@@ -1333,12 +1281,7 @@
1333
1281
  <td class="type">
1334
1282
 
1335
1283
 
1336
- <span class="param-type">
1337
-
1338
- Cesium.Cartesian3
1339
-
1340
- </span>
1341
-
1284
+ <span class="param-type">Cesium.Cartesian3</span>
1342
1285
 
1343
1286
 
1344
1287
 
@@ -1366,12 +1309,7 @@
1366
1309
  <td class="type">
1367
1310
 
1368
1311
 
1369
- <span class="param-type">
1370
-
1371
- Cesium.Cartesian3
1372
-
1373
- </span>
1374
-
1312
+ <span class="param-type">Cesium.Cartesian3</span>
1375
1313
 
1376
1314
 
1377
1315
 
@@ -1399,12 +1337,7 @@
1399
1337
  <td class="type">
1400
1338
 
1401
1339
 
1402
- <span class="param-type">
1403
-
1404
- Object
1405
-
1406
- </span>
1407
-
1340
+ <span class="param-type">Object</span>
1408
1341
 
1409
1342
 
1410
1343
 
@@ -1430,12 +1363,7 @@
1430
1363
  <td class="type">
1431
1364
 
1432
1365
 
1433
- <span class="param-type">
1434
-
1435
- Number
1436
-
1437
- </span>
1438
-
1366
+ <span class="param-type">Number</span>
1439
1367
 
1440
1368
 
1441
1369
 
@@ -1463,12 +1391,7 @@
1463
1391
  <td class="type">
1464
1392
 
1465
1393
 
1466
- <span class="param-type">
1467
-
1468
- Number
1469
-
1470
- </span>
1471
-
1394
+ <span class="param-type">Number</span>
1472
1395
 
1473
1396
 
1474
1397
 
@@ -1496,12 +1419,7 @@
1496
1419
  <td class="type">
1497
1420
 
1498
1421
 
1499
- <span class="param-type">
1500
-
1501
- Boolean
1502
-
1503
- </span>
1504
-
1422
+ <span class="param-type">Boolean</span>
1505
1423
 
1506
1424
 
1507
1425
 
@@ -1529,12 +1447,7 @@
1529
1447
  <td class="type">
1530
1448
 
1531
1449
 
1532
- <span class="param-type">
1533
-
1534
- Cesium.Color
1535
-
1536
- </span>
1537
-
1450
+ <span class="param-type">Cesium.Color</span>
1538
1451
 
1539
1452
 
1540
1453
 
@@ -1562,12 +1475,7 @@
1562
1475
  <td class="type">
1563
1476
 
1564
1477
 
1565
- <span class="param-type">
1566
-
1567
- Boolean
1568
-
1569
- </span>
1570
-
1478
+ <span class="param-type">Boolean</span>
1571
1479
 
1572
1480
 
1573
1481
 
@@ -1664,7 +1572,7 @@
1664
1572
  <h4 class="name" id="createModelCuttingPlaneFromPolyline">
1665
1573
  <a class="href-link" href="#createModelCuttingPlaneFromPolyline">#</a>
1666
1574
 
1667
- <span class="code-name" id="createModelCuttingPlaneFromPolyline" style="font-size:30px">
1575
+ <span class="code-name" style="font-size:30px">
1668
1576
 
1669
1577
  createModelCuttingPlaneFromPolyline<span class="signature">(positions, options<span class="signature-attributes">opt</span>)</span>
1670
1578
 
@@ -1686,7 +1594,7 @@
1686
1594
 
1687
1595
 
1688
1596
 
1689
- <h4>参数</h4>
1597
+ <h4>参数:</h4>
1690
1598
 
1691
1599
  <div class="table-container">
1692
1600
  <table class="params table">
@@ -1718,12 +1626,7 @@
1718
1626
  <td class="type">
1719
1627
 
1720
1628
 
1721
- <span class="param-type">
1722
-
1723
- Array.&lt;Cesium.Cartesian3>
1724
-
1725
- </span>
1726
-
1629
+ <span class="param-type">Array.&lt;Cesium.Cartesian3></span>
1727
1630
 
1728
1631
 
1729
1632
 
@@ -1751,12 +1654,7 @@
1751
1654
  <td class="type">
1752
1655
 
1753
1656
 
1754
- <span class="param-type">
1755
-
1756
- Object
1757
-
1758
- </span>
1759
-
1657
+ <span class="param-type">Object</span>
1760
1658
 
1761
1659
 
1762
1660
 
@@ -1782,12 +1680,7 @@
1782
1680
  <td class="type">
1783
1681
 
1784
1682
 
1785
- <span class="param-type">
1786
-
1787
- Boolean
1788
-
1789
- </span>
1790
-
1683
+ <span class="param-type">Boolean</span>
1791
1684
 
1792
1685
 
1793
1686
 
@@ -1884,7 +1777,7 @@
1884
1777
  <h4 class="name" id="createModelCuttingPolygon">
1885
1778
  <a class="href-link" href="#createModelCuttingPolygon">#</a>
1886
1779
 
1887
- <span class="code-name" id="createModelCuttingPolygon" style="font-size:30px">
1780
+ <span class="code-name" style="font-size:30px">
1888
1781
 
1889
1782
  createModelCuttingPolygon<span class="signature">(positions, minHeight, maxHeight, options)</span>
1890
1783
 
@@ -1907,7 +1800,7 @@
1907
1800
 
1908
1801
 
1909
1802
 
1910
- <h4>参数</h4>
1803
+ <h4>参数:</h4>
1911
1804
 
1912
1805
  <div class="table-container">
1913
1806
  <table class="params table">
@@ -1939,12 +1832,7 @@
1939
1832
  <td class="type">
1940
1833
 
1941
1834
 
1942
- <span class="param-type">
1943
-
1944
- Array
1945
-
1946
- </span>
1947
-
1835
+ <span class="param-type">Array</span>
1948
1836
 
1949
1837
 
1950
1838
 
@@ -1972,12 +1860,7 @@
1972
1860
  <td class="type">
1973
1861
 
1974
1862
 
1975
- <span class="param-type">
1976
-
1977
- Number
1978
-
1979
- </span>
1980
-
1863
+ <span class="param-type">Number</span>
1981
1864
 
1982
1865
 
1983
1866
 
@@ -2005,12 +1888,7 @@
2005
1888
  <td class="type">
2006
1889
 
2007
1890
 
2008
- <span class="param-type">
2009
-
2010
- Number
2011
-
2012
- </span>
2013
-
1891
+ <span class="param-type">Number</span>
2014
1892
 
2015
1893
 
2016
1894
 
@@ -2038,12 +1916,7 @@
2038
1916
  <td class="type">
2039
1917
 
2040
1918
 
2041
- <span class="param-type">
2042
-
2043
- Object
2044
-
2045
- </span>
2046
-
1919
+ <span class="param-type">Object</span>
2047
1920
 
2048
1921
 
2049
1922
 
@@ -2069,12 +1942,7 @@
2069
1942
  <td class="type">
2070
1943
 
2071
1944
 
2072
- <span class="param-type">
2073
-
2074
- Cesium.Color
2075
-
2076
- </span>
2077
-
1945
+ <span class="param-type">Cesium.Color</span>
2078
1946
 
2079
1947
 
2080
1948
 
@@ -2102,12 +1970,7 @@
2102
1970
  <td class="type">
2103
1971
 
2104
1972
 
2105
- <span class="param-type">
2106
-
2107
- Boolean
2108
-
2109
- </span>
2110
-
1973
+ <span class="param-type">Boolean</span>
2111
1974
 
2112
1975
 
2113
1976
 
@@ -2135,12 +1998,7 @@
2135
1998
  <td class="type">
2136
1999
 
2137
2000
 
2138
- <span class="param-type">
2139
-
2140
- Boolean
2141
-
2142
- </span>
2143
-
2001
+ <span class="param-type">Boolean</span>
2144
2002
 
2145
2003
 
2146
2004
 
@@ -2246,7 +2104,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2246
2104
  //裁剪方向,false:原方向,true反方向
2247
2105
  unionClippingRegions: false,
2248
2106
  //配置裁剪体的颜色,以及透明度
2249
- color: new Cesium.Cesium.Color(1, 1, 1, 0.2),
2107
+ color: new Cesium.Color(1, 1, 1, 0.2),
2250
2108
  //是否显示裁剪体
2251
2109
  showCuttingPlane: true
2252
2110
  })</code></pre>
@@ -2262,7 +2120,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2262
2120
  <h4 class="name" id="createModelCuttingVolume">
2263
2121
  <a class="href-link" href="#createModelCuttingVolume">#</a>
2264
2122
 
2265
- <span class="code-name" id="createModelCuttingVolume" style="font-size:30px">
2123
+ <span class="code-name" style="font-size:30px">
2266
2124
 
2267
2125
  createModelCuttingVolume<span class="signature">(positions, minHeight, maxHeight, options)</span>
2268
2126
 
@@ -2284,7 +2142,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2284
2142
 
2285
2143
 
2286
2144
 
2287
- <h4>参数</h4>
2145
+ <h4>参数:</h4>
2288
2146
 
2289
2147
  <div class="table-container">
2290
2148
  <table class="params table">
@@ -2316,12 +2174,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2316
2174
  <td class="type">
2317
2175
 
2318
2176
 
2319
- <span class="param-type">
2320
-
2321
- Array.&lt;Cesium.Cartesian3>
2322
-
2323
- </span>
2324
-
2177
+ <span class="param-type">Array.&lt;Cesium.Cartesian3></span>
2325
2178
 
2326
2179
 
2327
2180
 
@@ -2349,12 +2202,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2349
2202
  <td class="type">
2350
2203
 
2351
2204
 
2352
- <span class="param-type">
2353
-
2354
- Number
2355
-
2356
- </span>
2357
-
2205
+ <span class="param-type">Number</span>
2358
2206
 
2359
2207
 
2360
2208
 
@@ -2382,12 +2230,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2382
2230
  <td class="type">
2383
2231
 
2384
2232
 
2385
- <span class="param-type">
2386
-
2387
- Number
2388
-
2389
- </span>
2390
-
2233
+ <span class="param-type">Number</span>
2391
2234
 
2392
2235
 
2393
2236
 
@@ -2415,12 +2258,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2415
2258
  <td class="type">
2416
2259
 
2417
2260
 
2418
- <span class="param-type">
2419
-
2420
- Object
2421
-
2422
- </span>
2423
-
2261
+ <span class="param-type">Object</span>
2424
2262
 
2425
2263
 
2426
2264
 
@@ -2446,12 +2284,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2446
2284
  <td class="type">
2447
2285
 
2448
2286
 
2449
- <span class="param-type">
2450
-
2451
- Cesium.Color
2452
-
2453
- </span>
2454
-
2287
+ <span class="param-type">Cesium.Color</span>
2455
2288
 
2456
2289
 
2457
2290
 
@@ -2479,12 +2312,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2479
2312
  <td class="type">
2480
2313
 
2481
2314
 
2482
- <span class="param-type">
2483
-
2484
- Boolean
2485
-
2486
- </span>
2487
-
2315
+ <span class="param-type">Boolean</span>
2488
2316
 
2489
2317
 
2490
2318
 
@@ -2512,12 +2340,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2512
2340
  <td class="type">
2513
2341
 
2514
2342
 
2515
- <span class="param-type">
2516
-
2517
- Boolean
2518
-
2519
- </span>
2520
-
2343
+ <span class="param-type">Boolean</span>
2521
2344
 
2522
2345
 
2523
2346
 
@@ -2545,12 +2368,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2545
2368
  <td class="type">
2546
2369
 
2547
2370
 
2548
- <span class="param-type">
2549
-
2550
- String
2551
-
2552
- </span>
2553
-
2371
+ <span class="param-type">String</span>
2554
2372
 
2555
2373
 
2556
2374
 
@@ -2578,12 +2396,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2578
2396
  <td class="type">
2579
2397
 
2580
2398
 
2581
- <span class="param-type">
2582
-
2583
- String
2584
-
2585
- </span>
2586
-
2399
+ <span class="param-type">String</span>
2587
2400
 
2588
2401
 
2589
2402
 
@@ -2680,7 +2493,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2680
2493
  <h4 class="name" id="enabled">
2681
2494
  <a class="href-link" href="#enabled">#</a>
2682
2495
 
2683
- <span class="code-name" id="enabled" style="font-size:30px">
2496
+ <span class="code-name" style="font-size:30px">
2684
2497
 
2685
2498
  enabled<span class="signature">(value)</span>
2686
2499
 
@@ -2702,7 +2515,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2702
2515
 
2703
2516
 
2704
2517
 
2705
- <h4>参数</h4>
2518
+ <h4>参数:</h4>
2706
2519
 
2707
2520
  <div class="table-container">
2708
2521
  <table class="params table">
@@ -2732,12 +2545,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2732
2545
  <td class="type">
2733
2546
 
2734
2547
 
2735
- <span class="param-type">
2736
-
2737
- Boolean
2738
-
2739
- </span>
2740
-
2548
+ <span class="param-type">Boolean</span>
2741
2549
 
2742
2550
 
2743
2551
 
@@ -2825,7 +2633,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2825
2633
  <h4 class="name" id="removeAll">
2826
2634
  <a class="href-link" href="#removeAll">#</a>
2827
2635
 
2828
- <span class="code-name" id="removeAll" style="font-size:30px">
2636
+ <span class="code-name" style="font-size:30px">
2829
2637
 
2830
2638
  removeAll<span class="signature">()</span>
2831
2639
 
@@ -2914,6 +2722,154 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
2914
2722
 
2915
2723
  cutTool.removeAll();</code></pre>
2916
2724
 
2725
+
2726
+
2727
+ </div>
2728
+
2729
+ <div class="member">
2730
+
2731
+
2732
+
2733
+ <h4 class="name" id="showCuttingPlane">
2734
+ <a class="href-link" href="#showCuttingPlane">#</a>
2735
+
2736
+ <span class="code-name" style="font-size:30px">
2737
+
2738
+ showCuttingPlane<span class="signature">(showPlane<span class="signature-attributes">opt</span>)</span>
2739
+
2740
+ </span>
2741
+ </h4>
2742
+
2743
+
2744
+
2745
+ <div class="description">
2746
+ <p>显示或隐藏所有辅助剖切面(体)</p>
2747
+ </div>
2748
+
2749
+
2750
+
2751
+
2752
+
2753
+
2754
+
2755
+
2756
+
2757
+
2758
+ <h4>参数:</h4>
2759
+
2760
+ <div class="table-container">
2761
+ <table class="params table">
2762
+ <thead>
2763
+ <tr>
2764
+
2765
+ <th>名称</th>
2766
+
2767
+
2768
+ <th>类型</th>
2769
+
2770
+
2771
+ <th style="min-width: 100px;">默认值</th>
2772
+
2773
+
2774
+ <th class="last">描述</th>
2775
+ </tr>
2776
+ </thead>
2777
+
2778
+ <tbody>
2779
+
2780
+
2781
+
2782
+ <tr class="deep-level-0">
2783
+
2784
+ <td class="name"><code>showPlane</code></td>
2785
+
2786
+
2787
+ <td class="type">
2788
+
2789
+
2790
+ <span class="param-type">Boolean</span>
2791
+
2792
+
2793
+
2794
+ </td>
2795
+
2796
+
2797
+ <td class="default">
2798
+
2799
+ true
2800
+
2801
+ </td>
2802
+
2803
+
2804
+ <td class="description last"><p>显示或隐藏所有辅助剖切面(体),true为显示所有辅助剖切面(体),false为隐藏所有辅助剖切面(体)</p></td>
2805
+ </tr>
2806
+
2807
+
2808
+
2809
+
2810
+ </tbody>
2811
+ </table>
2812
+ </div>
2813
+
2814
+
2815
+
2816
+
2817
+
2818
+
2819
+ <dl class="details">
2820
+
2821
+
2822
+
2823
+
2824
+
2825
+
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+
2835
+
2836
+
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+
2851
+ </dl>
2852
+
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+
2865
+
2866
+
2867
+
2868
+
2869
+
2870
+
2871
+
2872
+
2917
2873
 
2918
2874
 
2919
2875
  </div>
@@ -2927,4 +2883,42 @@ cutTool.removeAll();</code></pre>
2927
2883
 
2928
2884
  </article>
2929
2885
 
2930
- </section>
2886
+ </section>
2887
+
2888
+
2889
+
2890
+
2891
+ </div>
2892
+
2893
+ <footer class="footer">
2894
+ <div class="content has-text-centered">
2895
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
2896
+ <p class="sidebar-created-by">
2897
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
2898
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
2899
+ </p>
2900
+ </div>
2901
+ </footer>
2902
+
2903
+ </div>
2904
+ <div id="side-nav" class="side-nav">
2905
+ <div style="margin-bottom: 10px;">
2906
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
2907
+ </div>
2908
+ <div style="margin-bottom: 10px;">
2909
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
2910
+ </div>
2911
+ <div style="margin-bottom: 10px;">
2912
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
2913
+ </div>
2914
+ <div>
2915
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
2916
+ </div>
2917
+ </div>
2918
+ </div>
2919
+ <script src="scripts/linenumber.js"> </script>
2920
+
2921
+ <script src="scripts/search.js"> </script>
2922
+
2923
+ </body>
2924
+ </html>