@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
package/documention/Style.html
CHANGED
|
@@ -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> Style</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">Style</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="Style">
|
|
26
206
|
<a class="href-link" href="#Style">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new Style<span class="signature">()</span>
|
|
31
211
|
|
|
@@ -130,242 +310,6 @@
|
|
|
130
310
|
|
|
131
311
|
<div class='vertical-section'>
|
|
132
312
|
<h3 id='member'>成员变量</h3>
|
|
133
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
134
|
-
<div class="table-container">
|
|
135
|
-
<table class="params table">
|
|
136
|
-
<thead>
|
|
137
|
-
<tr>
|
|
138
|
-
<th>名称</th>
|
|
139
|
-
<th>类型</th>
|
|
140
|
-
<th>描述</th>
|
|
141
|
-
</tr>
|
|
142
|
-
</thead>
|
|
143
|
-
<tbody>
|
|
144
|
-
|
|
145
|
-
<tr class="deep-level-0">
|
|
146
|
-
<td class="name"><code><a href="#BillboardStyle">BillboardStyle</a></code></td>
|
|
147
|
-
<td class="name">
|
|
148
|
-
<code>
|
|
149
|
-
|
|
150
|
-
</code>
|
|
151
|
-
</td>
|
|
152
|
-
<td class="name"><code><p>广告牌样式</p></code></td>
|
|
153
|
-
</tr>
|
|
154
|
-
|
|
155
|
-
<tr class="deep-level-0">
|
|
156
|
-
<td class="name"><code><a href="#BoxStyle">BoxStyle</a></code></td>
|
|
157
|
-
<td class="name">
|
|
158
|
-
<code>
|
|
159
|
-
|
|
160
|
-
</code>
|
|
161
|
-
</td>
|
|
162
|
-
<td class="name"><code><p>盒子图元样式</p></code></td>
|
|
163
|
-
</tr>
|
|
164
|
-
|
|
165
|
-
<tr class="deep-level-0">
|
|
166
|
-
<td class="name"><code><a href="#CircleStyle">CircleStyle</a></code></td>
|
|
167
|
-
<td class="name">
|
|
168
|
-
<code>
|
|
169
|
-
|
|
170
|
-
</code>
|
|
171
|
-
</td>
|
|
172
|
-
<td class="name"><code><p>圆面(圆柱体)图元样式</p></code></td>
|
|
173
|
-
</tr>
|
|
174
|
-
|
|
175
|
-
<tr class="deep-level-0">
|
|
176
|
-
<td class="name"><code><a href="#CorridorStyle">CorridorStyle</a></code></td>
|
|
177
|
-
<td class="name">
|
|
178
|
-
<code>
|
|
179
|
-
|
|
180
|
-
</code>
|
|
181
|
-
</td>
|
|
182
|
-
<td class="name"><code><p>方管图元样式</p></code></td>
|
|
183
|
-
</tr>
|
|
184
|
-
|
|
185
|
-
<tr class="deep-level-0">
|
|
186
|
-
<td class="name"><code><a href="#CylinderStyle">CylinderStyle</a></code></td>
|
|
187
|
-
<td class="name">
|
|
188
|
-
<code>
|
|
189
|
-
|
|
190
|
-
</code>
|
|
191
|
-
</td>
|
|
192
|
-
<td class="name"><code><p>圆台(圆锥)图元样式</p></code></td>
|
|
193
|
-
</tr>
|
|
194
|
-
|
|
195
|
-
<tr class="deep-level-0">
|
|
196
|
-
<td class="name"><code><a href="#DivStyle">DivStyle</a></code></td>
|
|
197
|
-
<td class="name">
|
|
198
|
-
<code>
|
|
199
|
-
|
|
200
|
-
</code>
|
|
201
|
-
</td>
|
|
202
|
-
<td class="name"><code><p>Div图元样式</p></code></td>
|
|
203
|
-
</tr>
|
|
204
|
-
|
|
205
|
-
<tr class="deep-level-0">
|
|
206
|
-
<td class="name"><code><a href="#EditPointStyle">EditPointStyle</a></code></td>
|
|
207
|
-
<td class="name">
|
|
208
|
-
<code>
|
|
209
|
-
|
|
210
|
-
</code>
|
|
211
|
-
</td>
|
|
212
|
-
<td class="name"><code><p>编辑点样式</p></code></td>
|
|
213
|
-
</tr>
|
|
214
|
-
|
|
215
|
-
<tr class="deep-level-0">
|
|
216
|
-
<td class="name"><code><a href="#EllipsoidStyle">EllipsoidStyle</a></code></td>
|
|
217
|
-
<td class="name">
|
|
218
|
-
<code>
|
|
219
|
-
|
|
220
|
-
</code>
|
|
221
|
-
</td>
|
|
222
|
-
<td class="name"><code><p>椭球图元样式</p></code></td>
|
|
223
|
-
</tr>
|
|
224
|
-
|
|
225
|
-
<tr class="deep-level-0">
|
|
226
|
-
<td class="name"><code><a href="#LabelNoteStyle">LabelNoteStyle</a></code></td>
|
|
227
|
-
<td class="name">
|
|
228
|
-
<code>
|
|
229
|
-
|
|
230
|
-
</code>
|
|
231
|
-
</td>
|
|
232
|
-
<td class="name"><code><p>动态注记样式</p></code></td>
|
|
233
|
-
</tr>
|
|
234
|
-
|
|
235
|
-
<tr class="deep-level-0">
|
|
236
|
-
<td class="name"><code><a href="#LabelStyle">LabelStyle</a></code></td>
|
|
237
|
-
<td class="name">
|
|
238
|
-
<code>
|
|
239
|
-
|
|
240
|
-
</code>
|
|
241
|
-
</td>
|
|
242
|
-
<td class="name"><code><p>文本样式</p></code></td>
|
|
243
|
-
</tr>
|
|
244
|
-
|
|
245
|
-
<tr class="deep-level-0">
|
|
246
|
-
<td class="name"><code><a href="#MarkerStyle">MarkerStyle</a></code></td>
|
|
247
|
-
<td class="name">
|
|
248
|
-
<code>
|
|
249
|
-
|
|
250
|
-
</code>
|
|
251
|
-
</td>
|
|
252
|
-
<td class="name"><code><p>Marker样式</p></code></td>
|
|
253
|
-
</tr>
|
|
254
|
-
|
|
255
|
-
<tr class="deep-level-0">
|
|
256
|
-
<td class="name"><code><a href="#ModelStyle">ModelStyle</a></code></td>
|
|
257
|
-
<td class="name">
|
|
258
|
-
<code>
|
|
259
|
-
|
|
260
|
-
</code>
|
|
261
|
-
</td>
|
|
262
|
-
<td class="name"><code><p>模型图元样式</p></code></td>
|
|
263
|
-
</tr>
|
|
264
|
-
|
|
265
|
-
<tr class="deep-level-0">
|
|
266
|
-
<td class="name"><code><a href="#PointStyle">PointStyle</a></code></td>
|
|
267
|
-
<td class="name">
|
|
268
|
-
<code>
|
|
269
|
-
|
|
270
|
-
</code>
|
|
271
|
-
</td>
|
|
272
|
-
<td class="name"><code><p>点样式</p></code></td>
|
|
273
|
-
</tr>
|
|
274
|
-
|
|
275
|
-
<tr class="deep-level-0">
|
|
276
|
-
<td class="name"><code><a href="#PolygonStyle">PolygonStyle</a></code></td>
|
|
277
|
-
<td class="name">
|
|
278
|
-
<code>
|
|
279
|
-
|
|
280
|
-
</code>
|
|
281
|
-
</td>
|
|
282
|
-
<td class="name"><code><p>面图元样式</p></code></td>
|
|
283
|
-
</tr>
|
|
284
|
-
|
|
285
|
-
<tr class="deep-level-0">
|
|
286
|
-
<td class="name"><code><a href="#PolylineStyle">PolylineStyle</a></code></td>
|
|
287
|
-
<td class="name">
|
|
288
|
-
<code>
|
|
289
|
-
|
|
290
|
-
</code>
|
|
291
|
-
</td>
|
|
292
|
-
<td class="name"><code><p>线图元样式</p></code></td>
|
|
293
|
-
</tr>
|
|
294
|
-
|
|
295
|
-
<tr class="deep-level-0">
|
|
296
|
-
<td class="name"><code><a href="#PolylineVolumeStyle">PolylineVolumeStyle</a></code></td>
|
|
297
|
-
<td class="name">
|
|
298
|
-
<code>
|
|
299
|
-
|
|
300
|
-
</code>
|
|
301
|
-
</td>
|
|
302
|
-
<td class="name"><code><p>圆管线图元样式</p></code></td>
|
|
303
|
-
</tr>
|
|
304
|
-
|
|
305
|
-
<tr class="deep-level-0">
|
|
306
|
-
<td class="name"><code><a href="#RectangleStyle">RectangleStyle</a></code></td>
|
|
307
|
-
<td class="name">
|
|
308
|
-
<code>
|
|
309
|
-
|
|
310
|
-
</code>
|
|
311
|
-
</td>
|
|
312
|
-
<td class="name"><code><p>矩形面图元样式</p></code></td>
|
|
313
|
-
</tr>
|
|
314
|
-
|
|
315
|
-
<tr class="deep-level-0">
|
|
316
|
-
<td class="name"><code><a href="#RiverStyle">RiverStyle</a></code></td>
|
|
317
|
-
<td class="name">
|
|
318
|
-
<code>
|
|
319
|
-
|
|
320
|
-
</code>
|
|
321
|
-
</td>
|
|
322
|
-
<td class="name"><code><p>河流样式</p></code></td>
|
|
323
|
-
</tr>
|
|
324
|
-
|
|
325
|
-
<tr class="deep-level-0">
|
|
326
|
-
<td class="name"><code><a href="#SphereStyle">SphereStyle</a></code></td>
|
|
327
|
-
<td class="name">
|
|
328
|
-
<code>
|
|
329
|
-
|
|
330
|
-
</code>
|
|
331
|
-
</td>
|
|
332
|
-
<td class="name"><code><p>圆球图元样式</p></code></td>
|
|
333
|
-
</tr>
|
|
334
|
-
|
|
335
|
-
<tr class="deep-level-0">
|
|
336
|
-
<td class="name"><code><a href="#SquareStyle">SquareStyle</a></code></td>
|
|
337
|
-
<td class="name">
|
|
338
|
-
<code>
|
|
339
|
-
|
|
340
|
-
</code>
|
|
341
|
-
</td>
|
|
342
|
-
<td class="name"><code><p>正方形图元样式</p></code></td>
|
|
343
|
-
</tr>
|
|
344
|
-
|
|
345
|
-
<tr class="deep-level-0">
|
|
346
|
-
<td class="name"><code><a href="#styleType">styleType</a></code></td>
|
|
347
|
-
<td class="name">
|
|
348
|
-
<code>
|
|
349
|
-
|
|
350
|
-
</code>
|
|
351
|
-
</td>
|
|
352
|
-
<td class="name"><code><p>样式类型 与图元类型一致,参见<a class="mapgis-link-name" title="Graphic.graphicType" Graphic.html#.graphicType><code>Graphic.graphicType</code></a></p></code></td>
|
|
353
|
-
</tr>
|
|
354
|
-
|
|
355
|
-
<tr class="deep-level-0">
|
|
356
|
-
<td class="name"><code><a href="#WallStyle">WallStyle</a></code></td>
|
|
357
|
-
<td class="name">
|
|
358
|
-
<code>
|
|
359
|
-
|
|
360
|
-
</code>
|
|
361
|
-
</td>
|
|
362
|
-
<td class="name"><code><p>墙图元样式</p></code></td>
|
|
363
|
-
</tr>
|
|
364
|
-
|
|
365
|
-
</tbody>
|
|
366
|
-
</table>
|
|
367
|
-
</div>
|
|
368
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
369
313
|
<div class="members">
|
|
370
314
|
|
|
371
315
|
<div class="member">
|
|
@@ -430,12 +374,7 @@
|
|
|
430
374
|
<td class="type">
|
|
431
375
|
|
|
432
376
|
|
|
433
|
-
<span class="param-type">
|
|
434
|
-
|
|
435
|
-
String
|
|
436
|
-
|
|
437
|
-
</span>
|
|
438
|
-
|
|
377
|
+
<span class="param-type">String</span>
|
|
439
378
|
|
|
440
379
|
|
|
441
380
|
|
|
@@ -470,12 +409,7 @@
|
|
|
470
409
|
<td class="type">
|
|
471
410
|
|
|
472
411
|
|
|
473
|
-
<span class="param-type">
|
|
474
|
-
|
|
475
|
-
Cesium.Color
|
|
476
|
-
|
|
477
|
-
</span>
|
|
478
|
-
|
|
412
|
+
<span class="param-type">Cesium.Color</span>
|
|
479
413
|
|
|
480
414
|
|
|
481
415
|
|
|
@@ -512,12 +446,7 @@
|
|
|
512
446
|
<td class="type">
|
|
513
447
|
|
|
514
448
|
|
|
515
|
-
<span class="param-type">
|
|
516
|
-
|
|
517
|
-
Number
|
|
518
|
-
|
|
519
|
-
</span>
|
|
520
|
-
|
|
449
|
+
<span class="param-type">Number</span>
|
|
521
450
|
|
|
522
451
|
|
|
523
452
|
|
|
@@ -554,12 +483,7 @@
|
|
|
554
483
|
<td class="type">
|
|
555
484
|
|
|
556
485
|
|
|
557
|
-
<span class="param-type">
|
|
558
|
-
|
|
559
|
-
Cesium.Cartesian3
|
|
560
|
-
|
|
561
|
-
</span>
|
|
562
|
-
|
|
486
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
563
487
|
|
|
564
488
|
|
|
565
489
|
|
|
@@ -596,12 +520,7 @@
|
|
|
596
520
|
<td class="type">
|
|
597
521
|
|
|
598
522
|
|
|
599
|
-
<span class="param-type">
|
|
600
|
-
|
|
601
|
-
Number
|
|
602
|
-
|
|
603
|
-
</span>
|
|
604
|
-
|
|
523
|
+
<span class="param-type">Number</span>
|
|
605
524
|
|
|
606
525
|
|
|
607
526
|
|
|
@@ -636,12 +555,7 @@
|
|
|
636
555
|
<td class="type">
|
|
637
556
|
|
|
638
557
|
|
|
639
|
-
<span class="param-type">
|
|
640
|
-
|
|
641
|
-
Number
|
|
642
|
-
|
|
643
|
-
</span>
|
|
644
|
-
|
|
558
|
+
<span class="param-type">Number</span>
|
|
645
559
|
|
|
646
560
|
|
|
647
561
|
|
|
@@ -676,12 +590,7 @@
|
|
|
676
590
|
<td class="type">
|
|
677
591
|
|
|
678
592
|
|
|
679
|
-
<span class="param-type">
|
|
680
|
-
|
|
681
|
-
Cesium.Color
|
|
682
|
-
|
|
683
|
-
</span>
|
|
684
|
-
|
|
593
|
+
<span class="param-type">Cesium.Color</span>
|
|
685
594
|
|
|
686
595
|
|
|
687
596
|
|
|
@@ -718,12 +627,7 @@
|
|
|
718
627
|
<td class="type">
|
|
719
628
|
|
|
720
629
|
|
|
721
|
-
<span class="param-type">
|
|
722
|
-
|
|
723
|
-
Number
|
|
724
|
-
|
|
725
|
-
</span>
|
|
726
|
-
|
|
630
|
+
<span class="param-type">Number</span>
|
|
727
631
|
|
|
728
632
|
|
|
729
633
|
|
|
@@ -760,12 +664,7 @@
|
|
|
760
664
|
<td class="type">
|
|
761
665
|
|
|
762
666
|
|
|
763
|
-
<span class="param-type">
|
|
764
|
-
|
|
765
|
-
Boolean
|
|
766
|
-
|
|
767
|
-
</span>
|
|
768
|
-
|
|
667
|
+
<span class="param-type">Boolean</span>
|
|
769
668
|
|
|
770
669
|
|
|
771
670
|
|
|
@@ -802,12 +701,7 @@
|
|
|
802
701
|
<td class="type">
|
|
803
702
|
|
|
804
703
|
|
|
805
|
-
<span class="param-type">
|
|
806
|
-
|
|
807
|
-
Cesium.Cartesian2
|
|
808
|
-
|
|
809
|
-
</span>
|
|
810
|
-
|
|
704
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
811
705
|
|
|
812
706
|
|
|
813
707
|
|
|
@@ -844,12 +738,7 @@
|
|
|
844
738
|
<td class="type">
|
|
845
739
|
|
|
846
740
|
|
|
847
|
-
<span class="param-type">
|
|
848
|
-
|
|
849
|
-
Cesium.Cartesian3
|
|
850
|
-
|
|
851
|
-
</span>
|
|
852
|
-
|
|
741
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
853
742
|
|
|
854
743
|
|
|
855
744
|
|
|
@@ -886,12 +775,7 @@
|
|
|
886
775
|
<td class="type">
|
|
887
776
|
|
|
888
777
|
|
|
889
|
-
<span class="param-type">
|
|
890
|
-
|
|
891
|
-
Number
|
|
892
|
-
|
|
893
|
-
</span>
|
|
894
|
-
|
|
778
|
+
<span class="param-type">Number</span>
|
|
895
779
|
|
|
896
780
|
|
|
897
781
|
|
|
@@ -928,12 +812,7 @@
|
|
|
928
812
|
<td class="type">
|
|
929
813
|
|
|
930
814
|
|
|
931
|
-
<span class="param-type">
|
|
932
|
-
|
|
933
|
-
Number
|
|
934
|
-
|
|
935
|
-
</span>
|
|
936
|
-
|
|
815
|
+
<span class="param-type">Number</span>
|
|
937
816
|
|
|
938
817
|
|
|
939
818
|
|
|
@@ -970,12 +849,7 @@
|
|
|
970
849
|
<td class="type">
|
|
971
850
|
|
|
972
851
|
|
|
973
|
-
<span class="param-type">
|
|
974
|
-
|
|
975
|
-
Number
|
|
976
|
-
|
|
977
|
-
</span>
|
|
978
|
-
|
|
852
|
+
<span class="param-type">Number</span>
|
|
979
853
|
|
|
980
854
|
|
|
981
855
|
|
|
@@ -1012,12 +886,7 @@
|
|
|
1012
886
|
<td class="type">
|
|
1013
887
|
|
|
1014
888
|
|
|
1015
|
-
<span class="param-type">
|
|
1016
|
-
|
|
1017
|
-
Cesium.NearFarScalar
|
|
1018
|
-
|
|
1019
|
-
</span>
|
|
1020
|
-
|
|
889
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
1021
890
|
|
|
1022
891
|
|
|
1023
892
|
|
|
@@ -1052,12 +921,7 @@
|
|
|
1052
921
|
<td class="type">
|
|
1053
922
|
|
|
1054
923
|
|
|
1055
|
-
<span class="param-type">
|
|
1056
|
-
|
|
1057
|
-
Cesium.NearFarScalar
|
|
1058
|
-
|
|
1059
|
-
</span>
|
|
1060
|
-
|
|
924
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
1061
925
|
|
|
1062
926
|
|
|
1063
927
|
|
|
@@ -1092,12 +956,7 @@
|
|
|
1092
956
|
<td class="type">
|
|
1093
957
|
|
|
1094
958
|
|
|
1095
|
-
<span class="param-type">
|
|
1096
|
-
|
|
1097
|
-
Cesium.NearFarScalar
|
|
1098
|
-
|
|
1099
|
-
</span>
|
|
1100
|
-
|
|
959
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
1101
960
|
|
|
1102
961
|
|
|
1103
962
|
|
|
@@ -1132,12 +991,7 @@
|
|
|
1132
991
|
<td class="type">
|
|
1133
992
|
|
|
1134
993
|
|
|
1135
|
-
<span class="param-type">
|
|
1136
|
-
|
|
1137
|
-
Number
|
|
1138
|
-
|
|
1139
|
-
</span>
|
|
1140
|
-
|
|
994
|
+
<span class="param-type">Number</span>
|
|
1141
995
|
|
|
1142
996
|
|
|
1143
997
|
|
|
@@ -1174,12 +1028,7 @@
|
|
|
1174
1028
|
<td class="type">
|
|
1175
1029
|
|
|
1176
1030
|
|
|
1177
|
-
<span class="param-type">
|
|
1178
|
-
|
|
1179
|
-
Cesium.DistanceDisplayCondition
|
|
1180
|
-
|
|
1181
|
-
</span>
|
|
1182
|
-
|
|
1031
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
1183
1032
|
|
|
1184
1033
|
|
|
1185
1034
|
|
|
@@ -1214,12 +1063,7 @@
|
|
|
1214
1063
|
<td class="type">
|
|
1215
1064
|
|
|
1216
1065
|
|
|
1217
|
-
<span class="param-type">
|
|
1218
|
-
|
|
1219
|
-
Number
|
|
1220
|
-
|
|
1221
|
-
</span>
|
|
1222
|
-
|
|
1066
|
+
<span class="param-type">Number</span>
|
|
1223
1067
|
|
|
1224
1068
|
|
|
1225
1069
|
|
|
@@ -1254,12 +1098,7 @@
|
|
|
1254
1098
|
<td class="type">
|
|
1255
1099
|
|
|
1256
1100
|
|
|
1257
|
-
<span class="param-type">
|
|
1258
|
-
|
|
1259
|
-
Number
|
|
1260
|
-
|
|
1261
|
-
</span>
|
|
1262
|
-
|
|
1101
|
+
<span class="param-type">Number</span>
|
|
1263
1102
|
|
|
1264
1103
|
|
|
1265
1104
|
|
|
@@ -1395,12 +1234,7 @@
|
|
|
1395
1234
|
<td class="type">
|
|
1396
1235
|
|
|
1397
1236
|
|
|
1398
|
-
<span class="param-type">
|
|
1399
|
-
|
|
1400
|
-
Boolean
|
|
1401
|
-
|
|
1402
|
-
</span>
|
|
1403
|
-
|
|
1237
|
+
<span class="param-type">Boolean</span>
|
|
1404
1238
|
|
|
1405
1239
|
|
|
1406
1240
|
|
|
@@ -1437,19 +1271,10 @@
|
|
|
1437
1271
|
<td class="type">
|
|
1438
1272
|
|
|
1439
1273
|
|
|
1440
|
-
<span class="param-type">
|
|
1441
|
-
|
|
1442
|
-
String
|
|
1443
|
-
|
|
1444
|
-
</span>
|
|
1274
|
+
<span class="param-type">String</span>
|
|
1445
1275
|
|
|
|
1446
1276
|
|
|
1447
|
-
<span class="param-type">
|
|
1448
|
-
|
|
1449
|
-
Cesium.Color
|
|
1450
|
-
|
|
1451
|
-
</span>
|
|
1452
|
-
|
|
1277
|
+
<span class="param-type">Cesium.Color</span>
|
|
1453
1278
|
|
|
1454
1279
|
|
|
1455
1280
|
|
|
@@ -1486,12 +1311,7 @@
|
|
|
1486
1311
|
<td class="type">
|
|
1487
1312
|
|
|
1488
1313
|
|
|
1489
|
-
<span class="param-type">
|
|
1490
|
-
|
|
1491
|
-
Number
|
|
1492
|
-
|
|
1493
|
-
</span>
|
|
1494
|
-
|
|
1314
|
+
<span class="param-type">Number</span>
|
|
1495
1315
|
|
|
1496
1316
|
|
|
1497
1317
|
|
|
@@ -1526,12 +1346,7 @@
|
|
|
1526
1346
|
<td class="type">
|
|
1527
1347
|
|
|
1528
1348
|
|
|
1529
|
-
<span class="param-type">
|
|
1530
|
-
|
|
1531
|
-
Number
|
|
1532
|
-
|
|
1533
|
-
</span>
|
|
1534
|
-
|
|
1349
|
+
<span class="param-type">Number</span>
|
|
1535
1350
|
|
|
1536
1351
|
|
|
1537
1352
|
|
|
@@ -1568,12 +1383,7 @@
|
|
|
1568
1383
|
<td class="type">
|
|
1569
1384
|
|
|
1570
1385
|
|
|
1571
|
-
<span class="param-type">
|
|
1572
|
-
|
|
1573
|
-
Number
|
|
1574
|
-
|
|
1575
|
-
</span>
|
|
1576
|
-
|
|
1386
|
+
<span class="param-type">Number</span>
|
|
1577
1387
|
|
|
1578
1388
|
|
|
1579
1389
|
|
|
@@ -1610,12 +1420,7 @@
|
|
|
1610
1420
|
<td class="type">
|
|
1611
1421
|
|
|
1612
1422
|
|
|
1613
|
-
<span class="param-type">
|
|
1614
|
-
|
|
1615
|
-
String
|
|
1616
|
-
|
|
1617
|
-
</span>
|
|
1618
|
-
|
|
1423
|
+
<span class="param-type">String</span>
|
|
1619
1424
|
|
|
1620
1425
|
|
|
1621
1426
|
|
|
@@ -1652,12 +1457,7 @@
|
|
|
1652
1457
|
<td class="type">
|
|
1653
1458
|
|
|
1654
1459
|
|
|
1655
|
-
<span class="param-type">
|
|
1656
|
-
|
|
1657
|
-
Boolean
|
|
1658
|
-
|
|
1659
|
-
</span>
|
|
1660
|
-
|
|
1460
|
+
<span class="param-type">Boolean</span>
|
|
1661
1461
|
|
|
1662
1462
|
|
|
1663
1463
|
|
|
@@ -1694,12 +1494,7 @@
|
|
|
1694
1494
|
<td class="type">
|
|
1695
1495
|
|
|
1696
1496
|
|
|
1697
|
-
<span class="param-type">
|
|
1698
|
-
|
|
1699
|
-
Material
|
|
1700
|
-
|
|
1701
|
-
</span>
|
|
1702
|
-
|
|
1497
|
+
<span class="param-type">Material</span>
|
|
1703
1498
|
|
|
1704
1499
|
|
|
1705
1500
|
|
|
@@ -1734,12 +1529,7 @@
|
|
|
1734
1529
|
<td class="type">
|
|
1735
1530
|
|
|
1736
1531
|
|
|
1737
|
-
<span class="param-type">
|
|
1738
|
-
|
|
1739
|
-
Boolean
|
|
1740
|
-
|
|
1741
|
-
</span>
|
|
1742
|
-
|
|
1532
|
+
<span class="param-type">Boolean</span>
|
|
1743
1533
|
|
|
1744
1534
|
|
|
1745
1535
|
|
|
@@ -1875,12 +1665,7 @@
|
|
|
1875
1665
|
<td class="type">
|
|
1876
1666
|
|
|
1877
1667
|
|
|
1878
|
-
<span class="param-type">
|
|
1879
|
-
|
|
1880
|
-
Number
|
|
1881
|
-
|
|
1882
|
-
</span>
|
|
1883
|
-
|
|
1668
|
+
<span class="param-type">Number</span>
|
|
1884
1669
|
|
|
1885
1670
|
|
|
1886
1671
|
|
|
@@ -1915,12 +1700,7 @@
|
|
|
1915
1700
|
<td class="type">
|
|
1916
1701
|
|
|
1917
1702
|
|
|
1918
|
-
<span class="param-type">
|
|
1919
|
-
|
|
1920
|
-
Number
|
|
1921
|
-
|
|
1922
|
-
</span>
|
|
1923
|
-
|
|
1703
|
+
<span class="param-type">Number</span>
|
|
1924
1704
|
|
|
1925
1705
|
|
|
1926
1706
|
|
|
@@ -1955,12 +1735,7 @@
|
|
|
1955
1735
|
<td class="type">
|
|
1956
1736
|
|
|
1957
1737
|
|
|
1958
|
-
<span class="param-type">
|
|
1959
|
-
|
|
1960
|
-
Number
|
|
1961
|
-
|
|
1962
|
-
</span>
|
|
1963
|
-
|
|
1738
|
+
<span class="param-type">Number</span>
|
|
1964
1739
|
|
|
1965
1740
|
|
|
1966
1741
|
|
|
@@ -1997,12 +1772,7 @@
|
|
|
1997
1772
|
<td class="type">
|
|
1998
1773
|
|
|
1999
1774
|
|
|
2000
|
-
<span class="param-type">
|
|
2001
|
-
|
|
2002
|
-
Number
|
|
2003
|
-
|
|
2004
|
-
</span>
|
|
2005
|
-
|
|
1775
|
+
<span class="param-type">Number</span>
|
|
2006
1776
|
|
|
2007
1777
|
|
|
2008
1778
|
|
|
@@ -2039,19 +1809,10 @@
|
|
|
2039
1809
|
<td class="type">
|
|
2040
1810
|
|
|
2041
1811
|
|
|
2042
|
-
<span class="param-type">
|
|
2043
|
-
|
|
2044
|
-
String
|
|
2045
|
-
|
|
2046
|
-
</span>
|
|
1812
|
+
<span class="param-type">String</span>
|
|
2047
1813
|
|
|
|
2048
1814
|
|
|
2049
|
-
<span class="param-type">
|
|
2050
|
-
|
|
2051
|
-
Cesium.Color
|
|
2052
|
-
|
|
2053
|
-
</span>
|
|
2054
|
-
|
|
1815
|
+
<span class="param-type">Cesium.Color</span>
|
|
2055
1816
|
|
|
2056
1817
|
|
|
2057
1818
|
|
|
@@ -2088,12 +1849,7 @@
|
|
|
2088
1849
|
<td class="type">
|
|
2089
1850
|
|
|
2090
1851
|
|
|
2091
|
-
<span class="param-type">
|
|
2092
|
-
|
|
2093
|
-
Boolean
|
|
2094
|
-
|
|
2095
|
-
</span>
|
|
2096
|
-
|
|
1852
|
+
<span class="param-type">Boolean</span>
|
|
2097
1853
|
|
|
2098
1854
|
|
|
2099
1855
|
|
|
@@ -2130,12 +1886,7 @@
|
|
|
2130
1886
|
<td class="type">
|
|
2131
1887
|
|
|
2132
1888
|
|
|
2133
|
-
<span class="param-type">
|
|
2134
|
-
|
|
2135
|
-
String
|
|
2136
|
-
|
|
2137
|
-
</span>
|
|
2138
|
-
|
|
1889
|
+
<span class="param-type">String</span>
|
|
2139
1890
|
|
|
2140
1891
|
|
|
2141
1892
|
|
|
@@ -2172,12 +1923,7 @@
|
|
|
2172
1923
|
<td class="type">
|
|
2173
1924
|
|
|
2174
1925
|
|
|
2175
|
-
<span class="param-type">
|
|
2176
|
-
|
|
2177
|
-
Material
|
|
2178
|
-
|
|
2179
|
-
</span>
|
|
2180
|
-
|
|
1926
|
+
<span class="param-type">Material</span>
|
|
2181
1927
|
|
|
2182
1928
|
|
|
2183
1929
|
|
|
@@ -2212,12 +1958,7 @@
|
|
|
2212
1958
|
<td class="type">
|
|
2213
1959
|
|
|
2214
1960
|
|
|
2215
|
-
<span class="param-type">
|
|
2216
|
-
|
|
2217
|
-
Boolean
|
|
2218
|
-
|
|
2219
|
-
</span>
|
|
2220
|
-
|
|
1961
|
+
<span class="param-type">Boolean</span>
|
|
2221
1962
|
|
|
2222
1963
|
|
|
2223
1964
|
|
|
@@ -2254,12 +1995,7 @@
|
|
|
2254
1995
|
<td class="type">
|
|
2255
1996
|
|
|
2256
1997
|
|
|
2257
|
-
<span class="param-type">
|
|
2258
|
-
|
|
2259
|
-
Number
|
|
2260
|
-
|
|
2261
|
-
</span>
|
|
2262
|
-
|
|
1998
|
+
<span class="param-type">Number</span>
|
|
2263
1999
|
|
|
2264
2000
|
|
|
2265
2001
|
|
|
@@ -2393,19 +2129,10 @@
|
|
|
2393
2129
|
<td class="type">
|
|
2394
2130
|
|
|
2395
2131
|
|
|
2396
|
-
<span class="param-type">
|
|
2397
|
-
|
|
2398
|
-
String
|
|
2399
|
-
|
|
2400
|
-
</span>
|
|
2132
|
+
<span class="param-type">String</span>
|
|
2401
2133
|
|
|
|
2402
2134
|
|
|
2403
|
-
<span class="param-type">
|
|
2404
|
-
|
|
2405
|
-
Cesium.Color
|
|
2406
|
-
|
|
2407
|
-
</span>
|
|
2408
|
-
|
|
2135
|
+
<span class="param-type">Cesium.Color</span>
|
|
2409
2136
|
|
|
2410
2137
|
|
|
2411
2138
|
|
|
@@ -2442,12 +2169,7 @@
|
|
|
2442
2169
|
<td class="type">
|
|
2443
2170
|
|
|
2444
2171
|
|
|
2445
|
-
<span class="param-type">
|
|
2446
|
-
|
|
2447
|
-
Number
|
|
2448
|
-
|
|
2449
|
-
</span>
|
|
2450
|
-
|
|
2172
|
+
<span class="param-type">Number</span>
|
|
2451
2173
|
|
|
2452
2174
|
|
|
2453
2175
|
|
|
@@ -2484,12 +2206,7 @@
|
|
|
2484
2206
|
<td class="type">
|
|
2485
2207
|
|
|
2486
2208
|
|
|
2487
|
-
<span class="param-type">
|
|
2488
|
-
|
|
2489
|
-
Number
|
|
2490
|
-
|
|
2491
|
-
</span>
|
|
2492
|
-
|
|
2209
|
+
<span class="param-type">Number</span>
|
|
2493
2210
|
|
|
2494
2211
|
|
|
2495
2212
|
|
|
@@ -2526,12 +2243,7 @@
|
|
|
2526
2243
|
<td class="type">
|
|
2527
2244
|
|
|
2528
2245
|
|
|
2529
|
-
<span class="param-type">
|
|
2530
|
-
|
|
2531
|
-
Number
|
|
2532
|
-
|
|
2533
|
-
</span>
|
|
2534
|
-
|
|
2246
|
+
<span class="param-type">Number</span>
|
|
2535
2247
|
|
|
2536
2248
|
|
|
2537
2249
|
|
|
@@ -2566,12 +2278,7 @@
|
|
|
2566
2278
|
<td class="type">
|
|
2567
2279
|
|
|
2568
2280
|
|
|
2569
|
-
<span class="param-type">
|
|
2570
|
-
|
|
2571
|
-
Boolean
|
|
2572
|
-
|
|
2573
|
-
</span>
|
|
2574
|
-
|
|
2281
|
+
<span class="param-type">Boolean</span>
|
|
2575
2282
|
|
|
2576
2283
|
|
|
2577
2284
|
|
|
@@ -2608,12 +2315,7 @@
|
|
|
2608
2315
|
<td class="type">
|
|
2609
2316
|
|
|
2610
2317
|
|
|
2611
|
-
<span class="param-type">
|
|
2612
|
-
|
|
2613
|
-
String
|
|
2614
|
-
|
|
2615
|
-
</span>
|
|
2616
|
-
|
|
2318
|
+
<span class="param-type">String</span>
|
|
2617
2319
|
|
|
2618
2320
|
|
|
2619
2321
|
|
|
@@ -2650,12 +2352,7 @@
|
|
|
2650
2352
|
<td class="type">
|
|
2651
2353
|
|
|
2652
2354
|
|
|
2653
|
-
<span class="param-type">
|
|
2654
|
-
|
|
2655
|
-
Material
|
|
2656
|
-
|
|
2657
|
-
</span>
|
|
2658
|
-
|
|
2355
|
+
<span class="param-type">Material</span>
|
|
2659
2356
|
|
|
2660
2357
|
|
|
2661
2358
|
|
|
@@ -2690,12 +2387,7 @@
|
|
|
2690
2387
|
<td class="type">
|
|
2691
2388
|
|
|
2692
2389
|
|
|
2693
|
-
<span class="param-type">
|
|
2694
|
-
|
|
2695
|
-
Boolean
|
|
2696
|
-
|
|
2697
|
-
</span>
|
|
2698
|
-
|
|
2390
|
+
<span class="param-type">Boolean</span>
|
|
2699
2391
|
|
|
2700
2392
|
|
|
2701
2393
|
|
|
@@ -2831,12 +2523,7 @@
|
|
|
2831
2523
|
<td class="type">
|
|
2832
2524
|
|
|
2833
2525
|
|
|
2834
|
-
<span class="param-type">
|
|
2835
|
-
|
|
2836
|
-
Number
|
|
2837
|
-
|
|
2838
|
-
</span>
|
|
2839
|
-
|
|
2526
|
+
<span class="param-type">Number</span>
|
|
2840
2527
|
|
|
2841
2528
|
|
|
2842
2529
|
|
|
@@ -2873,12 +2560,7 @@
|
|
|
2873
2560
|
<td class="type">
|
|
2874
2561
|
|
|
2875
2562
|
|
|
2876
|
-
<span class="param-type">
|
|
2877
|
-
|
|
2878
|
-
Number
|
|
2879
|
-
|
|
2880
|
-
</span>
|
|
2881
|
-
|
|
2563
|
+
<span class="param-type">Number</span>
|
|
2882
2564
|
|
|
2883
2565
|
|
|
2884
2566
|
|
|
@@ -2915,12 +2597,7 @@
|
|
|
2915
2597
|
<td class="type">
|
|
2916
2598
|
|
|
2917
2599
|
|
|
2918
|
-
<span class="param-type">
|
|
2919
|
-
|
|
2920
|
-
Number
|
|
2921
|
-
|
|
2922
|
-
</span>
|
|
2923
|
-
|
|
2600
|
+
<span class="param-type">Number</span>
|
|
2924
2601
|
|
|
2925
2602
|
|
|
2926
2603
|
|
|
@@ -2957,12 +2634,7 @@
|
|
|
2957
2634
|
<td class="type">
|
|
2958
2635
|
|
|
2959
2636
|
|
|
2960
|
-
<span class="param-type">
|
|
2961
|
-
|
|
2962
|
-
Number
|
|
2963
|
-
|
|
2964
|
-
</span>
|
|
2965
|
-
|
|
2637
|
+
<span class="param-type">Number</span>
|
|
2966
2638
|
|
|
2967
2639
|
|
|
2968
2640
|
|
|
@@ -2999,19 +2671,10 @@
|
|
|
2999
2671
|
<td class="type">
|
|
3000
2672
|
|
|
3001
2673
|
|
|
3002
|
-
<span class="param-type">
|
|
3003
|
-
|
|
3004
|
-
String
|
|
3005
|
-
|
|
3006
|
-
</span>
|
|
2674
|
+
<span class="param-type">String</span>
|
|
3007
2675
|
|
|
|
3008
2676
|
|
|
3009
|
-
<span class="param-type">
|
|
3010
|
-
|
|
3011
|
-
Cesium.Color
|
|
3012
|
-
|
|
3013
|
-
</span>
|
|
3014
|
-
|
|
2677
|
+
<span class="param-type">Cesium.Color</span>
|
|
3015
2678
|
|
|
3016
2679
|
|
|
3017
2680
|
|
|
@@ -3048,12 +2711,7 @@
|
|
|
3048
2711
|
<td class="type">
|
|
3049
2712
|
|
|
3050
2713
|
|
|
3051
|
-
<span class="param-type">
|
|
3052
|
-
|
|
3053
|
-
Boolean
|
|
3054
|
-
|
|
3055
|
-
</span>
|
|
3056
|
-
|
|
2714
|
+
<span class="param-type">Boolean</span>
|
|
3057
2715
|
|
|
3058
2716
|
|
|
3059
2717
|
|
|
@@ -3090,12 +2748,7 @@
|
|
|
3090
2748
|
<td class="type">
|
|
3091
2749
|
|
|
3092
2750
|
|
|
3093
|
-
<span class="param-type">
|
|
3094
|
-
|
|
3095
|
-
String
|
|
3096
|
-
|
|
3097
|
-
</span>
|
|
3098
|
-
|
|
2751
|
+
<span class="param-type">String</span>
|
|
3099
2752
|
|
|
3100
2753
|
|
|
3101
2754
|
|
|
@@ -3132,12 +2785,7 @@
|
|
|
3132
2785
|
<td class="type">
|
|
3133
2786
|
|
|
3134
2787
|
|
|
3135
|
-
<span class="param-type">
|
|
3136
|
-
|
|
3137
|
-
Material
|
|
3138
|
-
|
|
3139
|
-
</span>
|
|
3140
|
-
|
|
2788
|
+
<span class="param-type">Material</span>
|
|
3141
2789
|
|
|
3142
2790
|
|
|
3143
2791
|
|
|
@@ -3172,12 +2820,7 @@
|
|
|
3172
2820
|
<td class="type">
|
|
3173
2821
|
|
|
3174
2822
|
|
|
3175
|
-
<span class="param-type">
|
|
3176
|
-
|
|
3177
|
-
Boolean
|
|
3178
|
-
|
|
3179
|
-
</span>
|
|
3180
|
-
|
|
2823
|
+
<span class="param-type">Boolean</span>
|
|
3181
2824
|
|
|
3182
2825
|
|
|
3183
2826
|
|
|
@@ -3214,12 +2857,7 @@
|
|
|
3214
2857
|
<td class="type">
|
|
3215
2858
|
|
|
3216
2859
|
|
|
3217
|
-
<span class="param-type">
|
|
3218
|
-
|
|
3219
|
-
Number
|
|
3220
|
-
|
|
3221
|
-
</span>
|
|
3222
|
-
|
|
2860
|
+
<span class="param-type">Number</span>
|
|
3223
2861
|
|
|
3224
2862
|
|
|
3225
2863
|
|
|
@@ -3355,19 +2993,10 @@
|
|
|
3355
2993
|
<td class="type">
|
|
3356
2994
|
|
|
3357
2995
|
|
|
3358
|
-
<span class="param-type">
|
|
3359
|
-
|
|
3360
|
-
String
|
|
3361
|
-
|
|
3362
|
-
</span>
|
|
2996
|
+
<span class="param-type">String</span>
|
|
3363
2997
|
|
|
|
3364
2998
|
|
|
3365
|
-
<span class="param-type">
|
|
3366
|
-
|
|
3367
|
-
Object
|
|
3368
|
-
|
|
3369
|
-
</span>
|
|
3370
|
-
|
|
2999
|
+
<span class="param-type">Object</span>
|
|
3371
3000
|
|
|
3372
3001
|
|
|
3373
3002
|
|
|
@@ -3404,12 +3033,7 @@
|
|
|
3404
3033
|
<td class="type">
|
|
3405
3034
|
|
|
3406
3035
|
|
|
3407
|
-
<span class="param-type">
|
|
3408
|
-
|
|
3409
|
-
Cesium.Cartesian2
|
|
3410
|
-
|
|
3411
|
-
</span>
|
|
3412
|
-
|
|
3036
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
3413
3037
|
|
|
3414
3038
|
|
|
3415
3039
|
|
|
@@ -3446,12 +3070,7 @@
|
|
|
3446
3070
|
<td class="type">
|
|
3447
3071
|
|
|
3448
3072
|
|
|
3449
|
-
<span class="param-type">
|
|
3450
|
-
|
|
3451
|
-
Number
|
|
3452
|
-
|
|
3453
|
-
</span>
|
|
3454
|
-
|
|
3073
|
+
<span class="param-type">Number</span>
|
|
3455
3074
|
|
|
3456
3075
|
|
|
3457
3076
|
|
|
@@ -3488,12 +3107,7 @@
|
|
|
3488
3107
|
<td class="type">
|
|
3489
3108
|
|
|
3490
3109
|
|
|
3491
|
-
<span class="param-type">
|
|
3492
|
-
|
|
3493
|
-
Cesium.DistanceDisplayCondition
|
|
3494
|
-
|
|
3495
|
-
</span>
|
|
3496
|
-
|
|
3110
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
3497
3111
|
|
|
3498
3112
|
|
|
3499
3113
|
|
|
@@ -3530,12 +3144,7 @@
|
|
|
3530
3144
|
<td class="type">
|
|
3531
3145
|
|
|
3532
3146
|
|
|
3533
|
-
<span class="param-type">
|
|
3534
|
-
|
|
3535
|
-
Cesium.NearFarScalar
|
|
3536
|
-
|
|
3537
|
-
</span>
|
|
3538
|
-
|
|
3147
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
3539
3148
|
|
|
3540
3149
|
|
|
3541
3150
|
|
|
@@ -3572,12 +3181,7 @@
|
|
|
3572
3181
|
<td class="type">
|
|
3573
3182
|
|
|
3574
3183
|
|
|
3575
|
-
<span class="param-type">
|
|
3576
|
-
|
|
3577
|
-
Cesium.NearFarScalar
|
|
3578
|
-
|
|
3579
|
-
</span>
|
|
3580
|
-
|
|
3184
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
3581
3185
|
|
|
3582
3186
|
|
|
3583
3187
|
|
|
@@ -3713,12 +3317,7 @@
|
|
|
3713
3317
|
<td class="type">
|
|
3714
3318
|
|
|
3715
3319
|
|
|
3716
|
-
<span class="param-type">
|
|
3717
|
-
|
|
3718
|
-
Cesium.Color
|
|
3719
|
-
|
|
3720
|
-
</span>
|
|
3721
|
-
|
|
3320
|
+
<span class="param-type">Cesium.Color</span>
|
|
3722
3321
|
|
|
3723
3322
|
|
|
3724
3323
|
|
|
@@ -3755,12 +3354,7 @@
|
|
|
3755
3354
|
<td class="type">
|
|
3756
3355
|
|
|
3757
3356
|
|
|
3758
|
-
<span class="param-type">
|
|
3759
|
-
|
|
3760
|
-
Cesium.Color
|
|
3761
|
-
|
|
3762
|
-
</span>
|
|
3763
|
-
|
|
3357
|
+
<span class="param-type">Cesium.Color</span>
|
|
3764
3358
|
|
|
3765
3359
|
|
|
3766
3360
|
|
|
@@ -3797,12 +3391,7 @@
|
|
|
3797
3391
|
<td class="type">
|
|
3798
3392
|
|
|
3799
3393
|
|
|
3800
|
-
<span class="param-type">
|
|
3801
|
-
|
|
3802
|
-
Cesium.Color
|
|
3803
|
-
|
|
3804
|
-
</span>
|
|
3805
|
-
|
|
3394
|
+
<span class="param-type">Cesium.Color</span>
|
|
3806
3395
|
|
|
3807
3396
|
|
|
3808
3397
|
|
|
@@ -3839,12 +3428,7 @@
|
|
|
3839
3428
|
<td class="type">
|
|
3840
3429
|
|
|
3841
3430
|
|
|
3842
|
-
<span class="param-type">
|
|
3843
|
-
|
|
3844
|
-
Number
|
|
3845
|
-
|
|
3846
|
-
</span>
|
|
3847
|
-
|
|
3431
|
+
<span class="param-type">Number</span>
|
|
3848
3432
|
|
|
3849
3433
|
|
|
3850
3434
|
|
|
@@ -3881,12 +3465,7 @@
|
|
|
3881
3465
|
<td class="type">
|
|
3882
3466
|
|
|
3883
3467
|
|
|
3884
|
-
<span class="param-type">
|
|
3885
|
-
|
|
3886
|
-
Cesium.Color
|
|
3887
|
-
|
|
3888
|
-
</span>
|
|
3889
|
-
|
|
3468
|
+
<span class="param-type">Cesium.Color</span>
|
|
3890
3469
|
|
|
3891
3470
|
|
|
3892
3471
|
|
|
@@ -3923,12 +3502,7 @@
|
|
|
3923
3502
|
<td class="type">
|
|
3924
3503
|
|
|
3925
3504
|
|
|
3926
|
-
<span class="param-type">
|
|
3927
|
-
|
|
3928
|
-
Cesium.Color
|
|
3929
|
-
|
|
3930
|
-
</span>
|
|
3931
|
-
|
|
3505
|
+
<span class="param-type">Cesium.Color</span>
|
|
3932
3506
|
|
|
3933
3507
|
|
|
3934
3508
|
|
|
@@ -4064,12 +3638,7 @@
|
|
|
4064
3638
|
<td class="type">
|
|
4065
3639
|
|
|
4066
3640
|
|
|
4067
|
-
<span class="param-type">
|
|
4068
|
-
|
|
4069
|
-
Number
|
|
4070
|
-
|
|
4071
|
-
</span>
|
|
4072
|
-
|
|
3641
|
+
<span class="param-type">Number</span>
|
|
4073
3642
|
|
|
4074
3643
|
|
|
4075
3644
|
|
|
@@ -4104,12 +3673,7 @@
|
|
|
4104
3673
|
<td class="type">
|
|
4105
3674
|
|
|
4106
3675
|
|
|
4107
|
-
<span class="param-type">
|
|
4108
|
-
|
|
4109
|
-
Number
|
|
4110
|
-
|
|
4111
|
-
</span>
|
|
4112
|
-
|
|
3676
|
+
<span class="param-type">Number</span>
|
|
4113
3677
|
|
|
4114
3678
|
|
|
4115
3679
|
|
|
@@ -4144,12 +3708,7 @@
|
|
|
4144
3708
|
<td class="type">
|
|
4145
3709
|
|
|
4146
3710
|
|
|
4147
|
-
<span class="param-type">
|
|
4148
|
-
|
|
4149
|
-
Number
|
|
4150
|
-
|
|
4151
|
-
</span>
|
|
4152
|
-
|
|
3711
|
+
<span class="param-type">Number</span>
|
|
4153
3712
|
|
|
4154
3713
|
|
|
4155
3714
|
|
|
@@ -4184,12 +3743,7 @@
|
|
|
4184
3743
|
<td class="type">
|
|
4185
3744
|
|
|
4186
3745
|
|
|
4187
|
-
<span class="param-type">
|
|
4188
|
-
|
|
4189
|
-
Number
|
|
4190
|
-
|
|
4191
|
-
</span>
|
|
4192
|
-
|
|
3746
|
+
<span class="param-type">Number</span>
|
|
4193
3747
|
|
|
4194
3748
|
|
|
4195
3749
|
|
|
@@ -4224,12 +3778,7 @@
|
|
|
4224
3778
|
<td class="type">
|
|
4225
3779
|
|
|
4226
3780
|
|
|
4227
|
-
<span class="param-type">
|
|
4228
|
-
|
|
4229
|
-
Number
|
|
4230
|
-
|
|
4231
|
-
</span>
|
|
4232
|
-
|
|
3781
|
+
<span class="param-type">Number</span>
|
|
4233
3782
|
|
|
4234
3783
|
|
|
4235
3784
|
|
|
@@ -4264,12 +3813,7 @@
|
|
|
4264
3813
|
<td class="type">
|
|
4265
3814
|
|
|
4266
3815
|
|
|
4267
|
-
<span class="param-type">
|
|
4268
|
-
|
|
4269
|
-
Number
|
|
4270
|
-
|
|
4271
|
-
</span>
|
|
4272
|
-
|
|
3816
|
+
<span class="param-type">Number</span>
|
|
4273
3817
|
|
|
4274
3818
|
|
|
4275
3819
|
|
|
@@ -4304,12 +3848,7 @@
|
|
|
4304
3848
|
<td class="type">
|
|
4305
3849
|
|
|
4306
3850
|
|
|
4307
|
-
<span class="param-type">
|
|
4308
|
-
|
|
4309
|
-
Number
|
|
4310
|
-
|
|
4311
|
-
</span>
|
|
4312
|
-
|
|
3851
|
+
<span class="param-type">Number</span>
|
|
4313
3852
|
|
|
4314
3853
|
|
|
4315
3854
|
|
|
@@ -4346,19 +3885,10 @@
|
|
|
4346
3885
|
<td class="type">
|
|
4347
3886
|
|
|
4348
3887
|
|
|
4349
|
-
<span class="param-type">
|
|
4350
|
-
|
|
4351
|
-
String
|
|
4352
|
-
|
|
4353
|
-
</span>
|
|
3888
|
+
<span class="param-type">String</span>
|
|
4354
3889
|
|
|
|
4355
3890
|
|
|
4356
|
-
<span class="param-type">
|
|
4357
|
-
|
|
4358
|
-
Cesium.Color
|
|
4359
|
-
|
|
4360
|
-
</span>
|
|
4361
|
-
|
|
3891
|
+
<span class="param-type">Cesium.Color</span>
|
|
4362
3892
|
|
|
4363
3893
|
|
|
4364
3894
|
|
|
@@ -4395,12 +3925,7 @@
|
|
|
4395
3925
|
<td class="type">
|
|
4396
3926
|
|
|
4397
3927
|
|
|
4398
|
-
<span class="param-type">
|
|
4399
|
-
|
|
4400
|
-
Boolean
|
|
4401
|
-
|
|
4402
|
-
</span>
|
|
4403
|
-
|
|
3928
|
+
<span class="param-type">Boolean</span>
|
|
4404
3929
|
|
|
4405
3930
|
|
|
4406
3931
|
|
|
@@ -4437,12 +3962,7 @@
|
|
|
4437
3962
|
<td class="type">
|
|
4438
3963
|
|
|
4439
3964
|
|
|
4440
|
-
<span class="param-type">
|
|
4441
|
-
|
|
4442
|
-
String
|
|
4443
|
-
|
|
4444
|
-
</span>
|
|
4445
|
-
|
|
3965
|
+
<span class="param-type">String</span>
|
|
4446
3966
|
|
|
4447
3967
|
|
|
4448
3968
|
|
|
@@ -4479,12 +3999,7 @@
|
|
|
4479
3999
|
<td class="type">
|
|
4480
4000
|
|
|
4481
4001
|
|
|
4482
|
-
<span class="param-type">
|
|
4483
|
-
|
|
4484
|
-
Material
|
|
4485
|
-
|
|
4486
|
-
</span>
|
|
4487
|
-
|
|
4002
|
+
<span class="param-type">Material</span>
|
|
4488
4003
|
|
|
4489
4004
|
|
|
4490
4005
|
|
|
@@ -4519,12 +4034,7 @@
|
|
|
4519
4034
|
<td class="type">
|
|
4520
4035
|
|
|
4521
4036
|
|
|
4522
|
-
<span class="param-type">
|
|
4523
|
-
|
|
4524
|
-
Boolean
|
|
4525
|
-
|
|
4526
|
-
</span>
|
|
4527
|
-
|
|
4037
|
+
<span class="param-type">Boolean</span>
|
|
4528
4038
|
|
|
4529
4039
|
|
|
4530
4040
|
|
|
@@ -4658,12 +4168,7 @@
|
|
|
4658
4168
|
<td class="type">
|
|
4659
4169
|
|
|
4660
4170
|
|
|
4661
|
-
<span class="param-type">
|
|
4662
|
-
|
|
4663
|
-
Object
|
|
4664
|
-
|
|
4665
|
-
</span>
|
|
4666
|
-
|
|
4171
|
+
<span class="param-type">Object</span>
|
|
4667
4172
|
|
|
4668
4173
|
|
|
4669
4174
|
|
|
@@ -4694,12 +4199,7 @@
|
|
|
4694
4199
|
<td class="type">
|
|
4695
4200
|
|
|
4696
4201
|
|
|
4697
|
-
<span class="param-type">
|
|
4698
|
-
|
|
4699
|
-
String
|
|
4700
|
-
|
|
4701
|
-
</span>
|
|
4702
|
-
|
|
4202
|
+
<span class="param-type">String</span>
|
|
4703
4203
|
|
|
4704
4204
|
|
|
4705
4205
|
|
|
@@ -4730,12 +4230,7 @@
|
|
|
4730
4230
|
<td class="type">
|
|
4731
4231
|
|
|
4732
4232
|
|
|
4733
|
-
<span class="param-type">
|
|
4734
|
-
|
|
4735
|
-
Number
|
|
4736
|
-
|
|
4737
|
-
</span>
|
|
4738
|
-
|
|
4233
|
+
<span class="param-type">Number</span>
|
|
4739
4234
|
|
|
4740
4235
|
|
|
4741
4236
|
|
|
@@ -4766,12 +4261,7 @@
|
|
|
4766
4261
|
<td class="type">
|
|
4767
4262
|
|
|
4768
4263
|
|
|
4769
|
-
<span class="param-type">
|
|
4770
|
-
|
|
4771
|
-
Number
|
|
4772
|
-
|
|
4773
|
-
</span>
|
|
4774
|
-
|
|
4264
|
+
<span class="param-type">Number</span>
|
|
4775
4265
|
|
|
4776
4266
|
|
|
4777
4267
|
|
|
@@ -4802,12 +4292,7 @@
|
|
|
4802
4292
|
<td class="type">
|
|
4803
4293
|
|
|
4804
4294
|
|
|
4805
|
-
<span class="param-type">
|
|
4806
|
-
|
|
4807
|
-
Number
|
|
4808
|
-
|
|
4809
|
-
</span>
|
|
4810
|
-
|
|
4295
|
+
<span class="param-type">Number</span>
|
|
4811
4296
|
|
|
4812
4297
|
|
|
4813
4298
|
|
|
@@ -4838,12 +4323,7 @@
|
|
|
4838
4323
|
<td class="type">
|
|
4839
4324
|
|
|
4840
4325
|
|
|
4841
|
-
<span class="param-type">
|
|
4842
|
-
|
|
4843
|
-
Number
|
|
4844
|
-
|
|
4845
|
-
</span>
|
|
4846
|
-
|
|
4326
|
+
<span class="param-type">Number</span>
|
|
4847
4327
|
|
|
4848
4328
|
|
|
4849
4329
|
|
|
@@ -4874,12 +4354,7 @@
|
|
|
4874
4354
|
<td class="type">
|
|
4875
4355
|
|
|
4876
4356
|
|
|
4877
|
-
<span class="param-type">
|
|
4878
|
-
|
|
4879
|
-
String
|
|
4880
|
-
|
|
4881
|
-
</span>
|
|
4882
|
-
|
|
4357
|
+
<span class="param-type">String</span>
|
|
4883
4358
|
|
|
4884
4359
|
|
|
4885
4360
|
|
|
@@ -4910,12 +4385,7 @@
|
|
|
4910
4385
|
<td class="type">
|
|
4911
4386
|
|
|
4912
4387
|
|
|
4913
|
-
<span class="param-type">
|
|
4914
|
-
|
|
4915
|
-
String
|
|
4916
|
-
|
|
4917
|
-
</span>
|
|
4918
|
-
|
|
4388
|
+
<span class="param-type">String</span>
|
|
4919
4389
|
|
|
4920
4390
|
|
|
4921
4391
|
|
|
@@ -4946,12 +4416,7 @@
|
|
|
4946
4416
|
<td class="type">
|
|
4947
4417
|
|
|
4948
4418
|
|
|
4949
|
-
<span class="param-type">
|
|
4950
|
-
|
|
4951
|
-
Boolean
|
|
4952
|
-
|
|
4953
|
-
</span>
|
|
4954
|
-
|
|
4419
|
+
<span class="param-type">Boolean</span>
|
|
4955
4420
|
|
|
4956
4421
|
|
|
4957
4422
|
|
|
@@ -4982,12 +4447,7 @@
|
|
|
4982
4447
|
<td class="type">
|
|
4983
4448
|
|
|
4984
4449
|
|
|
4985
|
-
<span class="param-type">
|
|
4986
|
-
|
|
4987
|
-
Number
|
|
4988
|
-
|
|
4989
|
-
</span>
|
|
4990
|
-
|
|
4450
|
+
<span class="param-type">Number</span>
|
|
4991
4451
|
|
|
4992
4452
|
|
|
4993
4453
|
|
|
@@ -5018,12 +4478,7 @@
|
|
|
5018
4478
|
<td class="type">
|
|
5019
4479
|
|
|
5020
4480
|
|
|
5021
|
-
<span class="param-type">
|
|
5022
|
-
|
|
5023
|
-
Number
|
|
5024
|
-
|
|
5025
|
-
</span>
|
|
5026
|
-
|
|
4481
|
+
<span class="param-type">Number</span>
|
|
5027
4482
|
|
|
5028
4483
|
|
|
5029
4484
|
|
|
@@ -5054,12 +4509,7 @@
|
|
|
5054
4509
|
<td class="type">
|
|
5055
4510
|
|
|
5056
4511
|
|
|
5057
|
-
<span class="param-type">
|
|
5058
|
-
|
|
5059
|
-
Number
|
|
5060
|
-
|
|
5061
|
-
</span>
|
|
5062
|
-
|
|
4512
|
+
<span class="param-type">Number</span>
|
|
5063
4513
|
|
|
5064
4514
|
|
|
5065
4515
|
|
|
@@ -5090,12 +4540,7 @@
|
|
|
5090
4540
|
<td class="type">
|
|
5091
4541
|
|
|
5092
4542
|
|
|
5093
|
-
<span class="param-type">
|
|
5094
|
-
|
|
5095
|
-
Number
|
|
5096
|
-
|
|
5097
|
-
</span>
|
|
5098
|
-
|
|
4543
|
+
<span class="param-type">Number</span>
|
|
5099
4544
|
|
|
5100
4545
|
|
|
5101
4546
|
|
|
@@ -5126,12 +4571,7 @@
|
|
|
5126
4571
|
<td class="type">
|
|
5127
4572
|
|
|
5128
4573
|
|
|
5129
|
-
<span class="param-type">
|
|
5130
|
-
|
|
5131
|
-
Number
|
|
5132
|
-
|
|
5133
|
-
</span>
|
|
5134
|
-
|
|
4574
|
+
<span class="param-type">Number</span>
|
|
5135
4575
|
|
|
5136
4576
|
|
|
5137
4577
|
|
|
@@ -5162,12 +4602,7 @@
|
|
|
5162
4602
|
<td class="type">
|
|
5163
4603
|
|
|
5164
4604
|
|
|
5165
|
-
<span class="param-type">
|
|
5166
|
-
|
|
5167
|
-
String
|
|
5168
|
-
|
|
5169
|
-
</span>
|
|
5170
|
-
|
|
4605
|
+
<span class="param-type">String</span>
|
|
5171
4606
|
|
|
5172
4607
|
|
|
5173
4608
|
|
|
@@ -5198,12 +4633,7 @@
|
|
|
5198
4633
|
<td class="type">
|
|
5199
4634
|
|
|
5200
4635
|
|
|
5201
|
-
<span class="param-type">
|
|
5202
|
-
|
|
5203
|
-
String
|
|
5204
|
-
|
|
5205
|
-
</span>
|
|
5206
|
-
|
|
4636
|
+
<span class="param-type">String</span>
|
|
5207
4637
|
|
|
5208
4638
|
|
|
5209
4639
|
|
|
@@ -5234,19 +4664,10 @@
|
|
|
5234
4664
|
<td class="type">
|
|
5235
4665
|
|
|
5236
4666
|
|
|
5237
|
-
<span class="param-type">
|
|
5238
|
-
|
|
5239
|
-
String
|
|
5240
|
-
|
|
5241
|
-
</span>
|
|
4667
|
+
<span class="param-type">String</span>
|
|
5242
4668
|
|
|
|
5243
4669
|
|
|
5244
|
-
<span class="param-type">
|
|
5245
|
-
|
|
5246
|
-
Cesium.Color
|
|
5247
|
-
|
|
5248
|
-
</span>
|
|
5249
|
-
|
|
4670
|
+
<span class="param-type">Cesium.Color</span>
|
|
5250
4671
|
|
|
5251
4672
|
|
|
5252
4673
|
|
|
@@ -5277,19 +4698,10 @@
|
|
|
5277
4698
|
<td class="type">
|
|
5278
4699
|
|
|
5279
4700
|
|
|
5280
|
-
<span class="param-type">
|
|
5281
|
-
|
|
5282
|
-
String
|
|
5283
|
-
|
|
5284
|
-
</span>
|
|
4701
|
+
<span class="param-type">String</span>
|
|
5285
4702
|
|
|
|
5286
4703
|
|
|
5287
|
-
<span class="param-type">
|
|
5288
|
-
|
|
5289
|
-
Cesium.Color
|
|
5290
|
-
|
|
5291
|
-
</span>
|
|
5292
|
-
|
|
4704
|
+
<span class="param-type">Cesium.Color</span>
|
|
5293
4705
|
|
|
5294
4706
|
|
|
5295
4707
|
|
|
@@ -5320,12 +4732,7 @@
|
|
|
5320
4732
|
<td class="type">
|
|
5321
4733
|
|
|
5322
4734
|
|
|
5323
|
-
<span class="param-type">
|
|
5324
|
-
|
|
5325
|
-
Number
|
|
5326
|
-
|
|
5327
|
-
</span>
|
|
5328
|
-
|
|
4735
|
+
<span class="param-type">Number</span>
|
|
5329
4736
|
|
|
5330
4737
|
|
|
5331
4738
|
|
|
@@ -5356,12 +4763,7 @@
|
|
|
5356
4763
|
<td class="type">
|
|
5357
4764
|
|
|
5358
4765
|
|
|
5359
|
-
<span class="param-type">
|
|
5360
|
-
|
|
5361
|
-
Boolean
|
|
5362
|
-
|
|
5363
|
-
</span>
|
|
5364
|
-
|
|
4766
|
+
<span class="param-type">Boolean</span>
|
|
5365
4767
|
|
|
5366
4768
|
|
|
5367
4769
|
|
|
@@ -5392,12 +4794,7 @@
|
|
|
5392
4794
|
<td class="type">
|
|
5393
4795
|
|
|
5394
4796
|
|
|
5395
|
-
<span class="param-type">
|
|
5396
|
-
|
|
5397
|
-
Number
|
|
5398
|
-
|
|
5399
|
-
</span>
|
|
5400
|
-
|
|
4797
|
+
<span class="param-type">Number</span>
|
|
5401
4798
|
|
|
5402
4799
|
|
|
5403
4800
|
|
|
@@ -5428,12 +4825,7 @@
|
|
|
5428
4825
|
<td class="type">
|
|
5429
4826
|
|
|
5430
4827
|
|
|
5431
|
-
<span class="param-type">
|
|
5432
|
-
|
|
5433
|
-
Cesium.Color
|
|
5434
|
-
|
|
5435
|
-
</span>
|
|
5436
|
-
|
|
4828
|
+
<span class="param-type">Cesium.Color</span>
|
|
5437
4829
|
|
|
5438
4830
|
|
|
5439
4831
|
|
|
@@ -5464,12 +4856,7 @@
|
|
|
5464
4856
|
<td class="type">
|
|
5465
4857
|
|
|
5466
4858
|
|
|
5467
|
-
<span class="param-type">
|
|
5468
|
-
|
|
5469
|
-
Cesium.Cartesian2
|
|
5470
|
-
|
|
5471
|
-
</span>
|
|
5472
|
-
|
|
4859
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
5473
4860
|
|
|
5474
4861
|
|
|
5475
4862
|
|
|
@@ -5500,12 +4887,7 @@
|
|
|
5500
4887
|
<td class="type">
|
|
5501
4888
|
|
|
5502
4889
|
|
|
5503
|
-
<span class="param-type">
|
|
5504
|
-
|
|
5505
|
-
Cesium.Cartesian2
|
|
5506
|
-
|
|
5507
|
-
</span>
|
|
5508
|
-
|
|
4890
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
5509
4891
|
|
|
5510
4892
|
|
|
5511
4893
|
|
|
@@ -5536,12 +4918,7 @@
|
|
|
5536
4918
|
<td class="type">
|
|
5537
4919
|
|
|
5538
4920
|
|
|
5539
|
-
<span class="param-type">
|
|
5540
|
-
|
|
5541
|
-
Cesium.Cartesian3
|
|
5542
|
-
|
|
5543
|
-
</span>
|
|
5544
|
-
|
|
4921
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
5545
4922
|
|
|
5546
4923
|
|
|
5547
4924
|
|
|
@@ -5572,12 +4949,7 @@
|
|
|
5572
4949
|
<td class="type">
|
|
5573
4950
|
|
|
5574
4951
|
|
|
5575
|
-
<span class="param-type">
|
|
5576
|
-
|
|
5577
|
-
Number
|
|
5578
|
-
|
|
5579
|
-
</span>
|
|
5580
|
-
|
|
4952
|
+
<span class="param-type">Number</span>
|
|
5581
4953
|
|
|
5582
4954
|
|
|
5583
4955
|
|
|
@@ -5608,12 +4980,7 @@
|
|
|
5608
4980
|
<td class="type">
|
|
5609
4981
|
|
|
5610
4982
|
|
|
5611
|
-
<span class="param-type">
|
|
5612
|
-
|
|
5613
|
-
Number
|
|
5614
|
-
|
|
5615
|
-
</span>
|
|
5616
|
-
|
|
4983
|
+
<span class="param-type">Number</span>
|
|
5617
4984
|
|
|
5618
4985
|
|
|
5619
4986
|
|
|
@@ -5644,12 +5011,7 @@
|
|
|
5644
5011
|
<td class="type">
|
|
5645
5012
|
|
|
5646
5013
|
|
|
5647
|
-
<span class="param-type">
|
|
5648
|
-
|
|
5649
|
-
Number
|
|
5650
|
-
|
|
5651
|
-
</span>
|
|
5652
|
-
|
|
5014
|
+
<span class="param-type">Number</span>
|
|
5653
5015
|
|
|
5654
5016
|
|
|
5655
5017
|
|
|
@@ -5680,12 +5042,7 @@
|
|
|
5680
5042
|
<td class="type">
|
|
5681
5043
|
|
|
5682
5044
|
|
|
5683
|
-
<span class="param-type">
|
|
5684
|
-
|
|
5685
|
-
Cesium.NearFarScalar
|
|
5686
|
-
|
|
5687
|
-
</span>
|
|
5688
|
-
|
|
5045
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
5689
5046
|
|
|
5690
5047
|
|
|
5691
5048
|
|
|
@@ -5716,12 +5073,7 @@
|
|
|
5716
5073
|
<td class="type">
|
|
5717
5074
|
|
|
5718
5075
|
|
|
5719
|
-
<span class="param-type">
|
|
5720
|
-
|
|
5721
|
-
Cesium.NearFarScalar
|
|
5722
|
-
|
|
5723
|
-
</span>
|
|
5724
|
-
|
|
5076
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
5725
5077
|
|
|
5726
5078
|
|
|
5727
5079
|
|
|
@@ -5752,12 +5104,7 @@
|
|
|
5752
5104
|
<td class="type">
|
|
5753
5105
|
|
|
5754
5106
|
|
|
5755
|
-
<span class="param-type">
|
|
5756
|
-
|
|
5757
|
-
Cesium.NearFarScalar
|
|
5758
|
-
|
|
5759
|
-
</span>
|
|
5760
|
-
|
|
5107
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
5761
5108
|
|
|
5762
5109
|
|
|
5763
5110
|
|
|
@@ -5788,12 +5135,7 @@
|
|
|
5788
5135
|
<td class="type">
|
|
5789
5136
|
|
|
5790
5137
|
|
|
5791
|
-
<span class="param-type">
|
|
5792
|
-
|
|
5793
|
-
Number
|
|
5794
|
-
|
|
5795
|
-
</span>
|
|
5796
|
-
|
|
5138
|
+
<span class="param-type">Number</span>
|
|
5797
5139
|
|
|
5798
5140
|
|
|
5799
5141
|
|
|
@@ -5824,12 +5166,7 @@
|
|
|
5824
5166
|
<td class="type">
|
|
5825
5167
|
|
|
5826
5168
|
|
|
5827
|
-
<span class="param-type">
|
|
5828
|
-
|
|
5829
|
-
Cesium.DistanceDisplayCondition
|
|
5830
|
-
|
|
5831
|
-
</span>
|
|
5832
|
-
|
|
5169
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
5833
5170
|
|
|
5834
5171
|
|
|
5835
5172
|
|
|
@@ -5860,12 +5197,7 @@
|
|
|
5860
5197
|
<td class="type">
|
|
5861
5198
|
|
|
5862
5199
|
|
|
5863
|
-
<span class="param-type">
|
|
5864
|
-
|
|
5865
|
-
Number
|
|
5866
|
-
|
|
5867
|
-
</span>
|
|
5868
|
-
|
|
5200
|
+
<span class="param-type">Number</span>
|
|
5869
5201
|
|
|
5870
5202
|
|
|
5871
5203
|
|
|
@@ -6086,12 +5418,7 @@
|
|
|
6086
5418
|
<td class="type">
|
|
6087
5419
|
|
|
6088
5420
|
|
|
6089
|
-
<span class="param-type">
|
|
6090
|
-
|
|
6091
|
-
String
|
|
6092
|
-
|
|
6093
|
-
</span>
|
|
6094
|
-
|
|
5421
|
+
<span class="param-type">String</span>
|
|
6095
5422
|
|
|
6096
5423
|
|
|
6097
5424
|
|
|
@@ -6126,12 +5453,7 @@
|
|
|
6126
5453
|
<td class="type">
|
|
6127
5454
|
|
|
6128
5455
|
|
|
6129
|
-
<span class="param-type">
|
|
6130
|
-
|
|
6131
|
-
String
|
|
6132
|
-
|
|
6133
|
-
</span>
|
|
6134
|
-
|
|
5456
|
+
<span class="param-type">String</span>
|
|
6135
5457
|
|
|
6136
5458
|
|
|
6137
5459
|
|
|
@@ -6165,22 +5487,13 @@
|
|
|
6165
5487
|
<td class="name"><code>fillColor</code></td>
|
|
6166
5488
|
|
|
6167
5489
|
|
|
6168
|
-
<td class="type">
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
<span class="param-type">
|
|
6172
|
-
|
|
6173
|
-
String
|
|
6174
|
-
|
|
6175
|
-
</span>
|
|
6176
|
-
|
|
|
6177
|
-
|
|
6178
|
-
<span class="param-type">
|
|
6179
|
-
|
|
6180
|
-
Cesium.Color
|
|
5490
|
+
<td class="type">
|
|
6181
5491
|
|
|
6182
|
-
|
|
5492
|
+
|
|
5493
|
+
<span class="param-type">String</span>
|
|
5494
|
+
|
|
|
6183
5495
|
|
|
5496
|
+
<span class="param-type">Cesium.Color</span>
|
|
6184
5497
|
|
|
6185
5498
|
|
|
6186
5499
|
|
|
@@ -6217,19 +5530,10 @@
|
|
|
6217
5530
|
<td class="type">
|
|
6218
5531
|
|
|
6219
5532
|
|
|
6220
|
-
<span class="param-type">
|
|
6221
|
-
|
|
6222
|
-
String
|
|
6223
|
-
|
|
6224
|
-
</span>
|
|
5533
|
+
<span class="param-type">String</span>
|
|
6225
5534
|
|
|
|
6226
5535
|
|
|
6227
|
-
<span class="param-type">
|
|
6228
|
-
|
|
6229
|
-
Cesium.Color
|
|
6230
|
-
|
|
6231
|
-
</span>
|
|
6232
|
-
|
|
5536
|
+
<span class="param-type">Cesium.Color</span>
|
|
6233
5537
|
|
|
6234
5538
|
|
|
6235
5539
|
|
|
@@ -6266,12 +5570,7 @@
|
|
|
6266
5570
|
<td class="type">
|
|
6267
5571
|
|
|
6268
5572
|
|
|
6269
|
-
<span class="param-type">
|
|
6270
|
-
|
|
6271
|
-
Number
|
|
6272
|
-
|
|
6273
|
-
</span>
|
|
6274
|
-
|
|
5573
|
+
<span class="param-type">Number</span>
|
|
6275
5574
|
|
|
6276
5575
|
|
|
6277
5576
|
|
|
@@ -6308,12 +5607,7 @@
|
|
|
6308
5607
|
<td class="type">
|
|
6309
5608
|
|
|
6310
5609
|
|
|
6311
|
-
<span class="param-type">
|
|
6312
|
-
|
|
6313
|
-
Boolean
|
|
6314
|
-
|
|
6315
|
-
</span>
|
|
6316
|
-
|
|
5610
|
+
<span class="param-type">Boolean</span>
|
|
6317
5611
|
|
|
6318
5612
|
|
|
6319
5613
|
|
|
@@ -6350,12 +5644,7 @@
|
|
|
6350
5644
|
<td class="type">
|
|
6351
5645
|
|
|
6352
5646
|
|
|
6353
|
-
<span class="param-type">
|
|
6354
|
-
|
|
6355
|
-
Number
|
|
6356
|
-
|
|
6357
|
-
</span>
|
|
6358
|
-
|
|
5647
|
+
<span class="param-type">Number</span>
|
|
6359
5648
|
|
|
6360
5649
|
|
|
6361
5650
|
|
|
@@ -6392,12 +5681,7 @@
|
|
|
6392
5681
|
<td class="type">
|
|
6393
5682
|
|
|
6394
5683
|
|
|
6395
|
-
<span class="param-type">
|
|
6396
|
-
|
|
6397
|
-
Cesium.Color
|
|
6398
|
-
|
|
6399
|
-
</span>
|
|
6400
|
-
|
|
5684
|
+
<span class="param-type">Cesium.Color</span>
|
|
6401
5685
|
|
|
6402
5686
|
|
|
6403
5687
|
|
|
@@ -6434,12 +5718,7 @@
|
|
|
6434
5718
|
<td class="type">
|
|
6435
5719
|
|
|
6436
5720
|
|
|
6437
|
-
<span class="param-type">
|
|
6438
|
-
|
|
6439
|
-
Cesium.Cartesian2
|
|
6440
|
-
|
|
6441
|
-
</span>
|
|
6442
|
-
|
|
5721
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
6443
5722
|
|
|
6444
5723
|
|
|
6445
5724
|
|
|
@@ -6476,12 +5755,7 @@
|
|
|
6476
5755
|
<td class="type">
|
|
6477
5756
|
|
|
6478
5757
|
|
|
6479
|
-
<span class="param-type">
|
|
6480
|
-
|
|
6481
|
-
Cesium.Cartesian2
|
|
6482
|
-
|
|
6483
|
-
</span>
|
|
6484
|
-
|
|
5758
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
6485
5759
|
|
|
6486
5760
|
|
|
6487
5761
|
|
|
@@ -6518,12 +5792,7 @@
|
|
|
6518
5792
|
<td class="type">
|
|
6519
5793
|
|
|
6520
5794
|
|
|
6521
|
-
<span class="param-type">
|
|
6522
|
-
|
|
6523
|
-
Cesium.Cartesian3
|
|
6524
|
-
|
|
6525
|
-
</span>
|
|
6526
|
-
|
|
5795
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
6527
5796
|
|
|
6528
5797
|
|
|
6529
5798
|
|
|
@@ -6560,12 +5829,7 @@
|
|
|
6560
5829
|
<td class="type">
|
|
6561
5830
|
|
|
6562
5831
|
|
|
6563
|
-
<span class="param-type">
|
|
6564
|
-
|
|
6565
|
-
Number
|
|
6566
|
-
|
|
6567
|
-
</span>
|
|
6568
|
-
|
|
5832
|
+
<span class="param-type">Number</span>
|
|
6569
5833
|
|
|
6570
5834
|
|
|
6571
5835
|
|
|
@@ -6602,12 +5866,7 @@
|
|
|
6602
5866
|
<td class="type">
|
|
6603
5867
|
|
|
6604
5868
|
|
|
6605
|
-
<span class="param-type">
|
|
6606
|
-
|
|
6607
|
-
Number
|
|
6608
|
-
|
|
6609
|
-
</span>
|
|
6610
|
-
|
|
5869
|
+
<span class="param-type">Number</span>
|
|
6611
5870
|
|
|
6612
5871
|
|
|
6613
5872
|
|
|
@@ -6644,12 +5903,7 @@
|
|
|
6644
5903
|
<td class="type">
|
|
6645
5904
|
|
|
6646
5905
|
|
|
6647
|
-
<span class="param-type">
|
|
6648
|
-
|
|
6649
|
-
Number
|
|
6650
|
-
|
|
6651
|
-
</span>
|
|
6652
|
-
|
|
5906
|
+
<span class="param-type">Number</span>
|
|
6653
5907
|
|
|
6654
5908
|
|
|
6655
5909
|
|
|
@@ -6686,12 +5940,7 @@
|
|
|
6686
5940
|
<td class="type">
|
|
6687
5941
|
|
|
6688
5942
|
|
|
6689
|
-
<span class="param-type">
|
|
6690
|
-
|
|
6691
|
-
Cesium.NearFarScalar
|
|
6692
|
-
|
|
6693
|
-
</span>
|
|
6694
|
-
|
|
5943
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
6695
5944
|
|
|
6696
5945
|
|
|
6697
5946
|
|
|
@@ -6726,12 +5975,7 @@
|
|
|
6726
5975
|
<td class="type">
|
|
6727
5976
|
|
|
6728
5977
|
|
|
6729
|
-
<span class="param-type">
|
|
6730
|
-
|
|
6731
|
-
Cesium.NearFarScalar
|
|
6732
|
-
|
|
6733
|
-
</span>
|
|
6734
|
-
|
|
5978
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
6735
5979
|
|
|
6736
5980
|
|
|
6737
5981
|
|
|
@@ -6766,12 +6010,7 @@
|
|
|
6766
6010
|
<td class="type">
|
|
6767
6011
|
|
|
6768
6012
|
|
|
6769
|
-
<span class="param-type">
|
|
6770
|
-
|
|
6771
|
-
Cesium.NearFarScalar
|
|
6772
|
-
|
|
6773
|
-
</span>
|
|
6774
|
-
|
|
6013
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
6775
6014
|
|
|
6776
6015
|
|
|
6777
6016
|
|
|
@@ -6806,12 +6045,7 @@
|
|
|
6806
6045
|
<td class="type">
|
|
6807
6046
|
|
|
6808
6047
|
|
|
6809
|
-
<span class="param-type">
|
|
6810
|
-
|
|
6811
|
-
Number
|
|
6812
|
-
|
|
6813
|
-
</span>
|
|
6814
|
-
|
|
6048
|
+
<span class="param-type">Number</span>
|
|
6815
6049
|
|
|
6816
6050
|
|
|
6817
6051
|
|
|
@@ -6848,12 +6082,7 @@
|
|
|
6848
6082
|
<td class="type">
|
|
6849
6083
|
|
|
6850
6084
|
|
|
6851
|
-
<span class="param-type">
|
|
6852
|
-
|
|
6853
|
-
Cesium.DistanceDisplayCondition
|
|
6854
|
-
|
|
6855
|
-
</span>
|
|
6856
|
-
|
|
6085
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
6857
6086
|
|
|
6858
6087
|
|
|
6859
6088
|
|
|
@@ -6888,12 +6117,7 @@
|
|
|
6888
6117
|
<td class="type">
|
|
6889
6118
|
|
|
6890
6119
|
|
|
6891
|
-
<span class="param-type">
|
|
6892
|
-
|
|
6893
|
-
Number
|
|
6894
|
-
|
|
6895
|
-
</span>
|
|
6896
|
-
|
|
6120
|
+
<span class="param-type">Number</span>
|
|
6897
6121
|
|
|
6898
6122
|
|
|
6899
6123
|
|
|
@@ -7027,12 +6251,7 @@
|
|
|
7027
6251
|
<td class="type">
|
|
7028
6252
|
|
|
7029
6253
|
|
|
7030
|
-
<span class="param-type">
|
|
7031
|
-
|
|
7032
|
-
String
|
|
7033
|
-
|
|
7034
|
-
</span>
|
|
7035
|
-
|
|
6254
|
+
<span class="param-type">String</span>
|
|
7036
6255
|
|
|
7037
6256
|
|
|
7038
6257
|
|
|
@@ -7072,12 +6291,7 @@ rightBottom:右边考下</p></td>
|
|
|
7072
6291
|
<td class="type">
|
|
7073
6292
|
|
|
7074
6293
|
|
|
7075
|
-
<span class="param-type">
|
|
7076
|
-
|
|
7077
|
-
Number
|
|
7078
|
-
|
|
7079
|
-
</span>
|
|
7080
|
-
|
|
6294
|
+
<span class="param-type">Number</span>
|
|
7081
6295
|
|
|
7082
6296
|
|
|
7083
6297
|
|
|
@@ -7114,12 +6328,7 @@ rightBottom:右边考下</p></td>
|
|
|
7114
6328
|
<td class="type">
|
|
7115
6329
|
|
|
7116
6330
|
|
|
7117
|
-
<span class="param-type">
|
|
7118
|
-
|
|
7119
|
-
Number
|
|
7120
|
-
|
|
7121
|
-
</span>
|
|
7122
|
-
|
|
6331
|
+
<span class="param-type">Number</span>
|
|
7123
6332
|
|
|
7124
6333
|
|
|
7125
6334
|
|
|
@@ -7156,12 +6365,7 @@ rightBottom:右边考下</p></td>
|
|
|
7156
6365
|
<td class="type">
|
|
7157
6366
|
|
|
7158
6367
|
|
|
7159
|
-
<span class="param-type">
|
|
7160
|
-
|
|
7161
|
-
Cesium.Cartesian2
|
|
7162
|
-
|
|
7163
|
-
</span>
|
|
7164
|
-
|
|
6368
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
7165
6369
|
|
|
7166
6370
|
|
|
7167
6371
|
|
|
@@ -7198,12 +6402,7 @@ rightBottom:右边考下</p></td>
|
|
|
7198
6402
|
<td class="type">
|
|
7199
6403
|
|
|
7200
6404
|
|
|
7201
|
-
<span class="param-type">
|
|
7202
|
-
|
|
7203
|
-
Number
|
|
7204
|
-
|
|
7205
|
-
</span>
|
|
7206
|
-
|
|
6405
|
+
<span class="param-type">Number</span>
|
|
7207
6406
|
|
|
7208
6407
|
|
|
7209
6408
|
|
|
@@ -7238,12 +6437,7 @@ rightBottom:右边考下</p></td>
|
|
|
7238
6437
|
<td class="type">
|
|
7239
6438
|
|
|
7240
6439
|
|
|
7241
|
-
<span class="param-type">
|
|
7242
|
-
|
|
7243
|
-
Object
|
|
7244
|
-
|
|
7245
|
-
</span>
|
|
7246
|
-
|
|
6440
|
+
<span class="param-type">Object</span>
|
|
7247
6441
|
|
|
7248
6442
|
|
|
7249
6443
|
|
|
@@ -7278,12 +6472,7 @@ rightBottom:右边考下</p></td>
|
|
|
7278
6472
|
<td class="type">
|
|
7279
6473
|
|
|
7280
6474
|
|
|
7281
|
-
<span class="param-type">
|
|
7282
|
-
|
|
7283
|
-
Object
|
|
7284
|
-
|
|
7285
|
-
</span>
|
|
7286
|
-
|
|
6475
|
+
<span class="param-type">Object</span>
|
|
7287
6476
|
|
|
7288
6477
|
|
|
7289
6478
|
|
|
@@ -7417,19 +6606,10 @@ rightBottom:右边考下</p></td>
|
|
|
7417
6606
|
<td class="type">
|
|
7418
6607
|
|
|
7419
6608
|
|
|
7420
|
-
<span class="param-type">
|
|
7421
|
-
|
|
7422
|
-
String
|
|
7423
|
-
|
|
7424
|
-
</span>
|
|
6609
|
+
<span class="param-type">String</span>
|
|
7425
6610
|
|
|
|
7426
6611
|
|
|
7427
|
-
<span class="param-type">
|
|
7428
|
-
|
|
7429
|
-
Cesium.Color
|
|
7430
|
-
|
|
7431
|
-
</span>
|
|
7432
|
-
|
|
6612
|
+
<span class="param-type">Cesium.Color</span>
|
|
7433
6613
|
|
|
7434
6614
|
|
|
7435
6615
|
|
|
@@ -7466,12 +6646,7 @@ rightBottom:右边考下</p></td>
|
|
|
7466
6646
|
<td class="type">
|
|
7467
6647
|
|
|
7468
6648
|
|
|
7469
|
-
<span class="param-type">
|
|
7470
|
-
|
|
7471
|
-
String
|
|
7472
|
-
|
|
7473
|
-
</span>
|
|
7474
|
-
|
|
6649
|
+
<span class="param-type">String</span>
|
|
7475
6650
|
|
|
7476
6651
|
|
|
7477
6652
|
|
|
@@ -7506,12 +6681,7 @@ rightBottom:右边考下</p></td>
|
|
|
7506
6681
|
<td class="type">
|
|
7507
6682
|
|
|
7508
6683
|
|
|
7509
|
-
<span class="param-type">
|
|
7510
|
-
|
|
7511
|
-
Number
|
|
7512
|
-
|
|
7513
|
-
</span>
|
|
7514
|
-
|
|
6684
|
+
<span class="param-type">Number</span>
|
|
7515
6685
|
|
|
7516
6686
|
|
|
7517
6687
|
|
|
@@ -7546,12 +6716,7 @@ rightBottom:右边考下</p></td>
|
|
|
7546
6716
|
<td class="type">
|
|
7547
6717
|
|
|
7548
6718
|
|
|
7549
|
-
<span class="param-type">
|
|
7550
|
-
|
|
7551
|
-
Number
|
|
7552
|
-
|
|
7553
|
-
</span>
|
|
7554
|
-
|
|
6719
|
+
<span class="param-type">Number</span>
|
|
7555
6720
|
|
|
7556
6721
|
|
|
7557
6722
|
|
|
@@ -7588,12 +6753,7 @@ rightBottom:右边考下</p></td>
|
|
|
7588
6753
|
<td class="type">
|
|
7589
6754
|
|
|
7590
6755
|
|
|
7591
|
-
<span class="param-type">
|
|
7592
|
-
|
|
7593
|
-
Number
|
|
7594
|
-
|
|
7595
|
-
</span>
|
|
7596
|
-
|
|
6756
|
+
<span class="param-type">Number</span>
|
|
7597
6757
|
|
|
7598
6758
|
|
|
7599
6759
|
|
|
@@ -7628,12 +6788,7 @@ rightBottom:右边考下</p></td>
|
|
|
7628
6788
|
<td class="type">
|
|
7629
6789
|
|
|
7630
6790
|
|
|
7631
|
-
<span class="param-type">
|
|
7632
|
-
|
|
7633
|
-
ShadowMode
|
|
7634
|
-
|
|
7635
|
-
</span>
|
|
7636
|
-
|
|
6791
|
+
<span class="param-type">ShadowMode</span>
|
|
7637
6792
|
|
|
7638
6793
|
|
|
7639
6794
|
|
|
@@ -7670,12 +6825,7 @@ rightBottom:右边考下</p></td>
|
|
|
7670
6825
|
<td class="type">
|
|
7671
6826
|
|
|
7672
6827
|
|
|
7673
|
-
<span class="param-type">
|
|
7674
|
-
|
|
7675
|
-
ColorBlendMode
|
|
7676
|
-
|
|
7677
|
-
</span>
|
|
7678
|
-
|
|
6828
|
+
<span class="param-type">ColorBlendMode</span>
|
|
7679
6829
|
|
|
7680
6830
|
|
|
7681
6831
|
|
|
@@ -7712,12 +6862,7 @@ rightBottom:右边考下</p></td>
|
|
|
7712
6862
|
<td class="type">
|
|
7713
6863
|
|
|
7714
6864
|
|
|
7715
|
-
<span class="param-type">
|
|
7716
|
-
|
|
7717
|
-
Number
|
|
7718
|
-
|
|
7719
|
-
</span>
|
|
7720
|
-
|
|
6865
|
+
<span class="param-type">Number</span>
|
|
7721
6866
|
|
|
7722
6867
|
|
|
7723
6868
|
|
|
@@ -7754,12 +6899,7 @@ rightBottom:右边考下</p></td>
|
|
|
7754
6899
|
<td class="type">
|
|
7755
6900
|
|
|
7756
6901
|
|
|
7757
|
-
<span class="param-type">
|
|
7758
|
-
|
|
7759
|
-
Cesium.Color
|
|
7760
|
-
|
|
7761
|
-
</span>
|
|
7762
|
-
|
|
6902
|
+
<span class="param-type">Cesium.Color</span>
|
|
7763
6903
|
|
|
7764
6904
|
|
|
7765
6905
|
|
|
@@ -7796,12 +6936,7 @@ rightBottom:右边考下</p></td>
|
|
|
7796
6936
|
<td class="type">
|
|
7797
6937
|
|
|
7798
6938
|
|
|
7799
|
-
<span class="param-type">
|
|
7800
|
-
|
|
7801
|
-
Number
|
|
7802
|
-
|
|
7803
|
-
</span>
|
|
7804
|
-
|
|
6939
|
+
<span class="param-type">Number</span>
|
|
7805
6940
|
|
|
7806
6941
|
|
|
7807
6942
|
|
|
@@ -7838,12 +6973,7 @@ rightBottom:右边考下</p></td>
|
|
|
7838
6973
|
<td class="type">
|
|
7839
6974
|
|
|
7840
6975
|
|
|
7841
|
-
<span class="param-type">
|
|
7842
|
-
|
|
7843
|
-
Cesium.DistanceDisplayCondition
|
|
7844
|
-
|
|
7845
|
-
</span>
|
|
7846
|
-
|
|
6976
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
7847
6977
|
|
|
7848
6978
|
|
|
7849
6979
|
|
|
@@ -7878,12 +7008,7 @@ rightBottom:右边考下</p></td>
|
|
|
7878
7008
|
<td class="type">
|
|
7879
7009
|
|
|
7880
7010
|
|
|
7881
|
-
<span class="param-type">
|
|
7882
|
-
|
|
7883
|
-
Number
|
|
7884
|
-
|
|
7885
|
-
</span>
|
|
7886
|
-
|
|
7011
|
+
<span class="param-type">Number</span>
|
|
7887
7012
|
|
|
7888
7013
|
|
|
7889
7014
|
|
|
@@ -7920,12 +7045,7 @@ rightBottom:右边考下</p></td>
|
|
|
7920
7045
|
<td class="type">
|
|
7921
7046
|
|
|
7922
7047
|
|
|
7923
|
-
<span class="param-type">
|
|
7924
|
-
|
|
7925
|
-
String
|
|
7926
|
-
|
|
7927
|
-
</span>
|
|
7928
|
-
|
|
7048
|
+
<span class="param-type">String</span>
|
|
7929
7049
|
|
|
7930
7050
|
|
|
7931
7051
|
|
|
@@ -7962,12 +7082,7 @@ rightBottom:右边考下</p></td>
|
|
|
7962
7082
|
<td class="type">
|
|
7963
7083
|
|
|
7964
7084
|
|
|
7965
|
-
<span class="param-type">
|
|
7966
|
-
|
|
7967
|
-
Boolean
|
|
7968
|
-
|
|
7969
|
-
</span>
|
|
7970
|
-
|
|
7085
|
+
<span class="param-type">Boolean</span>
|
|
7971
7086
|
|
|
7972
7087
|
|
|
7973
7088
|
|
|
@@ -8004,12 +7119,7 @@ rightBottom:右边考下</p></td>
|
|
|
8004
7119
|
<td class="type">
|
|
8005
7120
|
|
|
8006
7121
|
|
|
8007
|
-
<span class="param-type">
|
|
8008
|
-
|
|
8009
|
-
Material
|
|
8010
|
-
|
|
8011
|
-
</span>
|
|
8012
|
-
|
|
7122
|
+
<span class="param-type">Material</span>
|
|
8013
7123
|
|
|
8014
7124
|
|
|
8015
7125
|
|
|
@@ -8044,12 +7154,7 @@ rightBottom:右边考下</p></td>
|
|
|
8044
7154
|
<td class="type">
|
|
8045
7155
|
|
|
8046
7156
|
|
|
8047
|
-
<span class="param-type">
|
|
8048
|
-
|
|
8049
|
-
Boolean
|
|
8050
|
-
|
|
8051
|
-
</span>
|
|
8052
|
-
|
|
7157
|
+
<span class="param-type">Boolean</span>
|
|
8053
7158
|
|
|
8054
7159
|
|
|
8055
7160
|
|
|
@@ -8185,12 +7290,7 @@ rightBottom:右边考下</p></td>
|
|
|
8185
7290
|
<td class="type">
|
|
8186
7291
|
|
|
8187
7292
|
|
|
8188
|
-
<span class="param-type">
|
|
8189
|
-
|
|
8190
|
-
Cesium.Color
|
|
8191
|
-
|
|
8192
|
-
</span>
|
|
8193
|
-
|
|
7293
|
+
<span class="param-type">Cesium.Color</span>
|
|
8194
7294
|
|
|
8195
7295
|
|
|
8196
7296
|
|
|
@@ -8227,12 +7327,7 @@ rightBottom:右边考下</p></td>
|
|
|
8227
7327
|
<td class="type">
|
|
8228
7328
|
|
|
8229
7329
|
|
|
8230
|
-
<span class="param-type">
|
|
8231
|
-
|
|
8232
|
-
Cesium.Color
|
|
8233
|
-
|
|
8234
|
-
</span>
|
|
8235
|
-
|
|
7330
|
+
<span class="param-type">Cesium.Color</span>
|
|
8236
7331
|
|
|
8237
7332
|
|
|
8238
7333
|
|
|
@@ -8269,12 +7364,7 @@ rightBottom:右边考下</p></td>
|
|
|
8269
7364
|
<td class="type">
|
|
8270
7365
|
|
|
8271
7366
|
|
|
8272
|
-
<span class="param-type">
|
|
8273
|
-
|
|
8274
|
-
Number
|
|
8275
|
-
|
|
8276
|
-
</span>
|
|
8277
|
-
|
|
7367
|
+
<span class="param-type">Number</span>
|
|
8278
7368
|
|
|
8279
7369
|
|
|
8280
7370
|
|
|
@@ -8311,12 +7401,7 @@ rightBottom:右边考下</p></td>
|
|
|
8311
7401
|
<td class="type">
|
|
8312
7402
|
|
|
8313
7403
|
|
|
8314
|
-
<span class="param-type">
|
|
8315
|
-
|
|
8316
|
-
Number
|
|
8317
|
-
|
|
8318
|
-
</span>
|
|
8319
|
-
|
|
7404
|
+
<span class="param-type">Number</span>
|
|
8320
7405
|
|
|
8321
7406
|
|
|
8322
7407
|
|
|
@@ -8353,12 +7438,7 @@ rightBottom:右边考下</p></td>
|
|
|
8353
7438
|
<td class="type">
|
|
8354
7439
|
|
|
8355
7440
|
|
|
8356
|
-
<span class="param-type">
|
|
8357
|
-
|
|
8358
|
-
Cesium.NearFarScalar
|
|
8359
|
-
|
|
8360
|
-
</span>
|
|
8361
|
-
|
|
7441
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
8362
7442
|
|
|
8363
7443
|
|
|
8364
7444
|
|
|
@@ -8393,12 +7473,7 @@ rightBottom:右边考下</p></td>
|
|
|
8393
7473
|
<td class="type">
|
|
8394
7474
|
|
|
8395
7475
|
|
|
8396
|
-
<span class="param-type">
|
|
8397
|
-
|
|
8398
|
-
Cesium.NearFarScalar
|
|
8399
|
-
|
|
8400
|
-
</span>
|
|
8401
|
-
|
|
7476
|
+
<span class="param-type">Cesium.NearFarScalar</span>
|
|
8402
7477
|
|
|
8403
7478
|
|
|
8404
7479
|
|
|
@@ -8433,12 +7508,7 @@ rightBottom:右边考下</p></td>
|
|
|
8433
7508
|
<td class="type">
|
|
8434
7509
|
|
|
8435
7510
|
|
|
8436
|
-
<span class="param-type">
|
|
8437
|
-
|
|
8438
|
-
Cesium.DistanceDisplayCondition
|
|
8439
|
-
|
|
8440
|
-
</span>
|
|
8441
|
-
|
|
7511
|
+
<span class="param-type">Cesium.DistanceDisplayCondition</span>
|
|
8442
7512
|
|
|
8443
7513
|
|
|
8444
7514
|
|
|
@@ -8473,12 +7543,7 @@ rightBottom:右边考下</p></td>
|
|
|
8473
7543
|
<td class="type">
|
|
8474
7544
|
|
|
8475
7545
|
|
|
8476
|
-
<span class="param-type">
|
|
8477
|
-
|
|
8478
|
-
Number
|
|
8479
|
-
|
|
8480
|
-
</span>
|
|
8481
|
-
|
|
7546
|
+
<span class="param-type">Number</span>
|
|
8482
7547
|
|
|
8483
7548
|
|
|
8484
7549
|
|
|
@@ -8612,19 +7677,10 @@ rightBottom:右边考下</p></td>
|
|
|
8612
7677
|
<td class="type">
|
|
8613
7678
|
|
|
8614
7679
|
|
|
8615
|
-
<span class="param-type">
|
|
8616
|
-
|
|
8617
|
-
String
|
|
8618
|
-
|
|
8619
|
-
</span>
|
|
7680
|
+
<span class="param-type">String</span>
|
|
8620
7681
|
|
|
|
8621
7682
|
|
|
8622
|
-
<span class="param-type">
|
|
8623
|
-
|
|
8624
|
-
Cesium.Color
|
|
8625
|
-
|
|
8626
|
-
</span>
|
|
8627
|
-
|
|
7683
|
+
<span class="param-type">Cesium.Color</span>
|
|
8628
7684
|
|
|
8629
7685
|
|
|
8630
7686
|
|
|
@@ -8661,12 +7717,7 @@ rightBottom:右边考下</p></td>
|
|
|
8661
7717
|
<td class="type">
|
|
8662
7718
|
|
|
8663
7719
|
|
|
8664
|
-
<span class="param-type">
|
|
8665
|
-
|
|
8666
|
-
Number
|
|
8667
|
-
|
|
8668
|
-
</span>
|
|
8669
|
-
|
|
7720
|
+
<span class="param-type">Number</span>
|
|
8670
7721
|
|
|
8671
7722
|
|
|
8672
7723
|
|
|
@@ -8703,12 +7754,7 @@ rightBottom:右边考下</p></td>
|
|
|
8703
7754
|
<td class="type">
|
|
8704
7755
|
|
|
8705
7756
|
|
|
8706
|
-
<span class="param-type">
|
|
8707
|
-
|
|
8708
|
-
Number
|
|
8709
|
-
|
|
8710
|
-
</span>
|
|
8711
|
-
|
|
7757
|
+
<span class="param-type">Number</span>
|
|
8712
7758
|
|
|
8713
7759
|
|
|
8714
7760
|
|
|
@@ -8743,12 +7789,7 @@ rightBottom:右边考下</p></td>
|
|
|
8743
7789
|
<td class="type">
|
|
8744
7790
|
|
|
8745
7791
|
|
|
8746
|
-
<span class="param-type">
|
|
8747
|
-
|
|
8748
|
-
Boolean
|
|
8749
|
-
|
|
8750
|
-
</span>
|
|
8751
|
-
|
|
7792
|
+
<span class="param-type">Boolean</span>
|
|
8752
7793
|
|
|
8753
7794
|
|
|
8754
7795
|
|
|
@@ -8785,12 +7826,7 @@ rightBottom:右边考下</p></td>
|
|
|
8785
7826
|
<td class="type">
|
|
8786
7827
|
|
|
8787
7828
|
|
|
8788
|
-
<span class="param-type">
|
|
8789
|
-
|
|
8790
|
-
Number
|
|
8791
|
-
|
|
8792
|
-
</span>
|
|
8793
|
-
|
|
7829
|
+
<span class="param-type">Number</span>
|
|
8794
7830
|
|
|
8795
7831
|
|
|
8796
7832
|
|
|
@@ -8827,12 +7863,7 @@ rightBottom:右边考下</p></td>
|
|
|
8827
7863
|
<td class="type">
|
|
8828
7864
|
|
|
8829
7865
|
|
|
8830
|
-
<span class="param-type">
|
|
8831
|
-
|
|
8832
|
-
Boolean
|
|
8833
|
-
|
|
8834
|
-
</span>
|
|
8835
|
-
|
|
7866
|
+
<span class="param-type">Boolean</span>
|
|
8836
7867
|
|
|
8837
7868
|
|
|
8838
7869
|
|
|
@@ -8869,12 +7900,7 @@ rightBottom:右边考下</p></td>
|
|
|
8869
7900
|
<td class="type">
|
|
8870
7901
|
|
|
8871
7902
|
|
|
8872
|
-
<span class="param-type">
|
|
8873
|
-
|
|
8874
|
-
Boolean
|
|
8875
|
-
|
|
8876
|
-
</span>
|
|
8877
|
-
|
|
7903
|
+
<span class="param-type">Boolean</span>
|
|
8878
7904
|
|
|
8879
7905
|
|
|
8880
7906
|
|
|
@@ -8911,12 +7937,7 @@ rightBottom:右边考下</p></td>
|
|
|
8911
7937
|
<td class="type">
|
|
8912
7938
|
|
|
8913
7939
|
|
|
8914
|
-
<span class="param-type">
|
|
8915
|
-
|
|
8916
|
-
ArcType
|
|
8917
|
-
|
|
8918
|
-
</span>
|
|
8919
|
-
|
|
7940
|
+
<span class="param-type">ArcType</span>
|
|
8920
7941
|
|
|
8921
7942
|
|
|
8922
7943
|
|
|
@@ -8953,12 +7974,7 @@ rightBottom:右边考下</p></td>
|
|
|
8953
7974
|
<td class="type">
|
|
8954
7975
|
|
|
8955
7976
|
|
|
8956
|
-
<span class="param-type">
|
|
8957
|
-
|
|
8958
|
-
Boolean
|
|
8959
|
-
|
|
8960
|
-
</span>
|
|
8961
|
-
|
|
7977
|
+
<span class="param-type">Boolean</span>
|
|
8962
7978
|
|
|
8963
7979
|
|
|
8964
7980
|
|
|
@@ -8995,12 +8011,7 @@ rightBottom:右边考下</p></td>
|
|
|
8995
8011
|
<td class="type">
|
|
8996
8012
|
|
|
8997
8013
|
|
|
8998
|
-
<span class="param-type">
|
|
8999
|
-
|
|
9000
|
-
String
|
|
9001
|
-
|
|
9002
|
-
</span>
|
|
9003
|
-
|
|
8014
|
+
<span class="param-type">String</span>
|
|
9004
8015
|
|
|
9005
8016
|
|
|
9006
8017
|
|
|
@@ -9037,12 +8048,7 @@ rightBottom:右边考下</p></td>
|
|
|
9037
8048
|
<td class="type">
|
|
9038
8049
|
|
|
9039
8050
|
|
|
9040
|
-
<span class="param-type">
|
|
9041
|
-
|
|
9042
|
-
Material
|
|
9043
|
-
|
|
9044
|
-
</span>
|
|
9045
|
-
|
|
8051
|
+
<span class="param-type">Material</span>
|
|
9046
8052
|
|
|
9047
8053
|
|
|
9048
8054
|
|
|
@@ -9077,12 +8083,7 @@ rightBottom:右边考下</p></td>
|
|
|
9077
8083
|
<td class="type">
|
|
9078
8084
|
|
|
9079
8085
|
|
|
9080
|
-
<span class="param-type">
|
|
9081
|
-
|
|
9082
|
-
Boolean
|
|
9083
|
-
|
|
9084
|
-
</span>
|
|
9085
|
-
|
|
8086
|
+
<span class="param-type">Boolean</span>
|
|
9086
8087
|
|
|
9087
8088
|
|
|
9088
8089
|
|
|
@@ -9117,12 +8118,7 @@ rightBottom:右边考下</p></td>
|
|
|
9117
8118
|
<td class="type">
|
|
9118
8119
|
|
|
9119
8120
|
|
|
9120
|
-
<span class="param-type">
|
|
9121
|
-
|
|
9122
|
-
Number
|
|
9123
|
-
|
|
9124
|
-
</span>
|
|
9125
|
-
|
|
8121
|
+
<span class="param-type">Number</span>
|
|
9126
8122
|
|
|
9127
8123
|
|
|
9128
8124
|
|
|
@@ -9256,19 +8252,10 @@ rightBottom:右边考下</p></td>
|
|
|
9256
8252
|
<td class="type">
|
|
9257
8253
|
|
|
9258
8254
|
|
|
9259
|
-
<span class="param-type">
|
|
9260
|
-
|
|
9261
|
-
String
|
|
9262
|
-
|
|
9263
|
-
</span>
|
|
8255
|
+
<span class="param-type">String</span>
|
|
9264
8256
|
|
|
|
9265
8257
|
|
|
9266
|
-
<span class="param-type">
|
|
9267
|
-
|
|
9268
|
-
Cesium.Color
|
|
9269
|
-
|
|
9270
|
-
</span>
|
|
9271
|
-
|
|
8258
|
+
<span class="param-type">Cesium.Color</span>
|
|
9272
8259
|
|
|
9273
8260
|
|
|
9274
8261
|
|
|
@@ -9305,12 +8292,7 @@ rightBottom:右边考下</p></td>
|
|
|
9305
8292
|
<td class="type">
|
|
9306
8293
|
|
|
9307
8294
|
|
|
9308
|
-
<span class="param-type">
|
|
9309
|
-
|
|
9310
|
-
ArcType
|
|
9311
|
-
|
|
9312
|
-
</span>
|
|
9313
|
-
|
|
8295
|
+
<span class="param-type">ArcType</span>
|
|
9314
8296
|
|
|
9315
8297
|
|
|
9316
8298
|
|
|
@@ -9347,12 +8329,7 @@ rightBottom:右边考下</p></td>
|
|
|
9347
8329
|
<td class="type">
|
|
9348
8330
|
|
|
9349
8331
|
|
|
9350
|
-
<span class="param-type">
|
|
9351
|
-
|
|
9352
|
-
Number
|
|
9353
|
-
|
|
9354
|
-
</span>
|
|
9355
|
-
|
|
8332
|
+
<span class="param-type">Number</span>
|
|
9356
8333
|
|
|
9357
8334
|
|
|
9358
8335
|
|
|
@@ -9389,12 +8366,7 @@ rightBottom:右边考下</p></td>
|
|
|
9389
8366
|
<td class="type">
|
|
9390
8367
|
|
|
9391
8368
|
|
|
9392
|
-
<span class="param-type">
|
|
9393
|
-
|
|
9394
|
-
Array.<Cesium.Color>
|
|
9395
|
-
|
|
9396
|
-
</span>
|
|
9397
|
-
|
|
8369
|
+
<span class="param-type">Array.<Cesium.Color></span>
|
|
9398
8370
|
|
|
9399
8371
|
|
|
9400
8372
|
|
|
@@ -9429,12 +8401,7 @@ rightBottom:右边考下</p></td>
|
|
|
9429
8401
|
<td class="type">
|
|
9430
8402
|
|
|
9431
8403
|
|
|
9432
|
-
<span class="param-type">
|
|
9433
|
-
|
|
9434
|
-
Boolean
|
|
9435
|
-
|
|
9436
|
-
</span>
|
|
9437
|
-
|
|
8404
|
+
<span class="param-type">Boolean</span>
|
|
9438
8405
|
|
|
9439
8406
|
|
|
9440
8407
|
|
|
@@ -9469,12 +8436,7 @@ rightBottom:右边考下</p></td>
|
|
|
9469
8436
|
<td class="type">
|
|
9470
8437
|
|
|
9471
8438
|
|
|
9472
|
-
<span class="param-type">
|
|
9473
|
-
|
|
9474
|
-
Boolean
|
|
9475
|
-
|
|
9476
|
-
</span>
|
|
9477
|
-
|
|
8439
|
+
<span class="param-type">Boolean</span>
|
|
9478
8440
|
|
|
9479
8441
|
|
|
9480
8442
|
|
|
@@ -9511,12 +8473,7 @@ rightBottom:右边考下</p></td>
|
|
|
9511
8473
|
<td class="type">
|
|
9512
8474
|
|
|
9513
8475
|
|
|
9514
|
-
<span class="param-type">
|
|
9515
|
-
|
|
9516
|
-
Boolean
|
|
9517
|
-
|
|
9518
|
-
</span>
|
|
9519
|
-
|
|
8476
|
+
<span class="param-type">Boolean</span>
|
|
9520
8477
|
|
|
9521
8478
|
|
|
9522
8479
|
|
|
@@ -9553,12 +8510,7 @@ rightBottom:右边考下</p></td>
|
|
|
9553
8510
|
<td class="type">
|
|
9554
8511
|
|
|
9555
8512
|
|
|
9556
|
-
<span class="param-type">
|
|
9557
|
-
|
|
9558
|
-
Boolean
|
|
9559
|
-
|
|
9560
|
-
</span>
|
|
9561
|
-
|
|
8513
|
+
<span class="param-type">Boolean</span>
|
|
9562
8514
|
|
|
9563
8515
|
|
|
9564
8516
|
|
|
@@ -9595,12 +8547,7 @@ rightBottom:右边考下</p></td>
|
|
|
9595
8547
|
<td class="type">
|
|
9596
8548
|
|
|
9597
8549
|
|
|
9598
|
-
<span class="param-type">
|
|
9599
|
-
|
|
9600
|
-
Number
|
|
9601
|
-
|
|
9602
|
-
</span>
|
|
9603
|
-
|
|
8550
|
+
<span class="param-type">Number</span>
|
|
9604
8551
|
|
|
9605
8552
|
|
|
9606
8553
|
|
|
@@ -9635,12 +8582,7 @@ rightBottom:右边考下</p></td>
|
|
|
9635
8582
|
<td class="type">
|
|
9636
8583
|
|
|
9637
8584
|
|
|
9638
|
-
<span class="param-type">
|
|
9639
|
-
|
|
9640
|
-
String
|
|
9641
|
-
|
|
9642
|
-
</span>
|
|
9643
|
-
|
|
8585
|
+
<span class="param-type">String</span>
|
|
9644
8586
|
|
|
9645
8587
|
|
|
9646
8588
|
|
|
@@ -9677,12 +8619,7 @@ rightBottom:右边考下</p></td>
|
|
|
9677
8619
|
<td class="type">
|
|
9678
8620
|
|
|
9679
8621
|
|
|
9680
|
-
<span class="param-type">
|
|
9681
|
-
|
|
9682
|
-
Material
|
|
9683
|
-
|
|
9684
|
-
</span>
|
|
9685
|
-
|
|
8622
|
+
<span class="param-type">Material</span>
|
|
9686
8623
|
|
|
9687
8624
|
|
|
9688
8625
|
|
|
@@ -9717,12 +8654,7 @@ rightBottom:右边考下</p></td>
|
|
|
9717
8654
|
<td class="type">
|
|
9718
8655
|
|
|
9719
8656
|
|
|
9720
|
-
<span class="param-type">
|
|
9721
|
-
|
|
9722
|
-
Boolean
|
|
9723
|
-
|
|
9724
|
-
</span>
|
|
9725
|
-
|
|
8657
|
+
<span class="param-type">Boolean</span>
|
|
9726
8658
|
|
|
9727
8659
|
|
|
9728
8660
|
|
|
@@ -9858,19 +8790,10 @@ rightBottom:右边考下</p></td>
|
|
|
9858
8790
|
<td class="type">
|
|
9859
8791
|
|
|
9860
8792
|
|
|
9861
|
-
<span class="param-type">
|
|
9862
|
-
|
|
9863
|
-
String
|
|
9864
|
-
|
|
9865
|
-
</span>
|
|
8793
|
+
<span class="param-type">String</span>
|
|
9866
8794
|
|
|
|
9867
8795
|
|
|
9868
|
-
<span class="param-type">
|
|
9869
|
-
|
|
9870
|
-
Cesium.Color
|
|
9871
|
-
|
|
9872
|
-
</span>
|
|
9873
|
-
|
|
8796
|
+
<span class="param-type">Cesium.Color</span>
|
|
9874
8797
|
|
|
9875
8798
|
|
|
9876
8799
|
|
|
@@ -9907,12 +8830,7 @@ rightBottom:右边考下</p></td>
|
|
|
9907
8830
|
<td class="type">
|
|
9908
8831
|
|
|
9909
8832
|
|
|
9910
|
-
<span class="param-type">
|
|
9911
|
-
|
|
9912
|
-
ArcType
|
|
9913
|
-
|
|
9914
|
-
</span>
|
|
9915
|
-
|
|
8833
|
+
<span class="param-type">ArcType</span>
|
|
9916
8834
|
|
|
9917
8835
|
|
|
9918
8836
|
|
|
@@ -9949,12 +8867,7 @@ rightBottom:右边考下</p></td>
|
|
|
9949
8867
|
<td class="type">
|
|
9950
8868
|
|
|
9951
8869
|
|
|
9952
|
-
<span class="param-type">
|
|
9953
|
-
|
|
9954
|
-
CornerType
|
|
9955
|
-
|
|
9956
|
-
</span>
|
|
9957
|
-
|
|
8870
|
+
<span class="param-type">CornerType</span>
|
|
9958
8871
|
|
|
9959
8872
|
|
|
9960
8873
|
|
|
@@ -9991,12 +8904,7 @@ rightBottom:右边考下</p></td>
|
|
|
9991
8904
|
<td class="type">
|
|
9992
8905
|
|
|
9993
8906
|
|
|
9994
|
-
<span class="param-type">
|
|
9995
|
-
|
|
9996
|
-
Number
|
|
9997
|
-
|
|
9998
|
-
</span>
|
|
9999
|
-
|
|
8907
|
+
<span class="param-type">Number</span>
|
|
10000
8908
|
|
|
10001
8909
|
|
|
10002
8910
|
|
|
@@ -10033,12 +8941,7 @@ rightBottom:右边考下</p></td>
|
|
|
10033
8941
|
<td class="type">
|
|
10034
8942
|
|
|
10035
8943
|
|
|
10036
|
-
<span class="param-type">
|
|
10037
|
-
|
|
10038
|
-
Boolean
|
|
10039
|
-
|
|
10040
|
-
</span>
|
|
10041
|
-
|
|
8944
|
+
<span class="param-type">Boolean</span>
|
|
10042
8945
|
|
|
10043
8946
|
|
|
10044
8947
|
|
|
@@ -10075,12 +8978,7 @@ rightBottom:右边考下</p></td>
|
|
|
10075
8978
|
<td class="type">
|
|
10076
8979
|
|
|
10077
8980
|
|
|
10078
|
-
<span class="param-type">
|
|
10079
|
-
|
|
10080
|
-
String
|
|
10081
|
-
|
|
10082
|
-
</span>
|
|
10083
|
-
|
|
8981
|
+
<span class="param-type">String</span>
|
|
10084
8982
|
|
|
10085
8983
|
|
|
10086
8984
|
|
|
@@ -10117,12 +9015,7 @@ rightBottom:右边考下</p></td>
|
|
|
10117
9015
|
<td class="type">
|
|
10118
9016
|
|
|
10119
9017
|
|
|
10120
|
-
<span class="param-type">
|
|
10121
|
-
|
|
10122
|
-
Material
|
|
10123
|
-
|
|
10124
|
-
</span>
|
|
10125
|
-
|
|
9018
|
+
<span class="param-type">Material</span>
|
|
10126
9019
|
|
|
10127
9020
|
|
|
10128
9021
|
|
|
@@ -10156,13 +9049,8 @@ rightBottom:右边考下</p></td>
|
|
|
10156
9049
|
|
|
10157
9050
|
<td class="type">
|
|
10158
9051
|
|
|
10159
|
-
|
|
10160
|
-
<span class="param-type">
|
|
10161
|
-
|
|
10162
|
-
Boolean
|
|
10163
|
-
|
|
10164
|
-
</span>
|
|
10165
|
-
|
|
9052
|
+
|
|
9053
|
+
<span class="param-type">Boolean</span>
|
|
10166
9054
|
|
|
10167
9055
|
|
|
10168
9056
|
|
|
@@ -10298,12 +9186,7 @@ rightBottom:右边考下</p></td>
|
|
|
10298
9186
|
<td class="type">
|
|
10299
9187
|
|
|
10300
9188
|
|
|
10301
|
-
<span class="param-type">
|
|
10302
|
-
|
|
10303
|
-
Number
|
|
10304
|
-
|
|
10305
|
-
</span>
|
|
10306
|
-
|
|
9189
|
+
<span class="param-type">Number</span>
|
|
10307
9190
|
|
|
10308
9191
|
|
|
10309
9192
|
|
|
@@ -10340,12 +9223,7 @@ rightBottom:右边考下</p></td>
|
|
|
10340
9223
|
<td class="type">
|
|
10341
9224
|
|
|
10342
9225
|
|
|
10343
|
-
<span class="param-type">
|
|
10344
|
-
|
|
10345
|
-
Number
|
|
10346
|
-
|
|
10347
|
-
</span>
|
|
10348
|
-
|
|
9226
|
+
<span class="param-type">Number</span>
|
|
10349
9227
|
|
|
10350
9228
|
|
|
10351
9229
|
|
|
@@ -10380,12 +9258,7 @@ rightBottom:右边考下</p></td>
|
|
|
10380
9258
|
<td class="type">
|
|
10381
9259
|
|
|
10382
9260
|
|
|
10383
|
-
<span class="param-type">
|
|
10384
|
-
|
|
10385
|
-
Number
|
|
10386
|
-
|
|
10387
|
-
</span>
|
|
10388
|
-
|
|
9261
|
+
<span class="param-type">Number</span>
|
|
10389
9262
|
|
|
10390
9263
|
|
|
10391
9264
|
|
|
@@ -10422,12 +9295,7 @@ rightBottom:右边考下</p></td>
|
|
|
10422
9295
|
<td class="type">
|
|
10423
9296
|
|
|
10424
9297
|
|
|
10425
|
-
<span class="param-type">
|
|
10426
|
-
|
|
10427
|
-
Number
|
|
10428
|
-
|
|
10429
|
-
</span>
|
|
10430
|
-
|
|
9298
|
+
<span class="param-type">Number</span>
|
|
10431
9299
|
|
|
10432
9300
|
|
|
10433
9301
|
|
|
@@ -10464,19 +9332,10 @@ rightBottom:右边考下</p></td>
|
|
|
10464
9332
|
<td class="type">
|
|
10465
9333
|
|
|
10466
9334
|
|
|
10467
|
-
<span class="param-type">
|
|
10468
|
-
|
|
10469
|
-
String
|
|
10470
|
-
|
|
10471
|
-
</span>
|
|
9335
|
+
<span class="param-type">String</span>
|
|
10472
9336
|
|
|
|
10473
9337
|
|
|
10474
|
-
<span class="param-type">
|
|
10475
|
-
|
|
10476
|
-
Cesium.Color
|
|
10477
|
-
|
|
10478
|
-
</span>
|
|
10479
|
-
|
|
9338
|
+
<span class="param-type">Cesium.Color</span>
|
|
10480
9339
|
|
|
10481
9340
|
|
|
10482
9341
|
|
|
@@ -10513,12 +9372,7 @@ rightBottom:右边考下</p></td>
|
|
|
10513
9372
|
<td class="type">
|
|
10514
9373
|
|
|
10515
9374
|
|
|
10516
|
-
<span class="param-type">
|
|
10517
|
-
|
|
10518
|
-
Boolean
|
|
10519
|
-
|
|
10520
|
-
</span>
|
|
10521
|
-
|
|
9375
|
+
<span class="param-type">Boolean</span>
|
|
10522
9376
|
|
|
10523
9377
|
|
|
10524
9378
|
|
|
@@ -10555,12 +9409,7 @@ rightBottom:右边考下</p></td>
|
|
|
10555
9409
|
<td class="type">
|
|
10556
9410
|
|
|
10557
9411
|
|
|
10558
|
-
<span class="param-type">
|
|
10559
|
-
|
|
10560
|
-
String
|
|
10561
|
-
|
|
10562
|
-
</span>
|
|
10563
|
-
|
|
9412
|
+
<span class="param-type">String</span>
|
|
10564
9413
|
|
|
10565
9414
|
|
|
10566
9415
|
|
|
@@ -10597,12 +9446,7 @@ rightBottom:右边考下</p></td>
|
|
|
10597
9446
|
<td class="type">
|
|
10598
9447
|
|
|
10599
9448
|
|
|
10600
|
-
<span class="param-type">
|
|
10601
|
-
|
|
10602
|
-
Material
|
|
10603
|
-
|
|
10604
|
-
</span>
|
|
10605
|
-
|
|
9449
|
+
<span class="param-type">Material</span>
|
|
10606
9450
|
|
|
10607
9451
|
|
|
10608
9452
|
|
|
@@ -10637,12 +9481,7 @@ rightBottom:右边考下</p></td>
|
|
|
10637
9481
|
<td class="type">
|
|
10638
9482
|
|
|
10639
9483
|
|
|
10640
|
-
<span class="param-type">
|
|
10641
|
-
|
|
10642
|
-
Boolean
|
|
10643
|
-
|
|
10644
|
-
</span>
|
|
10645
|
-
|
|
9484
|
+
<span class="param-type">Boolean</span>
|
|
10646
9485
|
|
|
10647
9486
|
|
|
10648
9487
|
|
|
@@ -10776,12 +9615,7 @@ rightBottom:右边考下</p></td>
|
|
|
10776
9615
|
<td class="type">
|
|
10777
9616
|
|
|
10778
9617
|
|
|
10779
|
-
<span class="param-type">
|
|
10780
|
-
|
|
10781
|
-
String
|
|
10782
|
-
|
|
10783
|
-
</span>
|
|
10784
|
-
|
|
9618
|
+
<span class="param-type">String</span>
|
|
10785
9619
|
|
|
10786
9620
|
|
|
10787
9621
|
|
|
@@ -10818,12 +9652,7 @@ rightBottom:右边考下</p></td>
|
|
|
10818
9652
|
<td class="type">
|
|
10819
9653
|
|
|
10820
9654
|
|
|
10821
|
-
<span class="param-type">
|
|
10822
|
-
|
|
10823
|
-
Number
|
|
10824
|
-
|
|
10825
|
-
</span>
|
|
10826
|
-
|
|
9655
|
+
<span class="param-type">Number</span>
|
|
10827
9656
|
|
|
10828
9657
|
|
|
10829
9658
|
|
|
@@ -10860,12 +9689,7 @@ rightBottom:右边考下</p></td>
|
|
|
10860
9689
|
<td class="type">
|
|
10861
9690
|
|
|
10862
9691
|
|
|
10863
|
-
<span class="param-type">
|
|
10864
|
-
|
|
10865
|
-
Number
|
|
10866
|
-
|
|
10867
|
-
</span>
|
|
10868
|
-
|
|
9692
|
+
<span class="param-type">Number</span>
|
|
10869
9693
|
|
|
10870
9694
|
|
|
10871
9695
|
|
|
@@ -10902,12 +9726,7 @@ rightBottom:右边考下</p></td>
|
|
|
10902
9726
|
<td class="type">
|
|
10903
9727
|
|
|
10904
9728
|
|
|
10905
|
-
<span class="param-type">
|
|
10906
|
-
|
|
10907
|
-
Number
|
|
10908
|
-
|
|
10909
|
-
</span>
|
|
10910
|
-
|
|
9729
|
+
<span class="param-type">Number</span>
|
|
10911
9730
|
|
|
10912
9731
|
|
|
10913
9732
|
|
|
@@ -10944,12 +9763,7 @@ rightBottom:右边考下</p></td>
|
|
|
10944
9763
|
<td class="type">
|
|
10945
9764
|
|
|
10946
9765
|
|
|
10947
|
-
<span class="param-type">
|
|
10948
|
-
|
|
10949
|
-
Number
|
|
10950
|
-
|
|
10951
|
-
</span>
|
|
10952
|
-
|
|
9766
|
+
<span class="param-type">Number</span>
|
|
10953
9767
|
|
|
10954
9768
|
|
|
10955
9769
|
|
|
@@ -10986,12 +9800,7 @@ rightBottom:右边考下</p></td>
|
|
|
10986
9800
|
<td class="type">
|
|
10987
9801
|
|
|
10988
9802
|
|
|
10989
|
-
<span class="param-type">
|
|
10990
|
-
|
|
10991
|
-
Number
|
|
10992
|
-
|
|
10993
|
-
</span>
|
|
10994
|
-
|
|
9803
|
+
<span class="param-type">Number</span>
|
|
10995
9804
|
|
|
10996
9805
|
|
|
10997
9806
|
|
|
@@ -11028,12 +9837,7 @@ rightBottom:右边考下</p></td>
|
|
|
11028
9837
|
<td class="type">
|
|
11029
9838
|
|
|
11030
9839
|
|
|
11031
|
-
<span class="param-type">
|
|
11032
|
-
|
|
11033
|
-
Number
|
|
11034
|
-
|
|
11035
|
-
</span>
|
|
11036
|
-
|
|
9840
|
+
<span class="param-type">Number</span>
|
|
11037
9841
|
|
|
11038
9842
|
|
|
11039
9843
|
|
|
@@ -11070,12 +9874,7 @@ rightBottom:右边考下</p></td>
|
|
|
11070
9874
|
<td class="type">
|
|
11071
9875
|
|
|
11072
9876
|
|
|
11073
|
-
<span class="param-type">
|
|
11074
|
-
|
|
11075
|
-
Boolean
|
|
11076
|
-
|
|
11077
|
-
</span>
|
|
11078
|
-
|
|
9877
|
+
<span class="param-type">Boolean</span>
|
|
11079
9878
|
|
|
11080
9879
|
|
|
11081
9880
|
|
|
@@ -11112,12 +9911,7 @@ rightBottom:右边考下</p></td>
|
|
|
11112
9911
|
<td class="type">
|
|
11113
9912
|
|
|
11114
9913
|
|
|
11115
|
-
<span class="param-type">
|
|
11116
|
-
|
|
11117
|
-
Number
|
|
11118
|
-
|
|
11119
|
-
</span>
|
|
11120
|
-
|
|
9914
|
+
<span class="param-type">Number</span>
|
|
11121
9915
|
|
|
11122
9916
|
|
|
11123
9917
|
|
|
@@ -11253,12 +10047,7 @@ rightBottom:右边考下</p></td>
|
|
|
11253
10047
|
<td class="type">
|
|
11254
10048
|
|
|
11255
10049
|
|
|
11256
|
-
<span class="param-type">
|
|
11257
|
-
|
|
11258
|
-
Number
|
|
11259
|
-
|
|
11260
|
-
</span>
|
|
11261
|
-
|
|
10050
|
+
<span class="param-type">Number</span>
|
|
11262
10051
|
|
|
11263
10052
|
|
|
11264
10053
|
|
|
@@ -11293,12 +10082,7 @@ rightBottom:右边考下</p></td>
|
|
|
11293
10082
|
<td class="type">
|
|
11294
10083
|
|
|
11295
10084
|
|
|
11296
|
-
<span class="param-type">
|
|
11297
|
-
|
|
11298
|
-
Number
|
|
11299
|
-
|
|
11300
|
-
</span>
|
|
11301
|
-
|
|
10085
|
+
<span class="param-type">Number</span>
|
|
11302
10086
|
|
|
11303
10087
|
|
|
11304
10088
|
|
|
@@ -11333,12 +10117,7 @@ rightBottom:右边考下</p></td>
|
|
|
11333
10117
|
<td class="type">
|
|
11334
10118
|
|
|
11335
10119
|
|
|
11336
|
-
<span class="param-type">
|
|
11337
|
-
|
|
11338
|
-
Number
|
|
11339
|
-
|
|
11340
|
-
</span>
|
|
11341
|
-
|
|
10120
|
+
<span class="param-type">Number</span>
|
|
11342
10121
|
|
|
11343
10122
|
|
|
11344
10123
|
|
|
@@ -11373,12 +10152,7 @@ rightBottom:右边考下</p></td>
|
|
|
11373
10152
|
<td class="type">
|
|
11374
10153
|
|
|
11375
10154
|
|
|
11376
|
-
<span class="param-type">
|
|
11377
|
-
|
|
11378
|
-
Number
|
|
11379
|
-
|
|
11380
|
-
</span>
|
|
11381
|
-
|
|
10155
|
+
<span class="param-type">Number</span>
|
|
11382
10156
|
|
|
11383
10157
|
|
|
11384
10158
|
|
|
@@ -11413,12 +10187,7 @@ rightBottom:右边考下</p></td>
|
|
|
11413
10187
|
<td class="type">
|
|
11414
10188
|
|
|
11415
10189
|
|
|
11416
|
-
<span class="param-type">
|
|
11417
|
-
|
|
11418
|
-
Number
|
|
11419
|
-
|
|
11420
|
-
</span>
|
|
11421
|
-
|
|
10190
|
+
<span class="param-type">Number</span>
|
|
11422
10191
|
|
|
11423
10192
|
|
|
11424
10193
|
|
|
@@ -11453,12 +10222,7 @@ rightBottom:右边考下</p></td>
|
|
|
11453
10222
|
<td class="type">
|
|
11454
10223
|
|
|
11455
10224
|
|
|
11456
|
-
<span class="param-type">
|
|
11457
|
-
|
|
11458
|
-
Number
|
|
11459
|
-
|
|
11460
|
-
</span>
|
|
11461
|
-
|
|
10225
|
+
<span class="param-type">Number</span>
|
|
11462
10226
|
|
|
11463
10227
|
|
|
11464
10228
|
|
|
@@ -11493,12 +10257,7 @@ rightBottom:右边考下</p></td>
|
|
|
11493
10257
|
<td class="type">
|
|
11494
10258
|
|
|
11495
10259
|
|
|
11496
|
-
<span class="param-type">
|
|
11497
|
-
|
|
11498
|
-
Number
|
|
11499
|
-
|
|
11500
|
-
</span>
|
|
11501
|
-
|
|
10260
|
+
<span class="param-type">Number</span>
|
|
11502
10261
|
|
|
11503
10262
|
|
|
11504
10263
|
|
|
@@ -11535,19 +10294,10 @@ rightBottom:右边考下</p></td>
|
|
|
11535
10294
|
<td class="type">
|
|
11536
10295
|
|
|
11537
10296
|
|
|
11538
|
-
<span class="param-type">
|
|
11539
|
-
|
|
11540
|
-
String
|
|
11541
|
-
|
|
11542
|
-
</span>
|
|
10297
|
+
<span class="param-type">String</span>
|
|
11543
10298
|
|
|
|
11544
10299
|
|
|
11545
|
-
<span class="param-type">
|
|
11546
|
-
|
|
11547
|
-
Cesium.Color
|
|
11548
|
-
|
|
11549
|
-
</span>
|
|
11550
|
-
|
|
10300
|
+
<span class="param-type">Cesium.Color</span>
|
|
11551
10301
|
|
|
11552
10302
|
|
|
11553
10303
|
|
|
@@ -11584,12 +10334,7 @@ rightBottom:右边考下</p></td>
|
|
|
11584
10334
|
<td class="type">
|
|
11585
10335
|
|
|
11586
10336
|
|
|
11587
|
-
<span class="param-type">
|
|
11588
|
-
|
|
11589
|
-
Boolean
|
|
11590
|
-
|
|
11591
|
-
</span>
|
|
11592
|
-
|
|
10337
|
+
<span class="param-type">Boolean</span>
|
|
11593
10338
|
|
|
11594
10339
|
|
|
11595
10340
|
|
|
@@ -11626,12 +10371,7 @@ rightBottom:右边考下</p></td>
|
|
|
11626
10371
|
<td class="type">
|
|
11627
10372
|
|
|
11628
10373
|
|
|
11629
|
-
<span class="param-type">
|
|
11630
|
-
|
|
11631
|
-
String
|
|
11632
|
-
|
|
11633
|
-
</span>
|
|
11634
|
-
|
|
10374
|
+
<span class="param-type">String</span>
|
|
11635
10375
|
|
|
11636
10376
|
|
|
11637
10377
|
|
|
@@ -11668,12 +10408,7 @@ rightBottom:右边考下</p></td>
|
|
|
11668
10408
|
<td class="type">
|
|
11669
10409
|
|
|
11670
10410
|
|
|
11671
|
-
<span class="param-type">
|
|
11672
|
-
|
|
11673
|
-
Material
|
|
11674
|
-
|
|
11675
|
-
</span>
|
|
11676
|
-
|
|
10411
|
+
<span class="param-type">Material</span>
|
|
11677
10412
|
|
|
11678
10413
|
|
|
11679
10414
|
|
|
@@ -11708,12 +10443,7 @@ rightBottom:右边考下</p></td>
|
|
|
11708
10443
|
<td class="type">
|
|
11709
10444
|
|
|
11710
10445
|
|
|
11711
|
-
<span class="param-type">
|
|
11712
|
-
|
|
11713
|
-
Boolean
|
|
11714
|
-
|
|
11715
|
-
</span>
|
|
11716
|
-
|
|
10446
|
+
<span class="param-type">Boolean</span>
|
|
11717
10447
|
|
|
11718
10448
|
|
|
11719
10449
|
|
|
@@ -11849,12 +10579,7 @@ rightBottom:右边考下</p></td>
|
|
|
11849
10579
|
<td class="type">
|
|
11850
10580
|
|
|
11851
10581
|
|
|
11852
|
-
<span class="param-type">
|
|
11853
|
-
|
|
11854
|
-
Cesium.Color
|
|
11855
|
-
|
|
11856
|
-
</span>
|
|
11857
|
-
|
|
10582
|
+
<span class="param-type">Cesium.Color</span>
|
|
11858
10583
|
|
|
11859
10584
|
|
|
11860
10585
|
|
|
@@ -11891,12 +10616,7 @@ rightBottom:右边考下</p></td>
|
|
|
11891
10616
|
<td class="type">
|
|
11892
10617
|
|
|
11893
10618
|
|
|
11894
|
-
<span class="param-type">
|
|
11895
|
-
|
|
11896
|
-
Number
|
|
11897
|
-
|
|
11898
|
-
</span>
|
|
11899
|
-
|
|
10619
|
+
<span class="param-type">Number</span>
|
|
11900
10620
|
|
|
11901
10621
|
|
|
11902
10622
|
|
|
@@ -11933,12 +10653,7 @@ rightBottom:右边考下</p></td>
|
|
|
11933
10653
|
<td class="type">
|
|
11934
10654
|
|
|
11935
10655
|
|
|
11936
|
-
<span class="param-type">
|
|
11937
|
-
|
|
11938
|
-
Number
|
|
11939
|
-
|
|
11940
|
-
</span>
|
|
11941
|
-
|
|
10656
|
+
<span class="param-type">Number</span>
|
|
11942
10657
|
|
|
11943
10658
|
|
|
11944
10659
|
|
|
@@ -11973,12 +10688,7 @@ rightBottom:右边考下</p></td>
|
|
|
11973
10688
|
<td class="type">
|
|
11974
10689
|
|
|
11975
10690
|
|
|
11976
|
-
<span class="param-type">
|
|
11977
|
-
|
|
11978
|
-
Boolean
|
|
11979
|
-
|
|
11980
|
-
</span>
|
|
11981
|
-
|
|
10691
|
+
<span class="param-type">Boolean</span>
|
|
11982
10692
|
|
|
11983
10693
|
|
|
11984
10694
|
|
|
@@ -12015,12 +10725,7 @@ rightBottom:右边考下</p></td>
|
|
|
12015
10725
|
<td class="type">
|
|
12016
10726
|
|
|
12017
10727
|
|
|
12018
|
-
<span class="param-type">
|
|
12019
|
-
|
|
12020
|
-
Number
|
|
12021
|
-
|
|
12022
|
-
</span>
|
|
12023
|
-
|
|
10728
|
+
<span class="param-type">Number</span>
|
|
12024
10729
|
|
|
12025
10730
|
|
|
12026
10731
|
|
|
@@ -12057,12 +10762,7 @@ rightBottom:右边考下</p></td>
|
|
|
12057
10762
|
<td class="type">
|
|
12058
10763
|
|
|
12059
10764
|
|
|
12060
|
-
<span class="param-type">
|
|
12061
|
-
|
|
12062
|
-
Boolean
|
|
12063
|
-
|
|
12064
|
-
</span>
|
|
12065
|
-
|
|
10765
|
+
<span class="param-type">Boolean</span>
|
|
12066
10766
|
|
|
12067
10767
|
|
|
12068
10768
|
|
|
@@ -12099,12 +10799,7 @@ rightBottom:右边考下</p></td>
|
|
|
12099
10799
|
<td class="type">
|
|
12100
10800
|
|
|
12101
10801
|
|
|
12102
|
-
<span class="param-type">
|
|
12103
|
-
|
|
12104
|
-
Boolean
|
|
12105
|
-
|
|
12106
|
-
</span>
|
|
12107
|
-
|
|
10802
|
+
<span class="param-type">Boolean</span>
|
|
12108
10803
|
|
|
12109
10804
|
|
|
12110
10805
|
|
|
@@ -12141,12 +10836,7 @@ rightBottom:右边考下</p></td>
|
|
|
12141
10836
|
<td class="type">
|
|
12142
10837
|
|
|
12143
10838
|
|
|
12144
|
-
<span class="param-type">
|
|
12145
|
-
|
|
12146
|
-
ArcType
|
|
12147
|
-
|
|
12148
|
-
</span>
|
|
12149
|
-
|
|
10839
|
+
<span class="param-type">ArcType</span>
|
|
12150
10840
|
|
|
12151
10841
|
|
|
12152
10842
|
|
|
@@ -12183,12 +10873,7 @@ rightBottom:右边考下</p></td>
|
|
|
12183
10873
|
<td class="type">
|
|
12184
10874
|
|
|
12185
10875
|
|
|
12186
|
-
<span class="param-type">
|
|
12187
|
-
|
|
12188
|
-
Boolean
|
|
12189
|
-
|
|
12190
|
-
</span>
|
|
12191
|
-
|
|
10876
|
+
<span class="param-type">Boolean</span>
|
|
12192
10877
|
|
|
12193
10878
|
|
|
12194
10879
|
|
|
@@ -12225,12 +10910,7 @@ rightBottom:右边考下</p></td>
|
|
|
12225
10910
|
<td class="type">
|
|
12226
10911
|
|
|
12227
10912
|
|
|
12228
|
-
<span class="param-type">
|
|
12229
|
-
|
|
12230
|
-
String
|
|
12231
|
-
|
|
12232
|
-
</span>
|
|
12233
|
-
|
|
10913
|
+
<span class="param-type">String</span>
|
|
12234
10914
|
|
|
12235
10915
|
|
|
12236
10916
|
|
|
@@ -12267,12 +10947,7 @@ rightBottom:右边考下</p></td>
|
|
|
12267
10947
|
<td class="type">
|
|
12268
10948
|
|
|
12269
10949
|
|
|
12270
|
-
<span class="param-type">
|
|
12271
|
-
|
|
12272
|
-
Material
|
|
12273
|
-
|
|
12274
|
-
</span>
|
|
12275
|
-
|
|
10950
|
+
<span class="param-type">Material</span>
|
|
12276
10951
|
|
|
12277
10952
|
|
|
12278
10953
|
|
|
@@ -12307,12 +10982,7 @@ rightBottom:右边考下</p></td>
|
|
|
12307
10982
|
<td class="type">
|
|
12308
10983
|
|
|
12309
10984
|
|
|
12310
|
-
<span class="param-type">
|
|
12311
|
-
|
|
12312
|
-
Boolean
|
|
12313
|
-
|
|
12314
|
-
</span>
|
|
12315
|
-
|
|
10985
|
+
<span class="param-type">Boolean</span>
|
|
12316
10986
|
|
|
12317
10987
|
|
|
12318
10988
|
|
|
@@ -12347,12 +11017,7 @@ rightBottom:右边考下</p></td>
|
|
|
12347
11017
|
<td class="type">
|
|
12348
11018
|
|
|
12349
11019
|
|
|
12350
|
-
<span class="param-type">
|
|
12351
|
-
|
|
12352
|
-
Number
|
|
12353
|
-
|
|
12354
|
-
</span>
|
|
12355
|
-
|
|
11020
|
+
<span class="param-type">Number</span>
|
|
12356
11021
|
|
|
12357
11022
|
|
|
12358
11023
|
|
|
@@ -12486,12 +11151,7 @@ rightBottom:右边考下</p></td>
|
|
|
12486
11151
|
<td class="type">
|
|
12487
11152
|
|
|
12488
11153
|
|
|
12489
|
-
<span class="param-type">
|
|
12490
|
-
|
|
12491
|
-
String
|
|
12492
|
-
|
|
12493
|
-
</span>
|
|
12494
|
-
|
|
11154
|
+
<span class="param-type">String</span>
|
|
12495
11155
|
|
|
12496
11156
|
|
|
12497
11157
|
|
|
@@ -12528,12 +11188,7 @@ rightBottom:右边考下</p></td>
|
|
|
12528
11188
|
<td class="type">
|
|
12529
11189
|
|
|
12530
11190
|
|
|
12531
|
-
<span class="param-type">
|
|
12532
|
-
|
|
12533
|
-
String
|
|
12534
|
-
|
|
12535
|
-
</span>
|
|
12536
|
-
|
|
11191
|
+
<span class="param-type">String</span>
|
|
12537
11192
|
|
|
12538
11193
|
|
|
12539
11194
|
|
|
@@ -12570,12 +11225,7 @@ rightBottom:右边考下</p></td>
|
|
|
12570
11225
|
<td class="type">
|
|
12571
11226
|
|
|
12572
11227
|
|
|
12573
|
-
<span class="param-type">
|
|
12574
|
-
|
|
12575
|
-
String
|
|
12576
|
-
|
|
12577
|
-
</span>
|
|
12578
|
-
|
|
11228
|
+
<span class="param-type">String</span>
|
|
12579
11229
|
|
|
12580
11230
|
|
|
12581
11231
|
|
|
@@ -12612,12 +11262,7 @@ rightBottom:右边考下</p></td>
|
|
|
12612
11262
|
<td class="type">
|
|
12613
11263
|
|
|
12614
11264
|
|
|
12615
|
-
<span class="param-type">
|
|
12616
|
-
|
|
12617
|
-
String
|
|
12618
|
-
|
|
12619
|
-
</span>
|
|
12620
|
-
|
|
11265
|
+
<span class="param-type">String</span>
|
|
12621
11266
|
|
|
12622
11267
|
|
|
12623
11268
|
|
|
@@ -12654,12 +11299,7 @@ rightBottom:右边考下</p></td>
|
|
|
12654
11299
|
<td class="type">
|
|
12655
11300
|
|
|
12656
11301
|
|
|
12657
|
-
<span class="param-type">
|
|
12658
|
-
|
|
12659
|
-
String
|
|
12660
|
-
|
|
12661
|
-
</span>
|
|
12662
|
-
|
|
11302
|
+
<span class="param-type">String</span>
|
|
12663
11303
|
|
|
12664
11304
|
|
|
12665
11305
|
|
|
@@ -12696,12 +11336,7 @@ rightBottom:右边考下</p></td>
|
|
|
12696
11336
|
<td class="type">
|
|
12697
11337
|
|
|
12698
11338
|
|
|
12699
|
-
<span class="param-type">
|
|
12700
|
-
|
|
12701
|
-
String
|
|
12702
|
-
|
|
12703
|
-
</span>
|
|
12704
|
-
|
|
11339
|
+
<span class="param-type">String</span>
|
|
12705
11340
|
|
|
12706
11341
|
|
|
12707
11342
|
|
|
@@ -12738,12 +11373,7 @@ rightBottom:右边考下</p></td>
|
|
|
12738
11373
|
<td class="type">
|
|
12739
11374
|
|
|
12740
11375
|
|
|
12741
|
-
<span class="param-type">
|
|
12742
|
-
|
|
12743
|
-
String
|
|
12744
|
-
|
|
12745
|
-
</span>
|
|
12746
|
-
|
|
11376
|
+
<span class="param-type">String</span>
|
|
12747
11377
|
|
|
12748
11378
|
|
|
12749
11379
|
|
|
@@ -12780,12 +11410,7 @@ rightBottom:右边考下</p></td>
|
|
|
12780
11410
|
<td class="type">
|
|
12781
11411
|
|
|
12782
11412
|
|
|
12783
|
-
<span class="param-type">
|
|
12784
|
-
|
|
12785
|
-
String
|
|
12786
|
-
|
|
12787
|
-
</span>
|
|
12788
|
-
|
|
11413
|
+
<span class="param-type">String</span>
|
|
12789
11414
|
|
|
12790
11415
|
|
|
12791
11416
|
|
|
@@ -12822,12 +11447,7 @@ rightBottom:右边考下</p></td>
|
|
|
12822
11447
|
<td class="type">
|
|
12823
11448
|
|
|
12824
11449
|
|
|
12825
|
-
<span class="param-type">
|
|
12826
|
-
|
|
12827
|
-
String
|
|
12828
|
-
|
|
12829
|
-
</span>
|
|
12830
|
-
|
|
11450
|
+
<span class="param-type">String</span>
|
|
12831
11451
|
|
|
12832
11452
|
|
|
12833
11453
|
|
|
@@ -12864,12 +11484,7 @@ rightBottom:右边考下</p></td>
|
|
|
12864
11484
|
<td class="type">
|
|
12865
11485
|
|
|
12866
11486
|
|
|
12867
|
-
<span class="param-type">
|
|
12868
|
-
|
|
12869
|
-
String
|
|
12870
|
-
|
|
12871
|
-
</span>
|
|
12872
|
-
|
|
11487
|
+
<span class="param-type">String</span>
|
|
12873
11488
|
|
|
12874
11489
|
|
|
12875
11490
|
|
|
@@ -12906,12 +11521,7 @@ rightBottom:右边考下</p></td>
|
|
|
12906
11521
|
<td class="type">
|
|
12907
11522
|
|
|
12908
11523
|
|
|
12909
|
-
<span class="param-type">
|
|
12910
|
-
|
|
12911
|
-
String
|
|
12912
|
-
|
|
12913
|
-
</span>
|
|
12914
|
-
|
|
11524
|
+
<span class="param-type">String</span>
|
|
12915
11525
|
|
|
12916
11526
|
|
|
12917
11527
|
|
|
@@ -12948,12 +11558,7 @@ rightBottom:右边考下</p></td>
|
|
|
12948
11558
|
<td class="type">
|
|
12949
11559
|
|
|
12950
11560
|
|
|
12951
|
-
<span class="param-type">
|
|
12952
|
-
|
|
12953
|
-
String
|
|
12954
|
-
|
|
12955
|
-
</span>
|
|
12956
|
-
|
|
11561
|
+
<span class="param-type">String</span>
|
|
12957
11562
|
|
|
12958
11563
|
|
|
12959
11564
|
|
|
@@ -12990,12 +11595,7 @@ rightBottom:右边考下</p></td>
|
|
|
12990
11595
|
<td class="type">
|
|
12991
11596
|
|
|
12992
11597
|
|
|
12993
|
-
<span class="param-type">
|
|
12994
|
-
|
|
12995
|
-
String
|
|
12996
|
-
|
|
12997
|
-
</span>
|
|
12998
|
-
|
|
11598
|
+
<span class="param-type">String</span>
|
|
12999
11599
|
|
|
13000
11600
|
|
|
13001
11601
|
|
|
@@ -13032,12 +11632,7 @@ rightBottom:右边考下</p></td>
|
|
|
13032
11632
|
<td class="type">
|
|
13033
11633
|
|
|
13034
11634
|
|
|
13035
|
-
<span class="param-type">
|
|
13036
|
-
|
|
13037
|
-
String
|
|
13038
|
-
|
|
13039
|
-
</span>
|
|
13040
|
-
|
|
11635
|
+
<span class="param-type">String</span>
|
|
13041
11636
|
|
|
13042
11637
|
|
|
13043
11638
|
|
|
@@ -13074,12 +11669,7 @@ rightBottom:右边考下</p></td>
|
|
|
13074
11669
|
<td class="type">
|
|
13075
11670
|
|
|
13076
11671
|
|
|
13077
|
-
<span class="param-type">
|
|
13078
|
-
|
|
13079
|
-
String
|
|
13080
|
-
|
|
13081
|
-
</span>
|
|
13082
|
-
|
|
11672
|
+
<span class="param-type">String</span>
|
|
13083
11673
|
|
|
13084
11674
|
|
|
13085
11675
|
|
|
@@ -13215,19 +11805,10 @@ rightBottom:右边考下</p></td>
|
|
|
13215
11805
|
<td class="type">
|
|
13216
11806
|
|
|
13217
11807
|
|
|
13218
|
-
<span class="param-type">
|
|
13219
|
-
|
|
13220
|
-
String
|
|
13221
|
-
|
|
13222
|
-
</span>
|
|
11808
|
+
<span class="param-type">String</span>
|
|
13223
11809
|
|
|
|
13224
11810
|
|
|
13225
|
-
<span class="param-type">
|
|
13226
|
-
|
|
13227
|
-
Cesium.Color
|
|
13228
|
-
|
|
13229
|
-
</span>
|
|
13230
|
-
|
|
11811
|
+
<span class="param-type">Cesium.Color</span>
|
|
13231
11812
|
|
|
13232
11813
|
|
|
13233
11814
|
|
|
@@ -13264,12 +11845,7 @@ rightBottom:右边考下</p></td>
|
|
|
13264
11845
|
<td class="type">
|
|
13265
11846
|
|
|
13266
11847
|
|
|
13267
|
-
<span class="param-type">
|
|
13268
|
-
|
|
13269
|
-
Number
|
|
13270
|
-
|
|
13271
|
-
</span>
|
|
13272
|
-
|
|
11848
|
+
<span class="param-type">Number</span>
|
|
13273
11849
|
|
|
13274
11850
|
|
|
13275
11851
|
|
|
@@ -13306,12 +11882,7 @@ rightBottom:右边考下</p></td>
|
|
|
13306
11882
|
<td class="type">
|
|
13307
11883
|
|
|
13308
11884
|
|
|
13309
|
-
<span class="param-type">
|
|
13310
|
-
|
|
13311
|
-
Number
|
|
13312
|
-
|
|
13313
|
-
</span>
|
|
13314
|
-
|
|
11885
|
+
<span class="param-type">Number</span>
|
|
13315
11886
|
|
|
13316
11887
|
|
|
13317
11888
|
|
|
@@ -13346,12 +11917,7 @@ rightBottom:右边考下</p></td>
|
|
|
13346
11917
|
<td class="type">
|
|
13347
11918
|
|
|
13348
11919
|
|
|
13349
|
-
<span class="param-type">
|
|
13350
|
-
|
|
13351
|
-
Boolean
|
|
13352
|
-
|
|
13353
|
-
</span>
|
|
13354
|
-
|
|
11920
|
+
<span class="param-type">Boolean</span>
|
|
13355
11921
|
|
|
13356
11922
|
|
|
13357
11923
|
|
|
@@ -13388,12 +11954,7 @@ rightBottom:右边考下</p></td>
|
|
|
13388
11954
|
<td class="type">
|
|
13389
11955
|
|
|
13390
11956
|
|
|
13391
|
-
<span class="param-type">
|
|
13392
|
-
|
|
13393
|
-
Boolean
|
|
13394
|
-
|
|
13395
|
-
</span>
|
|
13396
|
-
|
|
11957
|
+
<span class="param-type">Boolean</span>
|
|
13397
11958
|
|
|
13398
11959
|
|
|
13399
11960
|
|
|
@@ -13430,12 +11991,7 @@ rightBottom:右边考下</p></td>
|
|
|
13430
11991
|
<td class="type">
|
|
13431
11992
|
|
|
13432
11993
|
|
|
13433
|
-
<span class="param-type">
|
|
13434
|
-
|
|
13435
|
-
String
|
|
13436
|
-
|
|
13437
|
-
</span>
|
|
13438
|
-
|
|
11994
|
+
<span class="param-type">String</span>
|
|
13439
11995
|
|
|
13440
11996
|
|
|
13441
11997
|
|
|
@@ -13472,12 +12028,7 @@ rightBottom:右边考下</p></td>
|
|
|
13472
12028
|
<td class="type">
|
|
13473
12029
|
|
|
13474
12030
|
|
|
13475
|
-
<span class="param-type">
|
|
13476
|
-
|
|
13477
|
-
Material
|
|
13478
|
-
|
|
13479
|
-
</span>
|
|
13480
|
-
|
|
12031
|
+
<span class="param-type">Material</span>
|
|
13481
12032
|
|
|
13482
12033
|
|
|
13483
12034
|
|
|
@@ -13512,12 +12063,7 @@ rightBottom:右边考下</p></td>
|
|
|
13512
12063
|
<td class="type">
|
|
13513
12064
|
|
|
13514
12065
|
|
|
13515
|
-
<span class="param-type">
|
|
13516
|
-
|
|
13517
|
-
Boolean
|
|
13518
|
-
|
|
13519
|
-
</span>
|
|
13520
|
-
|
|
12066
|
+
<span class="param-type">Boolean</span>
|
|
13521
12067
|
|
|
13522
12068
|
|
|
13523
12069
|
|
|
@@ -13598,73 +12144,7 @@ rightBottom:右边考下</p></td>
|
|
|
13598
12144
|
|
|
13599
12145
|
<div class='vertical-section'>
|
|
13600
12146
|
<h3 id='function'>方法</h3>
|
|
13601
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
13602
12147
|
<div class="members">
|
|
13603
|
-
<div class="table-container">
|
|
13604
|
-
<table class="params table">
|
|
13605
|
-
<thead>
|
|
13606
|
-
<tr>
|
|
13607
|
-
<th>名称</th>
|
|
13608
|
-
<th>返回值类型</th>
|
|
13609
|
-
<th>描述</th>
|
|
13610
|
-
</tr>
|
|
13611
|
-
</thead>
|
|
13612
|
-
<tbody>
|
|
13613
|
-
|
|
13614
|
-
<tr class="deep-level-0">
|
|
13615
|
-
<td class="name"><code><a href="#creatstyle">creatstyle</a></code></td>
|
|
13616
|
-
<td class="name">
|
|
13617
|
-
<code>
|
|
13618
|
-
|
|
13619
|
-
</code>
|
|
13620
|
-
</td>
|
|
13621
|
-
<td class="name"><code><p>创建样式</p></code></td>
|
|
13622
|
-
</tr>
|
|
13623
|
-
|
|
13624
|
-
<tr class="deep-level-0">
|
|
13625
|
-
<td class="name"><code><a href="#pack">pack</a></code></td>
|
|
13626
|
-
<td class="name">
|
|
13627
|
-
<code>
|
|
13628
|
-
|
|
13629
|
-
|
|
13630
|
-
<span class="param-type">
|
|
13631
|
-
|
|
13632
|
-
Object
|
|
13633
|
-
|
|
13634
|
-
</span>
|
|
13635
|
-
|
|
13636
|
-
|
|
13637
|
-
|
|
13638
|
-
|
|
13639
|
-
</code>
|
|
13640
|
-
</td>
|
|
13641
|
-
<td class="name"><code><p>将Style对象转换成与cesium无关的对象</p></code></td>
|
|
13642
|
-
</tr>
|
|
13643
|
-
|
|
13644
|
-
<tr class="deep-level-0">
|
|
13645
|
-
<td class="name"><code><a href="#unpack">unpack</a></code></td>
|
|
13646
|
-
<td class="name">
|
|
13647
|
-
<code>
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
<span class="param-type">
|
|
13651
|
-
|
|
13652
|
-
<a link="Style.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Style" Style.html>Style</a>
|
|
13653
|
-
|
|
13654
|
-
</span>
|
|
13655
|
-
|
|
13656
|
-
|
|
13657
|
-
|
|
13658
|
-
|
|
13659
|
-
</code>
|
|
13660
|
-
</td>
|
|
13661
|
-
<td class="name"><code><p>将对象转换成Style类型的对象</p></code></td>
|
|
13662
|
-
</tr>
|
|
13663
|
-
|
|
13664
|
-
</tbody>
|
|
13665
|
-
</table>
|
|
13666
|
-
</div>
|
|
13667
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
13668
12148
|
|
|
13669
12149
|
<div class="member">
|
|
13670
12150
|
|
|
@@ -13677,7 +12157,7 @@ rightBottom:右边考下</p></td>
|
|
|
13677
12157
|
<span class='tag'>static</span>
|
|
13678
12158
|
|
|
13679
12159
|
|
|
13680
|
-
<span class="code-name"
|
|
12160
|
+
<span class="code-name" style="font-size:30px">
|
|
13681
12161
|
|
|
13682
12162
|
creatstyle<span class="signature">(type, options)</span>
|
|
13683
12163
|
|
|
@@ -13699,7 +12179,7 @@ rightBottom:右边考下</p></td>
|
|
|
13699
12179
|
|
|
13700
12180
|
|
|
13701
12181
|
|
|
13702
|
-
<h4
|
|
12182
|
+
<h4>参数:</h4>
|
|
13703
12183
|
|
|
13704
12184
|
<div class="table-container">
|
|
13705
12185
|
<table class="params table">
|
|
@@ -13729,12 +12209,7 @@ rightBottom:右边考下</p></td>
|
|
|
13729
12209
|
<td class="type">
|
|
13730
12210
|
|
|
13731
12211
|
|
|
13732
|
-
<span class="param-type">
|
|
13733
|
-
|
|
13734
|
-
String
|
|
13735
|
-
|
|
13736
|
-
</span>
|
|
13737
|
-
|
|
12212
|
+
<span class="param-type">String</span>
|
|
13738
12213
|
|
|
13739
12214
|
|
|
13740
12215
|
|
|
@@ -13758,12 +12233,7 @@ rightBottom:右边考下</p></td>
|
|
|
13758
12233
|
<td class="type">
|
|
13759
12234
|
|
|
13760
12235
|
|
|
13761
|
-
<span class="param-type">
|
|
13762
|
-
|
|
13763
|
-
Object
|
|
13764
|
-
|
|
13765
|
-
</span>
|
|
13766
|
-
|
|
12236
|
+
<span class="param-type">Object</span>
|
|
13767
12237
|
|
|
13768
12238
|
|
|
13769
12239
|
|
|
@@ -13855,7 +12325,7 @@ rightBottom:右边考下</p></td>
|
|
|
13855
12325
|
<span class='tag'>static</span>
|
|
13856
12326
|
|
|
13857
12327
|
|
|
13858
|
-
<span class="code-name"
|
|
12328
|
+
<span class="code-name" style="font-size:30px">
|
|
13859
12329
|
|
|
13860
12330
|
pack<span class="signature">()</span>
|
|
13861
12331
|
|
|
@@ -13933,7 +12403,7 @@ rightBottom:右边考下</p></td>
|
|
|
13933
12403
|
|
|
13934
12404
|
|
|
13935
12405
|
<div class='columns method-parameter'>
|
|
13936
|
-
<div class="column is-2"><label
|
|
12406
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
13937
12407
|
<div class="column is-10">
|
|
13938
12408
|
|
|
13939
12409
|
|
|
@@ -13944,12 +12414,7 @@ rightBottom:右边考下</p></td>
|
|
|
13944
12414
|
<div class='column is-5 has-text-left'>
|
|
13945
12415
|
<label>类型: </label>
|
|
13946
12416
|
|
|
13947
|
-
<span class="param-type">
|
|
13948
|
-
|
|
13949
|
-
Object
|
|
13950
|
-
|
|
13951
|
-
</span>
|
|
13952
|
-
|
|
12417
|
+
<span class="param-type">Object</span>
|
|
13953
12418
|
|
|
13954
12419
|
|
|
13955
12420
|
</div>
|
|
@@ -13986,7 +12451,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
13986
12451
|
<span class='tag'>static</span>
|
|
13987
12452
|
|
|
13988
12453
|
|
|
13989
|
-
<span class="code-name"
|
|
12454
|
+
<span class="code-name" style="font-size:30px">
|
|
13990
12455
|
|
|
13991
12456
|
unpack<span class="signature">(type, style)</span>
|
|
13992
12457
|
|
|
@@ -14008,7 +12473,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
14008
12473
|
|
|
14009
12474
|
|
|
14010
12475
|
|
|
14011
|
-
<h4
|
|
12476
|
+
<h4>参数:</h4>
|
|
14012
12477
|
|
|
14013
12478
|
<div class="table-container">
|
|
14014
12479
|
<table class="params table">
|
|
@@ -14038,12 +12503,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
14038
12503
|
<td class="type">
|
|
14039
12504
|
|
|
14040
12505
|
|
|
14041
|
-
<span class="param-type">
|
|
14042
|
-
|
|
14043
|
-
String
|
|
14044
|
-
|
|
14045
|
-
</span>
|
|
14046
|
-
|
|
12506
|
+
<span class="param-type">String</span>
|
|
14047
12507
|
|
|
14048
12508
|
|
|
14049
12509
|
|
|
@@ -14067,12 +12527,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
14067
12527
|
<td class="type">
|
|
14068
12528
|
|
|
14069
12529
|
|
|
14070
|
-
<span class="param-type">
|
|
14071
|
-
|
|
14072
|
-
Object
|
|
14073
|
-
|
|
14074
|
-
</span>
|
|
14075
|
-
|
|
12530
|
+
<span class="param-type">Object</span>
|
|
14076
12531
|
|
|
14077
12532
|
|
|
14078
12533
|
|
|
@@ -14147,7 +12602,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
14147
12602
|
|
|
14148
12603
|
|
|
14149
12604
|
<div class='columns method-parameter'>
|
|
14150
|
-
<div class="column is-2"><label
|
|
12605
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
14151
12606
|
<div class="column is-10">
|
|
14152
12607
|
|
|
14153
12608
|
|
|
@@ -14160,12 +12615,7 @@ var packedObject = options.pack();</code></pre>
|
|
|
14160
12615
|
<div class='column is-5 has-text-left'>
|
|
14161
12616
|
<label>类型: </label>
|
|
14162
12617
|
|
|
14163
|
-
<span class="param-type">
|
|
14164
|
-
|
|
14165
|
-
<a link="Style.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Style" Style.html>Style</a>
|
|
14166
|
-
|
|
14167
|
-
</span>
|
|
14168
|
-
|
|
12618
|
+
<span class="param-type"><a class="mapgis-link-name" title="Style" Style.html>Style</a></span>
|
|
14169
12619
|
|
|
14170
12620
|
|
|
14171
12621
|
</div>
|
|
@@ -14200,4 +12650,42 @@ var packedObject = Cesium.Style.unpack(options);</code></pre>
|
|
|
14200
12650
|
|
|
14201
12651
|
</article>
|
|
14202
12652
|
|
|
14203
|
-
</section>
|
|
12653
|
+
</section>
|
|
12654
|
+
|
|
12655
|
+
|
|
12656
|
+
|
|
12657
|
+
|
|
12658
|
+
</div>
|
|
12659
|
+
|
|
12660
|
+
<footer class="footer">
|
|
12661
|
+
<div class="content has-text-centered">
|
|
12662
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
12663
|
+
<p class="sidebar-created-by">
|
|
12664
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
12665
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
12666
|
+
</p>
|
|
12667
|
+
</div>
|
|
12668
|
+
</footer>
|
|
12669
|
+
|
|
12670
|
+
</div>
|
|
12671
|
+
<div id="side-nav" class="side-nav">
|
|
12672
|
+
<div style="margin-bottom: 10px;">
|
|
12673
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
12674
|
+
</div>
|
|
12675
|
+
<div style="margin-bottom: 10px;">
|
|
12676
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
12677
|
+
</div>
|
|
12678
|
+
<div style="margin-bottom: 10px;">
|
|
12679
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
12680
|
+
</div>
|
|
12681
|
+
<div>
|
|
12682
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
12683
|
+
</div>
|
|
12684
|
+
</div>
|
|
12685
|
+
</div>
|
|
12686
|
+
<script src="scripts/linenumber.js"> </script>
|
|
12687
|
+
|
|
12688
|
+
<script src="scripts/search.js"> </script>
|
|
12689
|
+
|
|
12690
|
+
</body>
|
|
12691
|
+
</html>
|