@mapgis/webclient-cesium-plugin 17.2.6 → 17.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/es5/webclient-cesium-plugin.min.js +1 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +1 -1
- package/documention/AlgorithmLib.html +410 -1282
- package/documention/AngulationTool.html +244 -194
- package/documention/AnimationTool.html +398 -1376
- package/documention/CesiumHeatmap.html +307 -560
- package/documention/CesiumTerrainProvider.html +226 -8
- package/documention/CircleWaveMaterialProperty.html +231 -38
- package/documention/CollisionDetectionByRender.html +263 -422
- package/documention/CuttingTool.html +292 -461
- package/documention/Deferred.html +226 -8
- package/documention/DrawElement.html +252 -190
- package/documention/DrawTool.html +253 -191
- package/documention/EditTool.html +247 -249
- package/documention/FloodAnalysisReflection.html +243 -229
- package/documention/GlobeIndependentTranslucency.html +236 -246
- package/documention/Graphic.html +300 -939
- package/documention/GraphicsLayer.html +332 -832
- package/documention/HeightLimited.html +237 -134
- package/documention/ISSceneLayerUtil.html +246 -149
- package/documention/KeyboardCameraController.html +244 -285
- package/documention/MeasureAreaTool.html +256 -188
- package/documention/MeasureLengthTool.html +278 -421
- package/documention/MeasureSlopeTool.html +246 -206
- package/documention/ModelEditor.html +232 -44
- package/documention/ModelFilterTool.html +242 -130
- package/documention/ModelTransformTool.html +310 -504
- package/documention/PolylineTrailLinkMaterialProperty.html +233 -50
- package/documention/PostProcessStageLibrary.html +255 -218
- package/documention/Promise.html +246 -173
- package/documention/RadarMaterialProperty.html +229 -26
- package/documention/ReImg.html +230 -58
- package/documention/RiverGeometry.html +287 -462
- package/documention/RoamParticle.html +276 -746
- package/documention/S3MTileset.html +229 -26
- package/documention/SelectTool.html +238 -101
- package/documention/ShadowRateAnalysis.html +250 -366
- package/documention/ShadowRateDrawCommand.html +241 -178
- package/documention/SkyLineAnalysis.html +232 -96
- package/documention/StableParticle.html +278 -812
- package/documention/Style.html +525 -2037
- package/documention/TerrainAnalyse.html +287 -415
- package/documention/TerrainProfile.html +246 -156
- package/documention/Tooltip.html +240 -113
- package/documention/TriangulationTool.html +257 -308
- package/documention/VisiblityAnalysis.html +257 -411
- package/documention/WaterReflection.html +250 -310
- package/documention/Wind3D.html +255 -345
- package/package.json +1 -1
|
@@ -1,10 +1,190 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title> CesiumHeatmap</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">CesiumHeatmap</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="CesiumHeatmap">
|
|
26
206
|
<a class="href-link" href="#CesiumHeatmap">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new CesiumHeatmap<span class="signature">()</span>
|
|
31
211
|
|
|
@@ -203,54 +383,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
203
383
|
|
|
204
384
|
<div class='vertical-section'>
|
|
205
385
|
<h3 id='function'>方法</h3>
|
|
206
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
207
386
|
<div class="members">
|
|
208
|
-
<div class="table-container">
|
|
209
|
-
<table class="params table">
|
|
210
|
-
<thead>
|
|
211
|
-
<tr>
|
|
212
|
-
<th>名称</th>
|
|
213
|
-
<th>返回值类型</th>
|
|
214
|
-
<th>描述</th>
|
|
215
|
-
</tr>
|
|
216
|
-
</thead>
|
|
217
|
-
<tbody>
|
|
218
|
-
|
|
219
|
-
<tr class="deep-level-0">
|
|
220
|
-
<td class="name"><code><a href="#create">create</a></code></td>
|
|
221
|
-
<td class="name">
|
|
222
|
-
<code>
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<span class="param-type">
|
|
226
|
-
|
|
227
|
-
Object
|
|
228
|
-
|
|
229
|
-
</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
</code>
|
|
235
|
-
</td>
|
|
236
|
-
<td class="name"><code><p>创建并返回一个热力图对象</p></code></td>
|
|
237
|
-
</tr>
|
|
238
|
-
|
|
239
|
-
<tr class="deep-level-0">
|
|
240
|
-
<td class="name"><code><a href="#mercatorToWgs84">mercatorToWgs84</a></code></td>
|
|
241
|
-
<td class="name">
|
|
242
|
-
<code>
|
|
243
|
-
|
|
244
|
-
</code>
|
|
245
|
-
</td>
|
|
246
|
-
<td class="name"><code><p>Convert a mercator location into a WGS84 location</p>
|
|
247
|
-
<p>p: the mercator lcation like {x, y}</p></code></td>
|
|
248
|
-
</tr>
|
|
249
|
-
|
|
250
|
-
</tbody>
|
|
251
|
-
</table>
|
|
252
|
-
</div>
|
|
253
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
254
387
|
|
|
255
388
|
<div class="member">
|
|
256
389
|
|
|
@@ -263,7 +396,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
263
396
|
<span class='tag'>static</span>
|
|
264
397
|
|
|
265
398
|
|
|
266
|
-
<span class="code-name"
|
|
399
|
+
<span class="code-name" style="font-size:30px">
|
|
267
400
|
|
|
268
401
|
create<span class="signature">(viewer<span class="signature-attributes">opt</span>, boundingbox<span class="signature-attributes">opt</span>, options<span class="signature-attributes">opt</span>)</span>
|
|
269
402
|
|
|
@@ -285,7 +418,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
285
418
|
|
|
286
419
|
|
|
287
420
|
|
|
288
|
-
<h4
|
|
421
|
+
<h4>参数:</h4>
|
|
289
422
|
|
|
290
423
|
<div class="table-container">
|
|
291
424
|
<table class="params table">
|
|
@@ -317,12 +450,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
317
450
|
<td class="type">
|
|
318
451
|
|
|
319
452
|
|
|
320
|
-
<span class="param-type">
|
|
321
|
-
|
|
322
|
-
<a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
|
|
323
|
-
|
|
324
|
-
</span>
|
|
325
|
-
|
|
453
|
+
<span class="param-type"><a class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a></span>
|
|
326
454
|
|
|
327
455
|
|
|
328
456
|
|
|
@@ -352,12 +480,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
352
480
|
<td class="type">
|
|
353
481
|
|
|
354
482
|
|
|
355
|
-
<span class="param-type">
|
|
356
|
-
|
|
357
|
-
Cesium.Rectangle
|
|
358
|
-
|
|
359
|
-
</span>
|
|
360
|
-
|
|
483
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
361
484
|
|
|
362
485
|
|
|
363
486
|
|
|
@@ -387,12 +510,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
387
510
|
<td class="type">
|
|
388
511
|
|
|
389
512
|
|
|
390
|
-
<span class="param-type">
|
|
391
|
-
|
|
392
|
-
Object
|
|
393
|
-
|
|
394
|
-
</span>
|
|
395
|
-
|
|
513
|
+
<span class="param-type">Object</span>
|
|
396
514
|
|
|
397
515
|
|
|
398
516
|
|
|
@@ -420,12 +538,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
420
538
|
<td class="type">
|
|
421
539
|
|
|
422
540
|
|
|
423
|
-
<span class="param-type">
|
|
424
|
-
|
|
425
|
-
Number
|
|
426
|
-
|
|
427
|
-
</span>
|
|
428
|
-
|
|
541
|
+
<span class="param-type">Number</span>
|
|
429
542
|
|
|
430
543
|
|
|
431
544
|
|
|
@@ -453,12 +566,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
453
566
|
<td class="type">
|
|
454
567
|
|
|
455
568
|
|
|
456
|
-
<span class="param-type">
|
|
457
|
-
|
|
458
|
-
Number
|
|
459
|
-
|
|
460
|
-
</span>
|
|
461
|
-
|
|
569
|
+
<span class="param-type">Number</span>
|
|
462
570
|
|
|
463
571
|
|
|
464
572
|
|
|
@@ -486,12 +594,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
486
594
|
<td class="type">
|
|
487
595
|
|
|
488
596
|
|
|
489
|
-
<span class="param-type">
|
|
490
|
-
|
|
491
|
-
Number
|
|
492
|
-
|
|
493
|
-
</span>
|
|
494
|
-
|
|
597
|
+
<span class="param-type">Number</span>
|
|
495
598
|
|
|
496
599
|
|
|
497
600
|
|
|
@@ -519,12 +622,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
519
622
|
<td class="type">
|
|
520
623
|
|
|
521
624
|
|
|
522
|
-
<span class="param-type">
|
|
523
|
-
|
|
524
|
-
Number
|
|
525
|
-
|
|
526
|
-
</span>
|
|
527
|
-
|
|
625
|
+
<span class="param-type">Number</span>
|
|
528
626
|
|
|
529
627
|
|
|
530
628
|
|
|
@@ -552,12 +650,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
552
650
|
<td class="type">
|
|
553
651
|
|
|
554
652
|
|
|
555
|
-
<span class="param-type">
|
|
556
|
-
|
|
557
|
-
Number
|
|
558
|
-
|
|
559
|
-
</span>
|
|
560
|
-
|
|
653
|
+
<span class="param-type">Number</span>
|
|
561
654
|
|
|
562
655
|
|
|
563
656
|
|
|
@@ -585,12 +678,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
585
678
|
<td class="type">
|
|
586
679
|
|
|
587
680
|
|
|
588
|
-
<span class="param-type">
|
|
589
|
-
|
|
590
|
-
Number
|
|
591
|
-
|
|
592
|
-
</span>
|
|
593
|
-
|
|
681
|
+
<span class="param-type">Number</span>
|
|
594
682
|
|
|
595
683
|
|
|
596
684
|
|
|
@@ -618,12 +706,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
618
706
|
<td class="type">
|
|
619
707
|
|
|
620
708
|
|
|
621
|
-
<span class="param-type">
|
|
622
|
-
|
|
623
|
-
Number
|
|
624
|
-
|
|
625
|
-
</span>
|
|
626
|
-
|
|
709
|
+
<span class="param-type">Number</span>
|
|
627
710
|
|
|
628
711
|
|
|
629
712
|
|
|
@@ -651,12 +734,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
651
734
|
<td class="type">
|
|
652
735
|
|
|
653
736
|
|
|
654
|
-
<span class="param-type">
|
|
655
|
-
|
|
656
|
-
Object
|
|
657
|
-
|
|
658
|
-
</span>
|
|
659
|
-
|
|
737
|
+
<span class="param-type">Object</span>
|
|
660
738
|
|
|
661
739
|
|
|
662
740
|
|
|
@@ -684,12 +762,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
684
762
|
<td class="type">
|
|
685
763
|
|
|
686
764
|
|
|
687
|
-
<span class="param-type">
|
|
688
|
-
|
|
689
|
-
Boolean
|
|
690
|
-
|
|
691
|
-
</span>
|
|
692
|
-
|
|
765
|
+
<span class="param-type">Boolean</span>
|
|
693
766
|
|
|
694
767
|
|
|
695
768
|
|
|
@@ -773,7 +846,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
773
846
|
|
|
774
847
|
|
|
775
848
|
<div class='columns method-parameter'>
|
|
776
|
-
<div class="column is-2"><label
|
|
849
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
777
850
|
<div class="column is-10">
|
|
778
851
|
|
|
779
852
|
|
|
@@ -786,12 +859,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
786
859
|
<div class='column is-5 has-text-left'>
|
|
787
860
|
<label>类型: </label>
|
|
788
861
|
|
|
789
|
-
<span class="param-type">
|
|
790
|
-
|
|
791
|
-
Object
|
|
792
|
-
|
|
793
|
-
</span>
|
|
794
|
-
|
|
862
|
+
<span class="param-type">Object</span>
|
|
795
863
|
|
|
796
864
|
|
|
797
865
|
</div>
|
|
@@ -820,7 +888,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
820
888
|
<span class='tag'>static</span>
|
|
821
889
|
|
|
822
890
|
|
|
823
|
-
<span class="code-name"
|
|
891
|
+
<span class="code-name" style="font-size:30px">
|
|
824
892
|
|
|
825
893
|
mercatorToWgs84<span class="signature">()</span>
|
|
826
894
|
|
|
@@ -938,7 +1006,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
938
1006
|
<h4 class="name" id="CesiumHeatmap">
|
|
939
1007
|
<a class="href-link" href="#CesiumHeatmap">#</a>
|
|
940
1008
|
|
|
941
|
-
<span class="code-name"
|
|
1009
|
+
<span class="code-name" style="font-size:30px">
|
|
942
1010
|
|
|
943
1011
|
new CesiumHeatmap<span class="signature">(viewer, options<span class="signature-attributes">opt</span>)</span>
|
|
944
1012
|
|
|
@@ -960,7 +1028,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
960
1028
|
|
|
961
1029
|
|
|
962
1030
|
|
|
963
|
-
<h4
|
|
1031
|
+
<h4>参数:</h4>
|
|
964
1032
|
|
|
965
1033
|
<div class="table-container">
|
|
966
1034
|
<table class="params table">
|
|
@@ -992,12 +1060,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
992
1060
|
<td class="type">
|
|
993
1061
|
|
|
994
1062
|
|
|
995
|
-
<span class="param-type">
|
|
996
|
-
|
|
997
|
-
<a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
|
|
998
|
-
|
|
999
|
-
</span>
|
|
1000
|
-
|
|
1063
|
+
<span class="param-type"><a class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a></span>
|
|
1001
1064
|
|
|
1002
1065
|
|
|
1003
1066
|
|
|
@@ -1025,12 +1088,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1025
1088
|
<td class="type">
|
|
1026
1089
|
|
|
1027
1090
|
|
|
1028
|
-
<span class="param-type">
|
|
1029
|
-
|
|
1030
|
-
Object
|
|
1031
|
-
|
|
1032
|
-
</span>
|
|
1033
|
-
|
|
1091
|
+
<span class="param-type">Object</span>
|
|
1034
1092
|
|
|
1035
1093
|
|
|
1036
1094
|
|
|
@@ -1058,12 +1116,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1058
1116
|
<td class="type">
|
|
1059
1117
|
|
|
1060
1118
|
|
|
1061
|
-
<span class="param-type">
|
|
1062
|
-
|
|
1063
|
-
Object
|
|
1064
|
-
|
|
1065
|
-
</span>
|
|
1066
|
-
|
|
1119
|
+
<span class="param-type">Object</span>
|
|
1067
1120
|
|
|
1068
1121
|
|
|
1069
1122
|
|
|
@@ -1091,12 +1144,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1091
1144
|
<td class="type">
|
|
1092
1145
|
|
|
1093
1146
|
|
|
1094
|
-
<span class="param-type">
|
|
1095
|
-
|
|
1096
|
-
Number
|
|
1097
|
-
|
|
1098
|
-
</span>
|
|
1099
|
-
|
|
1147
|
+
<span class="param-type">Number</span>
|
|
1100
1148
|
|
|
1101
1149
|
|
|
1102
1150
|
|
|
@@ -1124,12 +1172,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1124
1172
|
<td class="type">
|
|
1125
1173
|
|
|
1126
1174
|
|
|
1127
|
-
<span class="param-type">
|
|
1128
|
-
|
|
1129
|
-
Number
|
|
1130
|
-
|
|
1131
|
-
</span>
|
|
1132
|
-
|
|
1175
|
+
<span class="param-type">Number</span>
|
|
1133
1176
|
|
|
1134
1177
|
|
|
1135
1178
|
|
|
@@ -1157,12 +1200,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1157
1200
|
<td class="type">
|
|
1158
1201
|
|
|
1159
1202
|
|
|
1160
|
-
<span class="param-type">
|
|
1161
|
-
|
|
1162
|
-
Number
|
|
1163
|
-
|
|
1164
|
-
</span>
|
|
1165
|
-
|
|
1203
|
+
<span class="param-type">Number</span>
|
|
1166
1204
|
|
|
1167
1205
|
|
|
1168
1206
|
|
|
@@ -1190,12 +1228,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1190
1228
|
<td class="type">
|
|
1191
1229
|
|
|
1192
1230
|
|
|
1193
|
-
<span class="param-type">
|
|
1194
|
-
|
|
1195
|
-
Number
|
|
1196
|
-
|
|
1197
|
-
</span>
|
|
1198
|
-
|
|
1231
|
+
<span class="param-type">Number</span>
|
|
1199
1232
|
|
|
1200
1233
|
|
|
1201
1234
|
|
|
@@ -1223,12 +1256,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1223
1256
|
<td class="type">
|
|
1224
1257
|
|
|
1225
1258
|
|
|
1226
|
-
<span class="param-type">
|
|
1227
|
-
|
|
1228
|
-
Number
|
|
1229
|
-
|
|
1230
|
-
</span>
|
|
1231
|
-
|
|
1259
|
+
<span class="param-type">Number</span>
|
|
1232
1260
|
|
|
1233
1261
|
|
|
1234
1262
|
|
|
@@ -1256,12 +1284,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1256
1284
|
<td class="type">
|
|
1257
1285
|
|
|
1258
1286
|
|
|
1259
|
-
<span class="param-type">
|
|
1260
|
-
|
|
1261
|
-
Number
|
|
1262
|
-
|
|
1263
|
-
</span>
|
|
1264
|
-
|
|
1287
|
+
<span class="param-type">Number</span>
|
|
1265
1288
|
|
|
1266
1289
|
|
|
1267
1290
|
|
|
@@ -1289,12 +1312,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1289
1312
|
<td class="type">
|
|
1290
1313
|
|
|
1291
1314
|
|
|
1292
|
-
<span class="param-type">
|
|
1293
|
-
|
|
1294
|
-
function
|
|
1295
|
-
|
|
1296
|
-
</span>
|
|
1297
|
-
|
|
1315
|
+
<span class="param-type">function</span>
|
|
1298
1316
|
|
|
1299
1317
|
|
|
1300
1318
|
|
|
@@ -1322,12 +1340,7 @@ heatMap.setWGS84Data(30, 150, heatMapData)</code></pre>
|
|
|
1322
1340
|
<td class="type">
|
|
1323
1341
|
|
|
1324
1342
|
|
|
1325
|
-
<span class="param-type">
|
|
1326
|
-
|
|
1327
|
-
Number
|
|
1328
|
-
|
|
1329
|
-
</span>
|
|
1330
|
-
|
|
1343
|
+
<span class="param-type">Number</span>
|
|
1331
1344
|
|
|
1332
1345
|
|
|
1333
1346
|
|
|
@@ -1478,54 +1491,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1478
1491
|
|
|
1479
1492
|
<div class='vertical-section'>
|
|
1480
1493
|
<h3 id='function'>方法</h3>
|
|
1481
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
1482
1494
|
<div class="members">
|
|
1483
|
-
<div class="table-container">
|
|
1484
|
-
<table class="params table">
|
|
1485
|
-
<thead>
|
|
1486
|
-
<tr>
|
|
1487
|
-
<th>名称</th>
|
|
1488
|
-
<th>返回值类型</th>
|
|
1489
|
-
<th>描述</th>
|
|
1490
|
-
</tr>
|
|
1491
|
-
</thead>
|
|
1492
|
-
<tbody>
|
|
1493
|
-
|
|
1494
|
-
<tr class="deep-level-0">
|
|
1495
|
-
<td class="name"><code><a href="#create">create</a></code></td>
|
|
1496
|
-
<td class="name">
|
|
1497
|
-
<code>
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
<span class="param-type">
|
|
1501
|
-
|
|
1502
|
-
Object
|
|
1503
|
-
|
|
1504
|
-
</span>
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
</code>
|
|
1510
|
-
</td>
|
|
1511
|
-
<td class="name"><code><p>创建并返回一个热力图对象</p></code></td>
|
|
1512
|
-
</tr>
|
|
1513
|
-
|
|
1514
|
-
<tr class="deep-level-0">
|
|
1515
|
-
<td class="name"><code><a href="#mercatorToWgs84">mercatorToWgs84</a></code></td>
|
|
1516
|
-
<td class="name">
|
|
1517
|
-
<code>
|
|
1518
|
-
|
|
1519
|
-
</code>
|
|
1520
|
-
</td>
|
|
1521
|
-
<td class="name"><code><p>Convert a mercator location into a WGS84 location</p>
|
|
1522
|
-
<p>p: the mercator lcation like {x, y}</p></code></td>
|
|
1523
|
-
</tr>
|
|
1524
|
-
|
|
1525
|
-
</tbody>
|
|
1526
|
-
</table>
|
|
1527
|
-
</div>
|
|
1528
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
1529
1495
|
|
|
1530
1496
|
<div class="member">
|
|
1531
1497
|
|
|
@@ -1538,7 +1504,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1538
1504
|
<span class='tag'>static</span>
|
|
1539
1505
|
|
|
1540
1506
|
|
|
1541
|
-
<span class="code-name"
|
|
1507
|
+
<span class="code-name" style="font-size:30px">
|
|
1542
1508
|
|
|
1543
1509
|
create<span class="signature">(viewer<span class="signature-attributes">opt</span>, boundingbox<span class="signature-attributes">opt</span>, options<span class="signature-attributes">opt</span>)</span>
|
|
1544
1510
|
|
|
@@ -1560,7 +1526,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1560
1526
|
|
|
1561
1527
|
|
|
1562
1528
|
|
|
1563
|
-
<h4
|
|
1529
|
+
<h4>参数:</h4>
|
|
1564
1530
|
|
|
1565
1531
|
<div class="table-container">
|
|
1566
1532
|
<table class="params table">
|
|
@@ -1592,12 +1558,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1592
1558
|
<td class="type">
|
|
1593
1559
|
|
|
1594
1560
|
|
|
1595
|
-
<span class="param-type">
|
|
1596
|
-
|
|
1597
|
-
<a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
|
|
1598
|
-
|
|
1599
|
-
</span>
|
|
1600
|
-
|
|
1561
|
+
<span class="param-type"><a class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a></span>
|
|
1601
1562
|
|
|
1602
1563
|
|
|
1603
1564
|
|
|
@@ -1627,12 +1588,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1627
1588
|
<td class="type">
|
|
1628
1589
|
|
|
1629
1590
|
|
|
1630
|
-
<span class="param-type">
|
|
1631
|
-
|
|
1632
|
-
Cesium.Rectangle
|
|
1633
|
-
|
|
1634
|
-
</span>
|
|
1635
|
-
|
|
1591
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
1636
1592
|
|
|
1637
1593
|
|
|
1638
1594
|
|
|
@@ -1662,12 +1618,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1662
1618
|
<td class="type">
|
|
1663
1619
|
|
|
1664
1620
|
|
|
1665
|
-
<span class="param-type">
|
|
1666
|
-
|
|
1667
|
-
Object
|
|
1668
|
-
|
|
1669
|
-
</span>
|
|
1670
|
-
|
|
1621
|
+
<span class="param-type">Object</span>
|
|
1671
1622
|
|
|
1672
1623
|
|
|
1673
1624
|
|
|
@@ -1695,12 +1646,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1695
1646
|
<td class="type">
|
|
1696
1647
|
|
|
1697
1648
|
|
|
1698
|
-
<span class="param-type">
|
|
1699
|
-
|
|
1700
|
-
Number
|
|
1701
|
-
|
|
1702
|
-
</span>
|
|
1703
|
-
|
|
1649
|
+
<span class="param-type">Number</span>
|
|
1704
1650
|
|
|
1705
1651
|
|
|
1706
1652
|
|
|
@@ -1728,12 +1674,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1728
1674
|
<td class="type">
|
|
1729
1675
|
|
|
1730
1676
|
|
|
1731
|
-
<span class="param-type">
|
|
1732
|
-
|
|
1733
|
-
Number
|
|
1734
|
-
|
|
1735
|
-
</span>
|
|
1736
|
-
|
|
1677
|
+
<span class="param-type">Number</span>
|
|
1737
1678
|
|
|
1738
1679
|
|
|
1739
1680
|
|
|
@@ -1761,12 +1702,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1761
1702
|
<td class="type">
|
|
1762
1703
|
|
|
1763
1704
|
|
|
1764
|
-
<span class="param-type">
|
|
1765
|
-
|
|
1766
|
-
Number
|
|
1767
|
-
|
|
1768
|
-
</span>
|
|
1769
|
-
|
|
1705
|
+
<span class="param-type">Number</span>
|
|
1770
1706
|
|
|
1771
1707
|
|
|
1772
1708
|
|
|
@@ -1794,12 +1730,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1794
1730
|
<td class="type">
|
|
1795
1731
|
|
|
1796
1732
|
|
|
1797
|
-
<span class="param-type">
|
|
1798
|
-
|
|
1799
|
-
Number
|
|
1800
|
-
|
|
1801
|
-
</span>
|
|
1802
|
-
|
|
1733
|
+
<span class="param-type">Number</span>
|
|
1803
1734
|
|
|
1804
1735
|
|
|
1805
1736
|
|
|
@@ -1827,12 +1758,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1827
1758
|
<td class="type">
|
|
1828
1759
|
|
|
1829
1760
|
|
|
1830
|
-
<span class="param-type">
|
|
1831
|
-
|
|
1832
|
-
Number
|
|
1833
|
-
|
|
1834
|
-
</span>
|
|
1835
|
-
|
|
1761
|
+
<span class="param-type">Number</span>
|
|
1836
1762
|
|
|
1837
1763
|
|
|
1838
1764
|
|
|
@@ -1860,12 +1786,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1860
1786
|
<td class="type">
|
|
1861
1787
|
|
|
1862
1788
|
|
|
1863
|
-
<span class="param-type">
|
|
1864
|
-
|
|
1865
|
-
Number
|
|
1866
|
-
|
|
1867
|
-
</span>
|
|
1868
|
-
|
|
1789
|
+
<span class="param-type">Number</span>
|
|
1869
1790
|
|
|
1870
1791
|
|
|
1871
1792
|
|
|
@@ -1893,12 +1814,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1893
1814
|
<td class="type">
|
|
1894
1815
|
|
|
1895
1816
|
|
|
1896
|
-
<span class="param-type">
|
|
1897
|
-
|
|
1898
|
-
Number
|
|
1899
|
-
|
|
1900
|
-
</span>
|
|
1901
|
-
|
|
1817
|
+
<span class="param-type">Number</span>
|
|
1902
1818
|
|
|
1903
1819
|
|
|
1904
1820
|
|
|
@@ -1926,12 +1842,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1926
1842
|
<td class="type">
|
|
1927
1843
|
|
|
1928
1844
|
|
|
1929
|
-
<span class="param-type">
|
|
1930
|
-
|
|
1931
|
-
Object
|
|
1932
|
-
|
|
1933
|
-
</span>
|
|
1934
|
-
|
|
1845
|
+
<span class="param-type">Object</span>
|
|
1935
1846
|
|
|
1936
1847
|
|
|
1937
1848
|
|
|
@@ -1959,12 +1870,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
1959
1870
|
<td class="type">
|
|
1960
1871
|
|
|
1961
1872
|
|
|
1962
|
-
<span class="param-type">
|
|
1963
|
-
|
|
1964
|
-
Boolean
|
|
1965
|
-
|
|
1966
|
-
</span>
|
|
1967
|
-
|
|
1873
|
+
<span class="param-type">Boolean</span>
|
|
1968
1874
|
|
|
1969
1875
|
|
|
1970
1876
|
|
|
@@ -2048,7 +1954,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2048
1954
|
|
|
2049
1955
|
|
|
2050
1956
|
<div class='columns method-parameter'>
|
|
2051
|
-
<div class="column is-2"><label
|
|
1957
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2052
1958
|
<div class="column is-10">
|
|
2053
1959
|
|
|
2054
1960
|
|
|
@@ -2061,12 +1967,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2061
1967
|
<div class='column is-5 has-text-left'>
|
|
2062
1968
|
<label>类型: </label>
|
|
2063
1969
|
|
|
2064
|
-
<span class="param-type">
|
|
2065
|
-
|
|
2066
|
-
Object
|
|
2067
|
-
|
|
2068
|
-
</span>
|
|
2069
|
-
|
|
1970
|
+
<span class="param-type">Object</span>
|
|
2070
1971
|
|
|
2071
1972
|
|
|
2072
1973
|
</div>
|
|
@@ -2095,7 +1996,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2095
1996
|
<span class='tag'>static</span>
|
|
2096
1997
|
|
|
2097
1998
|
|
|
2098
|
-
<span class="code-name"
|
|
1999
|
+
<span class="code-name" style="font-size:30px">
|
|
2099
2000
|
|
|
2100
2001
|
mercatorToWgs84<span class="signature">()</span>
|
|
2101
2002
|
|
|
@@ -2213,7 +2114,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2213
2114
|
<h4 class="name" id="CesiumHeatmap">
|
|
2214
2115
|
<a class="href-link" href="#CesiumHeatmap">#</a>
|
|
2215
2116
|
|
|
2216
|
-
<span class="code-name"
|
|
2117
|
+
<span class="code-name" style="font-size:30px">
|
|
2217
2118
|
|
|
2218
2119
|
new CesiumHeatmap<span class="signature">(viewer, options)</span>
|
|
2219
2120
|
|
|
@@ -2235,7 +2136,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2235
2136
|
|
|
2236
2137
|
|
|
2237
2138
|
|
|
2238
|
-
<h4
|
|
2139
|
+
<h4>参数:</h4>
|
|
2239
2140
|
|
|
2240
2141
|
<div class="table-container">
|
|
2241
2142
|
<table class="params table">
|
|
@@ -2267,12 +2168,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2267
2168
|
<td class="type">
|
|
2268
2169
|
|
|
2269
2170
|
|
|
2270
|
-
<span class="param-type">
|
|
2271
|
-
|
|
2272
|
-
Object
|
|
2273
|
-
|
|
2274
|
-
</span>
|
|
2275
|
-
|
|
2171
|
+
<span class="param-type">Object</span>
|
|
2276
2172
|
|
|
2277
2173
|
|
|
2278
2174
|
|
|
@@ -2300,12 +2196,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2300
2196
|
<td class="type">
|
|
2301
2197
|
|
|
2302
2198
|
|
|
2303
|
-
<span class="param-type">
|
|
2304
|
-
|
|
2305
|
-
Object
|
|
2306
|
-
|
|
2307
|
-
</span>
|
|
2308
|
-
|
|
2199
|
+
<span class="param-type">Object</span>
|
|
2309
2200
|
|
|
2310
2201
|
|
|
2311
2202
|
|
|
@@ -2331,12 +2222,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2331
2222
|
<td class="type">
|
|
2332
2223
|
|
|
2333
2224
|
|
|
2334
|
-
<span class="param-type">
|
|
2335
|
-
|
|
2336
|
-
String
|
|
2337
|
-
|
|
2338
|
-
</span>
|
|
2339
|
-
|
|
2225
|
+
<span class="param-type">String</span>
|
|
2340
2226
|
|
|
2341
2227
|
|
|
2342
2228
|
|
|
@@ -2364,12 +2250,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2364
2250
|
<td class="type">
|
|
2365
2251
|
|
|
2366
2252
|
|
|
2367
|
-
<span class="param-type">
|
|
2368
|
-
|
|
2369
|
-
function
|
|
2370
|
-
|
|
2371
|
-
</span>
|
|
2372
|
-
|
|
2253
|
+
<span class="param-type">function</span>
|
|
2373
2254
|
|
|
2374
2255
|
|
|
2375
2256
|
|
|
@@ -2397,12 +2278,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2397
2278
|
<td class="type">
|
|
2398
2279
|
|
|
2399
2280
|
|
|
2400
|
-
<span class="param-type">
|
|
2401
|
-
|
|
2402
|
-
function
|
|
2403
|
-
|
|
2404
|
-
</span>
|
|
2405
|
-
|
|
2281
|
+
<span class="param-type">function</span>
|
|
2406
2282
|
|
|
2407
2283
|
|
|
2408
2284
|
|
|
@@ -2430,12 +2306,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2430
2306
|
<td class="type">
|
|
2431
2307
|
|
|
2432
2308
|
|
|
2433
|
-
<span class="param-type">
|
|
2434
|
-
|
|
2435
|
-
Object
|
|
2436
|
-
|
|
2437
|
-
</span>
|
|
2438
|
-
|
|
2309
|
+
<span class="param-type">Object</span>
|
|
2439
2310
|
|
|
2440
2311
|
|
|
2441
2312
|
|
|
@@ -2463,12 +2334,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2463
2334
|
<td class="type">
|
|
2464
2335
|
|
|
2465
2336
|
|
|
2466
|
-
<span class="param-type">
|
|
2467
|
-
|
|
2468
|
-
Number
|
|
2469
|
-
|
|
2470
|
-
</span>
|
|
2471
|
-
|
|
2337
|
+
<span class="param-type">Number</span>
|
|
2472
2338
|
|
|
2473
2339
|
|
|
2474
2340
|
|
|
@@ -2496,12 +2362,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2496
2362
|
<td class="type">
|
|
2497
2363
|
|
|
2498
2364
|
|
|
2499
|
-
<span class="param-type">
|
|
2500
|
-
|
|
2501
|
-
Number
|
|
2502
|
-
|
|
2503
|
-
</span>
|
|
2504
|
-
|
|
2365
|
+
<span class="param-type">Number</span>
|
|
2505
2366
|
|
|
2506
2367
|
|
|
2507
2368
|
|
|
@@ -2529,12 +2390,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2529
2390
|
<td class="type">
|
|
2530
2391
|
|
|
2531
2392
|
|
|
2532
|
-
<span class="param-type">
|
|
2533
|
-
|
|
2534
|
-
Boolean
|
|
2535
|
-
|
|
2536
|
-
</span>
|
|
2537
|
-
|
|
2393
|
+
<span class="param-type">Boolean</span>
|
|
2538
2394
|
|
|
2539
2395
|
|
|
2540
2396
|
|
|
@@ -2562,12 +2418,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2562
2418
|
<td class="type">
|
|
2563
2419
|
|
|
2564
2420
|
|
|
2565
|
-
<span class="param-type">
|
|
2566
|
-
|
|
2567
|
-
Boolean
|
|
2568
|
-
|
|
2569
|
-
</span>
|
|
2570
|
-
|
|
2421
|
+
<span class="param-type">Boolean</span>
|
|
2571
2422
|
|
|
2572
2423
|
|
|
2573
2424
|
|
|
@@ -2595,12 +2446,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2595
2446
|
<td class="type">
|
|
2596
2447
|
|
|
2597
2448
|
|
|
2598
|
-
<span class="param-type">
|
|
2599
|
-
|
|
2600
|
-
Array
|
|
2601
|
-
|
|
2602
|
-
</span>
|
|
2603
|
-
|
|
2449
|
+
<span class="param-type">Array</span>
|
|
2604
2450
|
|
|
2605
2451
|
|
|
2606
2452
|
|
|
@@ -2628,12 +2474,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2628
2474
|
<td class="type">
|
|
2629
2475
|
|
|
2630
2476
|
|
|
2631
|
-
<span class="param-type">
|
|
2632
|
-
|
|
2633
|
-
Array
|
|
2634
|
-
|
|
2635
|
-
</span>
|
|
2636
|
-
|
|
2477
|
+
<span class="param-type">Array</span>
|
|
2637
2478
|
|
|
2638
2479
|
|
|
2639
2480
|
|
|
@@ -2661,12 +2502,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2661
2502
|
<td class="type">
|
|
2662
2503
|
|
|
2663
2504
|
|
|
2664
|
-
<span class="param-type">
|
|
2665
|
-
|
|
2666
|
-
String
|
|
2667
|
-
|
|
2668
|
-
</span>
|
|
2669
|
-
|
|
2505
|
+
<span class="param-type">String</span>
|
|
2670
2506
|
|
|
2671
2507
|
|
|
2672
2508
|
|
|
@@ -2694,12 +2530,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2694
2530
|
<td class="type">
|
|
2695
2531
|
|
|
2696
2532
|
|
|
2697
|
-
<span class="param-type">
|
|
2698
|
-
|
|
2699
|
-
Cesium.Color
|
|
2700
|
-
|
|
2701
|
-
</span>
|
|
2702
|
-
|
|
2533
|
+
<span class="param-type">Cesium.Color</span>
|
|
2703
2534
|
|
|
2704
2535
|
|
|
2705
2536
|
|
|
@@ -2727,12 +2558,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2727
2558
|
<td class="type">
|
|
2728
2559
|
|
|
2729
2560
|
|
|
2730
|
-
<span class="param-type">
|
|
2731
|
-
|
|
2732
|
-
Object
|
|
2733
|
-
|
|
2734
|
-
</span>
|
|
2735
|
-
|
|
2561
|
+
<span class="param-type">Object</span>
|
|
2736
2562
|
|
|
2737
2563
|
|
|
2738
2564
|
|
|
@@ -2760,12 +2586,7 @@ cutFill.start(minMax)</code></pre>
|
|
|
2760
2586
|
<td class="type">
|
|
2761
2587
|
|
|
2762
2588
|
|
|
2763
|
-
<span class="param-type">
|
|
2764
|
-
|
|
2765
|
-
Number
|
|
2766
|
-
|
|
2767
|
-
</span>
|
|
2768
|
-
|
|
2589
|
+
<span class="param-type">Number</span>
|
|
2769
2590
|
|
|
2770
2591
|
|
|
2771
2592
|
|
|
@@ -2987,54 +2808,7 @@ themeManager.addByGeoJson(
|
|
|
2987
2808
|
|
|
2988
2809
|
<div class='vertical-section'>
|
|
2989
2810
|
<h3 id='function'>方法</h3>
|
|
2990
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2991
2811
|
<div class="members">
|
|
2992
|
-
<div class="table-container">
|
|
2993
|
-
<table class="params table">
|
|
2994
|
-
<thead>
|
|
2995
|
-
<tr>
|
|
2996
|
-
<th>名称</th>
|
|
2997
|
-
<th>返回值类型</th>
|
|
2998
|
-
<th>描述</th>
|
|
2999
|
-
</tr>
|
|
3000
|
-
</thead>
|
|
3001
|
-
<tbody>
|
|
3002
|
-
|
|
3003
|
-
<tr class="deep-level-0">
|
|
3004
|
-
<td class="name"><code><a href="#create">create</a></code></td>
|
|
3005
|
-
<td class="name">
|
|
3006
|
-
<code>
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
<span class="param-type">
|
|
3010
|
-
|
|
3011
|
-
Object
|
|
3012
|
-
|
|
3013
|
-
</span>
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
</code>
|
|
3019
|
-
</td>
|
|
3020
|
-
<td class="name"><code><p>创建并返回一个热力图对象</p></code></td>
|
|
3021
|
-
</tr>
|
|
3022
|
-
|
|
3023
|
-
<tr class="deep-level-0">
|
|
3024
|
-
<td class="name"><code><a href="#mercatorToWgs84">mercatorToWgs84</a></code></td>
|
|
3025
|
-
<td class="name">
|
|
3026
|
-
<code>
|
|
3027
|
-
|
|
3028
|
-
</code>
|
|
3029
|
-
</td>
|
|
3030
|
-
<td class="name"><code><p>Convert a mercator location into a WGS84 location</p>
|
|
3031
|
-
<p>p: the mercator lcation like {x, y}</p></code></td>
|
|
3032
|
-
</tr>
|
|
3033
|
-
|
|
3034
|
-
</tbody>
|
|
3035
|
-
</table>
|
|
3036
|
-
</div>
|
|
3037
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
3038
2812
|
|
|
3039
2813
|
<div class="member">
|
|
3040
2814
|
|
|
@@ -3047,7 +2821,7 @@ themeManager.addByGeoJson(
|
|
|
3047
2821
|
<span class='tag'>static</span>
|
|
3048
2822
|
|
|
3049
2823
|
|
|
3050
|
-
<span class="code-name"
|
|
2824
|
+
<span class="code-name" style="font-size:30px">
|
|
3051
2825
|
|
|
3052
2826
|
create<span class="signature">(viewer<span class="signature-attributes">opt</span>, boundingbox<span class="signature-attributes">opt</span>, options<span class="signature-attributes">opt</span>)</span>
|
|
3053
2827
|
|
|
@@ -3069,7 +2843,7 @@ themeManager.addByGeoJson(
|
|
|
3069
2843
|
|
|
3070
2844
|
|
|
3071
2845
|
|
|
3072
|
-
<h4
|
|
2846
|
+
<h4>参数:</h4>
|
|
3073
2847
|
|
|
3074
2848
|
<div class="table-container">
|
|
3075
2849
|
<table class="params table">
|
|
@@ -3101,12 +2875,7 @@ themeManager.addByGeoJson(
|
|
|
3101
2875
|
<td class="type">
|
|
3102
2876
|
|
|
3103
2877
|
|
|
3104
|
-
<span class="param-type">
|
|
3105
|
-
|
|
3106
|
-
<a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
|
|
3107
|
-
|
|
3108
|
-
</span>
|
|
3109
|
-
|
|
2878
|
+
<span class="param-type"><a class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a></span>
|
|
3110
2879
|
|
|
3111
2880
|
|
|
3112
2881
|
|
|
@@ -3136,12 +2905,7 @@ themeManager.addByGeoJson(
|
|
|
3136
2905
|
<td class="type">
|
|
3137
2906
|
|
|
3138
2907
|
|
|
3139
|
-
<span class="param-type">
|
|
3140
|
-
|
|
3141
|
-
Cesium.Rectangle
|
|
3142
|
-
|
|
3143
|
-
</span>
|
|
3144
|
-
|
|
2908
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
3145
2909
|
|
|
3146
2910
|
|
|
3147
2911
|
|
|
@@ -3171,12 +2935,7 @@ themeManager.addByGeoJson(
|
|
|
3171
2935
|
<td class="type">
|
|
3172
2936
|
|
|
3173
2937
|
|
|
3174
|
-
<span class="param-type">
|
|
3175
|
-
|
|
3176
|
-
Object
|
|
3177
|
-
|
|
3178
|
-
</span>
|
|
3179
|
-
|
|
2938
|
+
<span class="param-type">Object</span>
|
|
3180
2939
|
|
|
3181
2940
|
|
|
3182
2941
|
|
|
@@ -3204,12 +2963,7 @@ themeManager.addByGeoJson(
|
|
|
3204
2963
|
<td class="type">
|
|
3205
2964
|
|
|
3206
2965
|
|
|
3207
|
-
<span class="param-type">
|
|
3208
|
-
|
|
3209
|
-
Number
|
|
3210
|
-
|
|
3211
|
-
</span>
|
|
3212
|
-
|
|
2966
|
+
<span class="param-type">Number</span>
|
|
3213
2967
|
|
|
3214
2968
|
|
|
3215
2969
|
|
|
@@ -3237,12 +2991,7 @@ themeManager.addByGeoJson(
|
|
|
3237
2991
|
<td class="type">
|
|
3238
2992
|
|
|
3239
2993
|
|
|
3240
|
-
<span class="param-type">
|
|
3241
|
-
|
|
3242
|
-
Number
|
|
3243
|
-
|
|
3244
|
-
</span>
|
|
3245
|
-
|
|
2994
|
+
<span class="param-type">Number</span>
|
|
3246
2995
|
|
|
3247
2996
|
|
|
3248
2997
|
|
|
@@ -3270,12 +3019,7 @@ themeManager.addByGeoJson(
|
|
|
3270
3019
|
<td class="type">
|
|
3271
3020
|
|
|
3272
3021
|
|
|
3273
|
-
<span class="param-type">
|
|
3274
|
-
|
|
3275
|
-
Number
|
|
3276
|
-
|
|
3277
|
-
</span>
|
|
3278
|
-
|
|
3022
|
+
<span class="param-type">Number</span>
|
|
3279
3023
|
|
|
3280
3024
|
|
|
3281
3025
|
|
|
@@ -3303,12 +3047,7 @@ themeManager.addByGeoJson(
|
|
|
3303
3047
|
<td class="type">
|
|
3304
3048
|
|
|
3305
3049
|
|
|
3306
|
-
<span class="param-type">
|
|
3307
|
-
|
|
3308
|
-
Number
|
|
3309
|
-
|
|
3310
|
-
</span>
|
|
3311
|
-
|
|
3050
|
+
<span class="param-type">Number</span>
|
|
3312
3051
|
|
|
3313
3052
|
|
|
3314
3053
|
|
|
@@ -3336,12 +3075,7 @@ themeManager.addByGeoJson(
|
|
|
3336
3075
|
<td class="type">
|
|
3337
3076
|
|
|
3338
3077
|
|
|
3339
|
-
<span class="param-type">
|
|
3340
|
-
|
|
3341
|
-
Number
|
|
3342
|
-
|
|
3343
|
-
</span>
|
|
3344
|
-
|
|
3078
|
+
<span class="param-type">Number</span>
|
|
3345
3079
|
|
|
3346
3080
|
|
|
3347
3081
|
|
|
@@ -3369,12 +3103,7 @@ themeManager.addByGeoJson(
|
|
|
3369
3103
|
<td class="type">
|
|
3370
3104
|
|
|
3371
3105
|
|
|
3372
|
-
<span class="param-type">
|
|
3373
|
-
|
|
3374
|
-
Number
|
|
3375
|
-
|
|
3376
|
-
</span>
|
|
3377
|
-
|
|
3106
|
+
<span class="param-type">Number</span>
|
|
3378
3107
|
|
|
3379
3108
|
|
|
3380
3109
|
|
|
@@ -3402,12 +3131,7 @@ themeManager.addByGeoJson(
|
|
|
3402
3131
|
<td class="type">
|
|
3403
3132
|
|
|
3404
3133
|
|
|
3405
|
-
<span class="param-type">
|
|
3406
|
-
|
|
3407
|
-
Number
|
|
3408
|
-
|
|
3409
|
-
</span>
|
|
3410
|
-
|
|
3134
|
+
<span class="param-type">Number</span>
|
|
3411
3135
|
|
|
3412
3136
|
|
|
3413
3137
|
|
|
@@ -3435,12 +3159,7 @@ themeManager.addByGeoJson(
|
|
|
3435
3159
|
<td class="type">
|
|
3436
3160
|
|
|
3437
3161
|
|
|
3438
|
-
<span class="param-type">
|
|
3439
|
-
|
|
3440
|
-
Object
|
|
3441
|
-
|
|
3442
|
-
</span>
|
|
3443
|
-
|
|
3162
|
+
<span class="param-type">Object</span>
|
|
3444
3163
|
|
|
3445
3164
|
|
|
3446
3165
|
|
|
@@ -3468,12 +3187,7 @@ themeManager.addByGeoJson(
|
|
|
3468
3187
|
<td class="type">
|
|
3469
3188
|
|
|
3470
3189
|
|
|
3471
|
-
<span class="param-type">
|
|
3472
|
-
|
|
3473
|
-
Boolean
|
|
3474
|
-
|
|
3475
|
-
</span>
|
|
3476
|
-
|
|
3190
|
+
<span class="param-type">Boolean</span>
|
|
3477
3191
|
|
|
3478
3192
|
|
|
3479
3193
|
|
|
@@ -3557,7 +3271,7 @@ themeManager.addByGeoJson(
|
|
|
3557
3271
|
|
|
3558
3272
|
|
|
3559
3273
|
<div class='columns method-parameter'>
|
|
3560
|
-
<div class="column is-2"><label
|
|
3274
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3561
3275
|
<div class="column is-10">
|
|
3562
3276
|
|
|
3563
3277
|
|
|
@@ -3570,12 +3284,7 @@ themeManager.addByGeoJson(
|
|
|
3570
3284
|
<div class='column is-5 has-text-left'>
|
|
3571
3285
|
<label>类型: </label>
|
|
3572
3286
|
|
|
3573
|
-
<span class="param-type">
|
|
3574
|
-
|
|
3575
|
-
Object
|
|
3576
|
-
|
|
3577
|
-
</span>
|
|
3578
|
-
|
|
3287
|
+
<span class="param-type">Object</span>
|
|
3579
3288
|
|
|
3580
3289
|
|
|
3581
3290
|
</div>
|
|
@@ -3604,7 +3313,7 @@ themeManager.addByGeoJson(
|
|
|
3604
3313
|
<span class='tag'>static</span>
|
|
3605
3314
|
|
|
3606
3315
|
|
|
3607
|
-
<span class="code-name"
|
|
3316
|
+
<span class="code-name" style="font-size:30px">
|
|
3608
3317
|
|
|
3609
3318
|
mercatorToWgs84<span class="signature">()</span>
|
|
3610
3319
|
|
|
@@ -3698,4 +3407,42 @@ themeManager.addByGeoJson(
|
|
|
3698
3407
|
|
|
3699
3408
|
</article>
|
|
3700
3409
|
|
|
3701
|
-
</section>
|
|
3410
|
+
</section>
|
|
3411
|
+
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
|
|
3415
|
+
</div>
|
|
3416
|
+
|
|
3417
|
+
<footer class="footer">
|
|
3418
|
+
<div class="content has-text-centered">
|
|
3419
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
3420
|
+
<p class="sidebar-created-by">
|
|
3421
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3422
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3423
|
+
</p>
|
|
3424
|
+
</div>
|
|
3425
|
+
</footer>
|
|
3426
|
+
|
|
3427
|
+
</div>
|
|
3428
|
+
<div id="side-nav" class="side-nav">
|
|
3429
|
+
<div style="margin-bottom: 10px;">
|
|
3430
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3431
|
+
</div>
|
|
3432
|
+
<div style="margin-bottom: 10px;">
|
|
3433
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3434
|
+
</div>
|
|
3435
|
+
<div style="margin-bottom: 10px;">
|
|
3436
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3437
|
+
</div>
|
|
3438
|
+
<div>
|
|
3439
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3440
|
+
</div>
|
|
3441
|
+
</div>
|
|
3442
|
+
</div>
|
|
3443
|
+
<script src="scripts/linenumber.js"> </script>
|
|
3444
|
+
|
|
3445
|
+
<script src="scripts/search.js"> </script>
|
|
3446
|
+
|
|
3447
|
+
</body>
|
|
3448
|
+
</html>
|