@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.
- package/README.md +8 -0
- package/dist/es5/webclient-cesium-plugin.min.js +1 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +1 -1
- package/documention/AlgorithmLib.html +410 -1282
- package/documention/AngulationTool.html +244 -194
- package/documention/AnimationTool.html +398 -1376
- package/documention/CesiumHeatmap.html +307 -560
- package/documention/CesiumTerrainProvider.html +226 -8
- package/documention/CircleWaveMaterialProperty.html +231 -38
- package/documention/CollisionDetectionByRender.html +263 -422
- package/documention/CuttingTool.html +292 -461
- package/documention/Deferred.html +226 -8
- package/documention/DrawElement.html +252 -190
- package/documention/DrawTool.html +253 -191
- package/documention/EditTool.html +247 -249
- package/documention/FloodAnalysisReflection.html +243 -229
- package/documention/GlobeIndependentTranslucency.html +236 -246
- package/documention/Graphic.html +300 -939
- package/documention/GraphicsLayer.html +332 -832
- package/documention/HeightLimited.html +237 -134
- package/documention/ISSceneLayerUtil.html +246 -149
- package/documention/KeyboardCameraController.html +244 -285
- package/documention/MeasureAreaTool.html +256 -188
- package/documention/MeasureLengthTool.html +278 -421
- package/documention/MeasureSlopeTool.html +246 -206
- package/documention/ModelEditor.html +232 -44
- package/documention/ModelFilterTool.html +242 -130
- package/documention/ModelTransformTool.html +310 -504
- package/documention/PolylineTrailLinkMaterialProperty.html +233 -50
- package/documention/PostProcessStageLibrary.html +255 -218
- package/documention/Promise.html +246 -173
- package/documention/RadarMaterialProperty.html +229 -26
- package/documention/ReImg.html +230 -58
- package/documention/RiverGeometry.html +287 -462
- package/documention/RoamParticle.html +276 -746
- package/documention/S3MTileset.html +229 -26
- package/documention/SelectTool.html +238 -101
- package/documention/ShadowRateAnalysis.html +250 -366
- package/documention/ShadowRateDrawCommand.html +241 -178
- package/documention/SkyLineAnalysis.html +232 -96
- package/documention/StableParticle.html +278 -812
- package/documention/Style.html +525 -2037
- package/documention/TerrainAnalyse.html +287 -415
- package/documention/TerrainProfile.html +246 -156
- package/documention/Tooltip.html +240 -113
- package/documention/TriangulationTool.html +257 -308
- package/documention/VisiblityAnalysis.html +257 -411
- package/documention/WaterReflection.html +250 -310
- package/documention/Wind3D.html +255 -345
- package/package.json +1 -1
|
@@ -1,10 +1,190 @@
|
|
|
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> VisiblityAnalysis</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 "@mapgis/webclient-leaflet-plugin" <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">VisiblityAnalysis</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="VisiblityAnalysis">
|
|
26
206
|
<a class="href-link" href="#VisiblityAnalysis">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new VisiblityAnalysis<span class="signature">(options)</span>
|
|
31
211
|
|
|
@@ -43,7 +223,7 @@
|
|
|
43
223
|
|
|
44
224
|
|
|
45
225
|
|
|
46
|
-
<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
|
|
|
@@ -106,12 +281,7 @@
|
|
|
106
281
|
<td class="type">
|
|
107
282
|
|
|
108
283
|
|
|
109
|
-
<span class="param-type">
|
|
110
|
-
|
|
111
|
-
Scene
|
|
112
|
-
|
|
113
|
-
</span>
|
|
114
|
-
|
|
284
|
+
<span class="param-type">Scene</span>
|
|
115
285
|
|
|
116
286
|
|
|
117
287
|
|
|
@@ -137,12 +307,7 @@
|
|
|
137
307
|
<td class="type">
|
|
138
308
|
|
|
139
309
|
|
|
140
|
-
<span class="param-type">
|
|
141
|
-
|
|
142
|
-
Cesium.Color
|
|
143
|
-
|
|
144
|
-
</span>
|
|
145
|
-
|
|
310
|
+
<span class="param-type">Cesium.Color</span>
|
|
146
311
|
|
|
147
312
|
|
|
148
313
|
|
|
@@ -170,12 +335,7 @@
|
|
|
170
335
|
<td class="type">
|
|
171
336
|
|
|
172
337
|
|
|
173
|
-
<span class="param-type">
|
|
174
|
-
|
|
175
|
-
Cesium.Color
|
|
176
|
-
|
|
177
|
-
</span>
|
|
178
|
-
|
|
338
|
+
<span class="param-type">Cesium.Color</span>
|
|
179
339
|
|
|
180
340
|
|
|
181
341
|
|
|
@@ -203,12 +363,7 @@
|
|
|
203
363
|
<td class="type">
|
|
204
364
|
|
|
205
365
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
Number
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
366
|
+
<span class="param-type">Number</span>
|
|
212
367
|
|
|
213
368
|
|
|
214
369
|
|
|
@@ -236,12 +391,7 @@
|
|
|
236
391
|
<td class="type">
|
|
237
392
|
|
|
238
393
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
Cesium.Color
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
394
|
+
<span class="param-type">Cesium.Color</span>
|
|
245
395
|
|
|
246
396
|
|
|
247
397
|
|
|
@@ -269,12 +419,7 @@
|
|
|
269
419
|
<td class="type">
|
|
270
420
|
|
|
271
421
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
Cesium.Color
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
422
|
+
<span class="param-type">Cesium.Color</span>
|
|
278
423
|
|
|
279
424
|
|
|
280
425
|
|
|
@@ -466,202 +611,6 @@ visiblity.destroy();</code></pre>
|
|
|
466
611
|
|
|
467
612
|
<div class='vertical-section'>
|
|
468
613
|
<h3 id='member'>成员变量</h3>
|
|
469
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
470
|
-
<div class="table-container">
|
|
471
|
-
<table class="params table">
|
|
472
|
-
<thead>
|
|
473
|
-
<tr>
|
|
474
|
-
<th>名称</th>
|
|
475
|
-
<th>类型</th>
|
|
476
|
-
<th>描述</th>
|
|
477
|
-
</tr>
|
|
478
|
-
</thead>
|
|
479
|
-
<tbody>
|
|
480
|
-
|
|
481
|
-
<tr class="deep-level-0">
|
|
482
|
-
<td class="name"><code><a href="#exHeight">exHeight</a></code></td>
|
|
483
|
-
<td class="name">
|
|
484
|
-
<code>
|
|
485
|
-
|
|
486
|
-
<span class="param-type">
|
|
487
|
-
|
|
488
|
-
Number
|
|
489
|
-
|
|
490
|
-
</span>
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
</code>
|
|
495
|
-
</td>
|
|
496
|
-
<td class="name"><code><p>设置视点附加高度,需要在分析前设置</p></code></td>
|
|
497
|
-
</tr>
|
|
498
|
-
|
|
499
|
-
<tr class="deep-level-0">
|
|
500
|
-
<td class="name"><code><a href="#fanColor">fanColor</a></code></td>
|
|
501
|
-
<td class="name">
|
|
502
|
-
<code>
|
|
503
|
-
|
|
504
|
-
<span class="param-type">
|
|
505
|
-
|
|
506
|
-
Cesium.Color
|
|
507
|
-
|
|
508
|
-
</span>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
</code>
|
|
513
|
-
</td>
|
|
514
|
-
<td class="name"><code><p>设置环型通视分析视窗颜色</p></code></td>
|
|
515
|
-
</tr>
|
|
516
|
-
|
|
517
|
-
<tr class="deep-level-0">
|
|
518
|
-
<td class="name"><code><a href="#fanGridColor">fanGridColor</a></code></td>
|
|
519
|
-
<td class="name">
|
|
520
|
-
<code>
|
|
521
|
-
|
|
522
|
-
<span class="param-type">
|
|
523
|
-
|
|
524
|
-
Cesium.Color
|
|
525
|
-
|
|
526
|
-
</span>
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
</code>
|
|
531
|
-
</td>
|
|
532
|
-
<td class="name"><code><p>设置环型通视分析视窗网格颜色</p></code></td>
|
|
533
|
-
</tr>
|
|
534
|
-
|
|
535
|
-
<tr class="deep-level-0">
|
|
536
|
-
<td class="name"><code><a href="#isVisible">isVisible</a></code></td>
|
|
537
|
-
<td class="name">
|
|
538
|
-
<code>
|
|
539
|
-
|
|
540
|
-
<span class="param-type">
|
|
541
|
-
|
|
542
|
-
Boolean
|
|
543
|
-
|
|
544
|
-
</span>
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
</code>
|
|
549
|
-
</td>
|
|
550
|
-
<td class="name"><code><p>获取当前是否可见</p></code></td>
|
|
551
|
-
</tr>
|
|
552
|
-
|
|
553
|
-
<tr class="deep-level-0">
|
|
554
|
-
<td class="name"><code><a href="#targetPosition">targetPosition</a></code></td>
|
|
555
|
-
<td class="name">
|
|
556
|
-
<code>
|
|
557
|
-
|
|
558
|
-
<span class="param-type">
|
|
559
|
-
|
|
560
|
-
Cesium.Cartesian3
|
|
561
|
-
|
|
562
|
-
</span>
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
</code>
|
|
567
|
-
</td>
|
|
568
|
-
<td class="name"><code><p>目标点</p></code></td>
|
|
569
|
-
</tr>
|
|
570
|
-
|
|
571
|
-
<tr class="deep-level-0">
|
|
572
|
-
<td class="name"><code><a href="#unvisibleColor">unvisibleColor</a></code></td>
|
|
573
|
-
<td class="name">
|
|
574
|
-
<code>
|
|
575
|
-
|
|
576
|
-
<span class="param-type">
|
|
577
|
-
|
|
578
|
-
Cesium.Color
|
|
579
|
-
|
|
580
|
-
</span>
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
</code>
|
|
585
|
-
</td>
|
|
586
|
-
<td class="name"><code><p>设置不可视段颜色</p></code></td>
|
|
587
|
-
</tr>
|
|
588
|
-
|
|
589
|
-
<tr class="deep-level-0">
|
|
590
|
-
<td class="name"><code><a href="#unVisiblityPosition">unVisiblityPosition</a></code></td>
|
|
591
|
-
<td class="name">
|
|
592
|
-
<code>
|
|
593
|
-
|
|
594
|
-
<span class="param-type">
|
|
595
|
-
|
|
596
|
-
Cesium.Cartesian3
|
|
597
|
-
|
|
598
|
-
</span>
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
</code>
|
|
603
|
-
</td>
|
|
604
|
-
<td class="name"><code><p>遮挡点</p></code></td>
|
|
605
|
-
</tr>
|
|
606
|
-
|
|
607
|
-
<tr class="deep-level-0">
|
|
608
|
-
<td class="name"><code><a href="#viewPosition">viewPosition</a></code></td>
|
|
609
|
-
<td class="name">
|
|
610
|
-
<code>
|
|
611
|
-
|
|
612
|
-
<span class="param-type">
|
|
613
|
-
|
|
614
|
-
Cesium.Cartesian3
|
|
615
|
-
|
|
616
|
-
</span>
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
</code>
|
|
621
|
-
</td>
|
|
622
|
-
<td class="name"><code><p>观察点</p></code></td>
|
|
623
|
-
</tr>
|
|
624
|
-
|
|
625
|
-
<tr class="deep-level-0">
|
|
626
|
-
<td class="name"><code><a href="#visibleColor">visibleColor</a></code></td>
|
|
627
|
-
<td class="name">
|
|
628
|
-
<code>
|
|
629
|
-
|
|
630
|
-
<span class="param-type">
|
|
631
|
-
|
|
632
|
-
Cesium.Color
|
|
633
|
-
|
|
634
|
-
</span>
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
</code>
|
|
639
|
-
</td>
|
|
640
|
-
<td class="name"><code><p>设置可视段颜色</p></code></td>
|
|
641
|
-
</tr>
|
|
642
|
-
|
|
643
|
-
<tr class="deep-level-0">
|
|
644
|
-
<td class="name"><code><a href="#width">width</a></code></td>
|
|
645
|
-
<td class="name">
|
|
646
|
-
<code>
|
|
647
|
-
|
|
648
|
-
<span class="param-type">
|
|
649
|
-
|
|
650
|
-
Number
|
|
651
|
-
|
|
652
|
-
</span>
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
</code>
|
|
657
|
-
</td>
|
|
658
|
-
<td class="name"><code><p>通视线的宽度</p></code></td>
|
|
659
|
-
</tr>
|
|
660
|
-
|
|
661
|
-
</tbody>
|
|
662
|
-
</table>
|
|
663
|
-
</div>
|
|
664
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
665
614
|
<div class="members">
|
|
666
615
|
|
|
667
616
|
<div class="member">
|
|
@@ -669,12 +618,7 @@ visiblity.destroy();</code></pre>
|
|
|
669
618
|
<span class="method-parameter is-pulled-right">
|
|
670
619
|
<label>类型:</label>
|
|
671
620
|
|
|
672
|
-
<span class="param-type">
|
|
673
|
-
|
|
674
|
-
Number
|
|
675
|
-
|
|
676
|
-
</span>
|
|
677
|
-
|
|
621
|
+
<span class="param-type">Number</span>
|
|
678
622
|
|
|
679
623
|
|
|
680
624
|
</span>
|
|
@@ -744,12 +688,7 @@ visiblity.destroy();</code></pre>
|
|
|
744
688
|
<span class="method-parameter is-pulled-right">
|
|
745
689
|
<label>类型:</label>
|
|
746
690
|
|
|
747
|
-
<span class="param-type">
|
|
748
|
-
|
|
749
|
-
Cesium.Color
|
|
750
|
-
|
|
751
|
-
</span>
|
|
752
|
-
|
|
691
|
+
<span class="param-type">Cesium.Color</span>
|
|
753
692
|
|
|
754
693
|
|
|
755
694
|
</span>
|
|
@@ -819,12 +758,7 @@ visiblity.destroy();</code></pre>
|
|
|
819
758
|
<span class="method-parameter is-pulled-right">
|
|
820
759
|
<label>类型:</label>
|
|
821
760
|
|
|
822
|
-
<span class="param-type">
|
|
823
|
-
|
|
824
|
-
Cesium.Color
|
|
825
|
-
|
|
826
|
-
</span>
|
|
827
|
-
|
|
761
|
+
<span class="param-type">Cesium.Color</span>
|
|
828
762
|
|
|
829
763
|
|
|
830
764
|
</span>
|
|
@@ -894,12 +828,7 @@ visiblity.destroy();</code></pre>
|
|
|
894
828
|
<span class="method-parameter is-pulled-right">
|
|
895
829
|
<label>类型:</label>
|
|
896
830
|
|
|
897
|
-
<span class="param-type">
|
|
898
|
-
|
|
899
|
-
Boolean
|
|
900
|
-
|
|
901
|
-
</span>
|
|
902
|
-
|
|
831
|
+
<span class="param-type">Boolean</span>
|
|
903
832
|
|
|
904
833
|
|
|
905
834
|
</span>
|
|
@@ -969,12 +898,7 @@ visiblity.destroy();</code></pre>
|
|
|
969
898
|
<span class="method-parameter is-pulled-right">
|
|
970
899
|
<label>类型:</label>
|
|
971
900
|
|
|
972
|
-
<span class="param-type">
|
|
973
|
-
|
|
974
|
-
Cesium.Cartesian3
|
|
975
|
-
|
|
976
|
-
</span>
|
|
977
|
-
|
|
901
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
978
902
|
|
|
979
903
|
|
|
980
904
|
</span>
|
|
@@ -1044,12 +968,7 @@ visiblity.destroy();</code></pre>
|
|
|
1044
968
|
<span class="method-parameter is-pulled-right">
|
|
1045
969
|
<label>类型:</label>
|
|
1046
970
|
|
|
1047
|
-
<span class="param-type">
|
|
1048
|
-
|
|
1049
|
-
Cesium.Color
|
|
1050
|
-
|
|
1051
|
-
</span>
|
|
1052
|
-
|
|
971
|
+
<span class="param-type">Cesium.Color</span>
|
|
1053
972
|
|
|
1054
973
|
|
|
1055
974
|
</span>
|
|
@@ -1119,12 +1038,7 @@ visiblity.destroy();</code></pre>
|
|
|
1119
1038
|
<span class="method-parameter is-pulled-right">
|
|
1120
1039
|
<label>类型:</label>
|
|
1121
1040
|
|
|
1122
|
-
<span class="param-type">
|
|
1123
|
-
|
|
1124
|
-
Cesium.Cartesian3
|
|
1125
|
-
|
|
1126
|
-
</span>
|
|
1127
|
-
|
|
1041
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1128
1042
|
|
|
1129
1043
|
|
|
1130
1044
|
</span>
|
|
@@ -1194,12 +1108,7 @@ visiblity.destroy();</code></pre>
|
|
|
1194
1108
|
<span class="method-parameter is-pulled-right">
|
|
1195
1109
|
<label>类型:</label>
|
|
1196
1110
|
|
|
1197
|
-
<span class="param-type">
|
|
1198
|
-
|
|
1199
|
-
Cesium.Cartesian3
|
|
1200
|
-
|
|
1201
|
-
</span>
|
|
1202
|
-
|
|
1111
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1203
1112
|
|
|
1204
1113
|
|
|
1205
1114
|
</span>
|
|
@@ -1269,12 +1178,7 @@ visiblity.destroy();</code></pre>
|
|
|
1269
1178
|
<span class="method-parameter is-pulled-right">
|
|
1270
1179
|
<label>类型:</label>
|
|
1271
1180
|
|
|
1272
|
-
<span class="param-type">
|
|
1273
|
-
|
|
1274
|
-
Cesium.Color
|
|
1275
|
-
|
|
1276
|
-
</span>
|
|
1277
|
-
|
|
1181
|
+
<span class="param-type">Cesium.Color</span>
|
|
1278
1182
|
|
|
1279
1183
|
|
|
1280
1184
|
</span>
|
|
@@ -1344,12 +1248,7 @@ visiblity.destroy();</code></pre>
|
|
|
1344
1248
|
<span class="method-parameter is-pulled-right">
|
|
1345
1249
|
<label>类型:</label>
|
|
1346
1250
|
|
|
1347
|
-
<span class="param-type">
|
|
1348
|
-
|
|
1349
|
-
Number
|
|
1350
|
-
|
|
1351
|
-
</span>
|
|
1352
|
-
|
|
1251
|
+
<span class="param-type">Number</span>
|
|
1353
1252
|
|
|
1354
1253
|
|
|
1355
1254
|
</span>
|
|
@@ -1421,53 +1320,7 @@ visiblity.destroy();</code></pre>
|
|
|
1421
1320
|
|
|
1422
1321
|
<div class='vertical-section'>
|
|
1423
1322
|
<h3 id='function'>方法</h3>
|
|
1424
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
1425
1323
|
<div class="members">
|
|
1426
|
-
<div class="table-container">
|
|
1427
|
-
<table class="params table">
|
|
1428
|
-
<thead>
|
|
1429
|
-
<tr>
|
|
1430
|
-
<th>名称</th>
|
|
1431
|
-
<th>返回值类型</th>
|
|
1432
|
-
<th>描述</th>
|
|
1433
|
-
</tr>
|
|
1434
|
-
</thead>
|
|
1435
|
-
<tbody>
|
|
1436
|
-
|
|
1437
|
-
<tr class="deep-level-0">
|
|
1438
|
-
<td class="name"><code><a href="#getVisibilityResult">getVisibilityResult</a></code></td>
|
|
1439
|
-
<td class="name">
|
|
1440
|
-
<code>
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
<span class="param-type">
|
|
1444
|
-
|
|
1445
|
-
Boolean
|
|
1446
|
-
|
|
1447
|
-
</span>
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
</code>
|
|
1453
|
-
</td>
|
|
1454
|
-
<td class="name"><code><p>根据两点坐标判断两点之间是否可视,返回结果</p></code></td>
|
|
1455
|
-
</tr>
|
|
1456
|
-
|
|
1457
|
-
<tr class="deep-level-0">
|
|
1458
|
-
<td class="name"><code><a href="#lookAroundAnalysis">lookAroundAnalysis</a></code></td>
|
|
1459
|
-
<td class="name">
|
|
1460
|
-
<code>
|
|
1461
|
-
|
|
1462
|
-
</code>
|
|
1463
|
-
</td>
|
|
1464
|
-
<td class="name"><code><p>环形通视分析</p></code></td>
|
|
1465
|
-
</tr>
|
|
1466
|
-
|
|
1467
|
-
</tbody>
|
|
1468
|
-
</table>
|
|
1469
|
-
</div>
|
|
1470
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
1471
1324
|
|
|
1472
1325
|
<div class="member">
|
|
1473
1326
|
|
|
@@ -1476,7 +1329,7 @@ visiblity.destroy();</code></pre>
|
|
|
1476
1329
|
<h4 class="name" id="getVisibilityResult">
|
|
1477
1330
|
<a class="href-link" href="#getVisibilityResult">#</a>
|
|
1478
1331
|
|
|
1479
|
-
<span class="code-name"
|
|
1332
|
+
<span class="code-name" style="font-size:30px">
|
|
1480
1333
|
|
|
1481
1334
|
getVisibilityResult<span class="signature">(viewPosition, targetPosition)</span>
|
|
1482
1335
|
|
|
@@ -1498,7 +1351,7 @@ visiblity.destroy();</code></pre>
|
|
|
1498
1351
|
|
|
1499
1352
|
|
|
1500
1353
|
|
|
1501
|
-
<h4
|
|
1354
|
+
<h4>参数:</h4>
|
|
1502
1355
|
|
|
1503
1356
|
<div class="table-container">
|
|
1504
1357
|
<table class="params table">
|
|
@@ -1528,12 +1381,7 @@ visiblity.destroy();</code></pre>
|
|
|
1528
1381
|
<td class="type">
|
|
1529
1382
|
|
|
1530
1383
|
|
|
1531
|
-
<span class="param-type">
|
|
1532
|
-
|
|
1533
|
-
Cesium.Cartesian3
|
|
1534
|
-
|
|
1535
|
-
</span>
|
|
1536
|
-
|
|
1384
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1537
1385
|
|
|
1538
1386
|
|
|
1539
1387
|
|
|
@@ -1557,12 +1405,7 @@ visiblity.destroy();</code></pre>
|
|
|
1557
1405
|
<td class="type">
|
|
1558
1406
|
|
|
1559
1407
|
|
|
1560
|
-
<span class="param-type">
|
|
1561
|
-
|
|
1562
|
-
Cesium.Cartesian3
|
|
1563
|
-
|
|
1564
|
-
</span>
|
|
1565
|
-
|
|
1408
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1566
1409
|
|
|
1567
1410
|
|
|
1568
1411
|
|
|
@@ -1637,7 +1480,7 @@ visiblity.destroy();</code></pre>
|
|
|
1637
1480
|
|
|
1638
1481
|
|
|
1639
1482
|
<div class='columns method-parameter'>
|
|
1640
|
-
<div class="column is-2"><label
|
|
1483
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1641
1484
|
<div class="column is-10">
|
|
1642
1485
|
|
|
1643
1486
|
|
|
@@ -1650,12 +1493,7 @@ visiblity.destroy();</code></pre>
|
|
|
1650
1493
|
<div class='column is-5 has-text-left'>
|
|
1651
1494
|
<label>类型: </label>
|
|
1652
1495
|
|
|
1653
|
-
<span class="param-type">
|
|
1654
|
-
|
|
1655
|
-
Boolean
|
|
1656
|
-
|
|
1657
|
-
</span>
|
|
1658
|
-
|
|
1496
|
+
<span class="param-type">Boolean</span>
|
|
1659
1497
|
|
|
1660
1498
|
|
|
1661
1499
|
</div>
|
|
@@ -1680,7 +1518,7 @@ visiblity.destroy();</code></pre>
|
|
|
1680
1518
|
<h4 class="name" id="lookAroundAnalysis">
|
|
1681
1519
|
<a class="href-link" href="#lookAroundAnalysis">#</a>
|
|
1682
1520
|
|
|
1683
|
-
<span class="code-name"
|
|
1521
|
+
<span class="code-name" style="font-size:30px">
|
|
1684
1522
|
|
|
1685
1523
|
lookAroundAnalysis<span class="signature">(options)</span>
|
|
1686
1524
|
|
|
@@ -1702,7 +1540,7 @@ visiblity.destroy();</code></pre>
|
|
|
1702
1540
|
|
|
1703
1541
|
|
|
1704
1542
|
|
|
1705
|
-
<h4
|
|
1543
|
+
<h4>参数:</h4>
|
|
1706
1544
|
|
|
1707
1545
|
<div class="table-container">
|
|
1708
1546
|
<table class="params table">
|
|
@@ -1734,12 +1572,7 @@ visiblity.destroy();</code></pre>
|
|
|
1734
1572
|
<td class="type">
|
|
1735
1573
|
|
|
1736
1574
|
|
|
1737
|
-
<span class="param-type">
|
|
1738
|
-
|
|
1739
|
-
Object
|
|
1740
|
-
|
|
1741
|
-
</span>
|
|
1742
|
-
|
|
1575
|
+
<span class="param-type">Object</span>
|
|
1743
1576
|
|
|
1744
1577
|
|
|
1745
1578
|
|
|
@@ -1765,12 +1598,7 @@ visiblity.destroy();</code></pre>
|
|
|
1765
1598
|
<td class="type">
|
|
1766
1599
|
|
|
1767
1600
|
|
|
1768
|
-
<span class="param-type">
|
|
1769
|
-
|
|
1770
|
-
Cesium.Cartesian3
|
|
1771
|
-
|
|
1772
|
-
</span>
|
|
1773
|
-
|
|
1601
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1774
1602
|
|
|
1775
1603
|
|
|
1776
1604
|
|
|
@@ -1796,12 +1624,7 @@ visiblity.destroy();</code></pre>
|
|
|
1796
1624
|
<td class="type">
|
|
1797
1625
|
|
|
1798
1626
|
|
|
1799
|
-
<span class="param-type">
|
|
1800
|
-
|
|
1801
|
-
Number
|
|
1802
|
-
|
|
1803
|
-
</span>
|
|
1804
|
-
|
|
1627
|
+
<span class="param-type">Number</span>
|
|
1805
1628
|
|
|
1806
1629
|
|
|
1807
1630
|
|
|
@@ -1827,12 +1650,7 @@ visiblity.destroy();</code></pre>
|
|
|
1827
1650
|
<td class="type">
|
|
1828
1651
|
|
|
1829
1652
|
|
|
1830
|
-
<span class="param-type">
|
|
1831
|
-
|
|
1832
|
-
Number
|
|
1833
|
-
|
|
1834
|
-
</span>
|
|
1835
|
-
|
|
1653
|
+
<span class="param-type">Number</span>
|
|
1836
1654
|
|
|
1837
1655
|
|
|
1838
1656
|
|
|
@@ -1860,12 +1678,7 @@ visiblity.destroy();</code></pre>
|
|
|
1860
1678
|
<td class="type">
|
|
1861
1679
|
|
|
1862
1680
|
|
|
1863
|
-
<span class="param-type">
|
|
1864
|
-
|
|
1865
|
-
Number
|
|
1866
|
-
|
|
1867
|
-
</span>
|
|
1868
|
-
|
|
1681
|
+
<span class="param-type">Number</span>
|
|
1869
1682
|
|
|
1870
1683
|
|
|
1871
1684
|
|
|
@@ -1893,12 +1706,7 @@ visiblity.destroy();</code></pre>
|
|
|
1893
1706
|
<td class="type">
|
|
1894
1707
|
|
|
1895
1708
|
|
|
1896
|
-
<span class="param-type">
|
|
1897
|
-
|
|
1898
|
-
function
|
|
1899
|
-
|
|
1900
|
-
</span>
|
|
1901
|
-
|
|
1709
|
+
<span class="param-type">function</span>
|
|
1902
1710
|
|
|
1903
1711
|
|
|
1904
1712
|
|
|
@@ -1995,4 +1803,42 @@ visiblity.destroy();</code></pre>
|
|
|
1995
1803
|
|
|
1996
1804
|
</article>
|
|
1997
1805
|
|
|
1998
|
-
</section>
|
|
1806
|
+
</section>
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
</div>
|
|
1812
|
+
|
|
1813
|
+
<footer class="footer">
|
|
1814
|
+
<div class="content has-text-centered">
|
|
1815
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
1816
|
+
<p class="sidebar-created-by">
|
|
1817
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
1818
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
1819
|
+
</p>
|
|
1820
|
+
</div>
|
|
1821
|
+
</footer>
|
|
1822
|
+
|
|
1823
|
+
</div>
|
|
1824
|
+
<div id="side-nav" class="side-nav">
|
|
1825
|
+
<div style="margin-bottom: 10px;">
|
|
1826
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
1827
|
+
</div>
|
|
1828
|
+
<div style="margin-bottom: 10px;">
|
|
1829
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
1830
|
+
</div>
|
|
1831
|
+
<div style="margin-bottom: 10px;">
|
|
1832
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
1833
|
+
</div>
|
|
1834
|
+
<div>
|
|
1835
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
1836
|
+
</div>
|
|
1837
|
+
</div>
|
|
1838
|
+
</div>
|
|
1839
|
+
<script src="scripts/linenumber.js"> </script>
|
|
1840
|
+
|
|
1841
|
+
<script src="scripts/search.js"> </script>
|
|
1842
|
+
|
|
1843
|
+
</body>
|
|
1844
|
+
</html>
|