@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
|
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
<span class="param-type">String</span>
|
|
103
104
|
|
|
104
105
|
|
|
106
|
+
|
|
105
107
|
|
|
106
108
|
</td>
|
|
107
109
|
|
|
@@ -196,7 +198,7 @@
|
|
|
196
198
|
|
|
197
199
|
|
|
198
200
|
<ul>
|
|
199
|
-
<li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
201
|
+
<li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
200
202
|
</ul>
|
|
201
203
|
|
|
202
204
|
|
|
@@ -228,63 +230,68 @@
|
|
|
228
230
|
<tbody>
|
|
229
231
|
|
|
230
232
|
<tr class="deep-level-0">
|
|
231
|
-
<td class="name"><code><a href="
|
|
233
|
+
<td class="name"><code><a href="#copyright">copyright</a></code></td>
|
|
232
234
|
<td class="name">
|
|
233
235
|
<code>
|
|
234
236
|
|
|
235
237
|
<span class="param-type">String</span>
|
|
236
238
|
|
|
237
239
|
|
|
240
|
+
|
|
238
241
|
</code>
|
|
239
242
|
</td>
|
|
240
243
|
<td class="name"><code><p>版权所有</p></code></td>
|
|
241
244
|
</tr>
|
|
242
245
|
|
|
243
246
|
<tr class="deep-level-0">
|
|
244
|
-
<td class="name"><code><a href="
|
|
247
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
245
248
|
<td class="name">
|
|
246
249
|
<code>
|
|
247
250
|
|
|
248
251
|
<span class="param-type">String</span>
|
|
249
252
|
|
|
250
253
|
|
|
254
|
+
|
|
251
255
|
</code>
|
|
252
256
|
</td>
|
|
253
257
|
<td class="name"><code><p>图层描述</p></code></td>
|
|
254
258
|
</tr>
|
|
255
259
|
|
|
256
260
|
<tr class="deep-level-0">
|
|
257
|
-
<td class="name"><code><a href="
|
|
261
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
258
262
|
<td class="name">
|
|
259
263
|
<code>
|
|
260
264
|
|
|
261
265
|
<span class="param-type">Object</span>
|
|
262
266
|
|
|
263
267
|
|
|
268
|
+
|
|
264
269
|
</code>
|
|
265
270
|
</td>
|
|
266
271
|
<td class="name"><code><p>初始化图层的额外参数</p></code></td>
|
|
267
272
|
</tr>
|
|
268
273
|
|
|
269
274
|
<tr class="deep-level-0">
|
|
270
|
-
<td class="name"><code><a href="
|
|
275
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
271
276
|
<td class="name">
|
|
272
277
|
<code>
|
|
273
278
|
|
|
274
279
|
<span class="param-type">Object</span>
|
|
275
280
|
|
|
276
281
|
|
|
282
|
+
|
|
277
283
|
</code>
|
|
278
284
|
</td>
|
|
279
285
|
<td class="name"><code><p>存储额外参数的属性</p></code></td>
|
|
280
286
|
</tr>
|
|
281
287
|
|
|
282
288
|
<tr class="deep-level-0">
|
|
283
|
-
<td class="name"><code><a href="
|
|
289
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
284
290
|
<td class="name">
|
|
285
291
|
<code>
|
|
286
292
|
|
|
287
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
293
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
294
|
+
|
|
288
295
|
|
|
289
296
|
|
|
290
297
|
</code>
|
|
@@ -293,128 +300,138 @@
|
|
|
293
300
|
</tr>
|
|
294
301
|
|
|
295
302
|
<tr class="deep-level-0">
|
|
296
|
-
<td class="name"><code><a href="
|
|
303
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
297
304
|
<td class="name">
|
|
298
305
|
<code>
|
|
299
306
|
|
|
300
307
|
<span class="param-type">String</span>
|
|
301
308
|
|
|
302
309
|
|
|
310
|
+
|
|
303
311
|
</code>
|
|
304
312
|
</td>
|
|
305
313
|
<td class="name"><code><p>设置服务请求头</p></code></td>
|
|
306
314
|
</tr>
|
|
307
315
|
|
|
308
316
|
<tr class="deep-level-0">
|
|
309
|
-
<td class="name"><code><a href="
|
|
317
|
+
<td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
|
|
310
318
|
<td class="name">
|
|
311
319
|
<code>
|
|
312
320
|
|
|
313
321
|
<span class="param-type">String</span>
|
|
314
322
|
|
|
315
323
|
|
|
324
|
+
|
|
316
325
|
</code>
|
|
317
326
|
</td>
|
|
318
327
|
<td class="name"><code><p>http请求方式</p></code></td>
|
|
319
328
|
</tr>
|
|
320
329
|
|
|
321
330
|
<tr class="deep-level-0">
|
|
322
|
-
<td class="name"><code><a href="
|
|
331
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
323
332
|
<td class="name">
|
|
324
333
|
<code>
|
|
325
334
|
|
|
326
335
|
<span class="param-type">String</span>
|
|
327
336
|
|
|
328
337
|
|
|
338
|
+
|
|
329
339
|
</code>
|
|
330
340
|
</td>
|
|
331
341
|
<td class="name"><code><p>图层id</p></code></td>
|
|
332
342
|
</tr>
|
|
333
343
|
|
|
334
344
|
<tr class="deep-level-0">
|
|
335
|
-
<td class="name"><code><a href="
|
|
345
|
+
<td class="name"><code><a href="#index">index</a></code></td>
|
|
336
346
|
<td class="name">
|
|
337
347
|
<code>
|
|
338
348
|
|
|
339
349
|
<span class="param-type">Number</span>
|
|
340
350
|
|
|
341
351
|
|
|
352
|
+
|
|
342
353
|
</code>
|
|
343
354
|
</td>
|
|
344
355
|
<td class="name"><code><p>图层顺序</p></code></td>
|
|
345
356
|
</tr>
|
|
346
357
|
|
|
347
358
|
<tr class="deep-level-0">
|
|
348
|
-
<td class="name"><code><a href="
|
|
359
|
+
<td class="name"><code><a href="#loaded">loaded</a></code></td>
|
|
349
360
|
<td class="name">
|
|
350
361
|
<code>
|
|
351
362
|
|
|
352
363
|
<span class="param-type">Boolean</span>
|
|
353
364
|
|
|
354
365
|
|
|
366
|
+
|
|
355
367
|
</code>
|
|
356
368
|
</td>
|
|
357
369
|
<td class="name"><code><p>是否加载完毕</p></code></td>
|
|
358
370
|
</tr>
|
|
359
371
|
|
|
360
372
|
<tr class="deep-level-0">
|
|
361
|
-
<td class="name"><code><a href="
|
|
373
|
+
<td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
|
|
362
374
|
<td class="name">
|
|
363
375
|
<code>
|
|
364
376
|
|
|
365
377
|
<span class="param-type">String</span>
|
|
366
378
|
|
|
367
379
|
|
|
380
|
+
|
|
368
381
|
</code>
|
|
369
382
|
</td>
|
|
370
383
|
<td class="name"><code><p>图层加载状态</p></code></td>
|
|
371
384
|
</tr>
|
|
372
385
|
|
|
373
386
|
<tr class="deep-level-0">
|
|
374
|
-
<td class="name"><code><a href="
|
|
387
|
+
<td class="name"><code><a href="#maxScale">maxScale</a></code></td>
|
|
375
388
|
<td class="name">
|
|
376
389
|
<code>
|
|
377
390
|
|
|
378
391
|
<span class="param-type">Number</span>
|
|
379
392
|
|
|
380
393
|
|
|
394
|
+
|
|
381
395
|
</code>
|
|
382
396
|
</td>
|
|
383
397
|
<td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
|
|
384
398
|
</tr>
|
|
385
399
|
|
|
386
400
|
<tr class="deep-level-0">
|
|
387
|
-
<td class="name"><code><a href="
|
|
401
|
+
<td class="name"><code><a href="#minScale">minScale</a></code></td>
|
|
388
402
|
<td class="name">
|
|
389
403
|
<code>
|
|
390
404
|
|
|
391
405
|
<span class="param-type">Number</span>
|
|
392
406
|
|
|
393
407
|
|
|
408
|
+
|
|
394
409
|
</code>
|
|
395
410
|
</td>
|
|
396
411
|
<td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
|
|
397
412
|
</tr>
|
|
398
413
|
|
|
399
414
|
<tr class="deep-level-0">
|
|
400
|
-
<td class="name"><code><a href="
|
|
415
|
+
<td class="name"><code><a href="#opacity">opacity</a></code></td>
|
|
401
416
|
<td class="name">
|
|
402
417
|
<code>
|
|
403
418
|
|
|
404
419
|
<span class="param-type">Number</span>
|
|
405
420
|
|
|
406
421
|
|
|
422
|
+
|
|
407
423
|
</code>
|
|
408
424
|
</td>
|
|
409
425
|
<td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
|
|
410
426
|
</tr>
|
|
411
427
|
|
|
412
428
|
<tr class="deep-level-0">
|
|
413
|
-
<td class="name"><code><a href="
|
|
429
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
414
430
|
<td class="name">
|
|
415
431
|
<code>
|
|
416
432
|
|
|
417
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
433
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
434
|
+
|
|
418
435
|
|
|
419
436
|
|
|
420
437
|
</code>
|
|
@@ -423,27 +440,29 @@
|
|
|
423
440
|
</tr>
|
|
424
441
|
|
|
425
442
|
<tr class="deep-level-0">
|
|
426
|
-
<td class="name"><code><a href="
|
|
443
|
+
<td class="name"><code><a href="#tileInfo">tileInfo</a></code></td>
|
|
427
444
|
<td class="name">
|
|
428
445
|
<code>
|
|
429
446
|
|
|
430
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
447
|
+
<span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
431
448
|
|
|
|
432
449
|
|
|
433
450
|
<span class="param-type">undefined</span>
|
|
434
451
|
|
|
435
452
|
|
|
453
|
+
|
|
436
454
|
</code>
|
|
437
455
|
</td>
|
|
438
456
|
<td class="name"><code><p>图层信息</p></code></td>
|
|
439
457
|
</tr>
|
|
440
458
|
|
|
441
459
|
<tr class="deep-level-0">
|
|
442
|
-
<td class="name"><code><a href="
|
|
460
|
+
<td class="name"><code><a href="#tileSliceType">tileSliceType</a></code></td>
|
|
443
461
|
<td class="name">
|
|
444
462
|
<code>
|
|
445
463
|
|
|
446
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
|
|
464
|
+
<span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
|
|
465
|
+
|
|
447
466
|
|
|
448
467
|
|
|
449
468
|
</code>
|
|
@@ -452,78 +471,84 @@
|
|
|
452
471
|
</tr>
|
|
453
472
|
|
|
454
473
|
<tr class="deep-level-0">
|
|
455
|
-
<td class="name"><code><a href="
|
|
474
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
456
475
|
<td class="name">
|
|
457
476
|
<code>
|
|
458
477
|
|
|
459
478
|
<span class="param-type">String</span>
|
|
460
479
|
|
|
461
480
|
|
|
481
|
+
|
|
462
482
|
</code>
|
|
463
483
|
</td>
|
|
464
484
|
<td class="name"><code><p>图层名称</p></code></td>
|
|
465
485
|
</tr>
|
|
466
486
|
|
|
467
487
|
<tr class="deep-level-0">
|
|
468
|
-
<td class="name"><code><a href="
|
|
488
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
469
489
|
<td class="name">
|
|
470
490
|
<code>
|
|
471
491
|
|
|
472
492
|
<span class="param-type">String</span>
|
|
473
493
|
|
|
474
494
|
|
|
495
|
+
|
|
475
496
|
</code>
|
|
476
497
|
</td>
|
|
477
498
|
<td class="name"><code><p>token名</p></code></td>
|
|
478
499
|
</tr>
|
|
479
500
|
|
|
480
501
|
<tr class="deep-level-0">
|
|
481
|
-
<td class="name"><code><a href="
|
|
502
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
482
503
|
<td class="name">
|
|
483
504
|
<code>
|
|
484
505
|
|
|
485
506
|
<span class="param-type">String</span>
|
|
486
507
|
|
|
487
508
|
|
|
509
|
+
|
|
488
510
|
</code>
|
|
489
511
|
</td>
|
|
490
512
|
<td class="name"><code><p>token值</p></code></td>
|
|
491
513
|
</tr>
|
|
492
514
|
|
|
493
515
|
<tr class="deep-level-0">
|
|
494
|
-
<td class="name"><code><a href="
|
|
516
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
495
517
|
<td class="name">
|
|
496
518
|
<code>
|
|
497
519
|
|
|
498
520
|
<span class="param-type">String</span>
|
|
499
521
|
|
|
500
522
|
|
|
523
|
+
|
|
501
524
|
</code>
|
|
502
525
|
</td>
|
|
503
526
|
<td class="name"><code><p>图层类型</p></code></td>
|
|
504
527
|
</tr>
|
|
505
528
|
|
|
506
529
|
<tr class="deep-level-0">
|
|
507
|
-
<td class="name"><code><a href="
|
|
530
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
508
531
|
<td class="name">
|
|
509
532
|
<code>
|
|
510
533
|
|
|
511
534
|
<span class="param-type">String</span>
|
|
512
535
|
|
|
513
536
|
|
|
537
|
+
|
|
514
538
|
</code>
|
|
515
539
|
</td>
|
|
516
540
|
<td class="name"><code><p>服务基地址</p></code></td>
|
|
517
541
|
</tr>
|
|
518
542
|
|
|
519
543
|
<tr class="deep-level-0">
|
|
520
|
-
<td class="name"><code><a href="
|
|
544
|
+
<td class="name"><code><a href="#visible">visible</a></code></td>
|
|
521
545
|
<td class="name">
|
|
522
546
|
<code>
|
|
523
547
|
|
|
524
548
|
<span class="param-type">Number</span>
|
|
525
549
|
|
|
526
550
|
|
|
551
|
+
|
|
527
552
|
</code>
|
|
528
553
|
</td>
|
|
529
554
|
<td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
|
|
@@ -543,6 +568,7 @@
|
|
|
543
568
|
<span class="param-type">String</span>
|
|
544
569
|
|
|
545
570
|
|
|
571
|
+
|
|
546
572
|
</span>
|
|
547
573
|
|
|
548
574
|
<h4 class="name" id="copyright">
|
|
@@ -578,7 +604,7 @@
|
|
|
578
604
|
|
|
579
605
|
<dt class="inherited-from">Inherited From:</dt>
|
|
580
606
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
581
|
-
<a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
607
|
+
<a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
582
608
|
</li></ul></dd>
|
|
583
609
|
|
|
584
610
|
|
|
@@ -622,6 +648,7 @@
|
|
|
622
648
|
<span class="param-type">String</span>
|
|
623
649
|
|
|
624
650
|
|
|
651
|
+
|
|
625
652
|
</span>
|
|
626
653
|
|
|
627
654
|
<h4 class="name" id="description">
|
|
@@ -657,7 +684,7 @@
|
|
|
657
684
|
|
|
658
685
|
<dt class="inherited-from">Inherited From:</dt>
|
|
659
686
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
660
|
-
<a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
687
|
+
<a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
661
688
|
</li></ul></dd>
|
|
662
689
|
|
|
663
690
|
|
|
@@ -701,6 +728,7 @@
|
|
|
701
728
|
<span class="param-type">Object</span>
|
|
702
729
|
|
|
703
730
|
|
|
731
|
+
|
|
704
732
|
</span>
|
|
705
733
|
|
|
706
734
|
<h4 class="name" id="extendOptions">
|
|
@@ -732,7 +760,7 @@
|
|
|
732
760
|
|
|
733
761
|
<dt class="inherited-from">Inherited From:</dt>
|
|
734
762
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
735
|
-
<a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
|
|
763
|
+
<a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
|
|
736
764
|
</li></ul></dd>
|
|
737
765
|
|
|
738
766
|
|
|
@@ -776,6 +804,7 @@
|
|
|
776
804
|
<span class="param-type">Object</span>
|
|
777
805
|
|
|
778
806
|
|
|
807
|
+
|
|
779
808
|
</span>
|
|
780
809
|
|
|
781
810
|
<h4 class="name" id="extendProps">
|
|
@@ -807,7 +836,7 @@
|
|
|
807
836
|
|
|
808
837
|
<dt class="inherited-from">Inherited From:</dt>
|
|
809
838
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
810
|
-
<a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
839
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
811
840
|
</li></ul></dd>
|
|
812
841
|
|
|
813
842
|
|
|
@@ -848,7 +877,8 @@
|
|
|
848
877
|
<span class="method-parameter is-pulled-right">
|
|
849
878
|
<label>类型:</label>
|
|
850
879
|
|
|
851
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
880
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
881
|
+
|
|
852
882
|
|
|
853
883
|
|
|
854
884
|
</span>
|
|
@@ -886,7 +916,7 @@
|
|
|
886
916
|
|
|
887
917
|
<dt class="inherited-from">Inherited From:</dt>
|
|
888
918
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
889
|
-
<a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
919
|
+
<a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
890
920
|
</li></ul></dd>
|
|
891
921
|
|
|
892
922
|
|
|
@@ -930,6 +960,7 @@
|
|
|
930
960
|
<span class="param-type">String</span>
|
|
931
961
|
|
|
932
962
|
|
|
963
|
+
|
|
933
964
|
</span>
|
|
934
965
|
|
|
935
966
|
<h4 class="name" id="headers">
|
|
@@ -961,7 +992,7 @@
|
|
|
961
992
|
|
|
962
993
|
<dt class="inherited-from">Inherited From:</dt>
|
|
963
994
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
964
|
-
<a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
995
|
+
<a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
965
996
|
</li></ul></dd>
|
|
966
997
|
|
|
967
998
|
|
|
@@ -1005,6 +1036,7 @@
|
|
|
1005
1036
|
<span class="param-type">String</span>
|
|
1006
1037
|
|
|
1007
1038
|
|
|
1039
|
+
|
|
1008
1040
|
</span>
|
|
1009
1041
|
|
|
1010
1042
|
<h4 class="name" id="httpMethod">
|
|
@@ -1036,7 +1068,7 @@
|
|
|
1036
1068
|
|
|
1037
1069
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1038
1070
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1039
|
-
<a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1071
|
+
<a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1040
1072
|
</li></ul></dd>
|
|
1041
1073
|
|
|
1042
1074
|
|
|
@@ -1080,6 +1112,7 @@
|
|
|
1080
1112
|
<span class="param-type">String</span>
|
|
1081
1113
|
|
|
1082
1114
|
|
|
1115
|
+
|
|
1083
1116
|
</span>
|
|
1084
1117
|
|
|
1085
1118
|
<h4 class="name" id="id">
|
|
@@ -1115,7 +1148,7 @@
|
|
|
1115
1148
|
|
|
1116
1149
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1117
1150
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1118
|
-
<a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1151
|
+
<a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1119
1152
|
</li></ul></dd>
|
|
1120
1153
|
|
|
1121
1154
|
|
|
@@ -1159,6 +1192,7 @@
|
|
|
1159
1192
|
<span class="param-type">Number</span>
|
|
1160
1193
|
|
|
1161
1194
|
|
|
1195
|
+
|
|
1162
1196
|
</span>
|
|
1163
1197
|
|
|
1164
1198
|
<h4 class="name" id="index">
|
|
@@ -1190,7 +1224,7 @@
|
|
|
1190
1224
|
|
|
1191
1225
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1192
1226
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1193
|
-
<a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1227
|
+
<a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1194
1228
|
</li></ul></dd>
|
|
1195
1229
|
|
|
1196
1230
|
|
|
@@ -1234,6 +1268,7 @@
|
|
|
1234
1268
|
<span class="param-type">Boolean</span>
|
|
1235
1269
|
|
|
1236
1270
|
|
|
1271
|
+
|
|
1237
1272
|
</span>
|
|
1238
1273
|
|
|
1239
1274
|
<h4 class="name" id="loaded">
|
|
@@ -1269,7 +1304,7 @@
|
|
|
1269
1304
|
|
|
1270
1305
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1271
1306
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1272
|
-
<a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1307
|
+
<a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1273
1308
|
</li></ul></dd>
|
|
1274
1309
|
|
|
1275
1310
|
|
|
@@ -1318,6 +1353,7 @@
|
|
|
1318
1353
|
<span class="param-type">String</span>
|
|
1319
1354
|
|
|
1320
1355
|
|
|
1356
|
+
|
|
1321
1357
|
</span>
|
|
1322
1358
|
|
|
1323
1359
|
<h4 class="name" id="loadStatus">
|
|
@@ -1353,7 +1389,7 @@
|
|
|
1353
1389
|
|
|
1354
1390
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1355
1391
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1356
|
-
<a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1392
|
+
<a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1357
1393
|
</li></ul></dd>
|
|
1358
1394
|
|
|
1359
1395
|
|
|
@@ -1402,6 +1438,7 @@
|
|
|
1402
1438
|
<span class="param-type">Number</span>
|
|
1403
1439
|
|
|
1404
1440
|
|
|
1441
|
+
|
|
1405
1442
|
</span>
|
|
1406
1443
|
|
|
1407
1444
|
<h4 class="name" id="maxScale">
|
|
@@ -1433,7 +1470,7 @@
|
|
|
1433
1470
|
|
|
1434
1471
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1435
1472
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1436
|
-
<a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1473
|
+
<a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1437
1474
|
</li></ul></dd>
|
|
1438
1475
|
|
|
1439
1476
|
|
|
@@ -1482,6 +1519,7 @@
|
|
|
1482
1519
|
<span class="param-type">Number</span>
|
|
1483
1520
|
|
|
1484
1521
|
|
|
1522
|
+
|
|
1485
1523
|
</span>
|
|
1486
1524
|
|
|
1487
1525
|
<h4 class="name" id="minScale">
|
|
@@ -1513,7 +1551,7 @@
|
|
|
1513
1551
|
|
|
1514
1552
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1515
1553
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1516
|
-
<a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1554
|
+
<a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1517
1555
|
</li></ul></dd>
|
|
1518
1556
|
|
|
1519
1557
|
|
|
@@ -1562,6 +1600,7 @@
|
|
|
1562
1600
|
<span class="param-type">Number</span>
|
|
1563
1601
|
|
|
1564
1602
|
|
|
1603
|
+
|
|
1565
1604
|
</span>
|
|
1566
1605
|
|
|
1567
1606
|
<h4 class="name" id="opacity">
|
|
@@ -1593,7 +1632,7 @@
|
|
|
1593
1632
|
|
|
1594
1633
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1595
1634
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1596
|
-
<a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1635
|
+
<a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1597
1636
|
</li></ul></dd>
|
|
1598
1637
|
|
|
1599
1638
|
|
|
@@ -1634,7 +1673,8 @@
|
|
|
1634
1673
|
<span class="method-parameter is-pulled-right">
|
|
1635
1674
|
<label>类型:</label>
|
|
1636
1675
|
|
|
1637
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1676
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1677
|
+
|
|
1638
1678
|
|
|
1639
1679
|
|
|
1640
1680
|
</span>
|
|
@@ -1709,12 +1749,13 @@
|
|
|
1709
1749
|
<span class="method-parameter is-pulled-right">
|
|
1710
1750
|
<label>类型:</label>
|
|
1711
1751
|
|
|
1712
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
1752
|
+
<span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
1713
1753
|
|
|
|
1714
1754
|
|
|
1715
1755
|
<span class="param-type">undefined</span>
|
|
1716
1756
|
|
|
1717
1757
|
|
|
1758
|
+
|
|
1718
1759
|
</span>
|
|
1719
1760
|
|
|
1720
1761
|
<h4 class="name" id="tileInfo">
|
|
@@ -1786,7 +1827,8 @@
|
|
|
1786
1827
|
<span class="method-parameter is-pulled-right">
|
|
1787
1828
|
<label>类型:</label>
|
|
1788
1829
|
|
|
1789
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
|
|
1830
|
+
<span class="param-type"><a link="TileSliceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileSliceType" global.html#TileSliceType>TileSliceType</a></span>
|
|
1831
|
+
|
|
1790
1832
|
|
|
1791
1833
|
|
|
1792
1834
|
</span>
|
|
@@ -1863,6 +1905,7 @@
|
|
|
1863
1905
|
<span class="param-type">String</span>
|
|
1864
1906
|
|
|
1865
1907
|
|
|
1908
|
+
|
|
1866
1909
|
</span>
|
|
1867
1910
|
|
|
1868
1911
|
<h4 class="name" id="title">
|
|
@@ -1894,7 +1937,7 @@
|
|
|
1894
1937
|
|
|
1895
1938
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1896
1939
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1897
|
-
<a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1940
|
+
<a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1898
1941
|
</li></ul></dd>
|
|
1899
1942
|
|
|
1900
1943
|
|
|
@@ -1938,6 +1981,7 @@
|
|
|
1938
1981
|
<span class="param-type">String</span>
|
|
1939
1982
|
|
|
1940
1983
|
|
|
1984
|
+
|
|
1941
1985
|
</span>
|
|
1942
1986
|
|
|
1943
1987
|
<h4 class="name" id="tokenKey">
|
|
@@ -1969,7 +2013,7 @@
|
|
|
1969
2013
|
|
|
1970
2014
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1971
2015
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1972
|
-
<a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
2016
|
+
<a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
1973
2017
|
</li></ul></dd>
|
|
1974
2018
|
|
|
1975
2019
|
|
|
@@ -2018,6 +2062,7 @@
|
|
|
2018
2062
|
<span class="param-type">String</span>
|
|
2019
2063
|
|
|
2020
2064
|
|
|
2065
|
+
|
|
2021
2066
|
</span>
|
|
2022
2067
|
|
|
2023
2068
|
<h4 class="name" id="tokenValue">
|
|
@@ -2049,7 +2094,7 @@
|
|
|
2049
2094
|
|
|
2050
2095
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2051
2096
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2052
|
-
<a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2097
|
+
<a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2053
2098
|
</li></ul></dd>
|
|
2054
2099
|
|
|
2055
2100
|
|
|
@@ -2093,6 +2138,7 @@
|
|
|
2093
2138
|
<span class="param-type">String</span>
|
|
2094
2139
|
|
|
2095
2140
|
|
|
2141
|
+
|
|
2096
2142
|
</span>
|
|
2097
2143
|
|
|
2098
2144
|
<h4 class="name" id="type">
|
|
@@ -2172,6 +2218,7 @@
|
|
|
2172
2218
|
<span class="param-type">String</span>
|
|
2173
2219
|
|
|
2174
2220
|
|
|
2221
|
+
|
|
2175
2222
|
</span>
|
|
2176
2223
|
|
|
2177
2224
|
<h4 class="name" id="url">
|
|
@@ -2242,6 +2289,7 @@
|
|
|
2242
2289
|
<span class="param-type">Number</span>
|
|
2243
2290
|
|
|
2244
2291
|
|
|
2292
|
+
|
|
2245
2293
|
</span>
|
|
2246
2294
|
|
|
2247
2295
|
<h4 class="name" id="visible">
|
|
@@ -2273,7 +2321,7 @@
|
|
|
2273
2321
|
|
|
2274
2322
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2275
2323
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2276
|
-
<a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2324
|
+
<a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2277
2325
|
</li></ul></dd>
|
|
2278
2326
|
|
|
2279
2327
|
|
|
@@ -2330,12 +2378,13 @@
|
|
|
2330
2378
|
<tbody>
|
|
2331
2379
|
|
|
2332
2380
|
<tr class="deep-level-0">
|
|
2333
|
-
<td class="name"><code><a href="
|
|
2381
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
2334
2382
|
<td class="name">
|
|
2335
2383
|
<code>
|
|
2336
2384
|
|
|
2337
2385
|
|
|
2338
|
-
<span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
|
|
2386
|
+
<span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
|
|
2387
|
+
|
|
2339
2388
|
|
|
2340
2389
|
|
|
2341
2390
|
|
|
@@ -2345,7 +2394,7 @@
|
|
|
2345
2394
|
</tr>
|
|
2346
2395
|
|
|
2347
2396
|
<tr class="deep-level-0">
|
|
2348
|
-
<td class="name"><code><a href="
|
|
2397
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2349
2398
|
<td class="name">
|
|
2350
2399
|
<code>
|
|
2351
2400
|
|
|
@@ -2353,6 +2402,7 @@
|
|
|
2353
2402
|
<span class="param-type">*</span>
|
|
2354
2403
|
|
|
2355
2404
|
|
|
2405
|
+
|
|
2356
2406
|
|
|
2357
2407
|
</code>
|
|
2358
2408
|
</td>
|
|
@@ -2360,7 +2410,7 @@
|
|
|
2360
2410
|
</tr>
|
|
2361
2411
|
|
|
2362
2412
|
<tr class="deep-level-0">
|
|
2363
|
-
<td class="name"><code><a href="
|
|
2413
|
+
<td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
|
|
2364
2414
|
<td class="name">
|
|
2365
2415
|
<code>
|
|
2366
2416
|
|
|
@@ -2368,6 +2418,7 @@
|
|
|
2368
2418
|
<span class="param-type">Boolean</span>
|
|
2369
2419
|
|
|
2370
2420
|
|
|
2421
|
+
|
|
2371
2422
|
|
|
2372
2423
|
</code>
|
|
2373
2424
|
</td>
|
|
@@ -2375,7 +2426,7 @@
|
|
|
2375
2426
|
</tr>
|
|
2376
2427
|
|
|
2377
2428
|
<tr class="deep-level-0">
|
|
2378
|
-
<td class="name"><code><a href="
|
|
2429
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
2379
2430
|
<td class="name">
|
|
2380
2431
|
<code>
|
|
2381
2432
|
|
|
@@ -2383,6 +2434,7 @@
|
|
|
2383
2434
|
<span class="param-type">Object</span>
|
|
2384
2435
|
|
|
2385
2436
|
|
|
2437
|
+
|
|
2386
2438
|
|
|
2387
2439
|
</code>
|
|
2388
2440
|
</td>
|
|
@@ -2397,7 +2449,7 @@
|
|
|
2397
2449
|
</tr>
|
|
2398
2450
|
|
|
2399
2451
|
<tr class="deep-level-0">
|
|
2400
|
-
<td class="name"><code><a href="
|
|
2452
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
2401
2453
|
<td class="name">
|
|
2402
2454
|
<code>
|
|
2403
2455
|
|
|
@@ -2405,6 +2457,7 @@
|
|
|
2405
2457
|
<span class="param-type">Object</span>
|
|
2406
2458
|
|
|
2407
2459
|
|
|
2460
|
+
|
|
2408
2461
|
|
|
2409
2462
|
</code>
|
|
2410
2463
|
</td>
|
|
@@ -2418,7 +2471,7 @@
|
|
|
2418
2471
|
</tr>
|
|
2419
2472
|
|
|
2420
2473
|
<tr class="deep-level-0">
|
|
2421
|
-
<td class="name"><code><a href="
|
|
2474
|
+
<td class="name"><code><a href="#refresh">refresh</a></code></td>
|
|
2422
2475
|
<td class="name">
|
|
2423
2476
|
<code>
|
|
2424
2477
|
|
|
@@ -2428,12 +2481,13 @@
|
|
|
2428
2481
|
</tr>
|
|
2429
2482
|
|
|
2430
2483
|
<tr class="deep-level-0">
|
|
2431
|
-
<td class="name"><code><a href="
|
|
2484
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2432
2485
|
<td class="name">
|
|
2433
2486
|
<code>
|
|
2434
2487
|
|
|
2435
2488
|
|
|
2436
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
2489
|
+
<span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
2490
|
+
|
|
2437
2491
|
|
|
2438
2492
|
|
|
2439
2493
|
|
|
@@ -2550,7 +2604,8 @@
|
|
|
2550
2604
|
<div class='column is-5 has-text-left'>
|
|
2551
2605
|
<label>类型: </label>
|
|
2552
2606
|
|
|
2553
|
-
<span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
|
|
2607
|
+
<span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
|
|
2608
|
+
|
|
2554
2609
|
|
|
2555
2610
|
|
|
2556
2611
|
</div>
|
|
@@ -2606,7 +2661,7 @@
|
|
|
2606
2661
|
|
|
2607
2662
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2608
2663
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2609
|
-
<a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2664
|
+
<a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2610
2665
|
</li></ul></dd>
|
|
2611
2666
|
|
|
2612
2667
|
|
|
@@ -2668,6 +2723,7 @@
|
|
|
2668
2723
|
<span class="param-type">*</span>
|
|
2669
2724
|
|
|
2670
2725
|
|
|
2726
|
+
|
|
2671
2727
|
</div>
|
|
2672
2728
|
|
|
2673
2729
|
</div>
|
|
@@ -2725,7 +2781,7 @@
|
|
|
2725
2781
|
|
|
2726
2782
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2727
2783
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2728
|
-
<a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2784
|
+
<a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2729
2785
|
</li></ul></dd>
|
|
2730
2786
|
|
|
2731
2787
|
|
|
@@ -2789,6 +2845,7 @@
|
|
|
2789
2845
|
<span class="param-type">Boolean</span>
|
|
2790
2846
|
|
|
2791
2847
|
|
|
2848
|
+
|
|
2792
2849
|
</div>
|
|
2793
2850
|
|
|
2794
2851
|
</div>
|
|
@@ -2873,6 +2930,7 @@
|
|
|
2873
2930
|
<span class="param-type">string</span>
|
|
2874
2931
|
|
|
2875
2932
|
|
|
2933
|
+
|
|
2876
2934
|
|
|
2877
2935
|
</td>
|
|
2878
2936
|
|
|
@@ -2899,6 +2957,7 @@
|
|
|
2899
2957
|
<span class="param-type">function</span>
|
|
2900
2958
|
|
|
2901
2959
|
|
|
2960
|
+
|
|
2902
2961
|
|
|
2903
2962
|
</td>
|
|
2904
2963
|
|
|
@@ -2923,6 +2982,7 @@
|
|
|
2923
2982
|
<span class="param-type">Object</span>
|
|
2924
2983
|
|
|
2925
2984
|
|
|
2985
|
+
|
|
2926
2986
|
|
|
2927
2987
|
</td>
|
|
2928
2988
|
|
|
@@ -2952,7 +3012,7 @@
|
|
|
2952
3012
|
|
|
2953
3013
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2954
3014
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2955
|
-
<a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
3015
|
+
<a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2956
3016
|
</li></ul></dd>
|
|
2957
3017
|
|
|
2958
3018
|
|
|
@@ -3016,6 +3076,7 @@
|
|
|
3016
3076
|
<span class="param-type">Object</span>
|
|
3017
3077
|
|
|
3018
3078
|
|
|
3079
|
+
|
|
3019
3080
|
</div>
|
|
3020
3081
|
|
|
3021
3082
|
</div>
|
|
@@ -3192,6 +3253,7 @@ view.off({
|
|
|
3192
3253
|
<span class="param-type">Object</span>
|
|
3193
3254
|
|
|
3194
3255
|
|
|
3256
|
+
|
|
3195
3257
|
|
|
3196
3258
|
</td>
|
|
3197
3259
|
|
|
@@ -3224,6 +3286,7 @@ view.off({
|
|
|
3224
3286
|
<span class="param-type">function</span>
|
|
3225
3287
|
|
|
3226
3288
|
|
|
3289
|
+
|
|
3227
3290
|
|
|
3228
3291
|
</td>
|
|
3229
3292
|
|
|
@@ -3254,6 +3317,7 @@ view.off({
|
|
|
3254
3317
|
<span class="param-type">Object</span>
|
|
3255
3318
|
|
|
3256
3319
|
|
|
3320
|
+
|
|
3257
3321
|
|
|
3258
3322
|
</td>
|
|
3259
3323
|
|
|
@@ -3289,7 +3353,7 @@ view.off({
|
|
|
3289
3353
|
|
|
3290
3354
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3291
3355
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3292
|
-
<a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3356
|
+
<a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3293
3357
|
</li></ul></dd>
|
|
3294
3358
|
|
|
3295
3359
|
|
|
@@ -3353,6 +3417,7 @@ view.off({
|
|
|
3353
3417
|
<span class="param-type">Object</span>
|
|
3354
3418
|
|
|
3355
3419
|
|
|
3420
|
+
|
|
3356
3421
|
</div>
|
|
3357
3422
|
|
|
3358
3423
|
</div>
|
|
@@ -3488,7 +3553,7 @@ view.on({
|
|
|
3488
3553
|
|
|
3489
3554
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3490
3555
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3491
|
-
<a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3556
|
+
<a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3492
3557
|
</li></ul></dd>
|
|
3493
3558
|
|
|
3494
3559
|
|
|
@@ -3645,7 +3710,8 @@ view.on({
|
|
|
3645
3710
|
<div class='column is-5 has-text-left'>
|
|
3646
3711
|
<label>类型: </label>
|
|
3647
3712
|
|
|
3648
|
-
<span class="param-type"><a class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
3713
|
+
<span class="param-type"><a link="TileInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TileInfo" TileInfo.html>TileInfo</a></span>
|
|
3714
|
+
|
|
3649
3715
|
|
|
3650
3716
|
|
|
3651
3717
|
</div>
|
|
@@ -3797,6 +3863,7 @@ view.on({
|
|
|
3797
3863
|
<span class="param-type">Object</span>
|
|
3798
3864
|
|
|
3799
3865
|
|
|
3866
|
+
|
|
3800
3867
|
|
|
3801
3868
|
</td>
|
|
3802
3869
|
|
|
@@ -3830,6 +3897,7 @@ view.on({
|
|
|
3830
3897
|
<span class="param-type">String</span>
|
|
3831
3898
|
|
|
3832
3899
|
|
|
3900
|
+
|
|
3833
3901
|
|
|
3834
3902
|
</td>
|
|
3835
3903
|
|
|
@@ -3867,6 +3935,7 @@ view.on({
|
|
|
3867
3935
|
<span class="param-type">String</span>
|
|
3868
3936
|
|
|
3869
3937
|
|
|
3938
|
+
|
|
3870
3939
|
|
|
3871
3940
|
</td>
|
|
3872
3941
|
|
|
@@ -3901,7 +3970,8 @@ view.on({
|
|
|
3901
3970
|
<td class="type">
|
|
3902
3971
|
|
|
3903
3972
|
|
|
3904
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
3973
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
3974
|
+
|
|
3905
3975
|
|
|
3906
3976
|
|
|
3907
3977
|
|
|
@@ -3938,7 +4008,8 @@ view.on({
|
|
|
3938
4008
|
<td class="type">
|
|
3939
4009
|
|
|
3940
4010
|
|
|
3941
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4011
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4012
|
+
|
|
3942
4013
|
|
|
3943
4014
|
|
|
3944
4015
|
|
|
@@ -3975,7 +4046,8 @@ view.on({
|
|
|
3975
4046
|
<td class="type">
|
|
3976
4047
|
|
|
3977
4048
|
|
|
3978
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4049
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4050
|
+
|
|
3979
4051
|
|
|
3980
4052
|
|
|
3981
4053
|
|
|
@@ -4012,7 +4084,8 @@ view.on({
|
|
|
4012
4084
|
<td class="type">
|
|
4013
4085
|
|
|
4014
4086
|
|
|
4015
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4087
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4088
|
+
|
|
4016
4089
|
|
|
4017
4090
|
|
|
4018
4091
|
|
|
@@ -4049,7 +4122,8 @@ view.on({
|
|
|
4049
4122
|
<td class="type">
|
|
4050
4123
|
|
|
4051
4124
|
|
|
4052
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4125
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4126
|
+
|
|
4053
4127
|
|
|
4054
4128
|
|
|
4055
4129
|
|
|
@@ -4094,7 +4168,7 @@ view.on({
|
|
|
4094
4168
|
|
|
4095
4169
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4096
4170
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4097
|
-
<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>
|
|
4171
|
+
<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>
|
|
4098
4172
|
</li></ul></dd>
|
|
4099
4173
|
|
|
4100
4174
|
|
|
@@ -4243,6 +4317,7 @@ view.on({
|
|
|
4243
4317
|
<span class="param-type">Object</span>
|
|
4244
4318
|
|
|
4245
4319
|
|
|
4320
|
+
|
|
4246
4321
|
|
|
4247
4322
|
</td>
|
|
4248
4323
|
|
|
@@ -4276,6 +4351,7 @@ view.on({
|
|
|
4276
4351
|
<span class="param-type">String</span>
|
|
4277
4352
|
|
|
4278
4353
|
|
|
4354
|
+
|
|
4279
4355
|
|
|
4280
4356
|
</td>
|
|
4281
4357
|
|
|
@@ -4313,6 +4389,7 @@ view.on({
|
|
|
4313
4389
|
<span class="param-type">String</span>
|
|
4314
4390
|
|
|
4315
4391
|
|
|
4392
|
+
|
|
4316
4393
|
|
|
4317
4394
|
</td>
|
|
4318
4395
|
|
|
@@ -4347,7 +4424,8 @@ view.on({
|
|
|
4347
4424
|
<td class="type">
|
|
4348
4425
|
|
|
4349
4426
|
|
|
4350
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4427
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4428
|
+
|
|
4351
4429
|
|
|
4352
4430
|
|
|
4353
4431
|
|
|
@@ -4384,7 +4462,8 @@ view.on({
|
|
|
4384
4462
|
<td class="type">
|
|
4385
4463
|
|
|
4386
4464
|
|
|
4387
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4465
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4466
|
+
|
|
4388
4467
|
|
|
4389
4468
|
|
|
4390
4469
|
|
|
@@ -4421,7 +4500,8 @@ view.on({
|
|
|
4421
4500
|
<td class="type">
|
|
4422
4501
|
|
|
4423
4502
|
|
|
4424
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4503
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4504
|
+
|
|
4425
4505
|
|
|
4426
4506
|
|
|
4427
4507
|
|
|
@@ -4458,7 +4538,8 @@ view.on({
|
|
|
4458
4538
|
<td class="type">
|
|
4459
4539
|
|
|
4460
4540
|
|
|
4461
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4541
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4542
|
+
|
|
4462
4543
|
|
|
4463
4544
|
|
|
4464
4545
|
|
|
@@ -4495,7 +4576,8 @@ view.on({
|
|
|
4495
4576
|
<td class="type">
|
|
4496
4577
|
|
|
4497
4578
|
|
|
4498
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4579
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4580
|
+
|
|
4499
4581
|
|
|
4500
4582
|
|
|
4501
4583
|
|
|
@@ -4540,7 +4622,7 @@ view.on({
|
|
|
4540
4622
|
|
|
4541
4623
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4542
4624
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4543
|
-
<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>
|
|
4625
|
+
<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>
|
|
4544
4626
|
</li></ul></dd>
|
|
4545
4627
|
|
|
4546
4628
|
|
|
@@ -4679,6 +4761,7 @@ view.on({
|
|
|
4679
4761
|
<span class="param-type">Object</span>
|
|
4680
4762
|
|
|
4681
4763
|
|
|
4764
|
+
|
|
4682
4765
|
|
|
4683
4766
|
</td>
|
|
4684
4767
|
|
|
@@ -4712,6 +4795,7 @@ view.on({
|
|
|
4712
4795
|
<span class="param-type">String</span>
|
|
4713
4796
|
|
|
4714
4797
|
|
|
4798
|
+
|
|
4715
4799
|
|
|
4716
4800
|
</td>
|
|
4717
4801
|
|
|
@@ -4749,6 +4833,7 @@ view.on({
|
|
|
4749
4833
|
<span class="param-type">String</span>
|
|
4750
4834
|
|
|
4751
4835
|
|
|
4836
|
+
|
|
4752
4837
|
|
|
4753
4838
|
</td>
|
|
4754
4839
|
|
|
@@ -4783,7 +4868,8 @@ view.on({
|
|
|
4783
4868
|
<td class="type">
|
|
4784
4869
|
|
|
4785
4870
|
|
|
4786
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4871
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4872
|
+
|
|
4787
4873
|
|
|
4788
4874
|
|
|
4789
4875
|
|
|
@@ -4820,7 +4906,8 @@ view.on({
|
|
|
4820
4906
|
<td class="type">
|
|
4821
4907
|
|
|
4822
4908
|
|
|
4823
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4909
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4910
|
+
|
|
4824
4911
|
|
|
4825
4912
|
|
|
4826
4913
|
|
|
@@ -4857,7 +4944,8 @@ view.on({
|
|
|
4857
4944
|
<td class="type">
|
|
4858
4945
|
|
|
4859
4946
|
|
|
4860
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4947
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4948
|
+
|
|
4861
4949
|
|
|
4862
4950
|
|
|
4863
4951
|
|
|
@@ -4894,7 +4982,8 @@ view.on({
|
|
|
4894
4982
|
<td class="type">
|
|
4895
4983
|
|
|
4896
4984
|
|
|
4897
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4985
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4986
|
+
|
|
4898
4987
|
|
|
4899
4988
|
|
|
4900
4989
|
|
|
@@ -4931,7 +5020,8 @@ view.on({
|
|
|
4931
5020
|
<td class="type">
|
|
4932
5021
|
|
|
4933
5022
|
|
|
4934
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5023
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5024
|
+
|
|
4935
5025
|
|
|
4936
5026
|
|
|
4937
5027
|
|
|
@@ -4976,7 +5066,7 @@ view.on({
|
|
|
4976
5066
|
|
|
4977
5067
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4978
5068
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4979
|
-
<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>
|
|
5069
|
+
<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>
|
|
4980
5070
|
</li></ul></dd>
|
|
4981
5071
|
|
|
4982
5072
|
|
|
@@ -5125,6 +5215,7 @@ view.on({
|
|
|
5125
5215
|
<span class="param-type">Object</span>
|
|
5126
5216
|
|
|
5127
5217
|
|
|
5218
|
+
|
|
5128
5219
|
|
|
5129
5220
|
</td>
|
|
5130
5221
|
|
|
@@ -5158,6 +5249,7 @@ view.on({
|
|
|
5158
5249
|
<span class="param-type">String</span>
|
|
5159
5250
|
|
|
5160
5251
|
|
|
5252
|
+
|
|
5161
5253
|
|
|
5162
5254
|
</td>
|
|
5163
5255
|
|
|
@@ -5195,6 +5287,7 @@ view.on({
|
|
|
5195
5287
|
<span class="param-type">String</span>
|
|
5196
5288
|
|
|
5197
5289
|
|
|
5290
|
+
|
|
5198
5291
|
|
|
5199
5292
|
</td>
|
|
5200
5293
|
|
|
@@ -5229,7 +5322,8 @@ view.on({
|
|
|
5229
5322
|
<td class="type">
|
|
5230
5323
|
|
|
5231
5324
|
|
|
5232
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5325
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5326
|
+
|
|
5233
5327
|
|
|
5234
5328
|
|
|
5235
5329
|
|
|
@@ -5266,7 +5360,8 @@ view.on({
|
|
|
5266
5360
|
<td class="type">
|
|
5267
5361
|
|
|
5268
5362
|
|
|
5269
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5363
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5364
|
+
|
|
5270
5365
|
|
|
5271
5366
|
|
|
5272
5367
|
|
|
@@ -5303,7 +5398,8 @@ view.on({
|
|
|
5303
5398
|
<td class="type">
|
|
5304
5399
|
|
|
5305
5400
|
|
|
5306
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5401
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5402
|
+
|
|
5307
5403
|
|
|
5308
5404
|
|
|
5309
5405
|
|
|
@@ -5340,7 +5436,8 @@ view.on({
|
|
|
5340
5436
|
<td class="type">
|
|
5341
5437
|
|
|
5342
5438
|
|
|
5343
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5439
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5440
|
+
|
|
5344
5441
|
|
|
5345
5442
|
|
|
5346
5443
|
|
|
@@ -5377,7 +5474,8 @@ view.on({
|
|
|
5377
5474
|
<td class="type">
|
|
5378
5475
|
|
|
5379
5476
|
|
|
5380
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5477
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5478
|
+
|
|
5381
5479
|
|
|
5382
5480
|
|
|
5383
5481
|
|
|
@@ -5422,7 +5520,7 @@ view.on({
|
|
|
5422
5520
|
|
|
5423
5521
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5424
5522
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5425
|
-
<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>
|
|
5523
|
+
<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>
|
|
5426
5524
|
</li></ul></dd>
|
|
5427
5525
|
|
|
5428
5526
|
|
|
@@ -5561,6 +5659,7 @@ view.on({
|
|
|
5561
5659
|
<span class="param-type">Object</span>
|
|
5562
5660
|
|
|
5563
5661
|
|
|
5662
|
+
|
|
5564
5663
|
|
|
5565
5664
|
</td>
|
|
5566
5665
|
|
|
@@ -5594,6 +5693,7 @@ view.on({
|
|
|
5594
5693
|
<span class="param-type">String</span>
|
|
5595
5694
|
|
|
5596
5695
|
|
|
5696
|
+
|
|
5597
5697
|
|
|
5598
5698
|
</td>
|
|
5599
5699
|
|
|
@@ -5631,6 +5731,7 @@ view.on({
|
|
|
5631
5731
|
<span class="param-type">String</span>
|
|
5632
5732
|
|
|
5633
5733
|
|
|
5734
|
+
|
|
5634
5735
|
|
|
5635
5736
|
</td>
|
|
5636
5737
|
|
|
@@ -5665,7 +5766,8 @@ view.on({
|
|
|
5665
5766
|
<td class="type">
|
|
5666
5767
|
|
|
5667
5768
|
|
|
5668
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5769
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5770
|
+
|
|
5669
5771
|
|
|
5670
5772
|
|
|
5671
5773
|
|
|
@@ -5702,7 +5804,8 @@ view.on({
|
|
|
5702
5804
|
<td class="type">
|
|
5703
5805
|
|
|
5704
5806
|
|
|
5705
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5807
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5808
|
+
|
|
5706
5809
|
|
|
5707
5810
|
|
|
5708
5811
|
|
|
@@ -5739,7 +5842,8 @@ view.on({
|
|
|
5739
5842
|
<td class="type">
|
|
5740
5843
|
|
|
5741
5844
|
|
|
5742
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5845
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5846
|
+
|
|
5743
5847
|
|
|
5744
5848
|
|
|
5745
5849
|
|
|
@@ -5776,7 +5880,8 @@ view.on({
|
|
|
5776
5880
|
<td class="type">
|
|
5777
5881
|
|
|
5778
5882
|
|
|
5779
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5883
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5884
|
+
|
|
5780
5885
|
|
|
5781
5886
|
|
|
5782
5887
|
|
|
@@ -5813,7 +5918,8 @@ view.on({
|
|
|
5813
5918
|
<td class="type">
|
|
5814
5919
|
|
|
5815
5920
|
|
|
5816
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5921
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5922
|
+
|
|
5817
5923
|
|
|
5818
5924
|
|
|
5819
5925
|
|
|
@@ -5858,7 +5964,7 @@ view.on({
|
|
|
5858
5964
|
|
|
5859
5965
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5860
5966
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5861
|
-
<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>
|
|
5967
|
+
<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>
|
|
5862
5968
|
</li></ul></dd>
|
|
5863
5969
|
|
|
5864
5970
|
|
|
@@ -6007,6 +6113,7 @@ view.on({
|
|
|
6007
6113
|
<span class="param-type">Object</span>
|
|
6008
6114
|
|
|
6009
6115
|
|
|
6116
|
+
|
|
6010
6117
|
|
|
6011
6118
|
</td>
|
|
6012
6119
|
|
|
@@ -6040,6 +6147,7 @@ view.on({
|
|
|
6040
6147
|
<span class="param-type">String</span>
|
|
6041
6148
|
|
|
6042
6149
|
|
|
6150
|
+
|
|
6043
6151
|
|
|
6044
6152
|
</td>
|
|
6045
6153
|
|
|
@@ -6077,6 +6185,7 @@ view.on({
|
|
|
6077
6185
|
<span class="param-type">String</span>
|
|
6078
6186
|
|
|
6079
6187
|
|
|
6188
|
+
|
|
6080
6189
|
|
|
6081
6190
|
</td>
|
|
6082
6191
|
|
|
@@ -6111,7 +6220,8 @@ view.on({
|
|
|
6111
6220
|
<td class="type">
|
|
6112
6221
|
|
|
6113
6222
|
|
|
6114
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6223
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6224
|
+
|
|
6115
6225
|
|
|
6116
6226
|
|
|
6117
6227
|
|
|
@@ -6148,7 +6258,8 @@ view.on({
|
|
|
6148
6258
|
<td class="type">
|
|
6149
6259
|
|
|
6150
6260
|
|
|
6151
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6261
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6262
|
+
|
|
6152
6263
|
|
|
6153
6264
|
|
|
6154
6265
|
|
|
@@ -6185,7 +6296,8 @@ view.on({
|
|
|
6185
6296
|
<td class="type">
|
|
6186
6297
|
|
|
6187
6298
|
|
|
6188
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6299
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6300
|
+
|
|
6189
6301
|
|
|
6190
6302
|
|
|
6191
6303
|
|
|
@@ -6222,7 +6334,8 @@ view.on({
|
|
|
6222
6334
|
<td class="type">
|
|
6223
6335
|
|
|
6224
6336
|
|
|
6225
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6337
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6338
|
+
|
|
6226
6339
|
|
|
6227
6340
|
|
|
6228
6341
|
|
|
@@ -6259,7 +6372,8 @@ view.on({
|
|
|
6259
6372
|
<td class="type">
|
|
6260
6373
|
|
|
6261
6374
|
|
|
6262
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6375
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6376
|
+
|
|
6263
6377
|
|
|
6264
6378
|
|
|
6265
6379
|
|
|
@@ -6304,7 +6418,7 @@ view.on({
|
|
|
6304
6418
|
|
|
6305
6419
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6306
6420
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6307
|
-
<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>
|
|
6421
|
+
<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>
|
|
6308
6422
|
</li></ul></dd>
|
|
6309
6423
|
|
|
6310
6424
|
|
|
@@ -6443,6 +6557,7 @@ view.on({
|
|
|
6443
6557
|
<span class="param-type">Object</span>
|
|
6444
6558
|
|
|
6445
6559
|
|
|
6560
|
+
|
|
6446
6561
|
|
|
6447
6562
|
</td>
|
|
6448
6563
|
|
|
@@ -6476,6 +6591,7 @@ view.on({
|
|
|
6476
6591
|
<span class="param-type">String</span>
|
|
6477
6592
|
|
|
6478
6593
|
|
|
6594
|
+
|
|
6479
6595
|
|
|
6480
6596
|
</td>
|
|
6481
6597
|
|
|
@@ -6513,6 +6629,7 @@ view.on({
|
|
|
6513
6629
|
<span class="param-type">String</span>
|
|
6514
6630
|
|
|
6515
6631
|
|
|
6632
|
+
|
|
6516
6633
|
|
|
6517
6634
|
</td>
|
|
6518
6635
|
|
|
@@ -6547,7 +6664,8 @@ view.on({
|
|
|
6547
6664
|
<td class="type">
|
|
6548
6665
|
|
|
6549
6666
|
|
|
6550
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6667
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6668
|
+
|
|
6551
6669
|
|
|
6552
6670
|
|
|
6553
6671
|
|
|
@@ -6584,7 +6702,8 @@ view.on({
|
|
|
6584
6702
|
<td class="type">
|
|
6585
6703
|
|
|
6586
6704
|
|
|
6587
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6705
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6706
|
+
|
|
6588
6707
|
|
|
6589
6708
|
|
|
6590
6709
|
|
|
@@ -6621,7 +6740,8 @@ view.on({
|
|
|
6621
6740
|
<td class="type">
|
|
6622
6741
|
|
|
6623
6742
|
|
|
6624
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6743
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6744
|
+
|
|
6625
6745
|
|
|
6626
6746
|
|
|
6627
6747
|
|
|
@@ -6658,7 +6778,8 @@ view.on({
|
|
|
6658
6778
|
<td class="type">
|
|
6659
6779
|
|
|
6660
6780
|
|
|
6661
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6781
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6782
|
+
|
|
6662
6783
|
|
|
6663
6784
|
|
|
6664
6785
|
|
|
@@ -6695,7 +6816,8 @@ view.on({
|
|
|
6695
6816
|
<td class="type">
|
|
6696
6817
|
|
|
6697
6818
|
|
|
6698
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6819
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6820
|
+
|
|
6699
6821
|
|
|
6700
6822
|
|
|
6701
6823
|
|
|
@@ -6740,7 +6862,7 @@ view.on({
|
|
|
6740
6862
|
|
|
6741
6863
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6742
6864
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6743
|
-
<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>
|
|
6865
|
+
<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>
|
|
6744
6866
|
</li></ul></dd>
|
|
6745
6867
|
|
|
6746
6868
|
|