@mapgis/webclient-common 17.0.2 → 17.0.4
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 +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<span class="param-type">Object</span>
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
</td>
|
|
85
86
|
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
|
|
172
173
|
|
|
173
174
|
<ul>
|
|
174
|
-
<li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
175
|
+
<li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
175
176
|
</ul>
|
|
176
177
|
|
|
177
178
|
|
|
@@ -203,63 +204,68 @@
|
|
|
203
204
|
<tbody>
|
|
204
205
|
|
|
205
206
|
<tr class="deep-level-0">
|
|
206
|
-
<td class="name"><code><a href="
|
|
207
|
+
<td class="name"><code><a href="#copyright">copyright</a></code></td>
|
|
207
208
|
<td class="name">
|
|
208
209
|
<code>
|
|
209
210
|
|
|
210
211
|
<span class="param-type">String</span>
|
|
211
212
|
|
|
212
213
|
|
|
214
|
+
|
|
213
215
|
</code>
|
|
214
216
|
</td>
|
|
215
217
|
<td class="name"><code><p>版权所有</p></code></td>
|
|
216
218
|
</tr>
|
|
217
219
|
|
|
218
220
|
<tr class="deep-level-0">
|
|
219
|
-
<td class="name"><code><a href="
|
|
221
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
220
222
|
<td class="name">
|
|
221
223
|
<code>
|
|
222
224
|
|
|
223
225
|
<span class="param-type">String</span>
|
|
224
226
|
|
|
225
227
|
|
|
228
|
+
|
|
226
229
|
</code>
|
|
227
230
|
</td>
|
|
228
231
|
<td class="name"><code><p>图层描述</p></code></td>
|
|
229
232
|
</tr>
|
|
230
233
|
|
|
231
234
|
<tr class="deep-level-0">
|
|
232
|
-
<td class="name"><code><a href="
|
|
235
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
233
236
|
<td class="name">
|
|
234
237
|
<code>
|
|
235
238
|
|
|
236
239
|
<span class="param-type">Object</span>
|
|
237
240
|
|
|
238
241
|
|
|
242
|
+
|
|
239
243
|
</code>
|
|
240
244
|
</td>
|
|
241
245
|
<td class="name"><code><p>初始化图层的额外参数</p></code></td>
|
|
242
246
|
</tr>
|
|
243
247
|
|
|
244
248
|
<tr class="deep-level-0">
|
|
245
|
-
<td class="name"><code><a href="
|
|
249
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
246
250
|
<td class="name">
|
|
247
251
|
<code>
|
|
248
252
|
|
|
249
253
|
<span class="param-type">Object</span>
|
|
250
254
|
|
|
251
255
|
|
|
256
|
+
|
|
252
257
|
</code>
|
|
253
258
|
</td>
|
|
254
259
|
<td class="name"><code><p>存储额外参数的属性</p></code></td>
|
|
255
260
|
</tr>
|
|
256
261
|
|
|
257
262
|
<tr class="deep-level-0">
|
|
258
|
-
<td class="name"><code><a href="
|
|
263
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
259
264
|
<td class="name">
|
|
260
265
|
<code>
|
|
261
266
|
|
|
262
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
267
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
268
|
+
|
|
263
269
|
|
|
264
270
|
|
|
265
271
|
</code>
|
|
@@ -268,128 +274,138 @@
|
|
|
268
274
|
</tr>
|
|
269
275
|
|
|
270
276
|
<tr class="deep-level-0">
|
|
271
|
-
<td class="name"><code><a href="
|
|
277
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
272
278
|
<td class="name">
|
|
273
279
|
<code>
|
|
274
280
|
|
|
275
281
|
<span class="param-type">String</span>
|
|
276
282
|
|
|
277
283
|
|
|
284
|
+
|
|
278
285
|
</code>
|
|
279
286
|
</td>
|
|
280
287
|
<td class="name"><code><p>设置服务请求头</p></code></td>
|
|
281
288
|
</tr>
|
|
282
289
|
|
|
283
290
|
<tr class="deep-level-0">
|
|
284
|
-
<td class="name"><code><a href="
|
|
291
|
+
<td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
|
|
285
292
|
<td class="name">
|
|
286
293
|
<code>
|
|
287
294
|
|
|
288
295
|
<span class="param-type">String</span>
|
|
289
296
|
|
|
290
297
|
|
|
298
|
+
|
|
291
299
|
</code>
|
|
292
300
|
</td>
|
|
293
301
|
<td class="name"><code><p>http请求方式</p></code></td>
|
|
294
302
|
</tr>
|
|
295
303
|
|
|
296
304
|
<tr class="deep-level-0">
|
|
297
|
-
<td class="name"><code><a href="
|
|
305
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
298
306
|
<td class="name">
|
|
299
307
|
<code>
|
|
300
308
|
|
|
301
309
|
<span class="param-type">String</span>
|
|
302
310
|
|
|
303
311
|
|
|
312
|
+
|
|
304
313
|
</code>
|
|
305
314
|
</td>
|
|
306
315
|
<td class="name"><code><p>图层id</p></code></td>
|
|
307
316
|
</tr>
|
|
308
317
|
|
|
309
318
|
<tr class="deep-level-0">
|
|
310
|
-
<td class="name"><code><a href="
|
|
319
|
+
<td class="name"><code><a href="#index">index</a></code></td>
|
|
311
320
|
<td class="name">
|
|
312
321
|
<code>
|
|
313
322
|
|
|
314
323
|
<span class="param-type">Number</span>
|
|
315
324
|
|
|
316
325
|
|
|
326
|
+
|
|
317
327
|
</code>
|
|
318
328
|
</td>
|
|
319
329
|
<td class="name"><code><p>图层顺序</p></code></td>
|
|
320
330
|
</tr>
|
|
321
331
|
|
|
322
332
|
<tr class="deep-level-0">
|
|
323
|
-
<td class="name"><code><a href="
|
|
333
|
+
<td class="name"><code><a href="#loaded">loaded</a></code></td>
|
|
324
334
|
<td class="name">
|
|
325
335
|
<code>
|
|
326
336
|
|
|
327
337
|
<span class="param-type">Boolean</span>
|
|
328
338
|
|
|
329
339
|
|
|
340
|
+
|
|
330
341
|
</code>
|
|
331
342
|
</td>
|
|
332
343
|
<td class="name"><code><p>是否加载完毕</p></code></td>
|
|
333
344
|
</tr>
|
|
334
345
|
|
|
335
346
|
<tr class="deep-level-0">
|
|
336
|
-
<td class="name"><code><a href="
|
|
347
|
+
<td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
|
|
337
348
|
<td class="name">
|
|
338
349
|
<code>
|
|
339
350
|
|
|
340
351
|
<span class="param-type">String</span>
|
|
341
352
|
|
|
342
353
|
|
|
354
|
+
|
|
343
355
|
</code>
|
|
344
356
|
</td>
|
|
345
357
|
<td class="name"><code><p>图层加载状态</p></code></td>
|
|
346
358
|
</tr>
|
|
347
359
|
|
|
348
360
|
<tr class="deep-level-0">
|
|
349
|
-
<td class="name"><code><a href="
|
|
361
|
+
<td class="name"><code><a href="#maxScale">maxScale</a></code></td>
|
|
350
362
|
<td class="name">
|
|
351
363
|
<code>
|
|
352
364
|
|
|
353
365
|
<span class="param-type">Number</span>
|
|
354
366
|
|
|
355
367
|
|
|
368
|
+
|
|
356
369
|
</code>
|
|
357
370
|
</td>
|
|
358
371
|
<td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
|
|
359
372
|
</tr>
|
|
360
373
|
|
|
361
374
|
<tr class="deep-level-0">
|
|
362
|
-
<td class="name"><code><a href="
|
|
375
|
+
<td class="name"><code><a href="#minScale">minScale</a></code></td>
|
|
363
376
|
<td class="name">
|
|
364
377
|
<code>
|
|
365
378
|
|
|
366
379
|
<span class="param-type">Number</span>
|
|
367
380
|
|
|
368
381
|
|
|
382
|
+
|
|
369
383
|
</code>
|
|
370
384
|
</td>
|
|
371
385
|
<td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
|
|
372
386
|
</tr>
|
|
373
387
|
|
|
374
388
|
<tr class="deep-level-0">
|
|
375
|
-
<td class="name"><code><a href="
|
|
389
|
+
<td class="name"><code><a href="#opacity">opacity</a></code></td>
|
|
376
390
|
<td class="name">
|
|
377
391
|
<code>
|
|
378
392
|
|
|
379
393
|
<span class="param-type">Number</span>
|
|
380
394
|
|
|
381
395
|
|
|
396
|
+
|
|
382
397
|
</code>
|
|
383
398
|
</td>
|
|
384
399
|
<td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
|
|
385
400
|
</tr>
|
|
386
401
|
|
|
387
402
|
<tr class="deep-level-0">
|
|
388
|
-
<td class="name"><code><a href="
|
|
403
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
389
404
|
<td class="name">
|
|
390
405
|
<code>
|
|
391
406
|
|
|
392
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
407
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
408
|
+
|
|
393
409
|
|
|
394
410
|
|
|
395
411
|
</code>
|
|
@@ -398,65 +414,70 @@
|
|
|
398
414
|
</tr>
|
|
399
415
|
|
|
400
416
|
<tr class="deep-level-0">
|
|
401
|
-
<td class="name"><code><a href="
|
|
417
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
402
418
|
<td class="name">
|
|
403
419
|
<code>
|
|
404
420
|
|
|
405
421
|
<span class="param-type">String</span>
|
|
406
422
|
|
|
407
423
|
|
|
424
|
+
|
|
408
425
|
</code>
|
|
409
426
|
</td>
|
|
410
427
|
<td class="name"><code><p>图层名称</p></code></td>
|
|
411
428
|
</tr>
|
|
412
429
|
|
|
413
430
|
<tr class="deep-level-0">
|
|
414
|
-
<td class="name"><code><a href="
|
|
431
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
415
432
|
<td class="name">
|
|
416
433
|
<code>
|
|
417
434
|
|
|
418
435
|
<span class="param-type">String</span>
|
|
419
436
|
|
|
420
437
|
|
|
438
|
+
|
|
421
439
|
</code>
|
|
422
440
|
</td>
|
|
423
441
|
<td class="name"><code><p>token名</p></code></td>
|
|
424
442
|
</tr>
|
|
425
443
|
|
|
426
444
|
<tr class="deep-level-0">
|
|
427
|
-
<td class="name"><code><a href="
|
|
445
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
428
446
|
<td class="name">
|
|
429
447
|
<code>
|
|
430
448
|
|
|
431
449
|
<span class="param-type">String</span>
|
|
432
450
|
|
|
433
451
|
|
|
452
|
+
|
|
434
453
|
</code>
|
|
435
454
|
</td>
|
|
436
455
|
<td class="name"><code><p>token值</p></code></td>
|
|
437
456
|
</tr>
|
|
438
457
|
|
|
439
458
|
<tr class="deep-level-0">
|
|
440
|
-
<td class="name"><code><a href="
|
|
459
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
441
460
|
<td class="name">
|
|
442
461
|
<code>
|
|
443
462
|
|
|
444
463
|
<span class="param-type">String</span>
|
|
445
464
|
|
|
446
465
|
|
|
466
|
+
|
|
447
467
|
</code>
|
|
448
468
|
</td>
|
|
449
469
|
<td class="name"><code><p>图层类型</p></code></td>
|
|
450
470
|
</tr>
|
|
451
471
|
|
|
452
472
|
<tr class="deep-level-0">
|
|
453
|
-
<td class="name"><code><a href="
|
|
473
|
+
<td class="name"><code><a href="#visible">visible</a></code></td>
|
|
454
474
|
<td class="name">
|
|
455
475
|
<code>
|
|
456
476
|
|
|
457
477
|
<span class="param-type">Number</span>
|
|
458
478
|
|
|
459
479
|
|
|
480
|
+
|
|
460
481
|
</code>
|
|
461
482
|
</td>
|
|
462
483
|
<td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
|
|
@@ -476,6 +497,7 @@
|
|
|
476
497
|
<span class="param-type">String</span>
|
|
477
498
|
|
|
478
499
|
|
|
500
|
+
|
|
479
501
|
</span>
|
|
480
502
|
|
|
481
503
|
<h4 class="name" id="copyright">
|
|
@@ -511,7 +533,7 @@
|
|
|
511
533
|
|
|
512
534
|
<dt class="inherited-from">Inherited From:</dt>
|
|
513
535
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
514
|
-
<a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
536
|
+
<a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
515
537
|
</li></ul></dd>
|
|
516
538
|
|
|
517
539
|
|
|
@@ -555,6 +577,7 @@
|
|
|
555
577
|
<span class="param-type">String</span>
|
|
556
578
|
|
|
557
579
|
|
|
580
|
+
|
|
558
581
|
</span>
|
|
559
582
|
|
|
560
583
|
<h4 class="name" id="description">
|
|
@@ -590,7 +613,7 @@
|
|
|
590
613
|
|
|
591
614
|
<dt class="inherited-from">Inherited From:</dt>
|
|
592
615
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
593
|
-
<a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
616
|
+
<a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
594
617
|
</li></ul></dd>
|
|
595
618
|
|
|
596
619
|
|
|
@@ -634,6 +657,7 @@
|
|
|
634
657
|
<span class="param-type">Object</span>
|
|
635
658
|
|
|
636
659
|
|
|
660
|
+
|
|
637
661
|
</span>
|
|
638
662
|
|
|
639
663
|
<h4 class="name" id="extendOptions">
|
|
@@ -665,7 +689,7 @@
|
|
|
665
689
|
|
|
666
690
|
<dt class="inherited-from">Inherited From:</dt>
|
|
667
691
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
668
|
-
<a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
|
|
692
|
+
<a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
|
|
669
693
|
</li></ul></dd>
|
|
670
694
|
|
|
671
695
|
|
|
@@ -709,6 +733,7 @@
|
|
|
709
733
|
<span class="param-type">Object</span>
|
|
710
734
|
|
|
711
735
|
|
|
736
|
+
|
|
712
737
|
</span>
|
|
713
738
|
|
|
714
739
|
<h4 class="name" id="extendProps">
|
|
@@ -740,7 +765,7 @@
|
|
|
740
765
|
|
|
741
766
|
<dt class="inherited-from">Inherited From:</dt>
|
|
742
767
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
743
|
-
<a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
768
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
744
769
|
</li></ul></dd>
|
|
745
770
|
|
|
746
771
|
|
|
@@ -781,7 +806,8 @@
|
|
|
781
806
|
<span class="method-parameter is-pulled-right">
|
|
782
807
|
<label>类型:</label>
|
|
783
808
|
|
|
784
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
809
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
810
|
+
|
|
785
811
|
|
|
786
812
|
|
|
787
813
|
</span>
|
|
@@ -819,7 +845,7 @@
|
|
|
819
845
|
|
|
820
846
|
<dt class="inherited-from">Inherited From:</dt>
|
|
821
847
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
822
|
-
<a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
848
|
+
<a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
823
849
|
</li></ul></dd>
|
|
824
850
|
|
|
825
851
|
|
|
@@ -863,6 +889,7 @@
|
|
|
863
889
|
<span class="param-type">String</span>
|
|
864
890
|
|
|
865
891
|
|
|
892
|
+
|
|
866
893
|
</span>
|
|
867
894
|
|
|
868
895
|
<h4 class="name" id="headers">
|
|
@@ -894,7 +921,7 @@
|
|
|
894
921
|
|
|
895
922
|
<dt class="inherited-from">Inherited From:</dt>
|
|
896
923
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
897
|
-
<a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
924
|
+
<a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
898
925
|
</li></ul></dd>
|
|
899
926
|
|
|
900
927
|
|
|
@@ -938,6 +965,7 @@
|
|
|
938
965
|
<span class="param-type">String</span>
|
|
939
966
|
|
|
940
967
|
|
|
968
|
+
|
|
941
969
|
</span>
|
|
942
970
|
|
|
943
971
|
<h4 class="name" id="httpMethod">
|
|
@@ -969,7 +997,7 @@
|
|
|
969
997
|
|
|
970
998
|
<dt class="inherited-from">Inherited From:</dt>
|
|
971
999
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
972
|
-
<a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1000
|
+
<a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
973
1001
|
</li></ul></dd>
|
|
974
1002
|
|
|
975
1003
|
|
|
@@ -1013,6 +1041,7 @@
|
|
|
1013
1041
|
<span class="param-type">String</span>
|
|
1014
1042
|
|
|
1015
1043
|
|
|
1044
|
+
|
|
1016
1045
|
</span>
|
|
1017
1046
|
|
|
1018
1047
|
<h4 class="name" id="id">
|
|
@@ -1048,7 +1077,7 @@
|
|
|
1048
1077
|
|
|
1049
1078
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1050
1079
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1051
|
-
<a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1080
|
+
<a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1052
1081
|
</li></ul></dd>
|
|
1053
1082
|
|
|
1054
1083
|
|
|
@@ -1092,6 +1121,7 @@
|
|
|
1092
1121
|
<span class="param-type">Number</span>
|
|
1093
1122
|
|
|
1094
1123
|
|
|
1124
|
+
|
|
1095
1125
|
</span>
|
|
1096
1126
|
|
|
1097
1127
|
<h4 class="name" id="index">
|
|
@@ -1123,7 +1153,7 @@
|
|
|
1123
1153
|
|
|
1124
1154
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1125
1155
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1126
|
-
<a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1156
|
+
<a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1127
1157
|
</li></ul></dd>
|
|
1128
1158
|
|
|
1129
1159
|
|
|
@@ -1167,6 +1197,7 @@
|
|
|
1167
1197
|
<span class="param-type">Boolean</span>
|
|
1168
1198
|
|
|
1169
1199
|
|
|
1200
|
+
|
|
1170
1201
|
</span>
|
|
1171
1202
|
|
|
1172
1203
|
<h4 class="name" id="loaded">
|
|
@@ -1202,7 +1233,7 @@
|
|
|
1202
1233
|
|
|
1203
1234
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1204
1235
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1205
|
-
<a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1236
|
+
<a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1206
1237
|
</li></ul></dd>
|
|
1207
1238
|
|
|
1208
1239
|
|
|
@@ -1251,6 +1282,7 @@
|
|
|
1251
1282
|
<span class="param-type">String</span>
|
|
1252
1283
|
|
|
1253
1284
|
|
|
1285
|
+
|
|
1254
1286
|
</span>
|
|
1255
1287
|
|
|
1256
1288
|
<h4 class="name" id="loadStatus">
|
|
@@ -1286,7 +1318,7 @@
|
|
|
1286
1318
|
|
|
1287
1319
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1288
1320
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1289
|
-
<a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1321
|
+
<a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1290
1322
|
</li></ul></dd>
|
|
1291
1323
|
|
|
1292
1324
|
|
|
@@ -1335,6 +1367,7 @@
|
|
|
1335
1367
|
<span class="param-type">Number</span>
|
|
1336
1368
|
|
|
1337
1369
|
|
|
1370
|
+
|
|
1338
1371
|
</span>
|
|
1339
1372
|
|
|
1340
1373
|
<h4 class="name" id="maxScale">
|
|
@@ -1366,7 +1399,7 @@
|
|
|
1366
1399
|
|
|
1367
1400
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1368
1401
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1369
|
-
<a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1402
|
+
<a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1370
1403
|
</li></ul></dd>
|
|
1371
1404
|
|
|
1372
1405
|
|
|
@@ -1415,6 +1448,7 @@
|
|
|
1415
1448
|
<span class="param-type">Number</span>
|
|
1416
1449
|
|
|
1417
1450
|
|
|
1451
|
+
|
|
1418
1452
|
</span>
|
|
1419
1453
|
|
|
1420
1454
|
<h4 class="name" id="minScale">
|
|
@@ -1446,7 +1480,7 @@
|
|
|
1446
1480
|
|
|
1447
1481
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1448
1482
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1449
|
-
<a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1483
|
+
<a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1450
1484
|
</li></ul></dd>
|
|
1451
1485
|
|
|
1452
1486
|
|
|
@@ -1495,6 +1529,7 @@
|
|
|
1495
1529
|
<span class="param-type">Number</span>
|
|
1496
1530
|
|
|
1497
1531
|
|
|
1532
|
+
|
|
1498
1533
|
</span>
|
|
1499
1534
|
|
|
1500
1535
|
<h4 class="name" id="opacity">
|
|
@@ -1526,7 +1561,7 @@
|
|
|
1526
1561
|
|
|
1527
1562
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1528
1563
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1529
|
-
<a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1564
|
+
<a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1530
1565
|
</li></ul></dd>
|
|
1531
1566
|
|
|
1532
1567
|
|
|
@@ -1567,7 +1602,8 @@
|
|
|
1567
1602
|
<span class="method-parameter is-pulled-right">
|
|
1568
1603
|
<label>类型:</label>
|
|
1569
1604
|
|
|
1570
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1605
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1606
|
+
|
|
1571
1607
|
|
|
1572
1608
|
|
|
1573
1609
|
</span>
|
|
@@ -1645,6 +1681,7 @@
|
|
|
1645
1681
|
<span class="param-type">String</span>
|
|
1646
1682
|
|
|
1647
1683
|
|
|
1684
|
+
|
|
1648
1685
|
</span>
|
|
1649
1686
|
|
|
1650
1687
|
<h4 class="name" id="title">
|
|
@@ -1676,7 +1713,7 @@
|
|
|
1676
1713
|
|
|
1677
1714
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1678
1715
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1679
|
-
<a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1716
|
+
<a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1680
1717
|
</li></ul></dd>
|
|
1681
1718
|
|
|
1682
1719
|
|
|
@@ -1720,6 +1757,7 @@
|
|
|
1720
1757
|
<span class="param-type">String</span>
|
|
1721
1758
|
|
|
1722
1759
|
|
|
1760
|
+
|
|
1723
1761
|
</span>
|
|
1724
1762
|
|
|
1725
1763
|
<h4 class="name" id="tokenKey">
|
|
@@ -1751,7 +1789,7 @@
|
|
|
1751
1789
|
|
|
1752
1790
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1753
1791
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1754
|
-
<a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
1792
|
+
<a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
1755
1793
|
</li></ul></dd>
|
|
1756
1794
|
|
|
1757
1795
|
|
|
@@ -1800,6 +1838,7 @@
|
|
|
1800
1838
|
<span class="param-type">String</span>
|
|
1801
1839
|
|
|
1802
1840
|
|
|
1841
|
+
|
|
1803
1842
|
</span>
|
|
1804
1843
|
|
|
1805
1844
|
<h4 class="name" id="tokenValue">
|
|
@@ -1831,7 +1870,7 @@
|
|
|
1831
1870
|
|
|
1832
1871
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1833
1872
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1834
|
-
<a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
1873
|
+
<a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
1835
1874
|
</li></ul></dd>
|
|
1836
1875
|
|
|
1837
1876
|
|
|
@@ -1875,6 +1914,7 @@
|
|
|
1875
1914
|
<span class="param-type">String</span>
|
|
1876
1915
|
|
|
1877
1916
|
|
|
1917
|
+
|
|
1878
1918
|
</span>
|
|
1879
1919
|
|
|
1880
1920
|
<h4 class="name" id="type">
|
|
@@ -1950,6 +1990,7 @@
|
|
|
1950
1990
|
<span class="param-type">Number</span>
|
|
1951
1991
|
|
|
1952
1992
|
|
|
1993
|
+
|
|
1953
1994
|
</span>
|
|
1954
1995
|
|
|
1955
1996
|
<h4 class="name" id="visible">
|
|
@@ -1981,7 +2022,7 @@
|
|
|
1981
2022
|
|
|
1982
2023
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1983
2024
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1984
|
-
<a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2025
|
+
<a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
1985
2026
|
</li></ul></dd>
|
|
1986
2027
|
|
|
1987
2028
|
|
|
@@ -2038,12 +2079,13 @@
|
|
|
2038
2079
|
<tbody>
|
|
2039
2080
|
|
|
2040
2081
|
<tr class="deep-level-0">
|
|
2041
|
-
<td class="name"><code><a href="
|
|
2082
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
2042
2083
|
<td class="name">
|
|
2043
2084
|
<code>
|
|
2044
2085
|
|
|
2045
2086
|
|
|
2046
|
-
<span class="param-type"><a class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
|
|
2087
|
+
<span class="param-type"><a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
|
|
2088
|
+
|
|
2047
2089
|
|
|
2048
2090
|
|
|
2049
2091
|
|
|
@@ -2053,7 +2095,7 @@
|
|
|
2053
2095
|
</tr>
|
|
2054
2096
|
|
|
2055
2097
|
<tr class="deep-level-0">
|
|
2056
|
-
<td class="name"><code><a href="
|
|
2098
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2057
2099
|
<td class="name">
|
|
2058
2100
|
<code>
|
|
2059
2101
|
|
|
@@ -2061,6 +2103,7 @@
|
|
|
2061
2103
|
<span class="param-type">*</span>
|
|
2062
2104
|
|
|
2063
2105
|
|
|
2106
|
+
|
|
2064
2107
|
|
|
2065
2108
|
</code>
|
|
2066
2109
|
</td>
|
|
@@ -2068,7 +2111,7 @@
|
|
|
2068
2111
|
</tr>
|
|
2069
2112
|
|
|
2070
2113
|
<tr class="deep-level-0">
|
|
2071
|
-
<td class="name"><code><a href="
|
|
2114
|
+
<td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
|
|
2072
2115
|
<td class="name">
|
|
2073
2116
|
<code>
|
|
2074
2117
|
|
|
@@ -2076,6 +2119,7 @@
|
|
|
2076
2119
|
<span class="param-type">Boolean</span>
|
|
2077
2120
|
|
|
2078
2121
|
|
|
2122
|
+
|
|
2079
2123
|
|
|
2080
2124
|
</code>
|
|
2081
2125
|
</td>
|
|
@@ -2083,7 +2127,7 @@
|
|
|
2083
2127
|
</tr>
|
|
2084
2128
|
|
|
2085
2129
|
<tr class="deep-level-0">
|
|
2086
|
-
<td class="name"><code><a href="
|
|
2130
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
2087
2131
|
<td class="name">
|
|
2088
2132
|
<code>
|
|
2089
2133
|
|
|
@@ -2091,6 +2135,7 @@
|
|
|
2091
2135
|
<span class="param-type">Object</span>
|
|
2092
2136
|
|
|
2093
2137
|
|
|
2138
|
+
|
|
2094
2139
|
|
|
2095
2140
|
</code>
|
|
2096
2141
|
</td>
|
|
@@ -2105,7 +2150,7 @@
|
|
|
2105
2150
|
</tr>
|
|
2106
2151
|
|
|
2107
2152
|
<tr class="deep-level-0">
|
|
2108
|
-
<td class="name"><code><a href="
|
|
2153
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
2109
2154
|
<td class="name">
|
|
2110
2155
|
<code>
|
|
2111
2156
|
|
|
@@ -2113,6 +2158,7 @@
|
|
|
2113
2158
|
<span class="param-type">Object</span>
|
|
2114
2159
|
|
|
2115
2160
|
|
|
2161
|
+
|
|
2116
2162
|
|
|
2117
2163
|
</code>
|
|
2118
2164
|
</td>
|
|
@@ -2126,7 +2172,7 @@
|
|
|
2126
2172
|
</tr>
|
|
2127
2173
|
|
|
2128
2174
|
<tr class="deep-level-0">
|
|
2129
|
-
<td class="name"><code><a href="
|
|
2175
|
+
<td class="name"><code><a href="#refresh">refresh</a></code></td>
|
|
2130
2176
|
<td class="name">
|
|
2131
2177
|
<code>
|
|
2132
2178
|
|
|
@@ -2136,7 +2182,7 @@
|
|
|
2136
2182
|
</tr>
|
|
2137
2183
|
|
|
2138
2184
|
<tr class="deep-level-0">
|
|
2139
|
-
<td class="name"><code><a href="
|
|
2185
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2140
2186
|
<td class="name">
|
|
2141
2187
|
<code>
|
|
2142
2188
|
|
|
@@ -2144,6 +2190,7 @@
|
|
|
2144
2190
|
<span class="param-type">Object</span>
|
|
2145
2191
|
|
|
2146
2192
|
|
|
2193
|
+
|
|
2147
2194
|
|
|
2148
2195
|
</code>
|
|
2149
2196
|
</td>
|
|
@@ -2258,7 +2305,8 @@
|
|
|
2258
2305
|
<div class='column is-5 has-text-left'>
|
|
2259
2306
|
<label>类型: </label>
|
|
2260
2307
|
|
|
2261
|
-
<span class="param-type"><a class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
|
|
2308
|
+
<span class="param-type"><a link="OverlayLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="OverlayLayer" OverlayLayer.html>OverlayLayer</a></span>
|
|
2309
|
+
|
|
2262
2310
|
|
|
2263
2311
|
|
|
2264
2312
|
</div>
|
|
@@ -2314,7 +2362,7 @@
|
|
|
2314
2362
|
|
|
2315
2363
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2316
2364
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2317
|
-
<a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2365
|
+
<a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2318
2366
|
</li></ul></dd>
|
|
2319
2367
|
|
|
2320
2368
|
|
|
@@ -2376,6 +2424,7 @@
|
|
|
2376
2424
|
<span class="param-type">*</span>
|
|
2377
2425
|
|
|
2378
2426
|
|
|
2427
|
+
|
|
2379
2428
|
</div>
|
|
2380
2429
|
|
|
2381
2430
|
</div>
|
|
@@ -2433,7 +2482,7 @@
|
|
|
2433
2482
|
|
|
2434
2483
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2435
2484
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2436
|
-
<a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2485
|
+
<a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2437
2486
|
</li></ul></dd>
|
|
2438
2487
|
|
|
2439
2488
|
|
|
@@ -2497,6 +2546,7 @@
|
|
|
2497
2546
|
<span class="param-type">Boolean</span>
|
|
2498
2547
|
|
|
2499
2548
|
|
|
2549
|
+
|
|
2500
2550
|
</div>
|
|
2501
2551
|
|
|
2502
2552
|
</div>
|
|
@@ -2581,6 +2631,7 @@
|
|
|
2581
2631
|
<span class="param-type">string</span>
|
|
2582
2632
|
|
|
2583
2633
|
|
|
2634
|
+
|
|
2584
2635
|
|
|
2585
2636
|
</td>
|
|
2586
2637
|
|
|
@@ -2607,6 +2658,7 @@
|
|
|
2607
2658
|
<span class="param-type">function</span>
|
|
2608
2659
|
|
|
2609
2660
|
|
|
2661
|
+
|
|
2610
2662
|
|
|
2611
2663
|
</td>
|
|
2612
2664
|
|
|
@@ -2631,6 +2683,7 @@
|
|
|
2631
2683
|
<span class="param-type">Object</span>
|
|
2632
2684
|
|
|
2633
2685
|
|
|
2686
|
+
|
|
2634
2687
|
|
|
2635
2688
|
</td>
|
|
2636
2689
|
|
|
@@ -2660,7 +2713,7 @@
|
|
|
2660
2713
|
|
|
2661
2714
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2662
2715
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2663
|
-
<a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2716
|
+
<a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2664
2717
|
</li></ul></dd>
|
|
2665
2718
|
|
|
2666
2719
|
|
|
@@ -2724,6 +2777,7 @@
|
|
|
2724
2777
|
<span class="param-type">Object</span>
|
|
2725
2778
|
|
|
2726
2779
|
|
|
2780
|
+
|
|
2727
2781
|
</div>
|
|
2728
2782
|
|
|
2729
2783
|
</div>
|
|
@@ -2900,6 +2954,7 @@ view.off({
|
|
|
2900
2954
|
<span class="param-type">Object</span>
|
|
2901
2955
|
|
|
2902
2956
|
|
|
2957
|
+
|
|
2903
2958
|
|
|
2904
2959
|
</td>
|
|
2905
2960
|
|
|
@@ -2932,6 +2987,7 @@ view.off({
|
|
|
2932
2987
|
<span class="param-type">function</span>
|
|
2933
2988
|
|
|
2934
2989
|
|
|
2990
|
+
|
|
2935
2991
|
|
|
2936
2992
|
</td>
|
|
2937
2993
|
|
|
@@ -2962,6 +3018,7 @@ view.off({
|
|
|
2962
3018
|
<span class="param-type">Object</span>
|
|
2963
3019
|
|
|
2964
3020
|
|
|
3021
|
+
|
|
2965
3022
|
|
|
2966
3023
|
</td>
|
|
2967
3024
|
|
|
@@ -2997,7 +3054,7 @@ view.off({
|
|
|
2997
3054
|
|
|
2998
3055
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2999
3056
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3000
|
-
<a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3057
|
+
<a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3001
3058
|
</li></ul></dd>
|
|
3002
3059
|
|
|
3003
3060
|
|
|
@@ -3061,6 +3118,7 @@ view.off({
|
|
|
3061
3118
|
<span class="param-type">Object</span>
|
|
3062
3119
|
|
|
3063
3120
|
|
|
3121
|
+
|
|
3064
3122
|
</div>
|
|
3065
3123
|
|
|
3066
3124
|
</div>
|
|
@@ -3196,7 +3254,7 @@ view.on({
|
|
|
3196
3254
|
|
|
3197
3255
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3198
3256
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3199
|
-
<a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3257
|
+
<a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3200
3258
|
</li></ul></dd>
|
|
3201
3259
|
|
|
3202
3260
|
|
|
@@ -3356,6 +3414,7 @@ view.on({
|
|
|
3356
3414
|
<span class="param-type">Object</span>
|
|
3357
3415
|
|
|
3358
3416
|
|
|
3417
|
+
|
|
3359
3418
|
</div>
|
|
3360
3419
|
|
|
3361
3420
|
</div>
|
|
@@ -3505,6 +3564,7 @@ view.on({
|
|
|
3505
3564
|
<span class="param-type">Object</span>
|
|
3506
3565
|
|
|
3507
3566
|
|
|
3567
|
+
|
|
3508
3568
|
|
|
3509
3569
|
</td>
|
|
3510
3570
|
|
|
@@ -3538,6 +3598,7 @@ view.on({
|
|
|
3538
3598
|
<span class="param-type">String</span>
|
|
3539
3599
|
|
|
3540
3600
|
|
|
3601
|
+
|
|
3541
3602
|
|
|
3542
3603
|
</td>
|
|
3543
3604
|
|
|
@@ -3575,6 +3636,7 @@ view.on({
|
|
|
3575
3636
|
<span class="param-type">String</span>
|
|
3576
3637
|
|
|
3577
3638
|
|
|
3639
|
+
|
|
3578
3640
|
|
|
3579
3641
|
</td>
|
|
3580
3642
|
|
|
@@ -3609,7 +3671,8 @@ view.on({
|
|
|
3609
3671
|
<td class="type">
|
|
3610
3672
|
|
|
3611
3673
|
|
|
3612
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
3674
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
3675
|
+
|
|
3613
3676
|
|
|
3614
3677
|
|
|
3615
3678
|
|
|
@@ -3646,7 +3709,8 @@ view.on({
|
|
|
3646
3709
|
<td class="type">
|
|
3647
3710
|
|
|
3648
3711
|
|
|
3649
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3712
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3713
|
+
|
|
3650
3714
|
|
|
3651
3715
|
|
|
3652
3716
|
|
|
@@ -3683,7 +3747,8 @@ view.on({
|
|
|
3683
3747
|
<td class="type">
|
|
3684
3748
|
|
|
3685
3749
|
|
|
3686
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3750
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3751
|
+
|
|
3687
3752
|
|
|
3688
3753
|
|
|
3689
3754
|
|
|
@@ -3720,7 +3785,8 @@ view.on({
|
|
|
3720
3785
|
<td class="type">
|
|
3721
3786
|
|
|
3722
3787
|
|
|
3723
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3788
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3789
|
+
|
|
3724
3790
|
|
|
3725
3791
|
|
|
3726
3792
|
|
|
@@ -3757,7 +3823,8 @@ view.on({
|
|
|
3757
3823
|
<td class="type">
|
|
3758
3824
|
|
|
3759
3825
|
|
|
3760
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3826
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3827
|
+
|
|
3761
3828
|
|
|
3762
3829
|
|
|
3763
3830
|
|
|
@@ -3802,7 +3869,7 @@ view.on({
|
|
|
3802
3869
|
|
|
3803
3870
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3804
3871
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3805
|
-
<a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
|
|
3872
|
+
<a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a>
|
|
3806
3873
|
</li></ul></dd>
|
|
3807
3874
|
|
|
3808
3875
|
|
|
@@ -3951,6 +4018,7 @@ view.on({
|
|
|
3951
4018
|
<span class="param-type">Object</span>
|
|
3952
4019
|
|
|
3953
4020
|
|
|
4021
|
+
|
|
3954
4022
|
|
|
3955
4023
|
</td>
|
|
3956
4024
|
|
|
@@ -3984,6 +4052,7 @@ view.on({
|
|
|
3984
4052
|
<span class="param-type">String</span>
|
|
3985
4053
|
|
|
3986
4054
|
|
|
4055
|
+
|
|
3987
4056
|
|
|
3988
4057
|
</td>
|
|
3989
4058
|
|
|
@@ -4021,6 +4090,7 @@ view.on({
|
|
|
4021
4090
|
<span class="param-type">String</span>
|
|
4022
4091
|
|
|
4023
4092
|
|
|
4093
|
+
|
|
4024
4094
|
|
|
4025
4095
|
</td>
|
|
4026
4096
|
|
|
@@ -4055,7 +4125,8 @@ view.on({
|
|
|
4055
4125
|
<td class="type">
|
|
4056
4126
|
|
|
4057
4127
|
|
|
4058
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4128
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4129
|
+
|
|
4059
4130
|
|
|
4060
4131
|
|
|
4061
4132
|
|
|
@@ -4092,7 +4163,8 @@ view.on({
|
|
|
4092
4163
|
<td class="type">
|
|
4093
4164
|
|
|
4094
4165
|
|
|
4095
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4166
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4167
|
+
|
|
4096
4168
|
|
|
4097
4169
|
|
|
4098
4170
|
|
|
@@ -4129,7 +4201,8 @@ view.on({
|
|
|
4129
4201
|
<td class="type">
|
|
4130
4202
|
|
|
4131
4203
|
|
|
4132
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4204
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4205
|
+
|
|
4133
4206
|
|
|
4134
4207
|
|
|
4135
4208
|
|
|
@@ -4166,7 +4239,8 @@ view.on({
|
|
|
4166
4239
|
<td class="type">
|
|
4167
4240
|
|
|
4168
4241
|
|
|
4169
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4242
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4243
|
+
|
|
4170
4244
|
|
|
4171
4245
|
|
|
4172
4246
|
|
|
@@ -4203,7 +4277,8 @@ view.on({
|
|
|
4203
4277
|
<td class="type">
|
|
4204
4278
|
|
|
4205
4279
|
|
|
4206
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4280
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4281
|
+
|
|
4207
4282
|
|
|
4208
4283
|
|
|
4209
4284
|
|
|
@@ -4248,7 +4323,7 @@ view.on({
|
|
|
4248
4323
|
|
|
4249
4324
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4250
4325
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4251
|
-
<a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
|
|
4326
|
+
<a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a>
|
|
4252
4327
|
</li></ul></dd>
|
|
4253
4328
|
|
|
4254
4329
|
|
|
@@ -4387,6 +4462,7 @@ view.on({
|
|
|
4387
4462
|
<span class="param-type">Object</span>
|
|
4388
4463
|
|
|
4389
4464
|
|
|
4465
|
+
|
|
4390
4466
|
|
|
4391
4467
|
</td>
|
|
4392
4468
|
|
|
@@ -4420,6 +4496,7 @@ view.on({
|
|
|
4420
4496
|
<span class="param-type">String</span>
|
|
4421
4497
|
|
|
4422
4498
|
|
|
4499
|
+
|
|
4423
4500
|
|
|
4424
4501
|
</td>
|
|
4425
4502
|
|
|
@@ -4457,6 +4534,7 @@ view.on({
|
|
|
4457
4534
|
<span class="param-type">String</span>
|
|
4458
4535
|
|
|
4459
4536
|
|
|
4537
|
+
|
|
4460
4538
|
|
|
4461
4539
|
</td>
|
|
4462
4540
|
|
|
@@ -4491,7 +4569,8 @@ view.on({
|
|
|
4491
4569
|
<td class="type">
|
|
4492
4570
|
|
|
4493
4571
|
|
|
4494
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4572
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4573
|
+
|
|
4495
4574
|
|
|
4496
4575
|
|
|
4497
4576
|
|
|
@@ -4528,7 +4607,8 @@ view.on({
|
|
|
4528
4607
|
<td class="type">
|
|
4529
4608
|
|
|
4530
4609
|
|
|
4531
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4610
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4611
|
+
|
|
4532
4612
|
|
|
4533
4613
|
|
|
4534
4614
|
|
|
@@ -4565,7 +4645,8 @@ view.on({
|
|
|
4565
4645
|
<td class="type">
|
|
4566
4646
|
|
|
4567
4647
|
|
|
4568
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4648
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4649
|
+
|
|
4569
4650
|
|
|
4570
4651
|
|
|
4571
4652
|
|
|
@@ -4602,7 +4683,8 @@ view.on({
|
|
|
4602
4683
|
<td class="type">
|
|
4603
4684
|
|
|
4604
4685
|
|
|
4605
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4686
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4687
|
+
|
|
4606
4688
|
|
|
4607
4689
|
|
|
4608
4690
|
|
|
@@ -4639,7 +4721,8 @@ view.on({
|
|
|
4639
4721
|
<td class="type">
|
|
4640
4722
|
|
|
4641
4723
|
|
|
4642
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4724
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4725
|
+
|
|
4643
4726
|
|
|
4644
4727
|
|
|
4645
4728
|
|
|
@@ -4684,7 +4767,7 @@ view.on({
|
|
|
4684
4767
|
|
|
4685
4768
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4686
4769
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4687
|
-
<a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
|
|
4770
|
+
<a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a>
|
|
4688
4771
|
</li></ul></dd>
|
|
4689
4772
|
|
|
4690
4773
|
|
|
@@ -4833,6 +4916,7 @@ view.on({
|
|
|
4833
4916
|
<span class="param-type">Object</span>
|
|
4834
4917
|
|
|
4835
4918
|
|
|
4919
|
+
|
|
4836
4920
|
|
|
4837
4921
|
</td>
|
|
4838
4922
|
|
|
@@ -4866,6 +4950,7 @@ view.on({
|
|
|
4866
4950
|
<span class="param-type">String</span>
|
|
4867
4951
|
|
|
4868
4952
|
|
|
4953
|
+
|
|
4869
4954
|
|
|
4870
4955
|
</td>
|
|
4871
4956
|
|
|
@@ -4903,6 +4988,7 @@ view.on({
|
|
|
4903
4988
|
<span class="param-type">String</span>
|
|
4904
4989
|
|
|
4905
4990
|
|
|
4991
|
+
|
|
4906
4992
|
|
|
4907
4993
|
</td>
|
|
4908
4994
|
|
|
@@ -4937,7 +5023,8 @@ view.on({
|
|
|
4937
5023
|
<td class="type">
|
|
4938
5024
|
|
|
4939
5025
|
|
|
4940
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5026
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5027
|
+
|
|
4941
5028
|
|
|
4942
5029
|
|
|
4943
5030
|
|
|
@@ -4974,7 +5061,8 @@ view.on({
|
|
|
4974
5061
|
<td class="type">
|
|
4975
5062
|
|
|
4976
5063
|
|
|
4977
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5064
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5065
|
+
|
|
4978
5066
|
|
|
4979
5067
|
|
|
4980
5068
|
|
|
@@ -5011,7 +5099,8 @@ view.on({
|
|
|
5011
5099
|
<td class="type">
|
|
5012
5100
|
|
|
5013
5101
|
|
|
5014
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5102
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5103
|
+
|
|
5015
5104
|
|
|
5016
5105
|
|
|
5017
5106
|
|
|
@@ -5048,7 +5137,8 @@ view.on({
|
|
|
5048
5137
|
<td class="type">
|
|
5049
5138
|
|
|
5050
5139
|
|
|
5051
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5140
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5141
|
+
|
|
5052
5142
|
|
|
5053
5143
|
|
|
5054
5144
|
|
|
@@ -5085,7 +5175,8 @@ view.on({
|
|
|
5085
5175
|
<td class="type">
|
|
5086
5176
|
|
|
5087
5177
|
|
|
5088
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5178
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5179
|
+
|
|
5089
5180
|
|
|
5090
5181
|
|
|
5091
5182
|
|
|
@@ -5130,7 +5221,7 @@ view.on({
|
|
|
5130
5221
|
|
|
5131
5222
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5132
5223
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5133
|
-
<a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
|
|
5224
|
+
<a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a>
|
|
5134
5225
|
</li></ul></dd>
|
|
5135
5226
|
|
|
5136
5227
|
|
|
@@ -5269,6 +5360,7 @@ view.on({
|
|
|
5269
5360
|
<span class="param-type">Object</span>
|
|
5270
5361
|
|
|
5271
5362
|
|
|
5363
|
+
|
|
5272
5364
|
|
|
5273
5365
|
</td>
|
|
5274
5366
|
|
|
@@ -5302,6 +5394,7 @@ view.on({
|
|
|
5302
5394
|
<span class="param-type">String</span>
|
|
5303
5395
|
|
|
5304
5396
|
|
|
5397
|
+
|
|
5305
5398
|
|
|
5306
5399
|
</td>
|
|
5307
5400
|
|
|
@@ -5339,6 +5432,7 @@ view.on({
|
|
|
5339
5432
|
<span class="param-type">String</span>
|
|
5340
5433
|
|
|
5341
5434
|
|
|
5435
|
+
|
|
5342
5436
|
|
|
5343
5437
|
</td>
|
|
5344
5438
|
|
|
@@ -5373,7 +5467,8 @@ view.on({
|
|
|
5373
5467
|
<td class="type">
|
|
5374
5468
|
|
|
5375
5469
|
|
|
5376
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5470
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5471
|
+
|
|
5377
5472
|
|
|
5378
5473
|
|
|
5379
5474
|
|
|
@@ -5410,7 +5505,8 @@ view.on({
|
|
|
5410
5505
|
<td class="type">
|
|
5411
5506
|
|
|
5412
5507
|
|
|
5413
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5508
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5509
|
+
|
|
5414
5510
|
|
|
5415
5511
|
|
|
5416
5512
|
|
|
@@ -5447,7 +5543,8 @@ view.on({
|
|
|
5447
5543
|
<td class="type">
|
|
5448
5544
|
|
|
5449
5545
|
|
|
5450
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5546
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5547
|
+
|
|
5451
5548
|
|
|
5452
5549
|
|
|
5453
5550
|
|
|
@@ -5484,7 +5581,8 @@ view.on({
|
|
|
5484
5581
|
<td class="type">
|
|
5485
5582
|
|
|
5486
5583
|
|
|
5487
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5584
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5585
|
+
|
|
5488
5586
|
|
|
5489
5587
|
|
|
5490
5588
|
|
|
@@ -5521,7 +5619,8 @@ view.on({
|
|
|
5521
5619
|
<td class="type">
|
|
5522
5620
|
|
|
5523
5621
|
|
|
5524
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5622
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5623
|
+
|
|
5525
5624
|
|
|
5526
5625
|
|
|
5527
5626
|
|
|
@@ -5566,7 +5665,7 @@ view.on({
|
|
|
5566
5665
|
|
|
5567
5666
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5568
5667
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5569
|
-
<a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
|
|
5668
|
+
<a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a>
|
|
5570
5669
|
</li></ul></dd>
|
|
5571
5670
|
|
|
5572
5671
|
|
|
@@ -5715,6 +5814,7 @@ view.on({
|
|
|
5715
5814
|
<span class="param-type">Object</span>
|
|
5716
5815
|
|
|
5717
5816
|
|
|
5817
|
+
|
|
5718
5818
|
|
|
5719
5819
|
</td>
|
|
5720
5820
|
|
|
@@ -5748,6 +5848,7 @@ view.on({
|
|
|
5748
5848
|
<span class="param-type">String</span>
|
|
5749
5849
|
|
|
5750
5850
|
|
|
5851
|
+
|
|
5751
5852
|
|
|
5752
5853
|
</td>
|
|
5753
5854
|
|
|
@@ -5785,6 +5886,7 @@ view.on({
|
|
|
5785
5886
|
<span class="param-type">String</span>
|
|
5786
5887
|
|
|
5787
5888
|
|
|
5889
|
+
|
|
5788
5890
|
|
|
5789
5891
|
</td>
|
|
5790
5892
|
|
|
@@ -5819,7 +5921,8 @@ view.on({
|
|
|
5819
5921
|
<td class="type">
|
|
5820
5922
|
|
|
5821
5923
|
|
|
5822
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5924
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5925
|
+
|
|
5823
5926
|
|
|
5824
5927
|
|
|
5825
5928
|
|
|
@@ -5856,7 +5959,8 @@ view.on({
|
|
|
5856
5959
|
<td class="type">
|
|
5857
5960
|
|
|
5858
5961
|
|
|
5859
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5962
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5963
|
+
|
|
5860
5964
|
|
|
5861
5965
|
|
|
5862
5966
|
|
|
@@ -5893,7 +5997,8 @@ view.on({
|
|
|
5893
5997
|
<td class="type">
|
|
5894
5998
|
|
|
5895
5999
|
|
|
5896
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6000
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6001
|
+
|
|
5897
6002
|
|
|
5898
6003
|
|
|
5899
6004
|
|
|
@@ -5930,7 +6035,8 @@ view.on({
|
|
|
5930
6035
|
<td class="type">
|
|
5931
6036
|
|
|
5932
6037
|
|
|
5933
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6038
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6039
|
+
|
|
5934
6040
|
|
|
5935
6041
|
|
|
5936
6042
|
|
|
@@ -5967,7 +6073,8 @@ view.on({
|
|
|
5967
6073
|
<td class="type">
|
|
5968
6074
|
|
|
5969
6075
|
|
|
5970
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6076
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6077
|
+
|
|
5971
6078
|
|
|
5972
6079
|
|
|
5973
6080
|
|
|
@@ -6012,7 +6119,7 @@ view.on({
|
|
|
6012
6119
|
|
|
6013
6120
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6014
6121
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6015
|
-
<a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
|
|
6122
|
+
<a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a>
|
|
6016
6123
|
</li></ul></dd>
|
|
6017
6124
|
|
|
6018
6125
|
|
|
@@ -6151,6 +6258,7 @@ view.on({
|
|
|
6151
6258
|
<span class="param-type">Object</span>
|
|
6152
6259
|
|
|
6153
6260
|
|
|
6261
|
+
|
|
6154
6262
|
|
|
6155
6263
|
</td>
|
|
6156
6264
|
|
|
@@ -6184,6 +6292,7 @@ view.on({
|
|
|
6184
6292
|
<span class="param-type">String</span>
|
|
6185
6293
|
|
|
6186
6294
|
|
|
6295
|
+
|
|
6187
6296
|
|
|
6188
6297
|
</td>
|
|
6189
6298
|
|
|
@@ -6221,6 +6330,7 @@ view.on({
|
|
|
6221
6330
|
<span class="param-type">String</span>
|
|
6222
6331
|
|
|
6223
6332
|
|
|
6333
|
+
|
|
6224
6334
|
|
|
6225
6335
|
</td>
|
|
6226
6336
|
|
|
@@ -6255,7 +6365,8 @@ view.on({
|
|
|
6255
6365
|
<td class="type">
|
|
6256
6366
|
|
|
6257
6367
|
|
|
6258
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6368
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6369
|
+
|
|
6259
6370
|
|
|
6260
6371
|
|
|
6261
6372
|
|
|
@@ -6292,7 +6403,8 @@ view.on({
|
|
|
6292
6403
|
<td class="type">
|
|
6293
6404
|
|
|
6294
6405
|
|
|
6295
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6406
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6407
|
+
|
|
6296
6408
|
|
|
6297
6409
|
|
|
6298
6410
|
|
|
@@ -6329,7 +6441,8 @@ view.on({
|
|
|
6329
6441
|
<td class="type">
|
|
6330
6442
|
|
|
6331
6443
|
|
|
6332
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6444
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6445
|
+
|
|
6333
6446
|
|
|
6334
6447
|
|
|
6335
6448
|
|
|
@@ -6366,7 +6479,8 @@ view.on({
|
|
|
6366
6479
|
<td class="type">
|
|
6367
6480
|
|
|
6368
6481
|
|
|
6369
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6482
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6483
|
+
|
|
6370
6484
|
|
|
6371
6485
|
|
|
6372
6486
|
|
|
@@ -6403,7 +6517,8 @@ view.on({
|
|
|
6403
6517
|
<td class="type">
|
|
6404
6518
|
|
|
6405
6519
|
|
|
6406
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6520
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6521
|
+
|
|
6407
6522
|
|
|
6408
6523
|
|
|
6409
6524
|
|
|
@@ -6448,7 +6563,7 @@ view.on({
|
|
|
6448
6563
|
|
|
6449
6564
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6450
6565
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6451
|
-
<a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
|
|
6566
|
+
<a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a>
|
|
6452
6567
|
</li></ul></dd>
|
|
6453
6568
|
|
|
6454
6569
|
|