@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
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
<span class="param-type">Object</span>
|
|
83
83
|
|
|
84
84
|
|
|
85
|
+
|
|
85
86
|
|
|
86
87
|
</td>
|
|
87
88
|
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
<span class="param-type">String</span>
|
|
109
110
|
|
|
110
111
|
|
|
112
|
+
|
|
111
113
|
|
|
112
114
|
</td>
|
|
113
115
|
|
|
@@ -134,6 +136,7 @@
|
|
|
134
136
|
<span class="param-type">String</span>
|
|
135
137
|
|
|
136
138
|
|
|
139
|
+
|
|
137
140
|
|
|
138
141
|
</td>
|
|
139
142
|
|
|
@@ -162,6 +165,7 @@
|
|
|
162
165
|
<span class="param-type">String</span>
|
|
163
166
|
|
|
164
167
|
|
|
168
|
+
|
|
165
169
|
|
|
166
170
|
</td>
|
|
167
171
|
|
|
@@ -188,6 +192,7 @@
|
|
|
188
192
|
<span class="param-type">Boolean</span>
|
|
189
193
|
|
|
190
194
|
|
|
195
|
+
|
|
191
196
|
|
|
192
197
|
</td>
|
|
193
198
|
|
|
@@ -216,6 +221,7 @@
|
|
|
216
221
|
<span class="param-type">Boolean</span>
|
|
217
222
|
|
|
218
223
|
|
|
224
|
+
|
|
219
225
|
|
|
220
226
|
</td>
|
|
221
227
|
|
|
@@ -341,7 +347,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
341
347
|
|
|
342
348
|
|
|
343
349
|
<ul>
|
|
344
|
-
<li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
350
|
+
<li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
345
351
|
</ul>
|
|
346
352
|
|
|
347
353
|
|
|
@@ -373,63 +379,68 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
373
379
|
<tbody>
|
|
374
380
|
|
|
375
381
|
<tr class="deep-level-0">
|
|
376
|
-
<td class="name"><code><a href="
|
|
382
|
+
<td class="name"><code><a href="#copyright">copyright</a></code></td>
|
|
377
383
|
<td class="name">
|
|
378
384
|
<code>
|
|
379
385
|
|
|
380
386
|
<span class="param-type">String</span>
|
|
381
387
|
|
|
382
388
|
|
|
389
|
+
|
|
383
390
|
</code>
|
|
384
391
|
</td>
|
|
385
392
|
<td class="name"><code><p>版权所有</p></code></td>
|
|
386
393
|
</tr>
|
|
387
394
|
|
|
388
395
|
<tr class="deep-level-0">
|
|
389
|
-
<td class="name"><code><a href="
|
|
396
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
390
397
|
<td class="name">
|
|
391
398
|
<code>
|
|
392
399
|
|
|
393
400
|
<span class="param-type">String</span>
|
|
394
401
|
|
|
395
402
|
|
|
403
|
+
|
|
396
404
|
</code>
|
|
397
405
|
</td>
|
|
398
406
|
<td class="name"><code><p>图层描述</p></code></td>
|
|
399
407
|
</tr>
|
|
400
408
|
|
|
401
409
|
<tr class="deep-level-0">
|
|
402
|
-
<td class="name"><code><a href="
|
|
410
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
403
411
|
<td class="name">
|
|
404
412
|
<code>
|
|
405
413
|
|
|
406
414
|
<span class="param-type">Object</span>
|
|
407
415
|
|
|
408
416
|
|
|
417
|
+
|
|
409
418
|
</code>
|
|
410
419
|
</td>
|
|
411
420
|
<td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
|
|
412
421
|
</tr>
|
|
413
422
|
|
|
414
423
|
<tr class="deep-level-0">
|
|
415
|
-
<td class="name"><code><a href="
|
|
424
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
416
425
|
<td class="name">
|
|
417
426
|
<code>
|
|
418
427
|
|
|
419
428
|
<span class="param-type">Object</span>
|
|
420
429
|
|
|
421
430
|
|
|
431
|
+
|
|
422
432
|
</code>
|
|
423
433
|
</td>
|
|
424
434
|
<td class="name"><code><p>存储额外参数的属性</p></code></td>
|
|
425
435
|
</tr>
|
|
426
436
|
|
|
427
437
|
<tr class="deep-level-0">
|
|
428
|
-
<td class="name"><code><a href="
|
|
438
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
429
439
|
<td class="name">
|
|
430
440
|
<code>
|
|
431
441
|
|
|
432
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
442
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
443
|
+
|
|
433
444
|
|
|
434
445
|
|
|
435
446
|
</code>
|
|
@@ -438,128 +449,138 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
438
449
|
</tr>
|
|
439
450
|
|
|
440
451
|
<tr class="deep-level-0">
|
|
441
|
-
<td class="name"><code><a href="
|
|
452
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
442
453
|
<td class="name">
|
|
443
454
|
<code>
|
|
444
455
|
|
|
445
456
|
<span class="param-type">String</span>
|
|
446
457
|
|
|
447
458
|
|
|
459
|
+
|
|
448
460
|
</code>
|
|
449
461
|
</td>
|
|
450
462
|
<td class="name"><code><p>设置服务请求头</p></code></td>
|
|
451
463
|
</tr>
|
|
452
464
|
|
|
453
465
|
<tr class="deep-level-0">
|
|
454
|
-
<td class="name"><code><a href="
|
|
466
|
+
<td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
|
|
455
467
|
<td class="name">
|
|
456
468
|
<code>
|
|
457
469
|
|
|
458
470
|
<span class="param-type">String</span>
|
|
459
471
|
|
|
460
472
|
|
|
473
|
+
|
|
461
474
|
</code>
|
|
462
475
|
</td>
|
|
463
476
|
<td class="name"><code><p>http请求方式</p></code></td>
|
|
464
477
|
</tr>
|
|
465
478
|
|
|
466
479
|
<tr class="deep-level-0">
|
|
467
|
-
<td class="name"><code><a href="
|
|
480
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
468
481
|
<td class="name">
|
|
469
482
|
<code>
|
|
470
483
|
|
|
471
484
|
<span class="param-type">String</span>
|
|
472
485
|
|
|
473
486
|
|
|
487
|
+
|
|
474
488
|
</code>
|
|
475
489
|
</td>
|
|
476
490
|
<td class="name"><code><p>图层id</p></code></td>
|
|
477
491
|
</tr>
|
|
478
492
|
|
|
479
493
|
<tr class="deep-level-0">
|
|
480
|
-
<td class="name"><code><a href="
|
|
494
|
+
<td class="name"><code><a href="#index">index</a></code></td>
|
|
481
495
|
<td class="name">
|
|
482
496
|
<code>
|
|
483
497
|
|
|
484
498
|
<span class="param-type">Number</span>
|
|
485
499
|
|
|
486
500
|
|
|
501
|
+
|
|
487
502
|
</code>
|
|
488
503
|
</td>
|
|
489
504
|
<td class="name"><code><p>图层顺序</p></code></td>
|
|
490
505
|
</tr>
|
|
491
506
|
|
|
492
507
|
<tr class="deep-level-0">
|
|
493
|
-
<td class="name"><code><a href="
|
|
508
|
+
<td class="name"><code><a href="#loaded">loaded</a></code></td>
|
|
494
509
|
<td class="name">
|
|
495
510
|
<code>
|
|
496
511
|
|
|
497
512
|
<span class="param-type">Boolean</span>
|
|
498
513
|
|
|
499
514
|
|
|
515
|
+
|
|
500
516
|
</code>
|
|
501
517
|
</td>
|
|
502
518
|
<td class="name"><code><p>是否加载完毕</p></code></td>
|
|
503
519
|
</tr>
|
|
504
520
|
|
|
505
521
|
<tr class="deep-level-0">
|
|
506
|
-
<td class="name"><code><a href="
|
|
522
|
+
<td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
|
|
507
523
|
<td class="name">
|
|
508
524
|
<code>
|
|
509
525
|
|
|
510
526
|
<span class="param-type">String</span>
|
|
511
527
|
|
|
512
528
|
|
|
529
|
+
|
|
513
530
|
</code>
|
|
514
531
|
</td>
|
|
515
532
|
<td class="name"><code><p>图层加载状态</p></code></td>
|
|
516
533
|
</tr>
|
|
517
534
|
|
|
518
535
|
<tr class="deep-level-0">
|
|
519
|
-
<td class="name"><code><a href="
|
|
536
|
+
<td class="name"><code><a href="#maxScale">maxScale</a></code></td>
|
|
520
537
|
<td class="name">
|
|
521
538
|
<code>
|
|
522
539
|
|
|
523
540
|
<span class="param-type">Number</span>
|
|
524
541
|
|
|
525
542
|
|
|
543
|
+
|
|
526
544
|
</code>
|
|
527
545
|
</td>
|
|
528
546
|
<td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
|
|
529
547
|
</tr>
|
|
530
548
|
|
|
531
549
|
<tr class="deep-level-0">
|
|
532
|
-
<td class="name"><code><a href="
|
|
550
|
+
<td class="name"><code><a href="#minScale">minScale</a></code></td>
|
|
533
551
|
<td class="name">
|
|
534
552
|
<code>
|
|
535
553
|
|
|
536
554
|
<span class="param-type">Number</span>
|
|
537
555
|
|
|
538
556
|
|
|
557
|
+
|
|
539
558
|
</code>
|
|
540
559
|
</td>
|
|
541
560
|
<td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
|
|
542
561
|
</tr>
|
|
543
562
|
|
|
544
563
|
<tr class="deep-level-0">
|
|
545
|
-
<td class="name"><code><a href="
|
|
564
|
+
<td class="name"><code><a href="#opacity">opacity</a></code></td>
|
|
546
565
|
<td class="name">
|
|
547
566
|
<code>
|
|
548
567
|
|
|
549
568
|
<span class="param-type">Number</span>
|
|
550
569
|
|
|
551
570
|
|
|
571
|
+
|
|
552
572
|
</code>
|
|
553
573
|
</td>
|
|
554
574
|
<td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
|
|
555
575
|
</tr>
|
|
556
576
|
|
|
557
577
|
<tr class="deep-level-0">
|
|
558
|
-
<td class="name"><code><a href="
|
|
578
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
559
579
|
<td class="name">
|
|
560
580
|
<code>
|
|
561
581
|
|
|
562
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
582
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
583
|
+
|
|
563
584
|
|
|
564
585
|
|
|
565
586
|
</code>
|
|
@@ -568,78 +589,84 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
568
589
|
</tr>
|
|
569
590
|
|
|
570
591
|
<tr class="deep-level-0">
|
|
571
|
-
<td class="name"><code><a href="
|
|
592
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
572
593
|
<td class="name">
|
|
573
594
|
<code>
|
|
574
595
|
|
|
575
596
|
<span class="param-type">String</span>
|
|
576
597
|
|
|
577
598
|
|
|
599
|
+
|
|
578
600
|
</code>
|
|
579
601
|
</td>
|
|
580
602
|
<td class="name"><code><p>图层名称</p></code></td>
|
|
581
603
|
</tr>
|
|
582
604
|
|
|
583
605
|
<tr class="deep-level-0">
|
|
584
|
-
<td class="name"><code><a href="
|
|
606
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
585
607
|
<td class="name">
|
|
586
608
|
<code>
|
|
587
609
|
|
|
588
610
|
<span class="param-type">String</span>
|
|
589
611
|
|
|
590
612
|
|
|
613
|
+
|
|
591
614
|
</code>
|
|
592
615
|
</td>
|
|
593
616
|
<td class="name"><code><p>token名</p></code></td>
|
|
594
617
|
</tr>
|
|
595
618
|
|
|
596
619
|
<tr class="deep-level-0">
|
|
597
|
-
<td class="name"><code><a href="
|
|
620
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
598
621
|
<td class="name">
|
|
599
622
|
<code>
|
|
600
623
|
|
|
601
624
|
<span class="param-type">String</span>
|
|
602
625
|
|
|
603
626
|
|
|
627
|
+
|
|
604
628
|
</code>
|
|
605
629
|
</td>
|
|
606
630
|
<td class="name"><code><p>token值</p></code></td>
|
|
607
631
|
</tr>
|
|
608
632
|
|
|
609
633
|
<tr class="deep-level-0">
|
|
610
|
-
<td class="name"><code><a href="
|
|
634
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
611
635
|
<td class="name">
|
|
612
636
|
<code>
|
|
613
637
|
|
|
614
638
|
<span class="param-type">String</span>
|
|
615
639
|
|
|
616
640
|
|
|
641
|
+
|
|
617
642
|
</code>
|
|
618
643
|
</td>
|
|
619
644
|
<td class="name"><code><p>图层类型</p></code></td>
|
|
620
645
|
</tr>
|
|
621
646
|
|
|
622
647
|
<tr class="deep-level-0">
|
|
623
|
-
<td class="name"><code><a href="
|
|
648
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
624
649
|
<td class="name">
|
|
625
650
|
<code>
|
|
626
651
|
|
|
627
652
|
<span class="param-type">String</span>
|
|
628
653
|
|
|
629
654
|
|
|
655
|
+
|
|
630
656
|
</code>
|
|
631
657
|
</td>
|
|
632
658
|
<td class="name"><code><p>服务基地址</p></code></td>
|
|
633
659
|
</tr>
|
|
634
660
|
|
|
635
661
|
<tr class="deep-level-0">
|
|
636
|
-
<td class="name"><code><a href="
|
|
662
|
+
<td class="name"><code><a href="#visible">visible</a></code></td>
|
|
637
663
|
<td class="name">
|
|
638
664
|
<code>
|
|
639
665
|
|
|
640
666
|
<span class="param-type">Number</span>
|
|
641
667
|
|
|
642
668
|
|
|
669
|
+
|
|
643
670
|
</code>
|
|
644
671
|
</td>
|
|
645
672
|
<td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
|
|
@@ -659,6 +686,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
659
686
|
<span class="param-type">String</span>
|
|
660
687
|
|
|
661
688
|
|
|
689
|
+
|
|
662
690
|
</span>
|
|
663
691
|
|
|
664
692
|
<h4 class="name" id="copyright">
|
|
@@ -694,7 +722,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
694
722
|
|
|
695
723
|
<dt class="inherited-from">Inherited From:</dt>
|
|
696
724
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
697
|
-
<a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
725
|
+
<a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
698
726
|
</li></ul></dd>
|
|
699
727
|
|
|
700
728
|
|
|
@@ -738,6 +766,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
738
766
|
<span class="param-type">String</span>
|
|
739
767
|
|
|
740
768
|
|
|
769
|
+
|
|
741
770
|
</span>
|
|
742
771
|
|
|
743
772
|
<h4 class="name" id="description">
|
|
@@ -773,7 +802,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
773
802
|
|
|
774
803
|
<dt class="inherited-from">Inherited From:</dt>
|
|
775
804
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
776
|
-
<a class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
805
|
+
<a goto="description" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#description" Layer.html#description>Layer#description</a>
|
|
777
806
|
</li></ul></dd>
|
|
778
807
|
|
|
779
808
|
|
|
@@ -817,6 +846,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
817
846
|
<span class="param-type">Object</span>
|
|
818
847
|
|
|
819
848
|
|
|
849
|
+
|
|
820
850
|
</span>
|
|
821
851
|
|
|
822
852
|
<h4 class="name" id="extendOptions">
|
|
@@ -892,6 +922,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
892
922
|
<span class="param-type">Object</span>
|
|
893
923
|
|
|
894
924
|
|
|
925
|
+
|
|
895
926
|
</span>
|
|
896
927
|
|
|
897
928
|
<h4 class="name" id="extendProps">
|
|
@@ -923,7 +954,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
923
954
|
|
|
924
955
|
<dt class="inherited-from">Inherited From:</dt>
|
|
925
956
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
926
|
-
<a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
957
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
927
958
|
</li></ul></dd>
|
|
928
959
|
|
|
929
960
|
|
|
@@ -964,7 +995,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
964
995
|
<span class="method-parameter is-pulled-right">
|
|
965
996
|
<label>类型:</label>
|
|
966
997
|
|
|
967
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
998
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
999
|
+
|
|
968
1000
|
|
|
969
1001
|
|
|
970
1002
|
</span>
|
|
@@ -1002,7 +1034,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1002
1034
|
|
|
1003
1035
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1004
1036
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1005
|
-
<a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
1037
|
+
<a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
1006
1038
|
</li></ul></dd>
|
|
1007
1039
|
|
|
1008
1040
|
|
|
@@ -1046,6 +1078,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1046
1078
|
<span class="param-type">String</span>
|
|
1047
1079
|
|
|
1048
1080
|
|
|
1081
|
+
|
|
1049
1082
|
</span>
|
|
1050
1083
|
|
|
1051
1084
|
<h4 class="name" id="headers">
|
|
@@ -1077,7 +1110,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1077
1110
|
|
|
1078
1111
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1079
1112
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1080
|
-
<a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
1113
|
+
<a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
1081
1114
|
</li></ul></dd>
|
|
1082
1115
|
|
|
1083
1116
|
|
|
@@ -1121,6 +1154,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1121
1154
|
<span class="param-type">String</span>
|
|
1122
1155
|
|
|
1123
1156
|
|
|
1157
|
+
|
|
1124
1158
|
</span>
|
|
1125
1159
|
|
|
1126
1160
|
<h4 class="name" id="httpMethod">
|
|
@@ -1152,7 +1186,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1152
1186
|
|
|
1153
1187
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1154
1188
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1155
|
-
<a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1189
|
+
<a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1156
1190
|
</li></ul></dd>
|
|
1157
1191
|
|
|
1158
1192
|
|
|
@@ -1196,6 +1230,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1196
1230
|
<span class="param-type">String</span>
|
|
1197
1231
|
|
|
1198
1232
|
|
|
1233
|
+
|
|
1199
1234
|
</span>
|
|
1200
1235
|
|
|
1201
1236
|
<h4 class="name" id="id">
|
|
@@ -1231,7 +1266,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1231
1266
|
|
|
1232
1267
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1233
1268
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1234
|
-
<a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1269
|
+
<a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1235
1270
|
</li></ul></dd>
|
|
1236
1271
|
|
|
1237
1272
|
|
|
@@ -1275,6 +1310,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1275
1310
|
<span class="param-type">Number</span>
|
|
1276
1311
|
|
|
1277
1312
|
|
|
1313
|
+
|
|
1278
1314
|
</span>
|
|
1279
1315
|
|
|
1280
1316
|
<h4 class="name" id="index">
|
|
@@ -1306,7 +1342,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1306
1342
|
|
|
1307
1343
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1308
1344
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1309
|
-
<a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1345
|
+
<a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1310
1346
|
</li></ul></dd>
|
|
1311
1347
|
|
|
1312
1348
|
|
|
@@ -1350,6 +1386,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1350
1386
|
<span class="param-type">Boolean</span>
|
|
1351
1387
|
|
|
1352
1388
|
|
|
1389
|
+
|
|
1353
1390
|
</span>
|
|
1354
1391
|
|
|
1355
1392
|
<h4 class="name" id="loaded">
|
|
@@ -1385,7 +1422,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1385
1422
|
|
|
1386
1423
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1387
1424
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1388
|
-
<a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1425
|
+
<a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1389
1426
|
</li></ul></dd>
|
|
1390
1427
|
|
|
1391
1428
|
|
|
@@ -1434,6 +1471,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1434
1471
|
<span class="param-type">String</span>
|
|
1435
1472
|
|
|
1436
1473
|
|
|
1474
|
+
|
|
1437
1475
|
</span>
|
|
1438
1476
|
|
|
1439
1477
|
<h4 class="name" id="loadStatus">
|
|
@@ -1469,7 +1507,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1469
1507
|
|
|
1470
1508
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1471
1509
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1472
|
-
<a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1510
|
+
<a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1473
1511
|
</li></ul></dd>
|
|
1474
1512
|
|
|
1475
1513
|
|
|
@@ -1518,6 +1556,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1518
1556
|
<span class="param-type">Number</span>
|
|
1519
1557
|
|
|
1520
1558
|
|
|
1559
|
+
|
|
1521
1560
|
</span>
|
|
1522
1561
|
|
|
1523
1562
|
<h4 class="name" id="maxScale">
|
|
@@ -1549,7 +1588,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1549
1588
|
|
|
1550
1589
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1551
1590
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1552
|
-
<a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1591
|
+
<a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1553
1592
|
</li></ul></dd>
|
|
1554
1593
|
|
|
1555
1594
|
|
|
@@ -1598,6 +1637,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1598
1637
|
<span class="param-type">Number</span>
|
|
1599
1638
|
|
|
1600
1639
|
|
|
1640
|
+
|
|
1601
1641
|
</span>
|
|
1602
1642
|
|
|
1603
1643
|
<h4 class="name" id="minScale">
|
|
@@ -1629,7 +1669,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1629
1669
|
|
|
1630
1670
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1631
1671
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1632
|
-
<a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1672
|
+
<a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
1633
1673
|
</li></ul></dd>
|
|
1634
1674
|
|
|
1635
1675
|
|
|
@@ -1678,6 +1718,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1678
1718
|
<span class="param-type">Number</span>
|
|
1679
1719
|
|
|
1680
1720
|
|
|
1721
|
+
|
|
1681
1722
|
</span>
|
|
1682
1723
|
|
|
1683
1724
|
<h4 class="name" id="opacity">
|
|
@@ -1709,7 +1750,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1709
1750
|
|
|
1710
1751
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1711
1752
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1712
|
-
<a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1753
|
+
<a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
1713
1754
|
</li></ul></dd>
|
|
1714
1755
|
|
|
1715
1756
|
|
|
@@ -1750,7 +1791,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1750
1791
|
<span class="method-parameter is-pulled-right">
|
|
1751
1792
|
<label>类型:</label>
|
|
1752
1793
|
|
|
1753
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1794
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
1795
|
+
|
|
1754
1796
|
|
|
1755
1797
|
|
|
1756
1798
|
</span>
|
|
@@ -1828,6 +1870,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1828
1870
|
<span class="param-type">String</span>
|
|
1829
1871
|
|
|
1830
1872
|
|
|
1873
|
+
|
|
1831
1874
|
</span>
|
|
1832
1875
|
|
|
1833
1876
|
<h4 class="name" id="title">
|
|
@@ -1859,7 +1902,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1859
1902
|
|
|
1860
1903
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1861
1904
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1862
|
-
<a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1905
|
+
<a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
1863
1906
|
</li></ul></dd>
|
|
1864
1907
|
|
|
1865
1908
|
|
|
@@ -1903,6 +1946,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1903
1946
|
<span class="param-type">String</span>
|
|
1904
1947
|
|
|
1905
1948
|
|
|
1949
|
+
|
|
1906
1950
|
</span>
|
|
1907
1951
|
|
|
1908
1952
|
<h4 class="name" id="tokenKey">
|
|
@@ -1934,7 +1978,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1934
1978
|
|
|
1935
1979
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1936
1980
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1937
|
-
<a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
1981
|
+
<a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
1938
1982
|
</li></ul></dd>
|
|
1939
1983
|
|
|
1940
1984
|
|
|
@@ -1983,6 +2027,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
1983
2027
|
<span class="param-type">String</span>
|
|
1984
2028
|
|
|
1985
2029
|
|
|
2030
|
+
|
|
1986
2031
|
</span>
|
|
1987
2032
|
|
|
1988
2033
|
<h4 class="name" id="tokenValue">
|
|
@@ -2014,7 +2059,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2014
2059
|
|
|
2015
2060
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2016
2061
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2017
|
-
<a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2062
|
+
<a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2018
2063
|
</li></ul></dd>
|
|
2019
2064
|
|
|
2020
2065
|
|
|
@@ -2058,6 +2103,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2058
2103
|
<span class="param-type">String</span>
|
|
2059
2104
|
|
|
2060
2105
|
|
|
2106
|
+
|
|
2061
2107
|
</span>
|
|
2062
2108
|
|
|
2063
2109
|
<h4 class="name" id="type">
|
|
@@ -2133,6 +2179,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2133
2179
|
<span class="param-type">String</span>
|
|
2134
2180
|
|
|
2135
2181
|
|
|
2182
|
+
|
|
2136
2183
|
</span>
|
|
2137
2184
|
|
|
2138
2185
|
<h4 class="name" id="url">
|
|
@@ -2203,6 +2250,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2203
2250
|
<span class="param-type">Number</span>
|
|
2204
2251
|
|
|
2205
2252
|
|
|
2253
|
+
|
|
2206
2254
|
</span>
|
|
2207
2255
|
|
|
2208
2256
|
<h4 class="name" id="visible">
|
|
@@ -2234,7 +2282,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2234
2282
|
|
|
2235
2283
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2236
2284
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2237
|
-
<a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2285
|
+
<a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2238
2286
|
</li></ul></dd>
|
|
2239
2287
|
|
|
2240
2288
|
|
|
@@ -2291,12 +2339,13 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2291
2339
|
<tbody>
|
|
2292
2340
|
|
|
2293
2341
|
<tr class="deep-level-0">
|
|
2294
|
-
<td class="name"><code><a href="
|
|
2342
|
+
<td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
|
|
2295
2343
|
<td class="name">
|
|
2296
2344
|
<code>
|
|
2297
2345
|
|
|
2298
2346
|
|
|
2299
|
-
<span class="param-type"><a class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2347
|
+
<span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2348
|
+
|
|
2300
2349
|
|
|
2301
2350
|
|
|
2302
2351
|
|
|
@@ -2306,12 +2355,13 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2306
2355
|
</tr>
|
|
2307
2356
|
|
|
2308
2357
|
<tr class="deep-level-0">
|
|
2309
|
-
<td class="name"><code><a href="
|
|
2358
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
2310
2359
|
<td class="name">
|
|
2311
2360
|
<code>
|
|
2312
2361
|
|
|
2313
2362
|
|
|
2314
|
-
<span class="param-type"><a class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2363
|
+
<span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2364
|
+
|
|
2315
2365
|
|
|
2316
2366
|
|
|
2317
2367
|
|
|
@@ -2321,7 +2371,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2321
2371
|
</tr>
|
|
2322
2372
|
|
|
2323
2373
|
<tr class="deep-level-0">
|
|
2324
|
-
<td class="name"><code><a href="
|
|
2374
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2325
2375
|
<td class="name">
|
|
2326
2376
|
<code>
|
|
2327
2377
|
|
|
@@ -2329,6 +2379,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2329
2379
|
<span class="param-type">*</span>
|
|
2330
2380
|
|
|
2331
2381
|
|
|
2382
|
+
|
|
2332
2383
|
|
|
2333
2384
|
</code>
|
|
2334
2385
|
</td>
|
|
@@ -2336,7 +2387,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2336
2387
|
</tr>
|
|
2337
2388
|
|
|
2338
2389
|
<tr class="deep-level-0">
|
|
2339
|
-
<td class="name"><code><a href="
|
|
2390
|
+
<td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
|
|
2340
2391
|
<td class="name">
|
|
2341
2392
|
<code>
|
|
2342
2393
|
|
|
@@ -2344,6 +2395,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2344
2395
|
<span class="param-type">Boolean</span>
|
|
2345
2396
|
|
|
2346
2397
|
|
|
2398
|
+
|
|
2347
2399
|
|
|
2348
2400
|
</code>
|
|
2349
2401
|
</td>
|
|
@@ -2351,7 +2403,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2351
2403
|
</tr>
|
|
2352
2404
|
|
|
2353
2405
|
<tr class="deep-level-0">
|
|
2354
|
-
<td class="name"><code><a href="
|
|
2406
|
+
<td class="name"><code><a href="#load">load</a></code></td>
|
|
2355
2407
|
<td class="name">
|
|
2356
2408
|
<code>
|
|
2357
2409
|
|
|
@@ -2361,7 +2413,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2361
2413
|
</tr>
|
|
2362
2414
|
|
|
2363
2415
|
<tr class="deep-level-0">
|
|
2364
|
-
<td class="name"><code><a href="
|
|
2416
|
+
<td class="name"><code><a href="#refresh">refresh</a></code></td>
|
|
2365
2417
|
<td class="name">
|
|
2366
2418
|
<code>
|
|
2367
2419
|
|
|
@@ -2371,7 +2423,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2371
2423
|
</tr>
|
|
2372
2424
|
|
|
2373
2425
|
<tr class="deep-level-0">
|
|
2374
|
-
<td class="name"><code><a href="
|
|
2426
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2375
2427
|
<td class="name">
|
|
2376
2428
|
<code>
|
|
2377
2429
|
|
|
@@ -2379,6 +2431,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2379
2431
|
<span class="param-type">Object</span>
|
|
2380
2432
|
|
|
2381
2433
|
|
|
2434
|
+
|
|
2382
2435
|
|
|
2383
2436
|
</code>
|
|
2384
2437
|
</td>
|
|
@@ -2456,6 +2509,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2456
2509
|
<span class="param-type">String</span>
|
|
2457
2510
|
|
|
2458
2511
|
|
|
2512
|
+
|
|
2459
2513
|
|
|
2460
2514
|
</td>
|
|
2461
2515
|
|
|
@@ -2541,7 +2595,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2541
2595
|
<div class='column is-5 has-text-left'>
|
|
2542
2596
|
<label>类型: </label>
|
|
2543
2597
|
|
|
2544
|
-
<span class="param-type"><a class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2598
|
+
<span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2599
|
+
|
|
2545
2600
|
|
|
2546
2601
|
|
|
2547
2602
|
</div>
|
|
@@ -2662,7 +2717,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2662
2717
|
<div class='column is-5 has-text-left'>
|
|
2663
2718
|
<label>类型: </label>
|
|
2664
2719
|
|
|
2665
|
-
<span class="param-type"><a class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2720
|
+
<span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
|
|
2721
|
+
|
|
2666
2722
|
|
|
2667
2723
|
|
|
2668
2724
|
</div>
|
|
@@ -2718,7 +2774,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2718
2774
|
|
|
2719
2775
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2720
2776
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2721
|
-
<a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2777
|
+
<a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
2722
2778
|
</li></ul></dd>
|
|
2723
2779
|
|
|
2724
2780
|
|
|
@@ -2780,6 +2836,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2780
2836
|
<span class="param-type">*</span>
|
|
2781
2837
|
|
|
2782
2838
|
|
|
2839
|
+
|
|
2783
2840
|
</div>
|
|
2784
2841
|
|
|
2785
2842
|
</div>
|
|
@@ -2837,7 +2894,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2837
2894
|
|
|
2838
2895
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2839
2896
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2840
|
-
<a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2897
|
+
<a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
2841
2898
|
</li></ul></dd>
|
|
2842
2899
|
|
|
2843
2900
|
|
|
@@ -2901,6 +2958,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
2901
2958
|
<span class="param-type">Boolean</span>
|
|
2902
2959
|
|
|
2903
2960
|
|
|
2961
|
+
|
|
2904
2962
|
</div>
|
|
2905
2963
|
|
|
2906
2964
|
</div>
|
|
@@ -3049,7 +3107,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3049
3107
|
|
|
3050
3108
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3051
3109
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3052
|
-
<a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3110
|
+
<a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3053
3111
|
</li></ul></dd>
|
|
3054
3112
|
|
|
3055
3113
|
|
|
@@ -3209,6 +3267,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3209
3267
|
<span class="param-type">Object</span>
|
|
3210
3268
|
|
|
3211
3269
|
|
|
3270
|
+
|
|
3212
3271
|
</div>
|
|
3213
3272
|
|
|
3214
3273
|
</div>
|
|
@@ -3358,6 +3417,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3358
3417
|
<span class="param-type">Object</span>
|
|
3359
3418
|
|
|
3360
3419
|
|
|
3420
|
+
|
|
3361
3421
|
|
|
3362
3422
|
</td>
|
|
3363
3423
|
|
|
@@ -3391,6 +3451,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3391
3451
|
<span class="param-type">String</span>
|
|
3392
3452
|
|
|
3393
3453
|
|
|
3454
|
+
|
|
3394
3455
|
|
|
3395
3456
|
</td>
|
|
3396
3457
|
|
|
@@ -3428,6 +3489,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3428
3489
|
<span class="param-type">String</span>
|
|
3429
3490
|
|
|
3430
3491
|
|
|
3492
|
+
|
|
3431
3493
|
|
|
3432
3494
|
</td>
|
|
3433
3495
|
|
|
@@ -3462,7 +3524,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3462
3524
|
<td class="type">
|
|
3463
3525
|
|
|
3464
3526
|
|
|
3465
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
3527
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
3528
|
+
|
|
3466
3529
|
|
|
3467
3530
|
|
|
3468
3531
|
|
|
@@ -3499,7 +3562,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3499
3562
|
<td class="type">
|
|
3500
3563
|
|
|
3501
3564
|
|
|
3502
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3565
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3566
|
+
|
|
3503
3567
|
|
|
3504
3568
|
|
|
3505
3569
|
|
|
@@ -3536,7 +3600,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3536
3600
|
<td class="type">
|
|
3537
3601
|
|
|
3538
3602
|
|
|
3539
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3603
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
3604
|
+
|
|
3540
3605
|
|
|
3541
3606
|
|
|
3542
3607
|
|
|
@@ -3573,7 +3638,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3573
3638
|
<td class="type">
|
|
3574
3639
|
|
|
3575
3640
|
|
|
3576
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3641
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3642
|
+
|
|
3577
3643
|
|
|
3578
3644
|
|
|
3579
3645
|
|
|
@@ -3610,7 +3676,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3610
3676
|
<td class="type">
|
|
3611
3677
|
|
|
3612
3678
|
|
|
3613
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3679
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3680
|
+
|
|
3614
3681
|
|
|
3615
3682
|
|
|
3616
3683
|
|
|
@@ -3655,7 +3722,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3655
3722
|
|
|
3656
3723
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3657
3724
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3658
|
-
<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>
|
|
3725
|
+
<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>
|
|
3659
3726
|
</li></ul></dd>
|
|
3660
3727
|
|
|
3661
3728
|
|
|
@@ -3804,6 +3871,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3804
3871
|
<span class="param-type">Object</span>
|
|
3805
3872
|
|
|
3806
3873
|
|
|
3874
|
+
|
|
3807
3875
|
|
|
3808
3876
|
</td>
|
|
3809
3877
|
|
|
@@ -3837,6 +3905,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3837
3905
|
<span class="param-type">String</span>
|
|
3838
3906
|
|
|
3839
3907
|
|
|
3908
|
+
|
|
3840
3909
|
|
|
3841
3910
|
</td>
|
|
3842
3911
|
|
|
@@ -3874,6 +3943,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3874
3943
|
<span class="param-type">String</span>
|
|
3875
3944
|
|
|
3876
3945
|
|
|
3946
|
+
|
|
3877
3947
|
|
|
3878
3948
|
</td>
|
|
3879
3949
|
|
|
@@ -3908,7 +3978,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3908
3978
|
<td class="type">
|
|
3909
3979
|
|
|
3910
3980
|
|
|
3911
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
3981
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
3982
|
+
|
|
3912
3983
|
|
|
3913
3984
|
|
|
3914
3985
|
|
|
@@ -3945,7 +4016,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3945
4016
|
<td class="type">
|
|
3946
4017
|
|
|
3947
4018
|
|
|
3948
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4019
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4020
|
+
|
|
3949
4021
|
|
|
3950
4022
|
|
|
3951
4023
|
|
|
@@ -3982,7 +4054,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
3982
4054
|
<td class="type">
|
|
3983
4055
|
|
|
3984
4056
|
|
|
3985
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4057
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4058
|
+
|
|
3986
4059
|
|
|
3987
4060
|
|
|
3988
4061
|
|
|
@@ -4019,7 +4092,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4019
4092
|
<td class="type">
|
|
4020
4093
|
|
|
4021
4094
|
|
|
4022
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4095
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4096
|
+
|
|
4023
4097
|
|
|
4024
4098
|
|
|
4025
4099
|
|
|
@@ -4056,7 +4130,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4056
4130
|
<td class="type">
|
|
4057
4131
|
|
|
4058
4132
|
|
|
4059
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4133
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4134
|
+
|
|
4060
4135
|
|
|
4061
4136
|
|
|
4062
4137
|
|
|
@@ -4101,7 +4176,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4101
4176
|
|
|
4102
4177
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4103
4178
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4104
|
-
<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>
|
|
4179
|
+
<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>
|
|
4105
4180
|
</li></ul></dd>
|
|
4106
4181
|
|
|
4107
4182
|
|
|
@@ -4240,6 +4315,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4240
4315
|
<span class="param-type">Object</span>
|
|
4241
4316
|
|
|
4242
4317
|
|
|
4318
|
+
|
|
4243
4319
|
|
|
4244
4320
|
</td>
|
|
4245
4321
|
|
|
@@ -4273,6 +4349,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4273
4349
|
<span class="param-type">String</span>
|
|
4274
4350
|
|
|
4275
4351
|
|
|
4352
|
+
|
|
4276
4353
|
|
|
4277
4354
|
</td>
|
|
4278
4355
|
|
|
@@ -4310,6 +4387,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4310
4387
|
<span class="param-type">String</span>
|
|
4311
4388
|
|
|
4312
4389
|
|
|
4390
|
+
|
|
4313
4391
|
|
|
4314
4392
|
</td>
|
|
4315
4393
|
|
|
@@ -4344,7 +4422,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4344
4422
|
<td class="type">
|
|
4345
4423
|
|
|
4346
4424
|
|
|
4347
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4425
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4426
|
+
|
|
4348
4427
|
|
|
4349
4428
|
|
|
4350
4429
|
|
|
@@ -4381,7 +4460,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4381
4460
|
<td class="type">
|
|
4382
4461
|
|
|
4383
4462
|
|
|
4384
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4463
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4464
|
+
|
|
4385
4465
|
|
|
4386
4466
|
|
|
4387
4467
|
|
|
@@ -4418,7 +4498,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4418
4498
|
<td class="type">
|
|
4419
4499
|
|
|
4420
4500
|
|
|
4421
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4501
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4502
|
+
|
|
4422
4503
|
|
|
4423
4504
|
|
|
4424
4505
|
|
|
@@ -4455,7 +4536,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4455
4536
|
<td class="type">
|
|
4456
4537
|
|
|
4457
4538
|
|
|
4458
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4539
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4540
|
+
|
|
4459
4541
|
|
|
4460
4542
|
|
|
4461
4543
|
|
|
@@ -4492,7 +4574,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4492
4574
|
<td class="type">
|
|
4493
4575
|
|
|
4494
4576
|
|
|
4495
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4577
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4578
|
+
|
|
4496
4579
|
|
|
4497
4580
|
|
|
4498
4581
|
|
|
@@ -4537,7 +4620,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4537
4620
|
|
|
4538
4621
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4539
4622
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4540
|
-
<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>
|
|
4623
|
+
<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>
|
|
4541
4624
|
</li></ul></dd>
|
|
4542
4625
|
|
|
4543
4626
|
|
|
@@ -4686,6 +4769,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4686
4769
|
<span class="param-type">Object</span>
|
|
4687
4770
|
|
|
4688
4771
|
|
|
4772
|
+
|
|
4689
4773
|
|
|
4690
4774
|
</td>
|
|
4691
4775
|
|
|
@@ -4719,6 +4803,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4719
4803
|
<span class="param-type">String</span>
|
|
4720
4804
|
|
|
4721
4805
|
|
|
4806
|
+
|
|
4722
4807
|
|
|
4723
4808
|
</td>
|
|
4724
4809
|
|
|
@@ -4756,6 +4841,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4756
4841
|
<span class="param-type">String</span>
|
|
4757
4842
|
|
|
4758
4843
|
|
|
4844
|
+
|
|
4759
4845
|
|
|
4760
4846
|
</td>
|
|
4761
4847
|
|
|
@@ -4790,7 +4876,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4790
4876
|
<td class="type">
|
|
4791
4877
|
|
|
4792
4878
|
|
|
4793
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4879
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4880
|
+
|
|
4794
4881
|
|
|
4795
4882
|
|
|
4796
4883
|
|
|
@@ -4827,7 +4914,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4827
4914
|
<td class="type">
|
|
4828
4915
|
|
|
4829
4916
|
|
|
4830
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4917
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4918
|
+
|
|
4831
4919
|
|
|
4832
4920
|
|
|
4833
4921
|
|
|
@@ -4864,7 +4952,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4864
4952
|
<td class="type">
|
|
4865
4953
|
|
|
4866
4954
|
|
|
4867
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4955
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4956
|
+
|
|
4868
4957
|
|
|
4869
4958
|
|
|
4870
4959
|
|
|
@@ -4901,7 +4990,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4901
4990
|
<td class="type">
|
|
4902
4991
|
|
|
4903
4992
|
|
|
4904
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4993
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4994
|
+
|
|
4905
4995
|
|
|
4906
4996
|
|
|
4907
4997
|
|
|
@@ -4938,7 +5028,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4938
5028
|
<td class="type">
|
|
4939
5029
|
|
|
4940
5030
|
|
|
4941
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5031
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5032
|
+
|
|
4942
5033
|
|
|
4943
5034
|
|
|
4944
5035
|
|
|
@@ -4983,7 +5074,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
4983
5074
|
|
|
4984
5075
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4985
5076
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4986
|
-
<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>
|
|
5077
|
+
<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>
|
|
4987
5078
|
</li></ul></dd>
|
|
4988
5079
|
|
|
4989
5080
|
|
|
@@ -5122,6 +5213,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5122
5213
|
<span class="param-type">Object</span>
|
|
5123
5214
|
|
|
5124
5215
|
|
|
5216
|
+
|
|
5125
5217
|
|
|
5126
5218
|
</td>
|
|
5127
5219
|
|
|
@@ -5155,6 +5247,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5155
5247
|
<span class="param-type">String</span>
|
|
5156
5248
|
|
|
5157
5249
|
|
|
5250
|
+
|
|
5158
5251
|
|
|
5159
5252
|
</td>
|
|
5160
5253
|
|
|
@@ -5192,6 +5285,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5192
5285
|
<span class="param-type">String</span>
|
|
5193
5286
|
|
|
5194
5287
|
|
|
5288
|
+
|
|
5195
5289
|
|
|
5196
5290
|
</td>
|
|
5197
5291
|
|
|
@@ -5226,7 +5320,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5226
5320
|
<td class="type">
|
|
5227
5321
|
|
|
5228
5322
|
|
|
5229
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5323
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5324
|
+
|
|
5230
5325
|
|
|
5231
5326
|
|
|
5232
5327
|
|
|
@@ -5263,7 +5358,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5263
5358
|
<td class="type">
|
|
5264
5359
|
|
|
5265
5360
|
|
|
5266
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5361
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5362
|
+
|
|
5267
5363
|
|
|
5268
5364
|
|
|
5269
5365
|
|
|
@@ -5300,7 +5396,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5300
5396
|
<td class="type">
|
|
5301
5397
|
|
|
5302
5398
|
|
|
5303
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5399
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5400
|
+
|
|
5304
5401
|
|
|
5305
5402
|
|
|
5306
5403
|
|
|
@@ -5337,7 +5434,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5337
5434
|
<td class="type">
|
|
5338
5435
|
|
|
5339
5436
|
|
|
5340
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5437
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5438
|
+
|
|
5341
5439
|
|
|
5342
5440
|
|
|
5343
5441
|
|
|
@@ -5374,7 +5472,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5374
5472
|
<td class="type">
|
|
5375
5473
|
|
|
5376
5474
|
|
|
5377
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5475
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5476
|
+
|
|
5378
5477
|
|
|
5379
5478
|
|
|
5380
5479
|
|
|
@@ -5419,7 +5518,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5419
5518
|
|
|
5420
5519
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5421
5520
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5422
|
-
<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>
|
|
5521
|
+
<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>
|
|
5423
5522
|
</li></ul></dd>
|
|
5424
5523
|
|
|
5425
5524
|
|
|
@@ -5568,6 +5667,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5568
5667
|
<span class="param-type">Object</span>
|
|
5569
5668
|
|
|
5570
5669
|
|
|
5670
|
+
|
|
5571
5671
|
|
|
5572
5672
|
</td>
|
|
5573
5673
|
|
|
@@ -5601,6 +5701,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5601
5701
|
<span class="param-type">String</span>
|
|
5602
5702
|
|
|
5603
5703
|
|
|
5704
|
+
|
|
5604
5705
|
|
|
5605
5706
|
</td>
|
|
5606
5707
|
|
|
@@ -5638,6 +5739,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5638
5739
|
<span class="param-type">String</span>
|
|
5639
5740
|
|
|
5640
5741
|
|
|
5742
|
+
|
|
5641
5743
|
|
|
5642
5744
|
</td>
|
|
5643
5745
|
|
|
@@ -5672,7 +5774,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5672
5774
|
<td class="type">
|
|
5673
5775
|
|
|
5674
5776
|
|
|
5675
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5777
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5778
|
+
|
|
5676
5779
|
|
|
5677
5780
|
|
|
5678
5781
|
|
|
@@ -5709,7 +5812,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5709
5812
|
<td class="type">
|
|
5710
5813
|
|
|
5711
5814
|
|
|
5712
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5815
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5816
|
+
|
|
5713
5817
|
|
|
5714
5818
|
|
|
5715
5819
|
|
|
@@ -5746,7 +5850,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5746
5850
|
<td class="type">
|
|
5747
5851
|
|
|
5748
5852
|
|
|
5749
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5853
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5854
|
+
|
|
5750
5855
|
|
|
5751
5856
|
|
|
5752
5857
|
|
|
@@ -5783,7 +5888,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5783
5888
|
<td class="type">
|
|
5784
5889
|
|
|
5785
5890
|
|
|
5786
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5891
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5892
|
+
|
|
5787
5893
|
|
|
5788
5894
|
|
|
5789
5895
|
|
|
@@ -5820,7 +5926,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5820
5926
|
<td class="type">
|
|
5821
5927
|
|
|
5822
5928
|
|
|
5823
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5929
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5930
|
+
|
|
5824
5931
|
|
|
5825
5932
|
|
|
5826
5933
|
|
|
@@ -5865,7 +5972,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
5865
5972
|
|
|
5866
5973
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5867
5974
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5868
|
-
<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>
|
|
5975
|
+
<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>
|
|
5869
5976
|
</li></ul></dd>
|
|
5870
5977
|
|
|
5871
5978
|
|
|
@@ -6004,6 +6111,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6004
6111
|
<span class="param-type">Object</span>
|
|
6005
6112
|
|
|
6006
6113
|
|
|
6114
|
+
|
|
6007
6115
|
|
|
6008
6116
|
</td>
|
|
6009
6117
|
|
|
@@ -6037,6 +6145,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6037
6145
|
<span class="param-type">String</span>
|
|
6038
6146
|
|
|
6039
6147
|
|
|
6148
|
+
|
|
6040
6149
|
|
|
6041
6150
|
</td>
|
|
6042
6151
|
|
|
@@ -6074,6 +6183,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6074
6183
|
<span class="param-type">String</span>
|
|
6075
6184
|
|
|
6076
6185
|
|
|
6186
|
+
|
|
6077
6187
|
|
|
6078
6188
|
</td>
|
|
6079
6189
|
|
|
@@ -6108,7 +6218,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6108
6218
|
<td class="type">
|
|
6109
6219
|
|
|
6110
6220
|
|
|
6111
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6221
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6222
|
+
|
|
6112
6223
|
|
|
6113
6224
|
|
|
6114
6225
|
|
|
@@ -6145,7 +6256,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6145
6256
|
<td class="type">
|
|
6146
6257
|
|
|
6147
6258
|
|
|
6148
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6259
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6260
|
+
|
|
6149
6261
|
|
|
6150
6262
|
|
|
6151
6263
|
|
|
@@ -6182,7 +6294,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6182
6294
|
<td class="type">
|
|
6183
6295
|
|
|
6184
6296
|
|
|
6185
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6297
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6298
|
+
|
|
6186
6299
|
|
|
6187
6300
|
|
|
6188
6301
|
|
|
@@ -6219,7 +6332,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6219
6332
|
<td class="type">
|
|
6220
6333
|
|
|
6221
6334
|
|
|
6222
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6335
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6336
|
+
|
|
6223
6337
|
|
|
6224
6338
|
|
|
6225
6339
|
|
|
@@ -6256,7 +6370,8 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6256
6370
|
<td class="type">
|
|
6257
6371
|
|
|
6258
6372
|
|
|
6259
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6373
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6374
|
+
|
|
6260
6375
|
|
|
6261
6376
|
|
|
6262
6377
|
|
|
@@ -6301,7 +6416,7 @@ terrainCacheLayer = new TerrainCacheLayer({
|
|
|
6301
6416
|
|
|
6302
6417
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6303
6418
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6304
|
-
<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>
|
|
6419
|
+
<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>
|
|
6305
6420
|
</li></ul></dd>
|
|
6306
6421
|
|
|
6307
6422
|
|