@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,7 +2079,7 @@
|
|
|
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="#fromJSON">fromJSON</a></code></td>
|
|
2042
2083
|
<td class="name">
|
|
2043
2084
|
<code>
|
|
2044
2085
|
|
|
@@ -2046,6 +2087,7 @@
|
|
|
2046
2087
|
<span class="param-type">*</span>
|
|
2047
2088
|
|
|
2048
2089
|
|
|
2090
|
+
|
|
2049
2091
|
|
|
2050
2092
|
</code>
|
|
2051
2093
|
</td>
|
|
@@ -2053,12 +2095,13 @@
|
|
|
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="#clone">clone</a></code></td>
|
|
2057
2099
|
<td class="name">
|
|
2058
2100
|
<code>
|
|
2059
2101
|
|
|
2060
2102
|
|
|
2061
|
-
<span class="param-type"><a class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
|
|
2103
|
+
<span class="param-type"><a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
|
|
2104
|
+
|
|
2062
2105
|
|
|
2063
2106
|
|
|
2064
2107
|
|
|
@@ -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="#destroy">destroy</a></code></td>
|
|
2072
2115
|
<td class="name">
|
|
2073
2116
|
<code>
|
|
2074
2117
|
|
|
@@ -2076,6 +2119,7 @@
|
|
|
2076
2119
|
<span class="param-type">*</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="#isLoaded">isLoaded</a></code></td>
|
|
2087
2131
|
<td class="name">
|
|
2088
2132
|
<code>
|
|
2089
2133
|
|
|
@@ -2091,6 +2135,7 @@
|
|
|
2091
2135
|
<span class="param-type">Boolean</span>
|
|
2092
2136
|
|
|
2093
2137
|
|
|
2138
|
+
|
|
2094
2139
|
|
|
2095
2140
|
</code>
|
|
2096
2141
|
</td>
|
|
@@ -2098,7 +2143,7 @@
|
|
|
2098
2143
|
</tr>
|
|
2099
2144
|
|
|
2100
2145
|
<tr class="deep-level-0">
|
|
2101
|
-
<td class="name"><code><a href="
|
|
2146
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
2102
2147
|
<td class="name">
|
|
2103
2148
|
<code>
|
|
2104
2149
|
|
|
@@ -2106,6 +2151,7 @@
|
|
|
2106
2151
|
<span class="param-type">Object</span>
|
|
2107
2152
|
|
|
2108
2153
|
|
|
2154
|
+
|
|
2109
2155
|
|
|
2110
2156
|
</code>
|
|
2111
2157
|
</td>
|
|
@@ -2120,7 +2166,7 @@
|
|
|
2120
2166
|
</tr>
|
|
2121
2167
|
|
|
2122
2168
|
<tr class="deep-level-0">
|
|
2123
|
-
<td class="name"><code><a href="
|
|
2169
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
2124
2170
|
<td class="name">
|
|
2125
2171
|
<code>
|
|
2126
2172
|
|
|
@@ -2128,6 +2174,7 @@
|
|
|
2128
2174
|
<span class="param-type">Object</span>
|
|
2129
2175
|
|
|
2130
2176
|
|
|
2177
|
+
|
|
2131
2178
|
|
|
2132
2179
|
</code>
|
|
2133
2180
|
</td>
|
|
@@ -2141,7 +2188,7 @@
|
|
|
2141
2188
|
</tr>
|
|
2142
2189
|
|
|
2143
2190
|
<tr class="deep-level-0">
|
|
2144
|
-
<td class="name"><code><a href="
|
|
2191
|
+
<td class="name"><code><a href="#refresh">refresh</a></code></td>
|
|
2145
2192
|
<td class="name">
|
|
2146
2193
|
<code>
|
|
2147
2194
|
|
|
@@ -2151,7 +2198,7 @@
|
|
|
2151
2198
|
</tr>
|
|
2152
2199
|
|
|
2153
2200
|
<tr class="deep-level-0">
|
|
2154
|
-
<td class="name"><code><a href="
|
|
2201
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2155
2202
|
<td class="name">
|
|
2156
2203
|
<code>
|
|
2157
2204
|
|
|
@@ -2159,6 +2206,7 @@
|
|
|
2159
2206
|
<span class="param-type">Object</span>
|
|
2160
2207
|
|
|
2161
2208
|
|
|
2209
|
+
|
|
2162
2210
|
|
|
2163
2211
|
</code>
|
|
2164
2212
|
</td>
|
|
@@ -2232,6 +2280,7 @@
|
|
|
2232
2280
|
<span class="param-type">*</span>
|
|
2233
2281
|
|
|
2234
2282
|
|
|
2283
|
+
|
|
2235
2284
|
|
|
2236
2285
|
</td>
|
|
2237
2286
|
|
|
@@ -2318,6 +2367,7 @@
|
|
|
2318
2367
|
<span class="param-type">*</span>
|
|
2319
2368
|
|
|
2320
2369
|
|
|
2370
|
+
|
|
2321
2371
|
</div>
|
|
2322
2372
|
|
|
2323
2373
|
</div>
|
|
@@ -2436,7 +2486,8 @@
|
|
|
2436
2486
|
<div class='column is-5 has-text-left'>
|
|
2437
2487
|
<label>类型: </label>
|
|
2438
2488
|
|
|
2439
|
-
<span class="param-type"><a class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
|
|
2489
|
+
<span class="param-type"><a link="UnknownLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UnknownLayer" UnknownLayer.html>UnknownLayer</a></span>
|
|
2490
|
+
|
|
2440
2491
|
|
|
2441
2492
|
|
|
2442
2493
|
</div>
|
|
@@ -2492,7 +2543,7 @@
|
|
|
2492
2543
|
|
|
2493
2544
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2494
2545
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2495
|
-
<a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2546
|
+
<a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2496
2547
|
</li></ul></dd>
|
|
2497
2548
|
|
|
2498
2549
|
|
|
@@ -2554,6 +2605,7 @@
|
|
|
2554
2605
|
<span class="param-type">*</span>
|
|
2555
2606
|
|
|
2556
2607
|
|
|
2608
|
+
|
|
2557
2609
|
</div>
|
|
2558
2610
|
|
|
2559
2611
|
</div>
|
|
@@ -2611,7 +2663,7 @@
|
|
|
2611
2663
|
|
|
2612
2664
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2613
2665
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2614
|
-
<a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2666
|
+
<a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2615
2667
|
</li></ul></dd>
|
|
2616
2668
|
|
|
2617
2669
|
|
|
@@ -2675,6 +2727,7 @@
|
|
|
2675
2727
|
<span class="param-type">Boolean</span>
|
|
2676
2728
|
|
|
2677
2729
|
|
|
2730
|
+
|
|
2678
2731
|
</div>
|
|
2679
2732
|
|
|
2680
2733
|
</div>
|
|
@@ -2759,6 +2812,7 @@
|
|
|
2759
2812
|
<span class="param-type">string</span>
|
|
2760
2813
|
|
|
2761
2814
|
|
|
2815
|
+
|
|
2762
2816
|
|
|
2763
2817
|
</td>
|
|
2764
2818
|
|
|
@@ -2785,6 +2839,7 @@
|
|
|
2785
2839
|
<span class="param-type">function</span>
|
|
2786
2840
|
|
|
2787
2841
|
|
|
2842
|
+
|
|
2788
2843
|
|
|
2789
2844
|
</td>
|
|
2790
2845
|
|
|
@@ -2809,6 +2864,7 @@
|
|
|
2809
2864
|
<span class="param-type">Object</span>
|
|
2810
2865
|
|
|
2811
2866
|
|
|
2867
|
+
|
|
2812
2868
|
|
|
2813
2869
|
</td>
|
|
2814
2870
|
|
|
@@ -2838,7 +2894,7 @@
|
|
|
2838
2894
|
|
|
2839
2895
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2840
2896
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2841
|
-
<a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2897
|
+
<a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2842
2898
|
</li></ul></dd>
|
|
2843
2899
|
|
|
2844
2900
|
|
|
@@ -2902,6 +2958,7 @@
|
|
|
2902
2958
|
<span class="param-type">Object</span>
|
|
2903
2959
|
|
|
2904
2960
|
|
|
2961
|
+
|
|
2905
2962
|
</div>
|
|
2906
2963
|
|
|
2907
2964
|
</div>
|
|
@@ -3078,6 +3135,7 @@ view.off({
|
|
|
3078
3135
|
<span class="param-type">Object</span>
|
|
3079
3136
|
|
|
3080
3137
|
|
|
3138
|
+
|
|
3081
3139
|
|
|
3082
3140
|
</td>
|
|
3083
3141
|
|
|
@@ -3110,6 +3168,7 @@ view.off({
|
|
|
3110
3168
|
<span class="param-type">function</span>
|
|
3111
3169
|
|
|
3112
3170
|
|
|
3171
|
+
|
|
3113
3172
|
|
|
3114
3173
|
</td>
|
|
3115
3174
|
|
|
@@ -3140,6 +3199,7 @@ view.off({
|
|
|
3140
3199
|
<span class="param-type">Object</span>
|
|
3141
3200
|
|
|
3142
3201
|
|
|
3202
|
+
|
|
3143
3203
|
|
|
3144
3204
|
</td>
|
|
3145
3205
|
|
|
@@ -3175,7 +3235,7 @@ view.off({
|
|
|
3175
3235
|
|
|
3176
3236
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3177
3237
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3178
|
-
<a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3238
|
+
<a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
3179
3239
|
</li></ul></dd>
|
|
3180
3240
|
|
|
3181
3241
|
|
|
@@ -3239,6 +3299,7 @@ view.off({
|
|
|
3239
3299
|
<span class="param-type">Object</span>
|
|
3240
3300
|
|
|
3241
3301
|
|
|
3302
|
+
|
|
3242
3303
|
</div>
|
|
3243
3304
|
|
|
3244
3305
|
</div>
|
|
@@ -3374,7 +3435,7 @@ view.on({
|
|
|
3374
3435
|
|
|
3375
3436
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3376
3437
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3377
|
-
<a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3438
|
+
<a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3378
3439
|
</li></ul></dd>
|
|
3379
3440
|
|
|
3380
3441
|
|
|
@@ -3470,7 +3531,7 @@ view.on({
|
|
|
3470
3531
|
|
|
3471
3532
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3472
3533
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3473
|
-
<a class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
|
|
3534
|
+
<a goto="toJSON" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#toJSON" Layer.html#toJSON>Layer#toJSON</a>
|
|
3474
3535
|
</li></ul></dd>
|
|
3475
3536
|
|
|
3476
3537
|
|
|
@@ -3534,6 +3595,7 @@ view.on({
|
|
|
3534
3595
|
<span class="param-type">Object</span>
|
|
3535
3596
|
|
|
3536
3597
|
|
|
3598
|
+
|
|
3537
3599
|
</div>
|
|
3538
3600
|
|
|
3539
3601
|
</div>
|
|
@@ -3683,6 +3745,7 @@ view.on({
|
|
|
3683
3745
|
<span class="param-type">Object</span>
|
|
3684
3746
|
|
|
3685
3747
|
|
|
3748
|
+
|
|
3686
3749
|
|
|
3687
3750
|
</td>
|
|
3688
3751
|
|
|
@@ -3716,6 +3779,7 @@ view.on({
|
|
|
3716
3779
|
<span class="param-type">String</span>
|
|
3717
3780
|
|
|
3718
3781
|
|
|
3782
|
+
|
|
3719
3783
|
|
|
3720
3784
|
</td>
|
|
3721
3785
|
|
|
@@ -3753,6 +3817,7 @@ view.on({
|
|
|
3753
3817
|
<span class="param-type">String</span>
|
|
3754
3818
|
|
|
3755
3819
|
|
|
3820
|
+
|
|
3756
3821
|
|
|
3757
3822
|
</td>
|
|
3758
3823
|
|
|
@@ -3787,7 +3852,8 @@ view.on({
|
|
|
3787
3852
|
<td class="type">
|
|
3788
3853
|
|
|
3789
3854
|
|
|
3790
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
3855
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
3856
|
+
|
|
3791
3857
|
|
|
3792
3858
|
|
|
3793
3859
|
|
|
@@ -3824,7 +3890,8 @@ view.on({
|
|
|
3824
3890
|
<td class="type">
|
|
3825
3891
|
|
|
3826
3892
|
|
|
3827
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3893
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3894
|
+
|
|
3828
3895
|
|
|
3829
3896
|
|
|
3830
3897
|
|
|
@@ -3861,7 +3928,8 @@ view.on({
|
|
|
3861
3928
|
<td class="type">
|
|
3862
3929
|
|
|
3863
3930
|
|
|
3864
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3931
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3932
|
+
|
|
3865
3933
|
|
|
3866
3934
|
|
|
3867
3935
|
|
|
@@ -3898,7 +3966,8 @@ view.on({
|
|
|
3898
3966
|
<td class="type">
|
|
3899
3967
|
|
|
3900
3968
|
|
|
3901
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3969
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3970
|
+
|
|
3902
3971
|
|
|
3903
3972
|
|
|
3904
3973
|
|
|
@@ -3935,7 +4004,8 @@ view.on({
|
|
|
3935
4004
|
<td class="type">
|
|
3936
4005
|
|
|
3937
4006
|
|
|
3938
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4007
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4008
|
+
|
|
3939
4009
|
|
|
3940
4010
|
|
|
3941
4011
|
|
|
@@ -3980,7 +4050,7 @@ view.on({
|
|
|
3980
4050
|
|
|
3981
4051
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3982
4052
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3983
|
-
<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>
|
|
4053
|
+
<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>
|
|
3984
4054
|
</li></ul></dd>
|
|
3985
4055
|
|
|
3986
4056
|
|
|
@@ -4129,6 +4199,7 @@ view.on({
|
|
|
4129
4199
|
<span class="param-type">Object</span>
|
|
4130
4200
|
|
|
4131
4201
|
|
|
4202
|
+
|
|
4132
4203
|
|
|
4133
4204
|
</td>
|
|
4134
4205
|
|
|
@@ -4162,6 +4233,7 @@ view.on({
|
|
|
4162
4233
|
<span class="param-type">String</span>
|
|
4163
4234
|
|
|
4164
4235
|
|
|
4236
|
+
|
|
4165
4237
|
|
|
4166
4238
|
</td>
|
|
4167
4239
|
|
|
@@ -4199,6 +4271,7 @@ view.on({
|
|
|
4199
4271
|
<span class="param-type">String</span>
|
|
4200
4272
|
|
|
4201
4273
|
|
|
4274
|
+
|
|
4202
4275
|
|
|
4203
4276
|
</td>
|
|
4204
4277
|
|
|
@@ -4233,7 +4306,8 @@ view.on({
|
|
|
4233
4306
|
<td class="type">
|
|
4234
4307
|
|
|
4235
4308
|
|
|
4236
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4309
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4310
|
+
|
|
4237
4311
|
|
|
4238
4312
|
|
|
4239
4313
|
|
|
@@ -4270,7 +4344,8 @@ view.on({
|
|
|
4270
4344
|
<td class="type">
|
|
4271
4345
|
|
|
4272
4346
|
|
|
4273
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4347
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4348
|
+
|
|
4274
4349
|
|
|
4275
4350
|
|
|
4276
4351
|
|
|
@@ -4307,7 +4382,8 @@ view.on({
|
|
|
4307
4382
|
<td class="type">
|
|
4308
4383
|
|
|
4309
4384
|
|
|
4310
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4385
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4386
|
+
|
|
4311
4387
|
|
|
4312
4388
|
|
|
4313
4389
|
|
|
@@ -4344,7 +4420,8 @@ view.on({
|
|
|
4344
4420
|
<td class="type">
|
|
4345
4421
|
|
|
4346
4422
|
|
|
4347
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4423
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4424
|
+
|
|
4348
4425
|
|
|
4349
4426
|
|
|
4350
4427
|
|
|
@@ -4381,7 +4458,8 @@ view.on({
|
|
|
4381
4458
|
<td class="type">
|
|
4382
4459
|
|
|
4383
4460
|
|
|
4384
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4461
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4462
|
+
|
|
4385
4463
|
|
|
4386
4464
|
|
|
4387
4465
|
|
|
@@ -4426,7 +4504,7 @@ view.on({
|
|
|
4426
4504
|
|
|
4427
4505
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4428
4506
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4429
|
-
<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>
|
|
4507
|
+
<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>
|
|
4430
4508
|
</li></ul></dd>
|
|
4431
4509
|
|
|
4432
4510
|
|
|
@@ -4565,6 +4643,7 @@ view.on({
|
|
|
4565
4643
|
<span class="param-type">Object</span>
|
|
4566
4644
|
|
|
4567
4645
|
|
|
4646
|
+
|
|
4568
4647
|
|
|
4569
4648
|
</td>
|
|
4570
4649
|
|
|
@@ -4598,6 +4677,7 @@ view.on({
|
|
|
4598
4677
|
<span class="param-type">String</span>
|
|
4599
4678
|
|
|
4600
4679
|
|
|
4680
|
+
|
|
4601
4681
|
|
|
4602
4682
|
</td>
|
|
4603
4683
|
|
|
@@ -4635,6 +4715,7 @@ view.on({
|
|
|
4635
4715
|
<span class="param-type">String</span>
|
|
4636
4716
|
|
|
4637
4717
|
|
|
4718
|
+
|
|
4638
4719
|
|
|
4639
4720
|
</td>
|
|
4640
4721
|
|
|
@@ -4669,7 +4750,8 @@ view.on({
|
|
|
4669
4750
|
<td class="type">
|
|
4670
4751
|
|
|
4671
4752
|
|
|
4672
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4753
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4754
|
+
|
|
4673
4755
|
|
|
4674
4756
|
|
|
4675
4757
|
|
|
@@ -4706,7 +4788,8 @@ view.on({
|
|
|
4706
4788
|
<td class="type">
|
|
4707
4789
|
|
|
4708
4790
|
|
|
4709
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4791
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4792
|
+
|
|
4710
4793
|
|
|
4711
4794
|
|
|
4712
4795
|
|
|
@@ -4743,7 +4826,8 @@ view.on({
|
|
|
4743
4826
|
<td class="type">
|
|
4744
4827
|
|
|
4745
4828
|
|
|
4746
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4829
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4830
|
+
|
|
4747
4831
|
|
|
4748
4832
|
|
|
4749
4833
|
|
|
@@ -4780,7 +4864,8 @@ view.on({
|
|
|
4780
4864
|
<td class="type">
|
|
4781
4865
|
|
|
4782
4866
|
|
|
4783
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4867
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4868
|
+
|
|
4784
4869
|
|
|
4785
4870
|
|
|
4786
4871
|
|
|
@@ -4817,7 +4902,8 @@ view.on({
|
|
|
4817
4902
|
<td class="type">
|
|
4818
4903
|
|
|
4819
4904
|
|
|
4820
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4905
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4906
|
+
|
|
4821
4907
|
|
|
4822
4908
|
|
|
4823
4909
|
|
|
@@ -4862,7 +4948,7 @@ view.on({
|
|
|
4862
4948
|
|
|
4863
4949
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4864
4950
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4865
|
-
<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>
|
|
4951
|
+
<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>
|
|
4866
4952
|
</li></ul></dd>
|
|
4867
4953
|
|
|
4868
4954
|
|
|
@@ -5011,6 +5097,7 @@ view.on({
|
|
|
5011
5097
|
<span class="param-type">Object</span>
|
|
5012
5098
|
|
|
5013
5099
|
|
|
5100
|
+
|
|
5014
5101
|
|
|
5015
5102
|
</td>
|
|
5016
5103
|
|
|
@@ -5044,6 +5131,7 @@ view.on({
|
|
|
5044
5131
|
<span class="param-type">String</span>
|
|
5045
5132
|
|
|
5046
5133
|
|
|
5134
|
+
|
|
5047
5135
|
|
|
5048
5136
|
</td>
|
|
5049
5137
|
|
|
@@ -5081,6 +5169,7 @@ view.on({
|
|
|
5081
5169
|
<span class="param-type">String</span>
|
|
5082
5170
|
|
|
5083
5171
|
|
|
5172
|
+
|
|
5084
5173
|
|
|
5085
5174
|
</td>
|
|
5086
5175
|
|
|
@@ -5115,7 +5204,8 @@ view.on({
|
|
|
5115
5204
|
<td class="type">
|
|
5116
5205
|
|
|
5117
5206
|
|
|
5118
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5207
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5208
|
+
|
|
5119
5209
|
|
|
5120
5210
|
|
|
5121
5211
|
|
|
@@ -5152,7 +5242,8 @@ view.on({
|
|
|
5152
5242
|
<td class="type">
|
|
5153
5243
|
|
|
5154
5244
|
|
|
5155
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5245
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5246
|
+
|
|
5156
5247
|
|
|
5157
5248
|
|
|
5158
5249
|
|
|
@@ -5189,7 +5280,8 @@ view.on({
|
|
|
5189
5280
|
<td class="type">
|
|
5190
5281
|
|
|
5191
5282
|
|
|
5192
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5283
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5284
|
+
|
|
5193
5285
|
|
|
5194
5286
|
|
|
5195
5287
|
|
|
@@ -5226,7 +5318,8 @@ view.on({
|
|
|
5226
5318
|
<td class="type">
|
|
5227
5319
|
|
|
5228
5320
|
|
|
5229
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5321
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5322
|
+
|
|
5230
5323
|
|
|
5231
5324
|
|
|
5232
5325
|
|
|
@@ -5263,7 +5356,8 @@ view.on({
|
|
|
5263
5356
|
<td class="type">
|
|
5264
5357
|
|
|
5265
5358
|
|
|
5266
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5359
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5360
|
+
|
|
5267
5361
|
|
|
5268
5362
|
|
|
5269
5363
|
|
|
@@ -5308,7 +5402,7 @@ view.on({
|
|
|
5308
5402
|
|
|
5309
5403
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5310
5404
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5311
|
-
<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>
|
|
5405
|
+
<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>
|
|
5312
5406
|
</li></ul></dd>
|
|
5313
5407
|
|
|
5314
5408
|
|
|
@@ -5447,6 +5541,7 @@ view.on({
|
|
|
5447
5541
|
<span class="param-type">Object</span>
|
|
5448
5542
|
|
|
5449
5543
|
|
|
5544
|
+
|
|
5450
5545
|
|
|
5451
5546
|
</td>
|
|
5452
5547
|
|
|
@@ -5480,6 +5575,7 @@ view.on({
|
|
|
5480
5575
|
<span class="param-type">String</span>
|
|
5481
5576
|
|
|
5482
5577
|
|
|
5578
|
+
|
|
5483
5579
|
|
|
5484
5580
|
</td>
|
|
5485
5581
|
|
|
@@ -5517,6 +5613,7 @@ view.on({
|
|
|
5517
5613
|
<span class="param-type">String</span>
|
|
5518
5614
|
|
|
5519
5615
|
|
|
5616
|
+
|
|
5520
5617
|
|
|
5521
5618
|
</td>
|
|
5522
5619
|
|
|
@@ -5551,7 +5648,8 @@ view.on({
|
|
|
5551
5648
|
<td class="type">
|
|
5552
5649
|
|
|
5553
5650
|
|
|
5554
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5651
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5652
|
+
|
|
5555
5653
|
|
|
5556
5654
|
|
|
5557
5655
|
|
|
@@ -5588,7 +5686,8 @@ view.on({
|
|
|
5588
5686
|
<td class="type">
|
|
5589
5687
|
|
|
5590
5688
|
|
|
5591
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5689
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5690
|
+
|
|
5592
5691
|
|
|
5593
5692
|
|
|
5594
5693
|
|
|
@@ -5625,7 +5724,8 @@ view.on({
|
|
|
5625
5724
|
<td class="type">
|
|
5626
5725
|
|
|
5627
5726
|
|
|
5628
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5727
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5728
|
+
|
|
5629
5729
|
|
|
5630
5730
|
|
|
5631
5731
|
|
|
@@ -5662,7 +5762,8 @@ view.on({
|
|
|
5662
5762
|
<td class="type">
|
|
5663
5763
|
|
|
5664
5764
|
|
|
5665
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5765
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5766
|
+
|
|
5666
5767
|
|
|
5667
5768
|
|
|
5668
5769
|
|
|
@@ -5699,7 +5800,8 @@ view.on({
|
|
|
5699
5800
|
<td class="type">
|
|
5700
5801
|
|
|
5701
5802
|
|
|
5702
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5803
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5804
|
+
|
|
5703
5805
|
|
|
5704
5806
|
|
|
5705
5807
|
|
|
@@ -5744,7 +5846,7 @@ view.on({
|
|
|
5744
5846
|
|
|
5745
5847
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5746
5848
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5747
|
-
<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>
|
|
5849
|
+
<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>
|
|
5748
5850
|
</li></ul></dd>
|
|
5749
5851
|
|
|
5750
5852
|
|
|
@@ -5893,6 +5995,7 @@ view.on({
|
|
|
5893
5995
|
<span class="param-type">Object</span>
|
|
5894
5996
|
|
|
5895
5997
|
|
|
5998
|
+
|
|
5896
5999
|
|
|
5897
6000
|
</td>
|
|
5898
6001
|
|
|
@@ -5926,6 +6029,7 @@ view.on({
|
|
|
5926
6029
|
<span class="param-type">String</span>
|
|
5927
6030
|
|
|
5928
6031
|
|
|
6032
|
+
|
|
5929
6033
|
|
|
5930
6034
|
</td>
|
|
5931
6035
|
|
|
@@ -5963,6 +6067,7 @@ view.on({
|
|
|
5963
6067
|
<span class="param-type">String</span>
|
|
5964
6068
|
|
|
5965
6069
|
|
|
6070
|
+
|
|
5966
6071
|
|
|
5967
6072
|
</td>
|
|
5968
6073
|
|
|
@@ -5997,7 +6102,8 @@ view.on({
|
|
|
5997
6102
|
<td class="type">
|
|
5998
6103
|
|
|
5999
6104
|
|
|
6000
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6105
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6106
|
+
|
|
6001
6107
|
|
|
6002
6108
|
|
|
6003
6109
|
|
|
@@ -6034,7 +6140,8 @@ view.on({
|
|
|
6034
6140
|
<td class="type">
|
|
6035
6141
|
|
|
6036
6142
|
|
|
6037
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6143
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6144
|
+
|
|
6038
6145
|
|
|
6039
6146
|
|
|
6040
6147
|
|
|
@@ -6071,7 +6178,8 @@ view.on({
|
|
|
6071
6178
|
<td class="type">
|
|
6072
6179
|
|
|
6073
6180
|
|
|
6074
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6181
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6182
|
+
|
|
6075
6183
|
|
|
6076
6184
|
|
|
6077
6185
|
|
|
@@ -6108,7 +6216,8 @@ view.on({
|
|
|
6108
6216
|
<td class="type">
|
|
6109
6217
|
|
|
6110
6218
|
|
|
6111
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6219
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6220
|
+
|
|
6112
6221
|
|
|
6113
6222
|
|
|
6114
6223
|
|
|
@@ -6145,7 +6254,8 @@ view.on({
|
|
|
6145
6254
|
<td class="type">
|
|
6146
6255
|
|
|
6147
6256
|
|
|
6148
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6257
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6258
|
+
|
|
6149
6259
|
|
|
6150
6260
|
|
|
6151
6261
|
|
|
@@ -6190,7 +6300,7 @@ view.on({
|
|
|
6190
6300
|
|
|
6191
6301
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6192
6302
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6193
|
-
<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>
|
|
6303
|
+
<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>
|
|
6194
6304
|
</li></ul></dd>
|
|
6195
6305
|
|
|
6196
6306
|
|
|
@@ -6329,6 +6439,7 @@ view.on({
|
|
|
6329
6439
|
<span class="param-type">Object</span>
|
|
6330
6440
|
|
|
6331
6441
|
|
|
6442
|
+
|
|
6332
6443
|
|
|
6333
6444
|
</td>
|
|
6334
6445
|
|
|
@@ -6362,6 +6473,7 @@ view.on({
|
|
|
6362
6473
|
<span class="param-type">String</span>
|
|
6363
6474
|
|
|
6364
6475
|
|
|
6476
|
+
|
|
6365
6477
|
|
|
6366
6478
|
</td>
|
|
6367
6479
|
|
|
@@ -6399,6 +6511,7 @@ view.on({
|
|
|
6399
6511
|
<span class="param-type">String</span>
|
|
6400
6512
|
|
|
6401
6513
|
|
|
6514
|
+
|
|
6402
6515
|
|
|
6403
6516
|
</td>
|
|
6404
6517
|
|
|
@@ -6433,7 +6546,8 @@ view.on({
|
|
|
6433
6546
|
<td class="type">
|
|
6434
6547
|
|
|
6435
6548
|
|
|
6436
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6549
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6550
|
+
|
|
6437
6551
|
|
|
6438
6552
|
|
|
6439
6553
|
|
|
@@ -6470,7 +6584,8 @@ view.on({
|
|
|
6470
6584
|
<td class="type">
|
|
6471
6585
|
|
|
6472
6586
|
|
|
6473
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6587
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6588
|
+
|
|
6474
6589
|
|
|
6475
6590
|
|
|
6476
6591
|
|
|
@@ -6507,7 +6622,8 @@ view.on({
|
|
|
6507
6622
|
<td class="type">
|
|
6508
6623
|
|
|
6509
6624
|
|
|
6510
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6625
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6626
|
+
|
|
6511
6627
|
|
|
6512
6628
|
|
|
6513
6629
|
|
|
@@ -6544,7 +6660,8 @@ view.on({
|
|
|
6544
6660
|
<td class="type">
|
|
6545
6661
|
|
|
6546
6662
|
|
|
6547
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6663
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6664
|
+
|
|
6548
6665
|
|
|
6549
6666
|
|
|
6550
6667
|
|
|
@@ -6581,7 +6698,8 @@ view.on({
|
|
|
6581
6698
|
<td class="type">
|
|
6582
6699
|
|
|
6583
6700
|
|
|
6584
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6701
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6702
|
+
|
|
6585
6703
|
|
|
6586
6704
|
|
|
6587
6705
|
|
|
@@ -6626,7 +6744,7 @@ view.on({
|
|
|
6626
6744
|
|
|
6627
6745
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6628
6746
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6629
|
-
<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>
|
|
6747
|
+
<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>
|
|
6630
6748
|
</li></ul></dd>
|
|
6631
6749
|
|
|
6632
6750
|
|