@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> ModelTransformTool</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">ModelTransformTool</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="ModelTransformTool">
|
|
26
206
|
<a class="href-link" href="#ModelTransformTool">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new ModelTransformTool<span class="signature">(layer<span class="signature-attributes">opt</span>, callback<span class="signature-attributes">opt</span>)</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">
|
|
@@ -73,26 +253,13 @@
|
|
|
73
253
|
<td class="type">
|
|
74
254
|
|
|
75
255
|
|
|
76
|
-
<span class="param-type">
|
|
77
|
-
|
|
78
|
-
Cesium.MapGISM3DSet
|
|
79
|
-
|
|
80
|
-
</span>
|
|
256
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
81
257
|
|
|
|
82
258
|
|
|
83
|
-
<span class="param-type">
|
|
84
|
-
|
|
85
|
-
Cesium.Cesium3DTileset
|
|
86
|
-
|
|
87
|
-
</span>
|
|
259
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
88
260
|
|
|
|
89
261
|
|
|
90
|
-
<span class="param-type">
|
|
91
|
-
|
|
92
|
-
undefined
|
|
93
|
-
|
|
94
|
-
</span>
|
|
95
|
-
|
|
262
|
+
<span class="param-type">undefined</span>
|
|
96
263
|
|
|
97
264
|
|
|
98
265
|
|
|
@@ -116,12 +283,7 @@
|
|
|
116
283
|
<td class="type">
|
|
117
284
|
|
|
118
285
|
|
|
119
|
-
<span class="param-type">
|
|
120
|
-
|
|
121
|
-
function
|
|
122
|
-
|
|
123
|
-
</span>
|
|
124
|
-
|
|
286
|
+
<span class="param-type">function</span>
|
|
125
287
|
|
|
126
288
|
|
|
127
289
|
|
|
@@ -184,13 +346,13 @@
|
|
|
184
346
|
<dt class="tag-see">See:</dt>
|
|
185
347
|
<dd class="tag-see">
|
|
186
348
|
<ul>
|
|
187
|
-
<li>ModelTransformTool#translateWorld</li>
|
|
349
|
+
<li><a class="mapgis-link-name" title="ModelTransformTool#translateWorld" ModelTransformTool.html#translateWorld>ModelTransformTool#translateWorld</a></li>
|
|
188
350
|
|
|
189
|
-
<li>ModelTransformTool#setPositionWorld</li>
|
|
351
|
+
<li><a class="mapgis-link-name" title="ModelTransformTool#setPositionWorld" ModelTransformTool.html#setPositionWorld>ModelTransformTool#setPositionWorld</a></li>
|
|
190
352
|
|
|
191
|
-
<li>ModelTransformTool#rotateLocal</li>
|
|
353
|
+
<li><a class="mapgis-link-name" title="ModelTransformTool#rotateLocal" ModelTransformTool.html#rotateLocal>ModelTransformTool#rotateLocal</a></li>
|
|
192
354
|
|
|
193
|
-
<li>ModelTransformTool#setLocalScala</li>
|
|
355
|
+
<li><a class="mapgis-link-name" title="ModelTransformTool#setLocalScala" ModelTransformTool.html#setLocalScala>ModelTransformTool#setLocalScala</a></li>
|
|
194
356
|
</ul>
|
|
195
357
|
</dd>
|
|
196
358
|
|
|
@@ -247,173 +409,7 @@
|
|
|
247
409
|
|
|
248
410
|
<div class='vertical-section'>
|
|
249
411
|
<h3 id='function'>方法</h3>
|
|
250
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
251
412
|
<div class="members">
|
|
252
|
-
<div class="table-container">
|
|
253
|
-
<table class="params table">
|
|
254
|
-
<thead>
|
|
255
|
-
<tr>
|
|
256
|
-
<th>名称</th>
|
|
257
|
-
<th>返回值类型</th>
|
|
258
|
-
<th>描述</th>
|
|
259
|
-
</tr>
|
|
260
|
-
</thead>
|
|
261
|
-
<tbody>
|
|
262
|
-
|
|
263
|
-
<tr class="deep-level-0">
|
|
264
|
-
<td class="name"><code><a href="#activeRotationEditor">activeRotationEditor</a></code></td>
|
|
265
|
-
<td class="name">
|
|
266
|
-
<code>
|
|
267
|
-
|
|
268
|
-
</code>
|
|
269
|
-
</td>
|
|
270
|
-
<td class="name"><code><p>可视化旋转工具</p></code></td>
|
|
271
|
-
</tr>
|
|
272
|
-
|
|
273
|
-
<tr class="deep-level-0">
|
|
274
|
-
<td class="name"><code><a href="#activeScaleEditor">activeScaleEditor</a></code></td>
|
|
275
|
-
<td class="name">
|
|
276
|
-
<code>
|
|
277
|
-
|
|
278
|
-
</code>
|
|
279
|
-
</td>
|
|
280
|
-
<td class="name"><code><p>可视化缩放工具</p></code></td>
|
|
281
|
-
</tr>
|
|
282
|
-
|
|
283
|
-
<tr class="deep-level-0">
|
|
284
|
-
<td class="name"><code><a href="#activeTranslationEditor">activeTranslationEditor</a></code></td>
|
|
285
|
-
<td class="name">
|
|
286
|
-
<code>
|
|
287
|
-
|
|
288
|
-
</code>
|
|
289
|
-
</td>
|
|
290
|
-
<td class="name"><code><p>可视化平移工具</p></code></td>
|
|
291
|
-
</tr>
|
|
292
|
-
|
|
293
|
-
<tr class="deep-level-0">
|
|
294
|
-
<td class="name"><code><a href="#deactivate">deactivate</a></code></td>
|
|
295
|
-
<td class="name">
|
|
296
|
-
<code>
|
|
297
|
-
|
|
298
|
-
</code>
|
|
299
|
-
</td>
|
|
300
|
-
<td class="name"><code><p>取消激活可视化工具</p></code></td>
|
|
301
|
-
</tr>
|
|
302
|
-
|
|
303
|
-
<tr class="deep-level-0">
|
|
304
|
-
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
305
|
-
<td class="name">
|
|
306
|
-
<code>
|
|
307
|
-
|
|
308
|
-
</code>
|
|
309
|
-
</td>
|
|
310
|
-
<td class="name"><code><p>销毁工具</p></code></td>
|
|
311
|
-
</tr>
|
|
312
|
-
|
|
313
|
-
<tr class="deep-level-0">
|
|
314
|
-
<td class="name"><code><a href="#getEulerFromTransform">getEulerFromTransform</a></code></td>
|
|
315
|
-
<td class="name">
|
|
316
|
-
<code>
|
|
317
|
-
|
|
318
|
-
</code>
|
|
319
|
-
</td>
|
|
320
|
-
<td class="name"><code><p>根据模型的tansform矩阵获取欧拉角</p></code></td>
|
|
321
|
-
</tr>
|
|
322
|
-
|
|
323
|
-
<tr class="deep-level-0">
|
|
324
|
-
<td class="name"><code><a href="#initModelEditor">initModelEditor</a></code></td>
|
|
325
|
-
<td class="name">
|
|
326
|
-
<code>
|
|
327
|
-
|
|
328
|
-
</code>
|
|
329
|
-
</td>
|
|
330
|
-
<td class="name"><code><p>初始化可视化模型变换工具</p></code></td>
|
|
331
|
-
</tr>
|
|
332
|
-
|
|
333
|
-
<tr class="deep-level-0">
|
|
334
|
-
<td class="name"><code><a href="#reset">reset</a></code></td>
|
|
335
|
-
<td class="name">
|
|
336
|
-
<code>
|
|
337
|
-
|
|
338
|
-
</code>
|
|
339
|
-
</td>
|
|
340
|
-
<td class="name"><code><p>重置模型位置到初始状态,只会重置通过构造函数传入的模型。</p></code></td>
|
|
341
|
-
</tr>
|
|
342
|
-
|
|
343
|
-
<tr class="deep-level-0">
|
|
344
|
-
<td class="name"><code><a href="#rotateLocal">rotateLocal</a></code></td>
|
|
345
|
-
<td class="name">
|
|
346
|
-
<code>
|
|
347
|
-
|
|
348
|
-
</code>
|
|
349
|
-
</td>
|
|
350
|
-
<td class="name"><code><p>控制模型在本地空间下做旋转变换</p></code></td>
|
|
351
|
-
</tr>
|
|
352
|
-
|
|
353
|
-
<tr class="deep-level-0">
|
|
354
|
-
<td class="name"><code><a href="#setLocalScala">setLocalScala</a></code></td>
|
|
355
|
-
<td class="name">
|
|
356
|
-
<code>
|
|
357
|
-
|
|
358
|
-
</code>
|
|
359
|
-
</td>
|
|
360
|
-
<td class="name"><code><p>设置模型缩放</p></code></td>
|
|
361
|
-
</tr>
|
|
362
|
-
|
|
363
|
-
<tr class="deep-level-0">
|
|
364
|
-
<td class="name"><code><a href="#setPositionWorld">setPositionWorld</a></code></td>
|
|
365
|
-
<td class="name">
|
|
366
|
-
<code>
|
|
367
|
-
|
|
368
|
-
</code>
|
|
369
|
-
</td>
|
|
370
|
-
<td class="name"><code><p>设置M3D模型在笛卡尔世界坐标系下位置</p></code></td>
|
|
371
|
-
</tr>
|
|
372
|
-
|
|
373
|
-
<tr class="deep-level-0">
|
|
374
|
-
<td class="name"><code><a href="#setRotation">setRotation</a></code></td>
|
|
375
|
-
<td class="name">
|
|
376
|
-
<code>
|
|
377
|
-
|
|
378
|
-
</code>
|
|
379
|
-
</td>
|
|
380
|
-
<td class="name"><code><p>模型旋转</p></code></td>
|
|
381
|
-
</tr>
|
|
382
|
-
|
|
383
|
-
<tr class="deep-level-0">
|
|
384
|
-
<td class="name"><code><a href="#setScala">setScala</a></code></td>
|
|
385
|
-
<td class="name">
|
|
386
|
-
<code>
|
|
387
|
-
|
|
388
|
-
</code>
|
|
389
|
-
</td>
|
|
390
|
-
<td class="name"><code><p>模型缩放</p></code></td>
|
|
391
|
-
</tr>
|
|
392
|
-
|
|
393
|
-
<tr class="deep-level-0">
|
|
394
|
-
<td class="name"><code><a href="#setTranslation">setTranslation</a></code></td>
|
|
395
|
-
<td class="name">
|
|
396
|
-
<code>
|
|
397
|
-
|
|
398
|
-
</code>
|
|
399
|
-
</td>
|
|
400
|
-
<td class="name"><code><p>模型平移</p></code></td>
|
|
401
|
-
</tr>
|
|
402
|
-
|
|
403
|
-
<tr class="deep-level-0">
|
|
404
|
-
<td class="name"><code><a href="#translateWorld">translateWorld</a></code></td>
|
|
405
|
-
<td class="name">
|
|
406
|
-
<code>
|
|
407
|
-
|
|
408
|
-
</code>
|
|
409
|
-
</td>
|
|
410
|
-
<td class="name"><code><p>设置M3D模型在笛卡尔世界坐标系下平移</p></code></td>
|
|
411
|
-
</tr>
|
|
412
|
-
|
|
413
|
-
</tbody>
|
|
414
|
-
</table>
|
|
415
|
-
</div>
|
|
416
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
417
413
|
|
|
418
414
|
<div class="member">
|
|
419
415
|
|
|
@@ -422,7 +418,7 @@
|
|
|
422
418
|
<h4 class="name" id="activeRotationEditor">
|
|
423
419
|
<a class="href-link" href="#activeRotationEditor">#</a>
|
|
424
420
|
|
|
425
|
-
<span class="code-name"
|
|
421
|
+
<span class="code-name" style="font-size:30px">
|
|
426
422
|
|
|
427
423
|
activeRotationEditor<span class="signature">(options)</span>
|
|
428
424
|
|
|
@@ -444,7 +440,7 @@
|
|
|
444
440
|
|
|
445
441
|
|
|
446
442
|
|
|
447
|
-
<h4
|
|
443
|
+
<h4>参数:</h4>
|
|
448
444
|
|
|
449
445
|
<div class="table-container">
|
|
450
446
|
<table class="params table">
|
|
@@ -474,12 +470,7 @@
|
|
|
474
470
|
<td class="type">
|
|
475
471
|
|
|
476
472
|
|
|
477
|
-
<span class="param-type">
|
|
478
|
-
|
|
479
|
-
Object
|
|
480
|
-
|
|
481
|
-
</span>
|
|
482
|
-
|
|
473
|
+
<span class="param-type">Object</span>
|
|
483
474
|
|
|
484
475
|
|
|
485
476
|
|
|
@@ -501,26 +492,13 @@
|
|
|
501
492
|
<td class="type">
|
|
502
493
|
|
|
503
494
|
|
|
504
|
-
<span class="param-type">
|
|
505
|
-
|
|
506
|
-
Cesium.MapGISM3DSet
|
|
507
|
-
|
|
508
|
-
</span>
|
|
495
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
509
496
|
|
|
|
510
497
|
|
|
511
|
-
<span class="param-type">
|
|
512
|
-
|
|
513
|
-
MapGISM3D
|
|
514
|
-
|
|
515
|
-
</span>
|
|
498
|
+
<span class="param-type">MapGISM3D</span>
|
|
516
499
|
|
|
|
517
500
|
|
|
518
|
-
<span class="param-type">
|
|
519
|
-
|
|
520
|
-
Cesium.Cesium3DTileset
|
|
521
|
-
|
|
522
|
-
</span>
|
|
523
|
-
|
|
501
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
524
502
|
|
|
525
503
|
|
|
526
504
|
|
|
@@ -611,7 +589,7 @@
|
|
|
611
589
|
<h4 class="name" id="activeScaleEditor">
|
|
612
590
|
<a class="href-link" href="#activeScaleEditor">#</a>
|
|
613
591
|
|
|
614
|
-
<span class="code-name"
|
|
592
|
+
<span class="code-name" style="font-size:30px">
|
|
615
593
|
|
|
616
594
|
activeScaleEditor<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
|
|
617
595
|
|
|
@@ -633,7 +611,7 @@
|
|
|
633
611
|
|
|
634
612
|
|
|
635
613
|
|
|
636
|
-
<h4
|
|
614
|
+
<h4>参数:</h4>
|
|
637
615
|
|
|
638
616
|
<div class="table-container">
|
|
639
617
|
<table class="params table">
|
|
@@ -665,12 +643,7 @@
|
|
|
665
643
|
<td class="type">
|
|
666
644
|
|
|
667
645
|
|
|
668
|
-
<span class="param-type">
|
|
669
|
-
|
|
670
|
-
Object
|
|
671
|
-
|
|
672
|
-
</span>
|
|
673
|
-
|
|
646
|
+
<span class="param-type">Object</span>
|
|
674
647
|
|
|
675
648
|
|
|
676
649
|
|
|
@@ -698,12 +671,7 @@
|
|
|
698
671
|
<td class="type">
|
|
699
672
|
|
|
700
673
|
|
|
701
|
-
<span class="param-type">
|
|
702
|
-
|
|
703
|
-
boolean
|
|
704
|
-
|
|
705
|
-
</span>
|
|
706
|
-
|
|
674
|
+
<span class="param-type">boolean</span>
|
|
707
675
|
|
|
708
676
|
|
|
709
677
|
|
|
@@ -731,26 +699,13 @@
|
|
|
731
699
|
<td class="type">
|
|
732
700
|
|
|
733
701
|
|
|
734
|
-
<span class="param-type">
|
|
735
|
-
|
|
736
|
-
Cesium.MapGISM3DSet
|
|
737
|
-
|
|
738
|
-
</span>
|
|
702
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
739
703
|
|
|
|
740
704
|
|
|
741
|
-
<span class="param-type">
|
|
742
|
-
|
|
743
|
-
MapGISM3D
|
|
744
|
-
|
|
745
|
-
</span>
|
|
705
|
+
<span class="param-type">MapGISM3D</span>
|
|
746
706
|
|
|
|
747
707
|
|
|
748
|
-
<span class="param-type">
|
|
749
|
-
|
|
750
|
-
Cesium.Cesium3DTileset
|
|
751
|
-
|
|
752
|
-
</span>
|
|
753
|
-
|
|
708
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
754
709
|
|
|
755
710
|
|
|
756
711
|
|
|
@@ -845,7 +800,7 @@
|
|
|
845
800
|
<h4 class="name" id="activeTranslationEditor">
|
|
846
801
|
<a class="href-link" href="#activeTranslationEditor">#</a>
|
|
847
802
|
|
|
848
|
-
<span class="code-name"
|
|
803
|
+
<span class="code-name" style="font-size:30px">
|
|
849
804
|
|
|
850
805
|
activeTranslationEditor<span class="signature">(options)</span>
|
|
851
806
|
|
|
@@ -867,7 +822,7 @@
|
|
|
867
822
|
|
|
868
823
|
|
|
869
824
|
|
|
870
|
-
<h4
|
|
825
|
+
<h4>参数:</h4>
|
|
871
826
|
|
|
872
827
|
<div class="table-container">
|
|
873
828
|
<table class="params table">
|
|
@@ -897,12 +852,7 @@
|
|
|
897
852
|
<td class="type">
|
|
898
853
|
|
|
899
854
|
|
|
900
|
-
<span class="param-type">
|
|
901
|
-
|
|
902
|
-
Object
|
|
903
|
-
|
|
904
|
-
</span>
|
|
905
|
-
|
|
855
|
+
<span class="param-type">Object</span>
|
|
906
856
|
|
|
907
857
|
|
|
908
858
|
|
|
@@ -924,26 +874,13 @@
|
|
|
924
874
|
<td class="type">
|
|
925
875
|
|
|
926
876
|
|
|
927
|
-
<span class="param-type">
|
|
928
|
-
|
|
929
|
-
Cesium.MapGISM3DSet
|
|
930
|
-
|
|
931
|
-
</span>
|
|
877
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
932
878
|
|
|
|
933
879
|
|
|
934
|
-
<span class="param-type">
|
|
935
|
-
|
|
936
|
-
MapGISM3D
|
|
937
|
-
|
|
938
|
-
</span>
|
|
880
|
+
<span class="param-type">MapGISM3D</span>
|
|
939
881
|
|
|
|
940
882
|
|
|
941
|
-
<span class="param-type">
|
|
942
|
-
|
|
943
|
-
Cesium.Cesium3DTileset
|
|
944
|
-
|
|
945
|
-
</span>
|
|
946
|
-
|
|
883
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
947
884
|
|
|
948
885
|
|
|
949
886
|
|
|
@@ -1034,7 +971,7 @@
|
|
|
1034
971
|
<h4 class="name" id="deactivate">
|
|
1035
972
|
<a class="href-link" href="#deactivate">#</a>
|
|
1036
973
|
|
|
1037
|
-
<span class="code-name"
|
|
974
|
+
<span class="code-name" style="font-size:30px">
|
|
1038
975
|
|
|
1039
976
|
deactivate<span class="signature">()</span>
|
|
1040
977
|
|
|
@@ -1125,7 +1062,7 @@
|
|
|
1125
1062
|
<h4 class="name" id="destroy">
|
|
1126
1063
|
<a class="href-link" href="#destroy">#</a>
|
|
1127
1064
|
|
|
1128
|
-
<span class="code-name"
|
|
1065
|
+
<span class="code-name" style="font-size:30px">
|
|
1129
1066
|
|
|
1130
1067
|
destroy<span class="signature">()</span>
|
|
1131
1068
|
|
|
@@ -1216,7 +1153,7 @@
|
|
|
1216
1153
|
<h4 class="name" id="getEulerFromTransform">
|
|
1217
1154
|
<a class="href-link" href="#getEulerFromTransform">#</a>
|
|
1218
1155
|
|
|
1219
|
-
<span class="code-name"
|
|
1156
|
+
<span class="code-name" style="font-size:30px">
|
|
1220
1157
|
|
|
1221
1158
|
getEulerFromTransform<span class="signature">(transformInLocal, model<span class="signature-attributes">opt</span>, rotationPoint<span class="signature-attributes">opt</span>)</span>
|
|
1222
1159
|
|
|
@@ -1238,7 +1175,7 @@
|
|
|
1238
1175
|
|
|
1239
1176
|
|
|
1240
1177
|
|
|
1241
|
-
<h4
|
|
1178
|
+
<h4>参数:</h4>
|
|
1242
1179
|
|
|
1243
1180
|
<div class="table-container">
|
|
1244
1181
|
<table class="params table">
|
|
@@ -1268,12 +1205,7 @@
|
|
|
1268
1205
|
<td class="type">
|
|
1269
1206
|
|
|
1270
1207
|
|
|
1271
|
-
<span class="param-type">
|
|
1272
|
-
|
|
1273
|
-
Cesium.Matrix4
|
|
1274
|
-
|
|
1275
|
-
</span>
|
|
1276
|
-
|
|
1208
|
+
<span class="param-type">Cesium.Matrix4</span>
|
|
1277
1209
|
|
|
1278
1210
|
|
|
1279
1211
|
|
|
@@ -1297,26 +1229,13 @@
|
|
|
1297
1229
|
<td class="type">
|
|
1298
1230
|
|
|
1299
1231
|
|
|
1300
|
-
<span class="param-type">
|
|
1301
|
-
|
|
1302
|
-
Cesium.MapGISM3DSet
|
|
1303
|
-
|
|
1304
|
-
</span>
|
|
1232
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
1305
1233
|
|
|
|
1306
1234
|
|
|
1307
|
-
<span class="param-type">
|
|
1308
|
-
|
|
1309
|
-
MapGISM3D
|
|
1310
|
-
|
|
1311
|
-
</span>
|
|
1235
|
+
<span class="param-type">MapGISM3D</span>
|
|
1312
1236
|
|
|
|
1313
1237
|
|
|
1314
|
-
<span class="param-type">
|
|
1315
|
-
|
|
1316
|
-
Cesium.Cesium3DTileset
|
|
1317
|
-
|
|
1318
|
-
</span>
|
|
1319
|
-
|
|
1238
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
1320
1239
|
|
|
1321
1240
|
|
|
1322
1241
|
|
|
@@ -1340,12 +1259,7 @@
|
|
|
1340
1259
|
<td class="type">
|
|
1341
1260
|
|
|
1342
1261
|
|
|
1343
|
-
<span class="param-type">
|
|
1344
|
-
|
|
1345
|
-
Cesium.Cartesian3
|
|
1346
|
-
|
|
1347
|
-
</span>
|
|
1348
|
-
|
|
1262
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1349
1263
|
|
|
1350
1264
|
|
|
1351
1265
|
|
|
@@ -1433,7 +1347,7 @@
|
|
|
1433
1347
|
<h4 class="name" id="initModelEditor">
|
|
1434
1348
|
<a class="href-link" href="#initModelEditor">#</a>
|
|
1435
1349
|
|
|
1436
|
-
<span class="code-name"
|
|
1350
|
+
<span class="code-name" style="font-size:30px">
|
|
1437
1351
|
|
|
1438
1352
|
initModelEditor<span class="signature">(viewer)</span>
|
|
1439
1353
|
|
|
@@ -1455,7 +1369,7 @@
|
|
|
1455
1369
|
|
|
1456
1370
|
|
|
1457
1371
|
|
|
1458
|
-
<h4
|
|
1372
|
+
<h4>参数:</h4>
|
|
1459
1373
|
|
|
1460
1374
|
<div class="table-container">
|
|
1461
1375
|
<table class="params table">
|
|
@@ -1485,12 +1399,7 @@
|
|
|
1485
1399
|
<td class="type">
|
|
1486
1400
|
|
|
1487
1401
|
|
|
1488
|
-
<span class="param-type">
|
|
1489
|
-
|
|
1490
|
-
Viewer
|
|
1491
|
-
|
|
1492
|
-
</span>
|
|
1493
|
-
|
|
1402
|
+
<span class="param-type">Viewer</span>
|
|
1494
1403
|
|
|
1495
1404
|
|
|
1496
1405
|
|
|
@@ -1578,7 +1487,7 @@
|
|
|
1578
1487
|
<h4 class="name" id="reset">
|
|
1579
1488
|
<a class="href-link" href="#reset">#</a>
|
|
1580
1489
|
|
|
1581
|
-
<span class="code-name"
|
|
1490
|
+
<span class="code-name" style="font-size:30px">
|
|
1582
1491
|
|
|
1583
1492
|
reset<span class="signature">()</span>
|
|
1584
1493
|
|
|
@@ -1669,7 +1578,7 @@
|
|
|
1669
1578
|
<h4 class="name" id="rotateLocal">
|
|
1670
1579
|
<a class="href-link" href="#rotateLocal">#</a>
|
|
1671
1580
|
|
|
1672
|
-
<span class="code-name"
|
|
1581
|
+
<span class="code-name" style="font-size:30px">
|
|
1673
1582
|
|
|
1674
1583
|
rotateLocal<span class="signature">(options)</span>
|
|
1675
1584
|
|
|
@@ -1691,7 +1600,7 @@
|
|
|
1691
1600
|
|
|
1692
1601
|
|
|
1693
1602
|
|
|
1694
|
-
<h4
|
|
1603
|
+
<h4>参数:</h4>
|
|
1695
1604
|
|
|
1696
1605
|
<div class="table-container">
|
|
1697
1606
|
<table class="params table">
|
|
@@ -1721,12 +1630,7 @@
|
|
|
1721
1630
|
<td class="type">
|
|
1722
1631
|
|
|
1723
1632
|
|
|
1724
|
-
<span class="param-type">
|
|
1725
|
-
|
|
1726
|
-
Object
|
|
1727
|
-
|
|
1728
|
-
</span>
|
|
1729
|
-
|
|
1633
|
+
<span class="param-type">Object</span>
|
|
1730
1634
|
|
|
1731
1635
|
|
|
1732
1636
|
|
|
@@ -1748,19 +1652,10 @@
|
|
|
1748
1652
|
<td class="type">
|
|
1749
1653
|
|
|
1750
1654
|
|
|
1751
|
-
<span class="param-type">
|
|
1752
|
-
|
|
1753
|
-
Cesium.Cartesian3
|
|
1754
|
-
|
|
1755
|
-
</span>
|
|
1655
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1756
1656
|
|
|
|
1757
1657
|
|
|
1758
|
-
<span class="param-type">
|
|
1759
|
-
|
|
1760
|
-
Cesium.HeadingPitchRoll
|
|
1761
|
-
|
|
1762
|
-
</span>
|
|
1763
|
-
|
|
1658
|
+
<span class="param-type">Cesium.HeadingPitchRoll</span>
|
|
1764
1659
|
|
|
1765
1660
|
|
|
1766
1661
|
|
|
@@ -1783,26 +1678,13 @@ HeadingPitchRoll类型为弧度制,Cartesian3类型为角度制。</p></td>
|
|
|
1783
1678
|
<td class="type">
|
|
1784
1679
|
|
|
1785
1680
|
|
|
1786
|
-
<span class="param-type">
|
|
1787
|
-
|
|
1788
|
-
Cesium.MapGISM3DSet
|
|
1789
|
-
|
|
1790
|
-
</span>
|
|
1681
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
1791
1682
|
|
|
|
1792
1683
|
|
|
1793
|
-
<span class="param-type">
|
|
1794
|
-
|
|
1795
|
-
MapGISM3D
|
|
1796
|
-
|
|
1797
|
-
</span>
|
|
1684
|
+
<span class="param-type">MapGISM3D</span>
|
|
1798
1685
|
|
|
|
1799
1686
|
|
|
1800
|
-
<span class="param-type">
|
|
1801
|
-
|
|
1802
|
-
Cesium.Cesium3DTileset
|
|
1803
|
-
|
|
1804
|
-
</span>
|
|
1805
|
-
|
|
1687
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
1806
1688
|
|
|
1807
1689
|
|
|
1808
1690
|
|
|
@@ -1825,12 +1707,7 @@ HeadingPitchRoll类型为弧度制,Cartesian3类型为角度制。</p></td>
|
|
|
1825
1707
|
<td class="type">
|
|
1826
1708
|
|
|
1827
1709
|
|
|
1828
|
-
<span class="param-type">
|
|
1829
|
-
|
|
1830
|
-
Cesium.Cartesian3
|
|
1831
|
-
|
|
1832
|
-
</span>
|
|
1833
|
-
|
|
1710
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
1834
1711
|
|
|
1835
1712
|
|
|
1836
1713
|
|
|
@@ -1946,7 +1823,7 @@ modelTransformTool.rotateLocal({
|
|
|
1946
1823
|
<h4 class="name" id="setLocalScala">
|
|
1947
1824
|
<a class="href-link" href="#setLocalScala">#</a>
|
|
1948
1825
|
|
|
1949
|
-
<span class="code-name"
|
|
1826
|
+
<span class="code-name" style="font-size:30px">
|
|
1950
1827
|
|
|
1951
1828
|
setLocalScala<span class="signature">(options)</span>
|
|
1952
1829
|
|
|
@@ -1968,7 +1845,7 @@ modelTransformTool.rotateLocal({
|
|
|
1968
1845
|
|
|
1969
1846
|
|
|
1970
1847
|
|
|
1971
|
-
<h4
|
|
1848
|
+
<h4>参数:</h4>
|
|
1972
1849
|
|
|
1973
1850
|
<div class="table-container">
|
|
1974
1851
|
<table class="params table">
|
|
@@ -1998,12 +1875,7 @@ modelTransformTool.rotateLocal({
|
|
|
1998
1875
|
<td class="type">
|
|
1999
1876
|
|
|
2000
1877
|
|
|
2001
|
-
<span class="param-type">
|
|
2002
|
-
|
|
2003
|
-
Object
|
|
2004
|
-
|
|
2005
|
-
</span>
|
|
2006
|
-
|
|
1878
|
+
<span class="param-type">Object</span>
|
|
2007
1879
|
|
|
2008
1880
|
|
|
2009
1881
|
|
|
@@ -2025,12 +1897,7 @@ modelTransformTool.rotateLocal({
|
|
|
2025
1897
|
<td class="type">
|
|
2026
1898
|
|
|
2027
1899
|
|
|
2028
|
-
<span class="param-type">
|
|
2029
|
-
|
|
2030
|
-
Cesium.Cartesian3
|
|
2031
|
-
|
|
2032
|
-
</span>
|
|
2033
|
-
|
|
1900
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
2034
1901
|
|
|
2035
1902
|
|
|
2036
1903
|
|
|
@@ -2052,26 +1919,13 @@ modelTransformTool.rotateLocal({
|
|
|
2052
1919
|
<td class="type">
|
|
2053
1920
|
|
|
2054
1921
|
|
|
2055
|
-
<span class="param-type">
|
|
2056
|
-
|
|
2057
|
-
Cesium.MapGISM3DSet
|
|
2058
|
-
|
|
2059
|
-
</span>
|
|
1922
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
2060
1923
|
|
|
|
2061
1924
|
|
|
2062
|
-
<span class="param-type">
|
|
2063
|
-
|
|
2064
|
-
MapGISM3D
|
|
2065
|
-
|
|
2066
|
-
</span>
|
|
1925
|
+
<span class="param-type">MapGISM3D</span>
|
|
2067
1926
|
|
|
|
2068
1927
|
|
|
2069
|
-
<span class="param-type">
|
|
2070
|
-
|
|
2071
|
-
Cesium.Cesium3DTileset
|
|
2072
|
-
|
|
2073
|
-
</span>
|
|
2074
|
-
|
|
1928
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
2075
1929
|
|
|
2076
1930
|
|
|
2077
1931
|
|
|
@@ -2176,7 +2030,7 @@ modelTransformTool.setLocalScala({
|
|
|
2176
2030
|
<h4 class="name" id="setPositionWorld">
|
|
2177
2031
|
<a class="href-link" href="#setPositionWorld">#</a>
|
|
2178
2032
|
|
|
2179
|
-
<span class="code-name"
|
|
2033
|
+
<span class="code-name" style="font-size:30px">
|
|
2180
2034
|
|
|
2181
2035
|
setPositionWorld<span class="signature">(options)</span>
|
|
2182
2036
|
|
|
@@ -2198,7 +2052,7 @@ modelTransformTool.setLocalScala({
|
|
|
2198
2052
|
|
|
2199
2053
|
|
|
2200
2054
|
|
|
2201
|
-
<h4
|
|
2055
|
+
<h4>参数:</h4>
|
|
2202
2056
|
|
|
2203
2057
|
<div class="table-container">
|
|
2204
2058
|
<table class="params table">
|
|
@@ -2228,12 +2082,7 @@ modelTransformTool.setLocalScala({
|
|
|
2228
2082
|
<td class="type">
|
|
2229
2083
|
|
|
2230
2084
|
|
|
2231
|
-
<span class="param-type">
|
|
2232
|
-
|
|
2233
|
-
Object
|
|
2234
|
-
|
|
2235
|
-
</span>
|
|
2236
|
-
|
|
2085
|
+
<span class="param-type">Object</span>
|
|
2237
2086
|
|
|
2238
2087
|
|
|
2239
2088
|
|
|
@@ -2255,12 +2104,7 @@ modelTransformTool.setLocalScala({
|
|
|
2255
2104
|
<td class="type">
|
|
2256
2105
|
|
|
2257
2106
|
|
|
2258
|
-
<span class="param-type">
|
|
2259
|
-
|
|
2260
|
-
Cesium.Cartesian3
|
|
2261
|
-
|
|
2262
|
-
</span>
|
|
2263
|
-
|
|
2107
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
2264
2108
|
|
|
2265
2109
|
|
|
2266
2110
|
|
|
@@ -2282,26 +2126,13 @@ modelTransformTool.setLocalScala({
|
|
|
2282
2126
|
<td class="type">
|
|
2283
2127
|
|
|
2284
2128
|
|
|
2285
|
-
<span class="param-type">
|
|
2286
|
-
|
|
2287
|
-
Cesium.MapGISM3DSet
|
|
2288
|
-
|
|
2289
|
-
</span>
|
|
2129
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
2290
2130
|
|
|
|
2291
2131
|
|
|
2292
|
-
<span class="param-type">
|
|
2293
|
-
|
|
2294
|
-
MapGISM3D
|
|
2295
|
-
|
|
2296
|
-
</span>
|
|
2132
|
+
<span class="param-type">MapGISM3D</span>
|
|
2297
2133
|
|
|
|
2298
2134
|
|
|
2299
|
-
<span class="param-type">
|
|
2300
|
-
|
|
2301
|
-
Cesium.Cesium3DTileset
|
|
2302
|
-
|
|
2303
|
-
</span>
|
|
2304
|
-
|
|
2135
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
2305
2136
|
|
|
2306
2137
|
|
|
2307
2138
|
|
|
@@ -2406,7 +2237,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2406
2237
|
<h4 class="name" id="setRotation">
|
|
2407
2238
|
<a class="href-link" href="#setRotation">#</a>
|
|
2408
2239
|
|
|
2409
|
-
<span class="code-name"
|
|
2240
|
+
<span class="code-name" style="font-size:30px">
|
|
2410
2241
|
|
|
2411
2242
|
setRotation<span class="signature">(degree<span class="signature-attributes">opt</span>, axis<span class="signature-attributes">opt</span>)</span>
|
|
2412
2243
|
|
|
@@ -2428,7 +2259,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2428
2259
|
|
|
2429
2260
|
|
|
2430
2261
|
|
|
2431
|
-
<h4
|
|
2262
|
+
<h4>参数:</h4>
|
|
2432
2263
|
|
|
2433
2264
|
<div class="table-container">
|
|
2434
2265
|
<table class="params table">
|
|
@@ -2460,12 +2291,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2460
2291
|
<td class="type">
|
|
2461
2292
|
|
|
2462
2293
|
|
|
2463
|
-
<span class="param-type">
|
|
2464
|
-
|
|
2465
|
-
Number
|
|
2466
|
-
|
|
2467
|
-
</span>
|
|
2468
|
-
|
|
2294
|
+
<span class="param-type">Number</span>
|
|
2469
2295
|
|
|
2470
2296
|
|
|
2471
2297
|
|
|
@@ -2495,12 +2321,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2495
2321
|
<td class="type">
|
|
2496
2322
|
|
|
2497
2323
|
|
|
2498
|
-
<span class="param-type">
|
|
2499
|
-
|
|
2500
|
-
String
|
|
2501
|
-
|
|
2502
|
-
</span>
|
|
2503
|
-
|
|
2324
|
+
<span class="param-type">String</span>
|
|
2504
2325
|
|
|
2505
2326
|
|
|
2506
2327
|
|
|
@@ -2594,7 +2415,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2594
2415
|
<h4 class="name" id="setScala">
|
|
2595
2416
|
<a class="href-link" href="#setScala">#</a>
|
|
2596
2417
|
|
|
2597
|
-
<span class="code-name"
|
|
2418
|
+
<span class="code-name" style="font-size:30px">
|
|
2598
2419
|
|
|
2599
2420
|
setScala<span class="signature">(x<span class="signature-attributes">opt</span>, y<span class="signature-attributes">opt</span>, z<span class="signature-attributes">opt</span>)</span>
|
|
2600
2421
|
|
|
@@ -2616,7 +2437,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2616
2437
|
|
|
2617
2438
|
|
|
2618
2439
|
|
|
2619
|
-
<h4
|
|
2440
|
+
<h4>参数:</h4>
|
|
2620
2441
|
|
|
2621
2442
|
<div class="table-container">
|
|
2622
2443
|
<table class="params table">
|
|
@@ -2648,12 +2469,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2648
2469
|
<td class="type">
|
|
2649
2470
|
|
|
2650
2471
|
|
|
2651
|
-
<span class="param-type">
|
|
2652
|
-
|
|
2653
|
-
Number
|
|
2654
|
-
|
|
2655
|
-
</span>
|
|
2656
|
-
|
|
2472
|
+
<span class="param-type">Number</span>
|
|
2657
2473
|
|
|
2658
2474
|
|
|
2659
2475
|
|
|
@@ -2683,12 +2499,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2683
2499
|
<td class="type">
|
|
2684
2500
|
|
|
2685
2501
|
|
|
2686
|
-
<span class="param-type">
|
|
2687
|
-
|
|
2688
|
-
Number
|
|
2689
|
-
|
|
2690
|
-
</span>
|
|
2691
|
-
|
|
2502
|
+
<span class="param-type">Number</span>
|
|
2692
2503
|
|
|
2693
2504
|
|
|
2694
2505
|
|
|
@@ -2718,12 +2529,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2718
2529
|
<td class="type">
|
|
2719
2530
|
|
|
2720
2531
|
|
|
2721
|
-
<span class="param-type">
|
|
2722
|
-
|
|
2723
|
-
Number
|
|
2724
|
-
|
|
2725
|
-
</span>
|
|
2726
|
-
|
|
2532
|
+
<span class="param-type">Number</span>
|
|
2727
2533
|
|
|
2728
2534
|
|
|
2729
2535
|
|
|
@@ -2819,7 +2625,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2819
2625
|
<h4 class="name" id="setTranslation">
|
|
2820
2626
|
<a class="href-link" href="#setTranslation">#</a>
|
|
2821
2627
|
|
|
2822
|
-
<span class="code-name"
|
|
2628
|
+
<span class="code-name" style="font-size:30px">
|
|
2823
2629
|
|
|
2824
2630
|
setTranslation<span class="signature">(longitude<span class="signature-attributes">opt</span>, latitude<span class="signature-attributes">opt</span>, height<span class="signature-attributes">opt</span>)</span>
|
|
2825
2631
|
|
|
@@ -2841,7 +2647,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2841
2647
|
|
|
2842
2648
|
|
|
2843
2649
|
|
|
2844
|
-
<h4
|
|
2650
|
+
<h4>参数:</h4>
|
|
2845
2651
|
|
|
2846
2652
|
<div class="table-container">
|
|
2847
2653
|
<table class="params table">
|
|
@@ -2873,12 +2679,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2873
2679
|
<td class="type">
|
|
2874
2680
|
|
|
2875
2681
|
|
|
2876
|
-
<span class="param-type">
|
|
2877
|
-
|
|
2878
|
-
Number
|
|
2879
|
-
|
|
2880
|
-
</span>
|
|
2881
|
-
|
|
2682
|
+
<span class="param-type">Number</span>
|
|
2882
2683
|
|
|
2883
2684
|
|
|
2884
2685
|
|
|
@@ -2908,12 +2709,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2908
2709
|
<td class="type">
|
|
2909
2710
|
|
|
2910
2711
|
|
|
2911
|
-
<span class="param-type">
|
|
2912
|
-
|
|
2913
|
-
Number
|
|
2914
|
-
|
|
2915
|
-
</span>
|
|
2916
|
-
|
|
2712
|
+
<span class="param-type">Number</span>
|
|
2917
2713
|
|
|
2918
2714
|
|
|
2919
2715
|
|
|
@@ -2943,12 +2739,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2943
2739
|
<td class="type">
|
|
2944
2740
|
|
|
2945
2741
|
|
|
2946
|
-
<span class="param-type">
|
|
2947
|
-
|
|
2948
|
-
Number
|
|
2949
|
-
|
|
2950
|
-
</span>
|
|
2951
|
-
|
|
2742
|
+
<span class="param-type">Number</span>
|
|
2952
2743
|
|
|
2953
2744
|
|
|
2954
2745
|
|
|
@@ -3042,7 +2833,7 @@ modelTransformTool.setPositionWorld({
|
|
|
3042
2833
|
<h4 class="name" id="translateWorld">
|
|
3043
2834
|
<a class="href-link" href="#translateWorld">#</a>
|
|
3044
2835
|
|
|
3045
|
-
<span class="code-name"
|
|
2836
|
+
<span class="code-name" style="font-size:30px">
|
|
3046
2837
|
|
|
3047
2838
|
translateWorld<span class="signature">(options)</span>
|
|
3048
2839
|
|
|
@@ -3064,7 +2855,7 @@ modelTransformTool.setPositionWorld({
|
|
|
3064
2855
|
|
|
3065
2856
|
|
|
3066
2857
|
|
|
3067
|
-
<h4
|
|
2858
|
+
<h4>参数:</h4>
|
|
3068
2859
|
|
|
3069
2860
|
<div class="table-container">
|
|
3070
2861
|
<table class="params table">
|
|
@@ -3094,12 +2885,7 @@ modelTransformTool.setPositionWorld({
|
|
|
3094
2885
|
<td class="type">
|
|
3095
2886
|
|
|
3096
2887
|
|
|
3097
|
-
<span class="param-type">
|
|
3098
|
-
|
|
3099
|
-
Object
|
|
3100
|
-
|
|
3101
|
-
</span>
|
|
3102
|
-
|
|
2888
|
+
<span class="param-type">Object</span>
|
|
3103
2889
|
|
|
3104
2890
|
|
|
3105
2891
|
|
|
@@ -3121,12 +2907,7 @@ modelTransformTool.setPositionWorld({
|
|
|
3121
2907
|
<td class="type">
|
|
3122
2908
|
|
|
3123
2909
|
|
|
3124
|
-
<span class="param-type">
|
|
3125
|
-
|
|
3126
|
-
Cesium.Cartesian3
|
|
3127
|
-
|
|
3128
|
-
</span>
|
|
3129
|
-
|
|
2910
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
3130
2911
|
|
|
3131
2912
|
|
|
3132
2913
|
|
|
@@ -3148,26 +2929,13 @@ modelTransformTool.setPositionWorld({
|
|
|
3148
2929
|
<td class="type">
|
|
3149
2930
|
|
|
3150
2931
|
|
|
3151
|
-
<span class="param-type">
|
|
3152
|
-
|
|
3153
|
-
Cesium.MapGISM3DSet
|
|
3154
|
-
|
|
3155
|
-
</span>
|
|
2932
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
3156
2933
|
|
|
|
3157
2934
|
|
|
3158
|
-
<span class="param-type">
|
|
3159
|
-
|
|
3160
|
-
MapGISM3D
|
|
3161
|
-
|
|
3162
|
-
</span>
|
|
2935
|
+
<span class="param-type">MapGISM3D</span>
|
|
3163
2936
|
|
|
|
3164
2937
|
|
|
3165
|
-
<span class="param-type">
|
|
3166
|
-
|
|
3167
|
-
Cesium.Cesium3DTileset
|
|
3168
|
-
|
|
3169
|
-
</span>
|
|
3170
|
-
|
|
2938
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
3171
2939
|
|
|
3172
2940
|
|
|
3173
2941
|
|
|
@@ -3274,4 +3042,42 @@ modelTransformTool.translateWorld({
|
|
|
3274
3042
|
|
|
3275
3043
|
</article>
|
|
3276
3044
|
|
|
3277
|
-
</section>
|
|
3045
|
+
</section>
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
</div>
|
|
3051
|
+
|
|
3052
|
+
<footer class="footer">
|
|
3053
|
+
<div class="content has-text-centered">
|
|
3054
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
3055
|
+
<p class="sidebar-created-by">
|
|
3056
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3057
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3058
|
+
</p>
|
|
3059
|
+
</div>
|
|
3060
|
+
</footer>
|
|
3061
|
+
|
|
3062
|
+
</div>
|
|
3063
|
+
<div id="side-nav" class="side-nav">
|
|
3064
|
+
<div style="margin-bottom: 10px;">
|
|
3065
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3066
|
+
</div>
|
|
3067
|
+
<div style="margin-bottom: 10px;">
|
|
3068
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3069
|
+
</div>
|
|
3070
|
+
<div style="margin-bottom: 10px;">
|
|
3071
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3072
|
+
</div>
|
|
3073
|
+
<div>
|
|
3074
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3075
|
+
</div>
|
|
3076
|
+
</div>
|
|
3077
|
+
</div>
|
|
3078
|
+
<script src="scripts/linenumber.js"> </script>
|
|
3079
|
+
|
|
3080
|
+
<script src="scripts/search.js"> </script>
|
|
3081
|
+
|
|
3082
|
+
</body>
|
|
3083
|
+
</html>
|