@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> GraphicsLayer</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">GraphicsLayer</span>
|
|
186
|
+
</header>
|
|
187
|
+
|
|
8
188
|
|
|
9
189
|
|
|
10
190
|
|
|
@@ -25,7 +205,7 @@
|
|
|
25
205
|
<h4 class="name" id="GraphicsLayer">
|
|
26
206
|
<a class="href-link" href="#GraphicsLayer">#</a>
|
|
27
207
|
|
|
28
|
-
<span class="code-name"
|
|
208
|
+
<span class="code-name" style="font-size:30px">
|
|
29
209
|
|
|
30
210
|
new GraphicsLayer<span class="signature">(viewer, options)</span>
|
|
31
211
|
|
|
@@ -47,7 +227,7 @@
|
|
|
47
227
|
|
|
48
228
|
|
|
49
229
|
|
|
50
|
-
<h4
|
|
230
|
+
<h4>参数:</h4>
|
|
51
231
|
|
|
52
232
|
<div class="table-container">
|
|
53
233
|
<table class="params table">
|
|
@@ -79,12 +259,7 @@
|
|
|
79
259
|
<td class="type">
|
|
80
260
|
|
|
81
261
|
|
|
82
|
-
<span class="param-type">
|
|
83
|
-
|
|
84
|
-
Viewer
|
|
85
|
-
|
|
86
|
-
</span>
|
|
87
|
-
|
|
262
|
+
<span class="param-type">Viewer</span>
|
|
88
263
|
|
|
89
264
|
|
|
90
265
|
|
|
@@ -112,12 +287,7 @@
|
|
|
112
287
|
<td class="type">
|
|
113
288
|
|
|
114
289
|
|
|
115
|
-
<span class="param-type">
|
|
116
|
-
|
|
117
|
-
Object
|
|
118
|
-
|
|
119
|
-
</span>
|
|
120
|
-
|
|
290
|
+
<span class="param-type">Object</span>
|
|
121
291
|
|
|
122
292
|
|
|
123
293
|
|
|
@@ -143,12 +313,7 @@
|
|
|
143
313
|
<td class="type">
|
|
144
314
|
|
|
145
315
|
|
|
146
|
-
<span class="param-type">
|
|
147
|
-
|
|
148
|
-
function
|
|
149
|
-
|
|
150
|
-
</span>
|
|
151
|
-
|
|
316
|
+
<span class="param-type">function</span>
|
|
152
317
|
|
|
153
318
|
|
|
154
319
|
|
|
@@ -176,12 +341,7 @@
|
|
|
176
341
|
<td class="type">
|
|
177
342
|
|
|
178
343
|
|
|
179
|
-
<span class="param-type">
|
|
180
|
-
|
|
181
|
-
function
|
|
182
|
-
|
|
183
|
-
</span>
|
|
184
|
-
|
|
344
|
+
<span class="param-type">function</span>
|
|
185
345
|
|
|
186
346
|
|
|
187
347
|
|
|
@@ -209,12 +369,7 @@
|
|
|
209
369
|
<td class="type">
|
|
210
370
|
|
|
211
371
|
|
|
212
|
-
<span class="param-type">
|
|
213
|
-
|
|
214
|
-
function
|
|
215
|
-
|
|
216
|
-
</span>
|
|
217
|
-
|
|
372
|
+
<span class="param-type">function</span>
|
|
218
373
|
|
|
219
374
|
|
|
220
375
|
|
|
@@ -242,12 +397,7 @@
|
|
|
242
397
|
<td class="type">
|
|
243
398
|
|
|
244
399
|
|
|
245
|
-
<span class="param-type">
|
|
246
|
-
|
|
247
|
-
function
|
|
248
|
-
|
|
249
|
-
</span>
|
|
250
|
-
|
|
400
|
+
<span class="param-type">function</span>
|
|
251
401
|
|
|
252
402
|
|
|
253
403
|
|
|
@@ -275,12 +425,7 @@
|
|
|
275
425
|
<td class="type">
|
|
276
426
|
|
|
277
427
|
|
|
278
|
-
<span class="param-type">
|
|
279
|
-
|
|
280
|
-
Boolean
|
|
281
|
-
|
|
282
|
-
</span>
|
|
283
|
-
|
|
428
|
+
<span class="param-type">Boolean</span>
|
|
284
429
|
|
|
285
430
|
|
|
286
431
|
|
|
@@ -308,12 +453,7 @@
|
|
|
308
453
|
<td class="type">
|
|
309
454
|
|
|
310
455
|
|
|
311
|
-
<span class="param-type">
|
|
312
|
-
|
|
313
|
-
Boolean
|
|
314
|
-
|
|
315
|
-
</span>
|
|
316
|
-
|
|
456
|
+
<span class="param-type">Boolean</span>
|
|
317
457
|
|
|
318
458
|
|
|
319
459
|
|
|
@@ -341,12 +481,7 @@
|
|
|
341
481
|
<td class="type">
|
|
342
482
|
|
|
343
483
|
|
|
344
|
-
<span class="param-type">
|
|
345
|
-
|
|
346
|
-
function
|
|
347
|
-
|
|
348
|
-
</span>
|
|
349
|
-
|
|
484
|
+
<span class="param-type">function</span>
|
|
350
485
|
|
|
351
486
|
|
|
352
487
|
|
|
@@ -374,12 +509,7 @@
|
|
|
374
509
|
<td class="type">
|
|
375
510
|
|
|
376
511
|
|
|
377
|
-
<span class="param-type">
|
|
378
|
-
|
|
379
|
-
Object
|
|
380
|
-
|
|
381
|
-
</span>
|
|
382
|
-
|
|
512
|
+
<span class="param-type">Object</span>
|
|
383
513
|
|
|
384
514
|
|
|
385
515
|
|
|
@@ -405,12 +535,7 @@
|
|
|
405
535
|
<td class="type">
|
|
406
536
|
|
|
407
537
|
|
|
408
|
-
<span class="param-type">
|
|
409
|
-
|
|
410
|
-
Boolean
|
|
411
|
-
|
|
412
|
-
</span>
|
|
413
|
-
|
|
538
|
+
<span class="param-type">Boolean</span>
|
|
414
539
|
|
|
415
540
|
|
|
416
541
|
|
|
@@ -562,58 +687,6 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
562
687
|
|
|
563
688
|
<div class='vertical-section'>
|
|
564
689
|
<h3 id='member'>成员变量</h3>
|
|
565
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
566
|
-
<div class="table-container">
|
|
567
|
-
<table class="params table">
|
|
568
|
-
<thead>
|
|
569
|
-
<tr>
|
|
570
|
-
<th>名称</th>
|
|
571
|
-
<th>类型</th>
|
|
572
|
-
<th>描述</th>
|
|
573
|
-
</tr>
|
|
574
|
-
</thead>
|
|
575
|
-
<tbody>
|
|
576
|
-
|
|
577
|
-
<tr class="deep-level-0">
|
|
578
|
-
<td class="name"><code><a href="#editTool">editTool</a></code></td>
|
|
579
|
-
<td class="name">
|
|
580
|
-
<code>
|
|
581
|
-
|
|
582
|
-
<span class="param-type">
|
|
583
|
-
|
|
584
|
-
<a link="EditTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="EditTool" EditTool.html>EditTool</a>
|
|
585
|
-
|
|
586
|
-
</span>
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
</code>
|
|
591
|
-
</td>
|
|
592
|
-
<td class="name"><code><p>图层编辑工具</p></code></td>
|
|
593
|
-
</tr>
|
|
594
|
-
|
|
595
|
-
<tr class="deep-level-0">
|
|
596
|
-
<td class="name"><code><a href="#graphicList">graphicList</a></code></td>
|
|
597
|
-
<td class="name">
|
|
598
|
-
<code>
|
|
599
|
-
|
|
600
|
-
<span class="param-type">
|
|
601
|
-
|
|
602
|
-
<a link="HashMap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HashMap" HashMap.html>HashMap</a>
|
|
603
|
-
|
|
604
|
-
</span>
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
</code>
|
|
609
|
-
</td>
|
|
610
|
-
<td class="name"><code><p>图形集合,包含该图层内所有图形对象的键值对</p></code></td>
|
|
611
|
-
</tr>
|
|
612
|
-
|
|
613
|
-
</tbody>
|
|
614
|
-
</table>
|
|
615
|
-
</div>
|
|
616
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
617
690
|
<div class="members">
|
|
618
691
|
|
|
619
692
|
<div class="member">
|
|
@@ -621,12 +694,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
621
694
|
<span class="method-parameter is-pulled-right">
|
|
622
695
|
<label>类型:</label>
|
|
623
696
|
|
|
624
|
-
<span class="param-type">
|
|
625
|
-
|
|
626
|
-
<a link="EditTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="EditTool" EditTool.html>EditTool</a>
|
|
627
|
-
|
|
628
|
-
</span>
|
|
629
|
-
|
|
697
|
+
<span class="param-type"><a class="mapgis-link-name" title="EditTool" EditTool.html>EditTool</a></span>
|
|
630
698
|
|
|
631
699
|
|
|
632
700
|
</span>
|
|
@@ -700,12 +768,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
700
768
|
<span class="method-parameter is-pulled-right">
|
|
701
769
|
<label>类型:</label>
|
|
702
770
|
|
|
703
|
-
<span class="param-type">
|
|
704
|
-
|
|
705
|
-
<a link="HashMap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HashMap" HashMap.html>HashMap</a>
|
|
706
|
-
|
|
707
|
-
</span>
|
|
708
|
-
|
|
771
|
+
<span class="param-type"><a class="mapgis-link-name" title="HashMap" HashMap.html>HashMap</a></span>
|
|
709
772
|
|
|
710
773
|
|
|
711
774
|
</span>
|
|
@@ -781,386 +844,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
781
844
|
|
|
782
845
|
<div class='vertical-section'>
|
|
783
846
|
<h3 id='function'>方法</h3>
|
|
784
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
785
847
|
<div class="members">
|
|
786
|
-
<div class="table-container">
|
|
787
|
-
<table class="params table">
|
|
788
|
-
<thead>
|
|
789
|
-
<tr>
|
|
790
|
-
<th>名称</th>
|
|
791
|
-
<th>返回值类型</th>
|
|
792
|
-
<th>描述</th>
|
|
793
|
-
</tr>
|
|
794
|
-
</thead>
|
|
795
|
-
<tbody>
|
|
796
|
-
|
|
797
|
-
<tr class="deep-level-0">
|
|
798
|
-
<td class="name"><code><a href="#addGraphic">addGraphic</a></code></td>
|
|
799
|
-
<td class="name">
|
|
800
|
-
<code>
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
<span class="param-type">
|
|
804
|
-
|
|
805
|
-
<a link="Graphic.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Graphic" Graphic.html>Graphic</a>
|
|
806
|
-
|
|
807
|
-
</span>
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
</code>
|
|
813
|
-
</td>
|
|
814
|
-
<td class="name"><code><p>添加绘制图形</p></code></td>
|
|
815
|
-
</tr>
|
|
816
|
-
|
|
817
|
-
<tr class="deep-level-0">
|
|
818
|
-
<td class="name"><code><a href="#addModel">addModel</a></code></td>
|
|
819
|
-
<td class="name">
|
|
820
|
-
<code>
|
|
821
|
-
|
|
822
|
-
</code>
|
|
823
|
-
</td>
|
|
824
|
-
<td class="name"><code><p>添加模型</p></code></td>
|
|
825
|
-
</tr>
|
|
826
|
-
|
|
827
|
-
<tr class="deep-level-0">
|
|
828
|
-
<td class="name"><code><a href="#calculateBoundingSphere">calculateBoundingSphere</a></code></td>
|
|
829
|
-
<td class="name">
|
|
830
|
-
<code>
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
<span class="param-type">
|
|
834
|
-
|
|
835
|
-
Cesium.BoundingSphere
|
|
836
|
-
|
|
837
|
-
</span>
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
</code>
|
|
843
|
-
</td>
|
|
844
|
-
<td class="name"><code><p>计算当前标绘图层的外包围球</p></code></td>
|
|
845
|
-
</tr>
|
|
846
|
-
|
|
847
|
-
<tr class="deep-level-0">
|
|
848
|
-
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
849
|
-
<td class="name">
|
|
850
|
-
<code>
|
|
851
|
-
|
|
852
|
-
</code>
|
|
853
|
-
</td>
|
|
854
|
-
<td class="name"><code><p>移除整个图层</p></code></td>
|
|
855
|
-
</tr>
|
|
856
|
-
|
|
857
|
-
<tr class="deep-level-0">
|
|
858
|
-
<td class="name"><code><a href="#exportToJson">exportToJson</a></code></td>
|
|
859
|
-
<td class="name">
|
|
860
|
-
<code>
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
<span class="param-type">
|
|
864
|
-
|
|
865
|
-
String
|
|
866
|
-
|
|
867
|
-
</span>
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
</code>
|
|
873
|
-
</td>
|
|
874
|
-
<td class="name"><code><p>整个图层导出为json文件</p></code></td>
|
|
875
|
-
</tr>
|
|
876
|
-
|
|
877
|
-
<tr class="deep-level-0">
|
|
878
|
-
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
879
|
-
<td class="name">
|
|
880
|
-
<code>
|
|
881
|
-
|
|
882
|
-
</code>
|
|
883
|
-
</td>
|
|
884
|
-
<td class="name"><code><p>跳转到该图层</p></code></td>
|
|
885
|
-
</tr>
|
|
886
|
-
|
|
887
|
-
<tr class="deep-level-0">
|
|
888
|
-
<td class="name"><code><a href="#getAllGraphic">getAllGraphic</a></code></td>
|
|
889
|
-
<td class="name">
|
|
890
|
-
<code>
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
<span class="param-type">
|
|
894
|
-
|
|
895
|
-
Array.<Object>
|
|
896
|
-
|
|
897
|
-
</span>
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
</code>
|
|
903
|
-
</td>
|
|
904
|
-
<td class="name"><code><p>获取图层所有标绘图形</p></code></td>
|
|
905
|
-
</tr>
|
|
906
|
-
|
|
907
|
-
<tr class="deep-level-0">
|
|
908
|
-
<td class="name"><code><a href="#getGraphicByGroupName">getGraphicByGroupName</a></code></td>
|
|
909
|
-
<td class="name">
|
|
910
|
-
<code>
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
<span class="param-type">
|
|
914
|
-
|
|
915
|
-
Array.<Object>
|
|
916
|
-
|
|
917
|
-
</span>
|
|
918
|
-
|
|
|
919
|
-
|
|
920
|
-
<span class="param-type">
|
|
921
|
-
|
|
922
|
-
Undefined
|
|
923
|
-
|
|
924
|
-
</span>
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
</code>
|
|
930
|
-
</td>
|
|
931
|
-
<td class="name"><code><p>根据GroupName获取标绘图形对象</p></code></td>
|
|
932
|
-
</tr>
|
|
933
|
-
|
|
934
|
-
<tr class="deep-level-0">
|
|
935
|
-
<td class="name"><code><a href="#getGraphicByID">getGraphicByID</a></code></td>
|
|
936
|
-
<td class="name">
|
|
937
|
-
<code>
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
<span class="param-type">
|
|
941
|
-
|
|
942
|
-
Object
|
|
943
|
-
|
|
944
|
-
</span>
|
|
945
|
-
|
|
|
946
|
-
|
|
947
|
-
<span class="param-type">
|
|
948
|
-
|
|
949
|
-
Undefined
|
|
950
|
-
|
|
951
|
-
</span>
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
</code>
|
|
957
|
-
</td>
|
|
958
|
-
<td class="name"><code><p>根据ID获取标绘图形对象</p></code></td>
|
|
959
|
-
</tr>
|
|
960
|
-
|
|
961
|
-
<tr class="deep-level-0">
|
|
962
|
-
<td class="name"><code><a href="#getGraphicByIndex">getGraphicByIndex</a></code></td>
|
|
963
|
-
<td class="name">
|
|
964
|
-
<code>
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
<span class="param-type">
|
|
968
|
-
|
|
969
|
-
Object
|
|
970
|
-
|
|
971
|
-
</span>
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
</code>
|
|
977
|
-
</td>
|
|
978
|
-
<td class="name"><code><p>根据序号获取标绘图形对象</p></code></td>
|
|
979
|
-
</tr>
|
|
980
|
-
|
|
981
|
-
<tr class="deep-level-0">
|
|
982
|
-
<td class="name"><code><a href="#getGraphicByName">getGraphicByName</a></code></td>
|
|
983
|
-
<td class="name">
|
|
984
|
-
<code>
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
<span class="param-type">
|
|
988
|
-
|
|
989
|
-
Array.<Object>
|
|
990
|
-
|
|
991
|
-
</span>
|
|
992
|
-
|
|
|
993
|
-
|
|
994
|
-
<span class="param-type">
|
|
995
|
-
|
|
996
|
-
Undefined
|
|
997
|
-
|
|
998
|
-
</span>
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
</code>
|
|
1004
|
-
</td>
|
|
1005
|
-
<td class="name"><code><p>根据name获取标绘图形对象</p></code></td>
|
|
1006
|
-
</tr>
|
|
1007
|
-
|
|
1008
|
-
<tr class="deep-level-0">
|
|
1009
|
-
<td class="name"><code><a href="#getIndexByGraphic">getIndexByGraphic</a></code></td>
|
|
1010
|
-
<td class="name">
|
|
1011
|
-
<code>
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
<span class="param-type">
|
|
1015
|
-
|
|
1016
|
-
Boolean
|
|
1017
|
-
|
|
1018
|
-
</span>
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
</code>
|
|
1024
|
-
</td>
|
|
1025
|
-
<td class="name"><code><p>根据对象获取index</p></code></td>
|
|
1026
|
-
</tr>
|
|
1027
|
-
|
|
1028
|
-
<tr class="deep-level-0">
|
|
1029
|
-
<td class="name"><code><a href="#getTransformEditor">getTransformEditor</a></code></td>
|
|
1030
|
-
<td class="name">
|
|
1031
|
-
<code>
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
</code>
|
|
1036
|
-
</td>
|
|
1037
|
-
<td class="name"><code><p>获取标绘模型编辑器</p></code></td>
|
|
1038
|
-
</tr>
|
|
1039
|
-
|
|
1040
|
-
<tr class="deep-level-0">
|
|
1041
|
-
<td class="name"><code><a href="#loadJson">loadJson</a></code></td>
|
|
1042
|
-
<td class="name">
|
|
1043
|
-
<code>
|
|
1044
|
-
|
|
1045
|
-
</code>
|
|
1046
|
-
</td>
|
|
1047
|
-
<td class="name"><code><p>加载json文件</p></code></td>
|
|
1048
|
-
</tr>
|
|
1049
|
-
|
|
1050
|
-
<tr class="deep-level-0">
|
|
1051
|
-
<td class="name"><code><a href="#removeAllGraphic">removeAllGraphic</a></code></td>
|
|
1052
|
-
<td class="name">
|
|
1053
|
-
<code>
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
<span class="param-type">
|
|
1057
|
-
|
|
1058
|
-
Boolean
|
|
1059
|
-
|
|
1060
|
-
</span>
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
</code>
|
|
1066
|
-
</td>
|
|
1067
|
-
<td class="name"><code><p>移除图层所有标绘图形</p></code></td>
|
|
1068
|
-
</tr>
|
|
1069
|
-
|
|
1070
|
-
<tr class="deep-level-0">
|
|
1071
|
-
<td class="name"><code><a href="#removeGraphicByGroupName">removeGraphicByGroupName</a></code></td>
|
|
1072
|
-
<td class="name">
|
|
1073
|
-
<code>
|
|
1074
|
-
|
|
1075
|
-
</code>
|
|
1076
|
-
</td>
|
|
1077
|
-
<td class="name"><code><p>根据GroupName移除一组标绘图形</p></code></td>
|
|
1078
|
-
</tr>
|
|
1079
|
-
|
|
1080
|
-
<tr class="deep-level-0">
|
|
1081
|
-
<td class="name"><code><a href="#removeGraphicByID">removeGraphicByID</a></code></td>
|
|
1082
|
-
<td class="name">
|
|
1083
|
-
<code>
|
|
1084
|
-
|
|
1085
|
-
</code>
|
|
1086
|
-
</td>
|
|
1087
|
-
<td class="name"><code><p>根据ID移除标绘图形</p></code></td>
|
|
1088
|
-
</tr>
|
|
1089
|
-
|
|
1090
|
-
<tr class="deep-level-0">
|
|
1091
|
-
<td class="name"><code><a href="#removeGraphicByIndex">removeGraphicByIndex</a></code></td>
|
|
1092
|
-
<td class="name">
|
|
1093
|
-
<code>
|
|
1094
|
-
|
|
1095
|
-
</code>
|
|
1096
|
-
</td>
|
|
1097
|
-
<td class="name"><code><p>根据序号移除标绘图形</p></code></td>
|
|
1098
|
-
</tr>
|
|
1099
|
-
|
|
1100
|
-
<tr class="deep-level-0">
|
|
1101
|
-
<td class="name"><code><a href="#removeLastGraphic">removeLastGraphic</a></code></td>
|
|
1102
|
-
<td class="name">
|
|
1103
|
-
<code>
|
|
1104
|
-
|
|
1105
|
-
</code>
|
|
1106
|
-
</td>
|
|
1107
|
-
<td class="name"><code><p>移除最后一个标绘图形</p></code></td>
|
|
1108
|
-
</tr>
|
|
1109
|
-
|
|
1110
|
-
<tr class="deep-level-0">
|
|
1111
|
-
<td class="name"><code><a href="#removePickingGraphic">removePickingGraphic</a></code></td>
|
|
1112
|
-
<td class="name">
|
|
1113
|
-
<code>
|
|
1114
|
-
|
|
1115
|
-
</code>
|
|
1116
|
-
</td>
|
|
1117
|
-
<td class="name"><code><p>移除选中标绘图形</p></code></td>
|
|
1118
|
-
</tr>
|
|
1119
|
-
|
|
1120
|
-
<tr class="deep-level-0">
|
|
1121
|
-
<td class="name"><code><a href="#startDrawing">startDrawing</a></code></td>
|
|
1122
|
-
<td class="name">
|
|
1123
|
-
<code>
|
|
1124
|
-
|
|
1125
|
-
</code>
|
|
1126
|
-
</td>
|
|
1127
|
-
<td class="name"><code><p>开始绘制图形 (注意:内部会开始地形深度检测功能)</p></code></td>
|
|
1128
|
-
</tr>
|
|
1129
|
-
|
|
1130
|
-
<tr class="deep-level-0">
|
|
1131
|
-
<td class="name"><code><a href="#startEdit">startEdit</a></code></td>
|
|
1132
|
-
<td class="name">
|
|
1133
|
-
<code>
|
|
1134
|
-
|
|
1135
|
-
</code>
|
|
1136
|
-
</td>
|
|
1137
|
-
<td class="name"><code><p>开始编辑</p></code></td>
|
|
1138
|
-
</tr>
|
|
1139
|
-
|
|
1140
|
-
<tr class="deep-level-0">
|
|
1141
|
-
<td class="name"><code><a href="#stopDrawing">stopDrawing</a></code></td>
|
|
1142
|
-
<td class="name">
|
|
1143
|
-
<code>
|
|
1144
|
-
|
|
1145
|
-
</code>
|
|
1146
|
-
</td>
|
|
1147
|
-
<td class="name"><code><p>移除所有鼠标事件,停止绘制</p></code></td>
|
|
1148
|
-
</tr>
|
|
1149
|
-
|
|
1150
|
-
<tr class="deep-level-0">
|
|
1151
|
-
<td class="name"><code><a href="#stopEdit">stopEdit</a></code></td>
|
|
1152
|
-
<td class="name">
|
|
1153
|
-
<code>
|
|
1154
|
-
|
|
1155
|
-
</code>
|
|
1156
|
-
</td>
|
|
1157
|
-
<td class="name"><code><p>停止编辑</p></code></td>
|
|
1158
|
-
</tr>
|
|
1159
|
-
|
|
1160
|
-
</tbody>
|
|
1161
|
-
</table>
|
|
1162
|
-
</div>
|
|
1163
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
1164
848
|
|
|
1165
849
|
<div class="member">
|
|
1166
850
|
|
|
@@ -1169,7 +853,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1169
853
|
<h4 class="name" id="addGraphic">
|
|
1170
854
|
<a class="href-link" href="#addGraphic">#</a>
|
|
1171
855
|
|
|
1172
|
-
<span class="code-name"
|
|
856
|
+
<span class="code-name" style="font-size:30px">
|
|
1173
857
|
|
|
1174
858
|
addGraphic<span class="signature">(graphic, options)</span>
|
|
1175
859
|
|
|
@@ -1191,7 +875,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1191
875
|
|
|
1192
876
|
|
|
1193
877
|
|
|
1194
|
-
<h4
|
|
878
|
+
<h4>参数:</h4>
|
|
1195
879
|
|
|
1196
880
|
<div class="table-container">
|
|
1197
881
|
<table class="params table">
|
|
@@ -1221,12 +905,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1221
905
|
<td class="type">
|
|
1222
906
|
|
|
1223
907
|
|
|
1224
|
-
<span class="param-type">
|
|
1225
|
-
|
|
1226
|
-
Object
|
|
1227
|
-
|
|
1228
|
-
</span>
|
|
1229
|
-
|
|
908
|
+
<span class="param-type">Object</span>
|
|
1230
909
|
|
|
1231
910
|
|
|
1232
911
|
|
|
@@ -1250,12 +929,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1250
929
|
<td class="type">
|
|
1251
930
|
|
|
1252
931
|
|
|
1253
|
-
<span class="param-type">
|
|
1254
|
-
|
|
1255
|
-
Object
|
|
1256
|
-
|
|
1257
|
-
</span>
|
|
1258
|
-
|
|
932
|
+
<span class="param-type">Object</span>
|
|
1259
933
|
|
|
1260
934
|
|
|
1261
935
|
|
|
@@ -1330,7 +1004,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1330
1004
|
|
|
1331
1005
|
|
|
1332
1006
|
<div class='columns method-parameter'>
|
|
1333
|
-
<div class="column is-2"><label
|
|
1007
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1334
1008
|
<div class="column is-10">
|
|
1335
1009
|
|
|
1336
1010
|
|
|
@@ -1343,12 +1017,7 @@ var graphicsLayer = new Cesium.GraphicsLayer(viewer, {
|
|
|
1343
1017
|
<div class='column is-5 has-text-left'>
|
|
1344
1018
|
<label>类型: </label>
|
|
1345
1019
|
|
|
1346
|
-
<span class="param-type">
|
|
1347
|
-
|
|
1348
|
-
<a link="Graphic.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Graphic" Graphic.html>Graphic</a>
|
|
1349
|
-
|
|
1350
|
-
</span>
|
|
1351
|
-
|
|
1020
|
+
<span class="param-type"><a class="mapgis-link-name" title="Graphic" Graphic.html>Graphic</a></span>
|
|
1352
1021
|
|
|
1353
1022
|
|
|
1354
1023
|
</div>
|
|
@@ -1388,7 +1057,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1388
1057
|
<h4 class="name" id="addModel">
|
|
1389
1058
|
<a class="href-link" href="#addModel">#</a>
|
|
1390
1059
|
|
|
1391
|
-
<span class="code-name"
|
|
1060
|
+
<span class="code-name" style="font-size:30px">
|
|
1392
1061
|
|
|
1393
1062
|
addModel<span class="signature">(options)</span>
|
|
1394
1063
|
|
|
@@ -1410,7 +1079,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1410
1079
|
|
|
1411
1080
|
|
|
1412
1081
|
|
|
1413
|
-
<h4
|
|
1082
|
+
<h4>参数:</h4>
|
|
1414
1083
|
|
|
1415
1084
|
<div class="table-container">
|
|
1416
1085
|
<table class="params table">
|
|
@@ -1440,12 +1109,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1440
1109
|
<td class="type">
|
|
1441
1110
|
|
|
1442
1111
|
|
|
1443
|
-
<span class="param-type">
|
|
1444
|
-
|
|
1445
|
-
Object
|
|
1446
|
-
|
|
1447
|
-
</span>
|
|
1448
|
-
|
|
1112
|
+
<span class="param-type">Object</span>
|
|
1449
1113
|
|
|
1450
1114
|
|
|
1451
1115
|
|
|
@@ -1533,7 +1197,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1533
1197
|
<h4 class="name" id="calculateBoundingSphere">
|
|
1534
1198
|
<a class="href-link" href="#calculateBoundingSphere">#</a>
|
|
1535
1199
|
|
|
1536
|
-
<span class="code-name"
|
|
1200
|
+
<span class="code-name" style="font-size:30px">
|
|
1537
1201
|
|
|
1538
1202
|
calculateBoundingSphere<span class="signature">()</span>
|
|
1539
1203
|
|
|
@@ -1611,7 +1275,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1611
1275
|
|
|
1612
1276
|
|
|
1613
1277
|
<div class='columns method-parameter'>
|
|
1614
|
-
<div class="column is-2"><label
|
|
1278
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1615
1279
|
<div class="column is-10">
|
|
1616
1280
|
|
|
1617
1281
|
|
|
@@ -1624,12 +1288,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1624
1288
|
<div class='column is-5 has-text-left'>
|
|
1625
1289
|
<label>类型: </label>
|
|
1626
1290
|
|
|
1627
|
-
<span class="param-type">
|
|
1628
|
-
|
|
1629
|
-
Cesium.BoundingSphere
|
|
1630
|
-
|
|
1631
|
-
</span>
|
|
1632
|
-
|
|
1291
|
+
<span class="param-type">Cesium.BoundingSphere</span>
|
|
1633
1292
|
|
|
1634
1293
|
|
|
1635
1294
|
</div>
|
|
@@ -1654,7 +1313,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1654
1313
|
<h4 class="name" id="destroy">
|
|
1655
1314
|
<a class="href-link" href="#destroy">#</a>
|
|
1656
1315
|
|
|
1657
|
-
<span class="code-name"
|
|
1316
|
+
<span class="code-name" style="font-size:30px">
|
|
1658
1317
|
|
|
1659
1318
|
destroy<span class="signature">()</span>
|
|
1660
1319
|
|
|
@@ -1745,7 +1404,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1745
1404
|
<h4 class="name" id="exportToJson">
|
|
1746
1405
|
<a class="href-link" href="#exportToJson">#</a>
|
|
1747
1406
|
|
|
1748
|
-
<span class="code-name"
|
|
1407
|
+
<span class="code-name" style="font-size:30px">
|
|
1749
1408
|
|
|
1750
1409
|
exportToJson<span class="signature">()</span>
|
|
1751
1410
|
|
|
@@ -1823,7 +1482,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1823
1482
|
|
|
1824
1483
|
|
|
1825
1484
|
<div class='columns method-parameter'>
|
|
1826
|
-
<div class="column is-2"><label
|
|
1485
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1827
1486
|
<div class="column is-10">
|
|
1828
1487
|
|
|
1829
1488
|
|
|
@@ -1836,12 +1495,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1836
1495
|
<div class='column is-5 has-text-left'>
|
|
1837
1496
|
<label>类型: </label>
|
|
1838
1497
|
|
|
1839
|
-
<span class="param-type">
|
|
1840
|
-
|
|
1841
|
-
String
|
|
1842
|
-
|
|
1843
|
-
</span>
|
|
1844
|
-
|
|
1498
|
+
<span class="param-type">String</span>
|
|
1845
1499
|
|
|
1846
1500
|
|
|
1847
1501
|
</div>
|
|
@@ -1866,7 +1520,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1866
1520
|
<h4 class="name" id="flyTo">
|
|
1867
1521
|
<a class="href-link" href="#flyTo">#</a>
|
|
1868
1522
|
|
|
1869
|
-
<span class="code-name"
|
|
1523
|
+
<span class="code-name" style="font-size:30px">
|
|
1870
1524
|
|
|
1871
1525
|
flyTo<span class="signature">(options)</span>
|
|
1872
1526
|
|
|
@@ -1888,7 +1542,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1888
1542
|
|
|
1889
1543
|
|
|
1890
1544
|
|
|
1891
|
-
<h4
|
|
1545
|
+
<h4>参数:</h4>
|
|
1892
1546
|
|
|
1893
1547
|
<div class="table-container">
|
|
1894
1548
|
<table class="params table">
|
|
@@ -1918,12 +1572,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
1918
1572
|
<td class="type">
|
|
1919
1573
|
|
|
1920
1574
|
|
|
1921
|
-
<span class="param-type">
|
|
1922
|
-
|
|
1923
|
-
Object
|
|
1924
|
-
|
|
1925
|
-
</span>
|
|
1926
|
-
|
|
1575
|
+
<span class="param-type">Object</span>
|
|
1927
1576
|
|
|
1928
1577
|
|
|
1929
1578
|
|
|
@@ -2011,7 +1660,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2011
1660
|
<h4 class="name" id="getAllGraphic">
|
|
2012
1661
|
<a class="href-link" href="#getAllGraphic">#</a>
|
|
2013
1662
|
|
|
2014
|
-
<span class="code-name"
|
|
1663
|
+
<span class="code-name" style="font-size:30px">
|
|
2015
1664
|
|
|
2016
1665
|
getAllGraphic<span class="signature">()</span>
|
|
2017
1666
|
|
|
@@ -2089,7 +1738,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2089
1738
|
|
|
2090
1739
|
|
|
2091
1740
|
<div class='columns method-parameter'>
|
|
2092
|
-
<div class="column is-2"><label
|
|
1741
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2093
1742
|
<div class="column is-10">
|
|
2094
1743
|
|
|
2095
1744
|
|
|
@@ -2102,12 +1751,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2102
1751
|
<div class='column is-5 has-text-left'>
|
|
2103
1752
|
<label>类型: </label>
|
|
2104
1753
|
|
|
2105
|
-
<span class="param-type">
|
|
2106
|
-
|
|
2107
|
-
Array.<Object>
|
|
2108
|
-
|
|
2109
|
-
</span>
|
|
2110
|
-
|
|
1754
|
+
<span class="param-type">Array.<Object></span>
|
|
2111
1755
|
|
|
2112
1756
|
|
|
2113
1757
|
</div>
|
|
@@ -2132,7 +1776,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2132
1776
|
<h4 class="name" id="getGraphicByGroupName">
|
|
2133
1777
|
<a class="href-link" href="#getGraphicByGroupName">#</a>
|
|
2134
1778
|
|
|
2135
|
-
<span class="code-name"
|
|
1779
|
+
<span class="code-name" style="font-size:30px">
|
|
2136
1780
|
|
|
2137
1781
|
getGraphicByGroupName<span class="signature">(name)</span>
|
|
2138
1782
|
|
|
@@ -2154,7 +1798,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2154
1798
|
|
|
2155
1799
|
|
|
2156
1800
|
|
|
2157
|
-
<h4
|
|
1801
|
+
<h4>参数:</h4>
|
|
2158
1802
|
|
|
2159
1803
|
<div class="table-container">
|
|
2160
1804
|
<table class="params table">
|
|
@@ -2184,12 +1828,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2184
1828
|
<td class="type">
|
|
2185
1829
|
|
|
2186
1830
|
|
|
2187
|
-
<span class="param-type">
|
|
2188
|
-
|
|
2189
|
-
String
|
|
2190
|
-
|
|
2191
|
-
</span>
|
|
2192
|
-
|
|
1831
|
+
<span class="param-type">String</span>
|
|
2193
1832
|
|
|
2194
1833
|
|
|
2195
1834
|
|
|
@@ -2264,7 +1903,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2264
1903
|
|
|
2265
1904
|
|
|
2266
1905
|
<div class='columns method-parameter'>
|
|
2267
|
-
<div class="column is-2"><label
|
|
1906
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2268
1907
|
<div class="column is-10">
|
|
2269
1908
|
|
|
2270
1909
|
|
|
@@ -2277,19 +1916,10 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2277
1916
|
<div class='column is-5 has-text-left'>
|
|
2278
1917
|
<label>类型: </label>
|
|
2279
1918
|
|
|
2280
|
-
<span class="param-type">
|
|
2281
|
-
|
|
2282
|
-
Array.<Object>
|
|
2283
|
-
|
|
2284
|
-
</span>
|
|
1919
|
+
<span class="param-type">Array.<Object></span>
|
|
2285
1920
|
|
|
|
2286
1921
|
|
|
2287
|
-
<span class="param-type">
|
|
2288
|
-
|
|
2289
|
-
Undefined
|
|
2290
|
-
|
|
2291
|
-
</span>
|
|
2292
|
-
|
|
1922
|
+
<span class="param-type">Undefined</span>
|
|
2293
1923
|
|
|
2294
1924
|
|
|
2295
1925
|
</div>
|
|
@@ -2314,7 +1944,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2314
1944
|
<h4 class="name" id="getGraphicByID">
|
|
2315
1945
|
<a class="href-link" href="#getGraphicByID">#</a>
|
|
2316
1946
|
|
|
2317
|
-
<span class="code-name"
|
|
1947
|
+
<span class="code-name" style="font-size:30px">
|
|
2318
1948
|
|
|
2319
1949
|
getGraphicByID<span class="signature">(ID)</span>
|
|
2320
1950
|
|
|
@@ -2336,7 +1966,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2336
1966
|
|
|
2337
1967
|
|
|
2338
1968
|
|
|
2339
|
-
<h4
|
|
1969
|
+
<h4>参数:</h4>
|
|
2340
1970
|
|
|
2341
1971
|
<div class="table-container">
|
|
2342
1972
|
<table class="params table">
|
|
@@ -2366,12 +1996,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2366
1996
|
<td class="type">
|
|
2367
1997
|
|
|
2368
1998
|
|
|
2369
|
-
<span class="param-type">
|
|
2370
|
-
|
|
2371
|
-
String
|
|
2372
|
-
|
|
2373
|
-
</span>
|
|
2374
|
-
|
|
1999
|
+
<span class="param-type">String</span>
|
|
2375
2000
|
|
|
2376
2001
|
|
|
2377
2002
|
|
|
@@ -2446,7 +2071,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2446
2071
|
|
|
2447
2072
|
|
|
2448
2073
|
<div class='columns method-parameter'>
|
|
2449
|
-
<div class="column is-2"><label
|
|
2074
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2450
2075
|
<div class="column is-10">
|
|
2451
2076
|
|
|
2452
2077
|
|
|
@@ -2459,19 +2084,10 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2459
2084
|
<div class='column is-5 has-text-left'>
|
|
2460
2085
|
<label>类型: </label>
|
|
2461
2086
|
|
|
2462
|
-
<span class="param-type">
|
|
2463
|
-
|
|
2464
|
-
Object
|
|
2465
|
-
|
|
2466
|
-
</span>
|
|
2087
|
+
<span class="param-type">Object</span>
|
|
2467
2088
|
|
|
|
2468
2089
|
|
|
2469
|
-
<span class="param-type">
|
|
2470
|
-
|
|
2471
|
-
Undefined
|
|
2472
|
-
|
|
2473
|
-
</span>
|
|
2474
|
-
|
|
2090
|
+
<span class="param-type">Undefined</span>
|
|
2475
2091
|
|
|
2476
2092
|
|
|
2477
2093
|
</div>
|
|
@@ -2496,7 +2112,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2496
2112
|
<h4 class="name" id="getGraphicByIndex">
|
|
2497
2113
|
<a class="href-link" href="#getGraphicByIndex">#</a>
|
|
2498
2114
|
|
|
2499
|
-
<span class="code-name"
|
|
2115
|
+
<span class="code-name" style="font-size:30px">
|
|
2500
2116
|
|
|
2501
2117
|
getGraphicByIndex<span class="signature">(index)</span>
|
|
2502
2118
|
|
|
@@ -2518,7 +2134,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2518
2134
|
|
|
2519
2135
|
|
|
2520
2136
|
|
|
2521
|
-
<h4
|
|
2137
|
+
<h4>参数:</h4>
|
|
2522
2138
|
|
|
2523
2139
|
<div class="table-container">
|
|
2524
2140
|
<table class="params table">
|
|
@@ -2548,12 +2164,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2548
2164
|
<td class="type">
|
|
2549
2165
|
|
|
2550
2166
|
|
|
2551
|
-
<span class="param-type">
|
|
2552
|
-
|
|
2553
|
-
String
|
|
2554
|
-
|
|
2555
|
-
</span>
|
|
2556
|
-
|
|
2167
|
+
<span class="param-type">String</span>
|
|
2557
2168
|
|
|
2558
2169
|
|
|
2559
2170
|
|
|
@@ -2628,7 +2239,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2628
2239
|
|
|
2629
2240
|
|
|
2630
2241
|
<div class='columns method-parameter'>
|
|
2631
|
-
<div class="column is-2"><label
|
|
2242
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2632
2243
|
<div class="column is-10">
|
|
2633
2244
|
|
|
2634
2245
|
|
|
@@ -2641,12 +2252,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2641
2252
|
<div class='column is-5 has-text-left'>
|
|
2642
2253
|
<label>类型: </label>
|
|
2643
2254
|
|
|
2644
|
-
<span class="param-type">
|
|
2645
|
-
|
|
2646
|
-
Object
|
|
2647
|
-
|
|
2648
|
-
</span>
|
|
2649
|
-
|
|
2255
|
+
<span class="param-type">Object</span>
|
|
2650
2256
|
|
|
2651
2257
|
|
|
2652
2258
|
</div>
|
|
@@ -2671,7 +2277,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2671
2277
|
<h4 class="name" id="getGraphicByName">
|
|
2672
2278
|
<a class="href-link" href="#getGraphicByName">#</a>
|
|
2673
2279
|
|
|
2674
|
-
<span class="code-name"
|
|
2280
|
+
<span class="code-name" style="font-size:30px">
|
|
2675
2281
|
|
|
2676
2282
|
getGraphicByName<span class="signature">(name, type)</span>
|
|
2677
2283
|
|
|
@@ -2693,7 +2299,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2693
2299
|
|
|
2694
2300
|
|
|
2695
2301
|
|
|
2696
|
-
<h4
|
|
2302
|
+
<h4>参数:</h4>
|
|
2697
2303
|
|
|
2698
2304
|
<div class="table-container">
|
|
2699
2305
|
<table class="params table">
|
|
@@ -2723,12 +2329,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2723
2329
|
<td class="type">
|
|
2724
2330
|
|
|
2725
2331
|
|
|
2726
|
-
<span class="param-type">
|
|
2727
|
-
|
|
2728
|
-
String
|
|
2729
|
-
|
|
2730
|
-
</span>
|
|
2731
|
-
|
|
2332
|
+
<span class="param-type">String</span>
|
|
2732
2333
|
|
|
2733
2334
|
|
|
2734
2335
|
|
|
@@ -2752,12 +2353,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2752
2353
|
<td class="type">
|
|
2753
2354
|
|
|
2754
2355
|
|
|
2755
|
-
<span class="param-type">
|
|
2756
|
-
|
|
2757
|
-
String
|
|
2758
|
-
|
|
2759
|
-
</span>
|
|
2760
|
-
|
|
2356
|
+
<span class="param-type">String</span>
|
|
2761
2357
|
|
|
2762
2358
|
|
|
2763
2359
|
|
|
@@ -2832,7 +2428,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2832
2428
|
|
|
2833
2429
|
|
|
2834
2430
|
<div class='columns method-parameter'>
|
|
2835
|
-
<div class="column is-2"><label
|
|
2431
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2836
2432
|
<div class="column is-10">
|
|
2837
2433
|
|
|
2838
2434
|
|
|
@@ -2845,19 +2441,10 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2845
2441
|
<div class='column is-5 has-text-left'>
|
|
2846
2442
|
<label>类型: </label>
|
|
2847
2443
|
|
|
2848
|
-
<span class="param-type">
|
|
2849
|
-
|
|
2850
|
-
Array.<Object>
|
|
2851
|
-
|
|
2852
|
-
</span>
|
|
2444
|
+
<span class="param-type">Array.<Object></span>
|
|
2853
2445
|
|
|
|
2854
2446
|
|
|
2855
|
-
<span class="param-type">
|
|
2856
|
-
|
|
2857
|
-
Undefined
|
|
2858
|
-
|
|
2859
|
-
</span>
|
|
2860
|
-
|
|
2447
|
+
<span class="param-type">Undefined</span>
|
|
2861
2448
|
|
|
2862
2449
|
|
|
2863
2450
|
</div>
|
|
@@ -2882,7 +2469,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2882
2469
|
<h4 class="name" id="getIndexByGraphic">
|
|
2883
2470
|
<a class="href-link" href="#getIndexByGraphic">#</a>
|
|
2884
2471
|
|
|
2885
|
-
<span class="code-name"
|
|
2472
|
+
<span class="code-name" style="font-size:30px">
|
|
2886
2473
|
|
|
2887
2474
|
getIndexByGraphic<span class="signature">()</span>
|
|
2888
2475
|
|
|
@@ -2960,7 +2547,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2960
2547
|
|
|
2961
2548
|
|
|
2962
2549
|
<div class='columns method-parameter'>
|
|
2963
|
-
<div class="column is-2"><label
|
|
2550
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2964
2551
|
<div class="column is-10">
|
|
2965
2552
|
|
|
2966
2553
|
|
|
@@ -2971,12 +2558,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
2971
2558
|
<div class='column is-5 has-text-left'>
|
|
2972
2559
|
<label>类型: </label>
|
|
2973
2560
|
|
|
2974
|
-
<span class="param-type">
|
|
2975
|
-
|
|
2976
|
-
Boolean
|
|
2977
|
-
|
|
2978
|
-
</span>
|
|
2979
|
-
|
|
2561
|
+
<span class="param-type">Boolean</span>
|
|
2980
2562
|
|
|
2981
2563
|
|
|
2982
2564
|
</div>
|
|
@@ -3001,7 +2583,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3001
2583
|
<h4 class="name" id="getTransformEditor">
|
|
3002
2584
|
<a class="href-link" href="#getTransformEditor">#</a>
|
|
3003
2585
|
|
|
3004
|
-
<span class="code-name"
|
|
2586
|
+
<span class="code-name" style="font-size:30px">
|
|
3005
2587
|
|
|
3006
2588
|
getTransformEditor<span class="signature">(Graphic, getViewModel)</span>
|
|
3007
2589
|
|
|
@@ -3023,7 +2605,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3023
2605
|
|
|
3024
2606
|
|
|
3025
2607
|
|
|
3026
|
-
<h4
|
|
2608
|
+
<h4>参数:</h4>
|
|
3027
2609
|
|
|
3028
2610
|
<div class="table-container">
|
|
3029
2611
|
<table class="params table">
|
|
@@ -3053,12 +2635,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3053
2635
|
<td class="type">
|
|
3054
2636
|
|
|
3055
2637
|
|
|
3056
|
-
<span class="param-type">
|
|
3057
|
-
|
|
3058
|
-
Object
|
|
3059
|
-
|
|
3060
|
-
</span>
|
|
3061
|
-
|
|
2638
|
+
<span class="param-type">Object</span>
|
|
3062
2639
|
|
|
3063
2640
|
|
|
3064
2641
|
|
|
@@ -3082,12 +2659,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3082
2659
|
<td class="type">
|
|
3083
2660
|
|
|
3084
2661
|
|
|
3085
|
-
<span class="param-type">
|
|
3086
|
-
|
|
3087
|
-
function
|
|
3088
|
-
|
|
3089
|
-
</span>
|
|
3090
|
-
|
|
2662
|
+
<span class="param-type">function</span>
|
|
3091
2663
|
|
|
3092
2664
|
|
|
3093
2665
|
|
|
@@ -3162,7 +2734,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3162
2734
|
|
|
3163
2735
|
|
|
3164
2736
|
<div class='columns method-parameter'>
|
|
3165
|
-
<div class="column is-2"><label
|
|
2737
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3166
2738
|
<div class="column is-10">
|
|
3167
2739
|
|
|
3168
2740
|
|
|
@@ -3192,7 +2764,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3192
2764
|
<h4 class="name" id="loadJson">
|
|
3193
2765
|
<a class="href-link" href="#loadJson">#</a>
|
|
3194
2766
|
|
|
3195
|
-
<span class="code-name"
|
|
2767
|
+
<span class="code-name" style="font-size:30px">
|
|
3196
2768
|
|
|
3197
2769
|
loadJson<span class="signature">(json)</span>
|
|
3198
2770
|
|
|
@@ -3214,7 +2786,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3214
2786
|
|
|
3215
2787
|
|
|
3216
2788
|
|
|
3217
|
-
<h4
|
|
2789
|
+
<h4>参数:</h4>
|
|
3218
2790
|
|
|
3219
2791
|
<div class="table-container">
|
|
3220
2792
|
<table class="params table">
|
|
@@ -3244,12 +2816,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3244
2816
|
<td class="type">
|
|
3245
2817
|
|
|
3246
2818
|
|
|
3247
|
-
<span class="param-type">
|
|
3248
|
-
|
|
3249
|
-
String
|
|
3250
|
-
|
|
3251
|
-
</span>
|
|
3252
|
-
|
|
2819
|
+
<span class="param-type">String</span>
|
|
3253
2820
|
|
|
3254
2821
|
|
|
3255
2822
|
|
|
@@ -3337,7 +2904,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3337
2904
|
<h4 class="name" id="removeAllGraphic">
|
|
3338
2905
|
<a class="href-link" href="#removeAllGraphic">#</a>
|
|
3339
2906
|
|
|
3340
|
-
<span class="code-name"
|
|
2907
|
+
<span class="code-name" style="font-size:30px">
|
|
3341
2908
|
|
|
3342
2909
|
removeAllGraphic<span class="signature">()</span>
|
|
3343
2910
|
|
|
@@ -3415,7 +2982,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3415
2982
|
|
|
3416
2983
|
|
|
3417
2984
|
<div class='columns method-parameter'>
|
|
3418
|
-
<div class="column is-2"><label
|
|
2985
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3419
2986
|
<div class="column is-10">
|
|
3420
2987
|
|
|
3421
2988
|
|
|
@@ -3428,12 +2995,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3428
2995
|
<div class='column is-5 has-text-left'>
|
|
3429
2996
|
<label>类型: </label>
|
|
3430
2997
|
|
|
3431
|
-
<span class="param-type">
|
|
3432
|
-
|
|
3433
|
-
Boolean
|
|
3434
|
-
|
|
3435
|
-
</span>
|
|
3436
|
-
|
|
2998
|
+
<span class="param-type">Boolean</span>
|
|
3437
2999
|
|
|
3438
3000
|
|
|
3439
3001
|
</div>
|
|
@@ -3458,7 +3020,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3458
3020
|
<h4 class="name" id="removeGraphicByGroupName">
|
|
3459
3021
|
<a class="href-link" href="#removeGraphicByGroupName">#</a>
|
|
3460
3022
|
|
|
3461
|
-
<span class="code-name"
|
|
3023
|
+
<span class="code-name" style="font-size:30px">
|
|
3462
3024
|
|
|
3463
3025
|
removeGraphicByGroupName<span class="signature">(name)</span>
|
|
3464
3026
|
|
|
@@ -3480,7 +3042,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3480
3042
|
|
|
3481
3043
|
|
|
3482
3044
|
|
|
3483
|
-
<h4
|
|
3045
|
+
<h4>参数:</h4>
|
|
3484
3046
|
|
|
3485
3047
|
<div class="table-container">
|
|
3486
3048
|
<table class="params table">
|
|
@@ -3510,12 +3072,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3510
3072
|
<td class="type">
|
|
3511
3073
|
|
|
3512
3074
|
|
|
3513
|
-
<span class="param-type">
|
|
3514
|
-
|
|
3515
|
-
String
|
|
3516
|
-
|
|
3517
|
-
</span>
|
|
3518
|
-
|
|
3075
|
+
<span class="param-type">String</span>
|
|
3519
3076
|
|
|
3520
3077
|
|
|
3521
3078
|
|
|
@@ -3603,7 +3160,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3603
3160
|
<h4 class="name" id="removeGraphicByID">
|
|
3604
3161
|
<a class="href-link" href="#removeGraphicByID">#</a>
|
|
3605
3162
|
|
|
3606
|
-
<span class="code-name"
|
|
3163
|
+
<span class="code-name" style="font-size:30px">
|
|
3607
3164
|
|
|
3608
3165
|
removeGraphicByID<span class="signature">(id, noRemove)</span>
|
|
3609
3166
|
|
|
@@ -3625,7 +3182,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3625
3182
|
|
|
3626
3183
|
|
|
3627
3184
|
|
|
3628
|
-
<h4
|
|
3185
|
+
<h4>参数:</h4>
|
|
3629
3186
|
|
|
3630
3187
|
<div class="table-container">
|
|
3631
3188
|
<table class="params table">
|
|
@@ -3655,12 +3212,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3655
3212
|
<td class="type">
|
|
3656
3213
|
|
|
3657
3214
|
|
|
3658
|
-
<span class="param-type">
|
|
3659
|
-
|
|
3660
|
-
String
|
|
3661
|
-
|
|
3662
|
-
</span>
|
|
3663
|
-
|
|
3215
|
+
<span class="param-type">String</span>
|
|
3664
3216
|
|
|
3665
3217
|
|
|
3666
3218
|
|
|
@@ -3684,12 +3236,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3684
3236
|
<td class="type">
|
|
3685
3237
|
|
|
3686
3238
|
|
|
3687
|
-
<span class="param-type">
|
|
3688
|
-
|
|
3689
|
-
Boolean
|
|
3690
|
-
|
|
3691
|
-
</span>
|
|
3692
|
-
|
|
3239
|
+
<span class="param-type">Boolean</span>
|
|
3693
3240
|
|
|
3694
3241
|
|
|
3695
3242
|
|
|
@@ -3777,7 +3324,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3777
3324
|
<h4 class="name" id="removeGraphicByIndex">
|
|
3778
3325
|
<a class="href-link" href="#removeGraphicByIndex">#</a>
|
|
3779
3326
|
|
|
3780
|
-
<span class="code-name"
|
|
3327
|
+
<span class="code-name" style="font-size:30px">
|
|
3781
3328
|
|
|
3782
3329
|
removeGraphicByIndex<span class="signature">(index)</span>
|
|
3783
3330
|
|
|
@@ -3799,7 +3346,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3799
3346
|
|
|
3800
3347
|
|
|
3801
3348
|
|
|
3802
|
-
<h4
|
|
3349
|
+
<h4>参数:</h4>
|
|
3803
3350
|
|
|
3804
3351
|
<div class="table-container">
|
|
3805
3352
|
<table class="params table">
|
|
@@ -3829,12 +3376,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3829
3376
|
<td class="type">
|
|
3830
3377
|
|
|
3831
3378
|
|
|
3832
|
-
<span class="param-type">
|
|
3833
|
-
|
|
3834
|
-
String
|
|
3835
|
-
|
|
3836
|
-
</span>
|
|
3837
|
-
|
|
3379
|
+
<span class="param-type">String</span>
|
|
3838
3380
|
|
|
3839
3381
|
|
|
3840
3382
|
|
|
@@ -3922,7 +3464,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
3922
3464
|
<h4 class="name" id="removeLastGraphic">
|
|
3923
3465
|
<a class="href-link" href="#removeLastGraphic">#</a>
|
|
3924
3466
|
|
|
3925
|
-
<span class="code-name"
|
|
3467
|
+
<span class="code-name" style="font-size:30px">
|
|
3926
3468
|
|
|
3927
3469
|
removeLastGraphic<span class="signature">()</span>
|
|
3928
3470
|
|
|
@@ -4013,7 +3555,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4013
3555
|
<h4 class="name" id="removePickingGraphic">
|
|
4014
3556
|
<a class="href-link" href="#removePickingGraphic">#</a>
|
|
4015
3557
|
|
|
4016
|
-
<span class="code-name"
|
|
3558
|
+
<span class="code-name" style="font-size:30px">
|
|
4017
3559
|
|
|
4018
3560
|
removePickingGraphic<span class="signature">()</span>
|
|
4019
3561
|
|
|
@@ -4104,7 +3646,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4104
3646
|
<h4 class="name" id="startDrawing">
|
|
4105
3647
|
<a class="href-link" href="#startDrawing">#</a>
|
|
4106
3648
|
|
|
4107
|
-
<span class="code-name"
|
|
3649
|
+
<span class="code-name" style="font-size:30px">
|
|
4108
3650
|
|
|
4109
3651
|
startDrawing<span class="signature">(options)</span>
|
|
4110
3652
|
|
|
@@ -4126,7 +3668,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4126
3668
|
|
|
4127
3669
|
|
|
4128
3670
|
|
|
4129
|
-
<h4
|
|
3671
|
+
<h4>参数:</h4>
|
|
4130
3672
|
|
|
4131
3673
|
<div class="table-container">
|
|
4132
3674
|
<table class="params table">
|
|
@@ -4158,12 +3700,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4158
3700
|
<td class="type">
|
|
4159
3701
|
|
|
4160
3702
|
|
|
4161
|
-
<span class="param-type">
|
|
4162
|
-
|
|
4163
|
-
Object
|
|
4164
|
-
|
|
4165
|
-
</span>
|
|
4166
|
-
|
|
3703
|
+
<span class="param-type">Object</span>
|
|
4167
3704
|
|
|
4168
3705
|
|
|
4169
3706
|
|
|
@@ -4189,12 +3726,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4189
3726
|
<td class="type">
|
|
4190
3727
|
|
|
4191
3728
|
|
|
4192
|
-
<span class="param-type">
|
|
4193
|
-
|
|
4194
|
-
String
|
|
4195
|
-
|
|
4196
|
-
</span>
|
|
4197
|
-
|
|
3729
|
+
<span class="param-type">String</span>
|
|
4198
3730
|
|
|
4199
3731
|
|
|
4200
3732
|
|
|
@@ -4222,12 +3754,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4222
3754
|
<td class="type">
|
|
4223
3755
|
|
|
4224
3756
|
|
|
4225
|
-
<span class="param-type">
|
|
4226
|
-
|
|
4227
|
-
Boolean
|
|
4228
|
-
|
|
4229
|
-
</span>
|
|
4230
|
-
|
|
3757
|
+
<span class="param-type">Boolean</span>
|
|
4231
3758
|
|
|
4232
3759
|
|
|
4233
3760
|
|
|
@@ -4255,12 +3782,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4255
3782
|
<td class="type">
|
|
4256
3783
|
|
|
4257
3784
|
|
|
4258
|
-
<span class="param-type">
|
|
4259
|
-
|
|
4260
|
-
Boolean
|
|
4261
|
-
|
|
4262
|
-
</span>
|
|
4263
|
-
|
|
3785
|
+
<span class="param-type">Boolean</span>
|
|
4264
3786
|
|
|
4265
3787
|
|
|
4266
3788
|
|
|
@@ -4288,12 +3810,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4288
3810
|
<td class="type">
|
|
4289
3811
|
|
|
4290
3812
|
|
|
4291
|
-
<span class="param-type">
|
|
4292
|
-
|
|
4293
|
-
Object
|
|
4294
|
-
|
|
4295
|
-
</span>
|
|
4296
|
-
|
|
3813
|
+
<span class="param-type">Object</span>
|
|
4297
3814
|
|
|
4298
3815
|
|
|
4299
3816
|
|
|
@@ -4319,12 +3836,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4319
3836
|
<td class="type">
|
|
4320
3837
|
|
|
4321
3838
|
|
|
4322
|
-
<span class="param-type">
|
|
4323
|
-
|
|
4324
|
-
Object
|
|
4325
|
-
|
|
4326
|
-
</span>
|
|
4327
|
-
|
|
3839
|
+
<span class="param-type">Object</span>
|
|
4328
3840
|
|
|
4329
3841
|
|
|
4330
3842
|
|
|
@@ -4350,12 +3862,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4350
3862
|
<td class="type">
|
|
4351
3863
|
|
|
4352
3864
|
|
|
4353
|
-
<span class="param-type">
|
|
4354
|
-
|
|
4355
|
-
Object
|
|
4356
|
-
|
|
4357
|
-
</span>
|
|
4358
|
-
|
|
3865
|
+
<span class="param-type">Object</span>
|
|
4359
3866
|
|
|
4360
3867
|
|
|
4361
3868
|
|
|
@@ -4381,12 +3888,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4381
3888
|
<td class="type">
|
|
4382
3889
|
|
|
4383
3890
|
|
|
4384
|
-
<span class="param-type">
|
|
4385
|
-
|
|
4386
|
-
String
|
|
4387
|
-
|
|
4388
|
-
</span>
|
|
4389
|
-
|
|
3891
|
+
<span class="param-type">String</span>
|
|
4390
3892
|
|
|
4391
3893
|
|
|
4392
3894
|
|
|
@@ -4412,12 +3914,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4412
3914
|
<td class="type">
|
|
4413
3915
|
|
|
4414
3916
|
|
|
4415
|
-
<span class="param-type">
|
|
4416
|
-
|
|
4417
|
-
Boolean
|
|
4418
|
-
|
|
4419
|
-
</span>
|
|
4420
|
-
|
|
3917
|
+
<span class="param-type">Boolean</span>
|
|
4421
3918
|
|
|
4422
3919
|
|
|
4423
3920
|
|
|
@@ -4445,12 +3942,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4445
3942
|
<td class="type">
|
|
4446
3943
|
|
|
4447
3944
|
|
|
4448
|
-
<span class="param-type">
|
|
4449
|
-
|
|
4450
|
-
Boolean
|
|
4451
|
-
|
|
4452
|
-
</span>
|
|
4453
|
-
|
|
3945
|
+
<span class="param-type">Boolean</span>
|
|
4454
3946
|
|
|
4455
3947
|
|
|
4456
3948
|
|
|
@@ -4478,12 +3970,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4478
3970
|
<td class="type">
|
|
4479
3971
|
|
|
4480
3972
|
|
|
4481
|
-
<span class="param-type">
|
|
4482
|
-
|
|
4483
|
-
Number
|
|
4484
|
-
|
|
4485
|
-
</span>
|
|
4486
|
-
|
|
3973
|
+
<span class="param-type">Number</span>
|
|
4487
3974
|
|
|
4488
3975
|
|
|
4489
3976
|
|
|
@@ -4511,12 +3998,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4511
3998
|
<td class="type">
|
|
4512
3999
|
|
|
4513
4000
|
|
|
4514
|
-
<span class="param-type">
|
|
4515
|
-
|
|
4516
|
-
Number
|
|
4517
|
-
|
|
4518
|
-
</span>
|
|
4519
|
-
|
|
4001
|
+
<span class="param-type">Number</span>
|
|
4520
4002
|
|
|
4521
4003
|
|
|
4522
4004
|
|
|
@@ -4544,12 +4026,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4544
4026
|
<td class="type">
|
|
4545
4027
|
|
|
4546
4028
|
|
|
4547
|
-
<span class="param-type">
|
|
4548
|
-
|
|
4549
|
-
Number
|
|
4550
|
-
|
|
4551
|
-
</span>
|
|
4552
|
-
|
|
4029
|
+
<span class="param-type">Number</span>
|
|
4553
4030
|
|
|
4554
4031
|
|
|
4555
4032
|
|
|
@@ -4577,12 +4054,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4577
4054
|
<td class="type">
|
|
4578
4055
|
|
|
4579
4056
|
|
|
4580
|
-
<span class="param-type">
|
|
4581
|
-
|
|
4582
|
-
Number
|
|
4583
|
-
|
|
4584
|
-
</span>
|
|
4585
|
-
|
|
4057
|
+
<span class="param-type">Number</span>
|
|
4586
4058
|
|
|
4587
4059
|
|
|
4588
4060
|
|
|
@@ -4610,12 +4082,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4610
4082
|
<td class="type">
|
|
4611
4083
|
|
|
4612
4084
|
|
|
4613
|
-
<span class="param-type">
|
|
4614
|
-
|
|
4615
|
-
Number
|
|
4616
|
-
|
|
4617
|
-
</span>
|
|
4618
|
-
|
|
4085
|
+
<span class="param-type">Number</span>
|
|
4619
4086
|
|
|
4620
4087
|
|
|
4621
4088
|
|
|
@@ -4643,12 +4110,7 @@ graphicsLayer.addGraphic(graphic);</code></pre>
|
|
|
4643
4110
|
<td class="type">
|
|
4644
4111
|
|
|
4645
4112
|
|
|
4646
|
-
<span class="param-type">
|
|
4647
|
-
|
|
4648
|
-
Number
|
|
4649
|
-
|
|
4650
|
-
</span>
|
|
4651
|
-
|
|
4113
|
+
<span class="param-type">Number</span>
|
|
4652
4114
|
|
|
4653
4115
|
|
|
4654
4116
|
|
|
@@ -4793,7 +4255,7 @@ graphicsLayer.startDrawing({
|
|
|
4793
4255
|
<h4 class="name" id="startEdit">
|
|
4794
4256
|
<a class="href-link" href="#startEdit">#</a>
|
|
4795
4257
|
|
|
4796
|
-
<span class="code-name"
|
|
4258
|
+
<span class="code-name" style="font-size:30px">
|
|
4797
4259
|
|
|
4798
4260
|
startEdit<span class="signature">()</span>
|
|
4799
4261
|
|
|
@@ -4884,7 +4346,7 @@ graphicsLayer.startDrawing({
|
|
|
4884
4346
|
<h4 class="name" id="stopDrawing">
|
|
4885
4347
|
<a class="href-link" href="#stopDrawing">#</a>
|
|
4886
4348
|
|
|
4887
|
-
<span class="code-name"
|
|
4349
|
+
<span class="code-name" style="font-size:30px">
|
|
4888
4350
|
|
|
4889
4351
|
stopDrawing<span class="signature">()</span>
|
|
4890
4352
|
|
|
@@ -4975,7 +4437,7 @@ graphicsLayer.startDrawing({
|
|
|
4975
4437
|
<h4 class="name" id="stopEdit">
|
|
4976
4438
|
<a class="href-link" href="#stopEdit">#</a>
|
|
4977
4439
|
|
|
4978
|
-
<span class="code-name"
|
|
4440
|
+
<span class="code-name" style="font-size:30px">
|
|
4979
4441
|
|
|
4980
4442
|
stopEdit<span class="signature">()</span>
|
|
4981
4443
|
|
|
@@ -5068,4 +4530,42 @@ graphicsLayer.startDrawing({
|
|
|
5068
4530
|
|
|
5069
4531
|
</article>
|
|
5070
4532
|
|
|
5071
|
-
</section>
|
|
4533
|
+
</section>
|
|
4534
|
+
|
|
4535
|
+
|
|
4536
|
+
|
|
4537
|
+
|
|
4538
|
+
</div>
|
|
4539
|
+
|
|
4540
|
+
<footer class="footer">
|
|
4541
|
+
<div class="content has-text-centered">
|
|
4542
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
4543
|
+
<p class="sidebar-created-by">
|
|
4544
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4545
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4546
|
+
</p>
|
|
4547
|
+
</div>
|
|
4548
|
+
</footer>
|
|
4549
|
+
|
|
4550
|
+
</div>
|
|
4551
|
+
<div id="side-nav" class="side-nav">
|
|
4552
|
+
<div style="margin-bottom: 10px;">
|
|
4553
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4554
|
+
</div>
|
|
4555
|
+
<div style="margin-bottom: 10px;">
|
|
4556
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4557
|
+
</div>
|
|
4558
|
+
<div style="margin-bottom: 10px;">
|
|
4559
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4560
|
+
</div>
|
|
4561
|
+
<div>
|
|
4562
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4563
|
+
</div>
|
|
4564
|
+
</div>
|
|
4565
|
+
</div>
|
|
4566
|
+
<script src="scripts/linenumber.js"> </script>
|
|
4567
|
+
|
|
4568
|
+
<script src="scripts/search.js"> </script>
|
|
4569
|
+
|
|
4570
|
+
</body>
|
|
4571
|
+
</html>
|