@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> TriangulationTool</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">TriangulationTool</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="TriangulationTool">
|
|
26
206
|
<a class="href-link" href="#TriangulationTool">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new TriangulationTool<span class="signature">(viewer, options)</span>
|
|
31
211
|
|
|
@@ -43,7 +223,7 @@
|
|
|
43
223
|
|
|
44
224
|
|
|
45
225
|
|
|
46
|
-
<h4
|
|
226
|
+
<h4>参数:</h4>
|
|
47
227
|
|
|
48
228
|
<div class="table-container">
|
|
49
229
|
<table class="params table">
|
|
@@ -75,12 +255,7 @@
|
|
|
75
255
|
<td class="type">
|
|
76
256
|
|
|
77
257
|
|
|
78
|
-
<span class="param-type">
|
|
79
|
-
|
|
80
|
-
Object
|
|
81
|
-
|
|
82
|
-
</span>
|
|
83
|
-
|
|
258
|
+
<span class="param-type">Object</span>
|
|
84
259
|
|
|
85
260
|
|
|
86
261
|
|
|
@@ -108,12 +283,7 @@
|
|
|
108
283
|
<td class="type">
|
|
109
284
|
|
|
110
285
|
|
|
111
|
-
<span class="param-type">
|
|
112
|
-
|
|
113
|
-
Object
|
|
114
|
-
|
|
115
|
-
</span>
|
|
116
|
-
|
|
286
|
+
<span class="param-type">Object</span>
|
|
117
287
|
|
|
118
288
|
|
|
119
289
|
|
|
@@ -139,12 +309,7 @@
|
|
|
139
309
|
<td class="type">
|
|
140
310
|
|
|
141
311
|
|
|
142
|
-
<span class="param-type">
|
|
143
|
-
|
|
144
|
-
Boolean
|
|
145
|
-
|
|
146
|
-
</span>
|
|
147
|
-
|
|
312
|
+
<span class="param-type">Boolean</span>
|
|
148
313
|
|
|
149
314
|
|
|
150
315
|
|
|
@@ -172,12 +337,7 @@
|
|
|
172
337
|
<td class="type">
|
|
173
338
|
|
|
174
339
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
Boolean
|
|
178
|
-
|
|
179
|
-
</span>
|
|
180
|
-
|
|
340
|
+
<span class="param-type">Boolean</span>
|
|
181
341
|
|
|
182
342
|
|
|
183
343
|
|
|
@@ -205,12 +365,7 @@
|
|
|
205
365
|
<td class="type">
|
|
206
366
|
|
|
207
367
|
|
|
208
|
-
<span class="param-type">
|
|
209
|
-
|
|
210
|
-
Number
|
|
211
|
-
|
|
212
|
-
</span>
|
|
213
|
-
|
|
368
|
+
<span class="param-type">Number</span>
|
|
214
369
|
|
|
215
370
|
|
|
216
371
|
|
|
@@ -238,12 +393,7 @@
|
|
|
238
393
|
<td class="type">
|
|
239
394
|
|
|
240
395
|
|
|
241
|
-
<span class="param-type">
|
|
242
|
-
|
|
243
|
-
Cesium.Color
|
|
244
|
-
|
|
245
|
-
</span>
|
|
246
|
-
|
|
396
|
+
<span class="param-type">Cesium.Color</span>
|
|
247
397
|
|
|
248
398
|
|
|
249
399
|
|
|
@@ -269,12 +419,7 @@
|
|
|
269
419
|
<td class="type">
|
|
270
420
|
|
|
271
421
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
Cesium.Color
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
422
|
+
<span class="param-type">Cesium.Color</span>
|
|
278
423
|
|
|
279
424
|
|
|
280
425
|
|
|
@@ -300,12 +445,7 @@
|
|
|
300
445
|
<td class="type">
|
|
301
446
|
|
|
302
447
|
|
|
303
|
-
<span class="param-type">
|
|
304
|
-
|
|
305
|
-
Material
|
|
306
|
-
|
|
307
|
-
</span>
|
|
308
|
-
|
|
448
|
+
<span class="param-type">Material</span>
|
|
309
449
|
|
|
310
450
|
|
|
311
451
|
|
|
@@ -331,12 +471,7 @@
|
|
|
331
471
|
<td class="type">
|
|
332
472
|
|
|
333
473
|
|
|
334
|
-
<span class="param-type">
|
|
335
|
-
|
|
336
|
-
Cesium.LabelStyle
|
|
337
|
-
|
|
338
|
-
</span>
|
|
339
|
-
|
|
474
|
+
<span class="param-type">Cesium.LabelStyle</span>
|
|
340
475
|
|
|
341
476
|
|
|
342
477
|
|
|
@@ -364,12 +499,7 @@
|
|
|
364
499
|
<td class="type">
|
|
365
500
|
|
|
366
501
|
|
|
367
|
-
<span class="param-type">
|
|
368
|
-
|
|
369
|
-
String
|
|
370
|
-
|
|
371
|
-
</span>
|
|
372
|
-
|
|
502
|
+
<span class="param-type">String</span>
|
|
373
503
|
|
|
374
504
|
|
|
375
505
|
|
|
@@ -397,12 +527,7 @@
|
|
|
397
527
|
<td class="type">
|
|
398
528
|
|
|
399
529
|
|
|
400
|
-
<span class="param-type">
|
|
401
|
-
|
|
402
|
-
Cesium.Color
|
|
403
|
-
|
|
404
|
-
</span>
|
|
405
|
-
|
|
530
|
+
<span class="param-type">Cesium.Color</span>
|
|
406
531
|
|
|
407
532
|
|
|
408
533
|
|
|
@@ -430,12 +555,7 @@
|
|
|
430
555
|
<td class="type">
|
|
431
556
|
|
|
432
557
|
|
|
433
|
-
<span class="param-type">
|
|
434
|
-
|
|
435
|
-
Cesium.Color
|
|
436
|
-
|
|
437
|
-
</span>
|
|
438
|
-
|
|
558
|
+
<span class="param-type">Cesium.Color</span>
|
|
439
559
|
|
|
440
560
|
|
|
441
561
|
|
|
@@ -463,12 +583,7 @@
|
|
|
463
583
|
<td class="type">
|
|
464
584
|
|
|
465
585
|
|
|
466
|
-
<span class="param-type">
|
|
467
|
-
|
|
468
|
-
Number
|
|
469
|
-
|
|
470
|
-
</span>
|
|
471
|
-
|
|
586
|
+
<span class="param-type">Number</span>
|
|
472
587
|
|
|
473
588
|
|
|
474
589
|
|
|
@@ -496,12 +611,7 @@
|
|
|
496
611
|
<td class="type">
|
|
497
612
|
|
|
498
613
|
|
|
499
|
-
<span class="param-type">
|
|
500
|
-
|
|
501
|
-
Cesium.VerticalOrigin
|
|
502
|
-
|
|
503
|
-
</span>
|
|
504
|
-
|
|
614
|
+
<span class="param-type">Cesium.VerticalOrigin</span>
|
|
505
615
|
|
|
506
616
|
|
|
507
617
|
|
|
@@ -529,12 +639,7 @@
|
|
|
529
639
|
<td class="type">
|
|
530
640
|
|
|
531
641
|
|
|
532
|
-
<span class="param-type">
|
|
533
|
-
|
|
534
|
-
Boolean
|
|
535
|
-
|
|
536
|
-
</span>
|
|
537
|
-
|
|
642
|
+
<span class="param-type">Boolean</span>
|
|
538
643
|
|
|
539
644
|
|
|
540
645
|
|
|
@@ -562,12 +667,7 @@
|
|
|
562
667
|
<td class="type">
|
|
563
668
|
|
|
564
669
|
|
|
565
|
-
<span class="param-type">
|
|
566
|
-
|
|
567
|
-
Cesium.Color
|
|
568
|
-
|
|
569
|
-
</span>
|
|
570
|
-
|
|
670
|
+
<span class="param-type">Cesium.Color</span>
|
|
571
671
|
|
|
572
672
|
|
|
573
673
|
|
|
@@ -595,12 +695,7 @@
|
|
|
595
695
|
<td class="type">
|
|
596
696
|
|
|
597
697
|
|
|
598
|
-
<span class="param-type">
|
|
599
|
-
|
|
600
|
-
Cesium.Cartesian2
|
|
601
|
-
|
|
602
|
-
</span>
|
|
603
|
-
|
|
698
|
+
<span class="param-type">Cesium.Cartesian2</span>
|
|
604
699
|
|
|
605
700
|
|
|
606
701
|
|
|
@@ -628,12 +723,7 @@
|
|
|
628
723
|
<td class="type">
|
|
629
724
|
|
|
630
725
|
|
|
631
|
-
<span class="param-type">
|
|
632
|
-
|
|
633
|
-
Boolean
|
|
634
|
-
|
|
635
|
-
</span>
|
|
636
|
-
|
|
726
|
+
<span class="param-type">Boolean</span>
|
|
637
727
|
|
|
638
728
|
|
|
639
729
|
|
|
@@ -661,12 +751,7 @@
|
|
|
661
751
|
<td class="type">
|
|
662
752
|
|
|
663
753
|
|
|
664
|
-
<span class="param-type">
|
|
665
|
-
|
|
666
|
-
Boolean
|
|
667
|
-
|
|
668
|
-
</span>
|
|
669
|
-
|
|
754
|
+
<span class="param-type">Boolean</span>
|
|
670
755
|
|
|
671
756
|
|
|
672
757
|
|
|
@@ -694,12 +779,7 @@
|
|
|
694
779
|
<td class="type">
|
|
695
780
|
|
|
696
781
|
|
|
697
|
-
<span class="param-type">
|
|
698
|
-
|
|
699
|
-
Number
|
|
700
|
-
|
|
701
|
-
</span>
|
|
702
|
-
|
|
782
|
+
<span class="param-type">Number</span>
|
|
703
783
|
|
|
704
784
|
|
|
705
785
|
|
|
@@ -727,12 +807,7 @@
|
|
|
727
807
|
<td class="type">
|
|
728
808
|
|
|
729
809
|
|
|
730
|
-
<span class="param-type">
|
|
731
|
-
|
|
732
|
-
NearFarScalar
|
|
733
|
-
|
|
734
|
-
</span>
|
|
735
|
-
|
|
810
|
+
<span class="param-type">NearFarScalar</span>
|
|
736
811
|
|
|
737
812
|
|
|
738
813
|
|
|
@@ -908,94 +983,6 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
908
983
|
|
|
909
984
|
<div class='vertical-section'>
|
|
910
985
|
<h3 id='member'>成员变量</h3>
|
|
911
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
912
|
-
<div class="table-container">
|
|
913
|
-
<table class="params table">
|
|
914
|
-
<thead>
|
|
915
|
-
<tr>
|
|
916
|
-
<th>名称</th>
|
|
917
|
-
<th>类型</th>
|
|
918
|
-
<th>描述</th>
|
|
919
|
-
</tr>
|
|
920
|
-
</thead>
|
|
921
|
-
<tbody>
|
|
922
|
-
|
|
923
|
-
<tr class="deep-level-0">
|
|
924
|
-
<td class="name"><code><a href="#horizontalDiatance">horizontalDiatance</a></code></td>
|
|
925
|
-
<td class="name">
|
|
926
|
-
<code>
|
|
927
|
-
|
|
928
|
-
<span class="param-type">
|
|
929
|
-
|
|
930
|
-
Number
|
|
931
|
-
|
|
932
|
-
</span>
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
</code>
|
|
937
|
-
</td>
|
|
938
|
-
<td class="name"><code><p>水平距离</p></code></td>
|
|
939
|
-
</tr>
|
|
940
|
-
|
|
941
|
-
<tr class="deep-level-0">
|
|
942
|
-
<td class="name"><code><a href="#rightClickReBegin">rightClickReBegin</a></code></td>
|
|
943
|
-
<td class="name">
|
|
944
|
-
<code>
|
|
945
|
-
|
|
946
|
-
<span class="param-type">
|
|
947
|
-
|
|
948
|
-
Boolean
|
|
949
|
-
|
|
950
|
-
</span>
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
</code>
|
|
955
|
-
</td>
|
|
956
|
-
<td class="name"><code><p>右键是否继续重新</p></code></td>
|
|
957
|
-
</tr>
|
|
958
|
-
|
|
959
|
-
<tr class="deep-level-0">
|
|
960
|
-
<td class="name"><code><a href="#slantDiatance">slantDiatance</a></code></td>
|
|
961
|
-
<td class="name">
|
|
962
|
-
<code>
|
|
963
|
-
|
|
964
|
-
<span class="param-type">
|
|
965
|
-
|
|
966
|
-
Number
|
|
967
|
-
|
|
968
|
-
</span>
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
</code>
|
|
973
|
-
</td>
|
|
974
|
-
<td class="name"><code><p>直线距离</p></code></td>
|
|
975
|
-
</tr>
|
|
976
|
-
|
|
977
|
-
<tr class="deep-level-0">
|
|
978
|
-
<td class="name"><code><a href="#verticalDiatance">verticalDiatance</a></code></td>
|
|
979
|
-
<td class="name">
|
|
980
|
-
<code>
|
|
981
|
-
|
|
982
|
-
<span class="param-type">
|
|
983
|
-
|
|
984
|
-
Number
|
|
985
|
-
|
|
986
|
-
</span>
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
</code>
|
|
991
|
-
</td>
|
|
992
|
-
<td class="name"><code><p>高差</p></code></td>
|
|
993
|
-
</tr>
|
|
994
|
-
|
|
995
|
-
</tbody>
|
|
996
|
-
</table>
|
|
997
|
-
</div>
|
|
998
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
999
986
|
<div class="members">
|
|
1000
987
|
|
|
1001
988
|
<div class="member">
|
|
@@ -1003,12 +990,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1003
990
|
<span class="method-parameter is-pulled-right">
|
|
1004
991
|
<label>类型:</label>
|
|
1005
992
|
|
|
1006
|
-
<span class="param-type">
|
|
1007
|
-
|
|
1008
|
-
Number
|
|
1009
|
-
|
|
1010
|
-
</span>
|
|
1011
|
-
|
|
993
|
+
<span class="param-type">Number</span>
|
|
1012
994
|
|
|
1013
995
|
|
|
1014
996
|
</span>
|
|
@@ -1078,12 +1060,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1078
1060
|
<span class="method-parameter is-pulled-right">
|
|
1079
1061
|
<label>类型:</label>
|
|
1080
1062
|
|
|
1081
|
-
<span class="param-type">
|
|
1082
|
-
|
|
1083
|
-
Boolean
|
|
1084
|
-
|
|
1085
|
-
</span>
|
|
1086
|
-
|
|
1063
|
+
<span class="param-type">Boolean</span>
|
|
1087
1064
|
|
|
1088
1065
|
|
|
1089
1066
|
</span>
|
|
@@ -1153,12 +1130,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1153
1130
|
<span class="method-parameter is-pulled-right">
|
|
1154
1131
|
<label>类型:</label>
|
|
1155
1132
|
|
|
1156
|
-
<span class="param-type">
|
|
1157
|
-
|
|
1158
|
-
Number
|
|
1159
|
-
|
|
1160
|
-
</span>
|
|
1161
|
-
|
|
1133
|
+
<span class="param-type">Number</span>
|
|
1162
1134
|
|
|
1163
1135
|
|
|
1164
1136
|
</span>
|
|
@@ -1228,12 +1200,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1228
1200
|
<span class="method-parameter is-pulled-right">
|
|
1229
1201
|
<label>类型:</label>
|
|
1230
1202
|
|
|
1231
|
-
<span class="param-type">
|
|
1232
|
-
|
|
1233
|
-
Number
|
|
1234
|
-
|
|
1235
|
-
</span>
|
|
1236
|
-
|
|
1203
|
+
<span class="param-type">Number</span>
|
|
1237
1204
|
|
|
1238
1205
|
|
|
1239
1206
|
</span>
|
|
@@ -1305,53 +1272,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1305
1272
|
|
|
1306
1273
|
<div class='vertical-section'>
|
|
1307
1274
|
<h3 id='function'>方法</h3>
|
|
1308
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
1309
1275
|
<div class="members">
|
|
1310
|
-
<div class="table-container">
|
|
1311
|
-
<table class="params table">
|
|
1312
|
-
<thead>
|
|
1313
|
-
<tr>
|
|
1314
|
-
<th>名称</th>
|
|
1315
|
-
<th>返回值类型</th>
|
|
1316
|
-
<th>描述</th>
|
|
1317
|
-
</tr>
|
|
1318
|
-
</thead>
|
|
1319
|
-
<tbody>
|
|
1320
|
-
|
|
1321
|
-
<tr class="deep-level-0">
|
|
1322
|
-
<td class="name"><code><a href="#calculateByTwoPoints">calculateByTwoPoints</a></code></td>
|
|
1323
|
-
<td class="name">
|
|
1324
|
-
<code>
|
|
1325
|
-
|
|
1326
|
-
</code>
|
|
1327
|
-
</td>
|
|
1328
|
-
<td class="name"><code><p>计算两点之间的高程差</p></code></td>
|
|
1329
|
-
</tr>
|
|
1330
|
-
|
|
1331
|
-
<tr class="deep-level-0">
|
|
1332
|
-
<td class="name"><code><a href="#startTool">startTool</a></code></td>
|
|
1333
|
-
<td class="name">
|
|
1334
|
-
<code>
|
|
1335
|
-
|
|
1336
|
-
</code>
|
|
1337
|
-
</td>
|
|
1338
|
-
<td class="name"><code><p>开始测量</p></code></td>
|
|
1339
|
-
</tr>
|
|
1340
|
-
|
|
1341
|
-
<tr class="deep-level-0">
|
|
1342
|
-
<td class="name"><code><a href="#stopTool">stopTool</a></code></td>
|
|
1343
|
-
<td class="name">
|
|
1344
|
-
<code>
|
|
1345
|
-
|
|
1346
|
-
</code>
|
|
1347
|
-
</td>
|
|
1348
|
-
<td class="name"><code><p>结束测量</p></code></td>
|
|
1349
|
-
</tr>
|
|
1350
|
-
|
|
1351
|
-
</tbody>
|
|
1352
|
-
</table>
|
|
1353
|
-
</div>
|
|
1354
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
1355
1276
|
|
|
1356
1277
|
<div class="member">
|
|
1357
1278
|
|
|
@@ -1360,7 +1281,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1360
1281
|
<h4 class="name" id="calculateByTwoPoints">
|
|
1361
1282
|
<a class="href-link" href="#calculateByTwoPoints">#</a>
|
|
1362
1283
|
|
|
1363
|
-
<span class="code-name"
|
|
1284
|
+
<span class="code-name" style="font-size:30px">
|
|
1364
1285
|
|
|
1365
1286
|
calculateByTwoPoints<span class="signature">(startPoint, endPoint)</span>
|
|
1366
1287
|
|
|
@@ -1382,7 +1303,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1382
1303
|
|
|
1383
1304
|
|
|
1384
1305
|
|
|
1385
|
-
<h4
|
|
1306
|
+
<h4>参数:</h4>
|
|
1386
1307
|
|
|
1387
1308
|
<div class="table-container">
|
|
1388
1309
|
<table class="params table">
|
|
@@ -1412,12 +1333,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1412
1333
|
<td class="type">
|
|
1413
1334
|
|
|
1414
1335
|
|
|
1415
|
-
<span class="param-type">
|
|
1416
|
-
|
|
1417
|
-
Object
|
|
1418
|
-
|
|
1419
|
-
</span>
|
|
1420
|
-
|
|
1336
|
+
<span class="param-type">Object</span>
|
|
1421
1337
|
|
|
1422
1338
|
|
|
1423
1339
|
|
|
@@ -1441,12 +1357,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1441
1357
|
<td class="type">
|
|
1442
1358
|
|
|
1443
1359
|
|
|
1444
|
-
<span class="param-type">
|
|
1445
|
-
|
|
1446
|
-
Object
|
|
1447
|
-
|
|
1448
|
-
</span>
|
|
1449
|
-
|
|
1360
|
+
<span class="param-type">Object</span>
|
|
1450
1361
|
|
|
1451
1362
|
|
|
1452
1363
|
|
|
@@ -1534,7 +1445,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1534
1445
|
<h4 class="name" id="startTool">
|
|
1535
1446
|
<a class="href-link" href="#startTool">#</a>
|
|
1536
1447
|
|
|
1537
|
-
<span class="code-name"
|
|
1448
|
+
<span class="code-name" style="font-size:30px">
|
|
1538
1449
|
|
|
1539
1450
|
startTool<span class="signature">()</span>
|
|
1540
1451
|
|
|
@@ -1625,7 +1536,7 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1625
1536
|
<h4 class="name" id="stopTool">
|
|
1626
1537
|
<a class="href-link" href="#stopTool">#</a>
|
|
1627
1538
|
|
|
1628
|
-
<span class="code-name"
|
|
1539
|
+
<span class="code-name" style="font-size:30px">
|
|
1629
1540
|
|
|
1630
1541
|
stopTool<span class="signature">()</span>
|
|
1631
1542
|
|
|
@@ -1718,4 +1629,42 @@ scene.camera.enableTerrainAdjustmentWhenLoading = false;</code></pre>
|
|
|
1718
1629
|
|
|
1719
1630
|
</article>
|
|
1720
1631
|
|
|
1721
|
-
</section>
|
|
1632
|
+
</section>
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
</div>
|
|
1638
|
+
|
|
1639
|
+
<footer class="footer">
|
|
1640
|
+
<div class="content has-text-centered">
|
|
1641
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
1642
|
+
<p class="sidebar-created-by">
|
|
1643
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
1644
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
1645
|
+
</p>
|
|
1646
|
+
</div>
|
|
1647
|
+
</footer>
|
|
1648
|
+
|
|
1649
|
+
</div>
|
|
1650
|
+
<div id="side-nav" class="side-nav">
|
|
1651
|
+
<div style="margin-bottom: 10px;">
|
|
1652
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
1653
|
+
</div>
|
|
1654
|
+
<div style="margin-bottom: 10px;">
|
|
1655
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
1656
|
+
</div>
|
|
1657
|
+
<div style="margin-bottom: 10px;">
|
|
1658
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
1659
|
+
</div>
|
|
1660
|
+
<div>
|
|
1661
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
1662
|
+
</div>
|
|
1663
|
+
</div>
|
|
1664
|
+
</div>
|
|
1665
|
+
<script src="scripts/linenumber.js"> </script>
|
|
1666
|
+
|
|
1667
|
+
<script src="scripts/search.js"> </script>
|
|
1668
|
+
|
|
1669
|
+
</body>
|
|
1670
|
+
</html>
|