@mapgis/webclient-common 17.0.2 → 17.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<span class="param-type">Object</span>
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
</td>
|
|
85
86
|
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
<span class="param-type">String</span>
|
|
103
104
|
|
|
104
105
|
|
|
106
|
+
|
|
105
107
|
|
|
106
108
|
</td>
|
|
107
109
|
|
|
@@ -124,7 +126,8 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
|
|
|
124
126
|
<td class="type">
|
|
125
127
|
|
|
126
128
|
|
|
127
|
-
<span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
129
|
+
<span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
130
|
+
|
|
128
131
|
|
|
129
132
|
|
|
130
133
|
|
|
@@ -157,6 +160,7 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
|
|
|
157
160
|
<span class="param-type">Object</span>
|
|
158
161
|
|
|
159
162
|
|
|
163
|
+
|
|
160
164
|
|
|
161
165
|
</td>
|
|
162
166
|
|
|
@@ -179,6 +183,7 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
|
|
|
179
183
|
<span class="param-type">Object</span>
|
|
180
184
|
|
|
181
185
|
|
|
186
|
+
|
|
182
187
|
|
|
183
188
|
</td>
|
|
184
189
|
|
|
@@ -507,7 +512,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
507
512
|
|
|
508
513
|
|
|
509
514
|
<ul>
|
|
510
|
-
<li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
515
|
+
<li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
|
|
511
516
|
</ul>
|
|
512
517
|
|
|
513
518
|
|
|
@@ -539,76 +544,82 @@ const layer = new M3DModelCacheLayer({
|
|
|
539
544
|
<tbody>
|
|
540
545
|
|
|
541
546
|
<tr class="deep-level-0">
|
|
542
|
-
<td class="name"><code><a href="
|
|
547
|
+
<td class="name"><code><a href="#boundingVolume">boundingVolume</a></code></td>
|
|
543
548
|
<td class="name">
|
|
544
549
|
<code>
|
|
545
550
|
|
|
546
551
|
<span class="param-type">Object</span>
|
|
547
552
|
|
|
548
553
|
|
|
554
|
+
|
|
549
555
|
</code>
|
|
550
556
|
</td>
|
|
551
557
|
<td class="name"><code><p>模型外包盒</p></code></td>
|
|
552
558
|
</tr>
|
|
553
559
|
|
|
554
560
|
<tr class="deep-level-0">
|
|
555
|
-
<td class="name"><code><a href="
|
|
561
|
+
<td class="name"><code><a href="#copyright">copyright</a></code></td>
|
|
556
562
|
<td class="name">
|
|
557
563
|
<code>
|
|
558
564
|
|
|
559
565
|
<span class="param-type">String</span>
|
|
560
566
|
|
|
561
567
|
|
|
568
|
+
|
|
562
569
|
</code>
|
|
563
570
|
</td>
|
|
564
571
|
<td class="name"><code><p>版权所有</p></code></td>
|
|
565
572
|
</tr>
|
|
566
573
|
|
|
567
574
|
<tr class="deep-level-0">
|
|
568
|
-
<td class="name"><code><a href="
|
|
575
|
+
<td class="name"><code><a href="#description">description</a></code></td>
|
|
569
576
|
<td class="name">
|
|
570
577
|
<code>
|
|
571
578
|
|
|
572
579
|
<span class="param-type">String</span>
|
|
573
580
|
|
|
574
581
|
|
|
582
|
+
|
|
575
583
|
</code>
|
|
576
584
|
</td>
|
|
577
585
|
<td class="name"><code><p>描述信息</p></code></td>
|
|
578
586
|
</tr>
|
|
579
587
|
|
|
580
588
|
<tr class="deep-level-0">
|
|
581
|
-
<td class="name"><code><a href="
|
|
589
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
582
590
|
<td class="name">
|
|
583
591
|
<code>
|
|
584
592
|
|
|
585
593
|
<span class="param-type">Object</span>
|
|
586
594
|
|
|
587
595
|
|
|
596
|
+
|
|
588
597
|
</code>
|
|
589
598
|
</td>
|
|
590
599
|
<td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
|
|
591
600
|
</tr>
|
|
592
601
|
|
|
593
602
|
<tr class="deep-level-0">
|
|
594
|
-
<td class="name"><code><a href="
|
|
603
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
595
604
|
<td class="name">
|
|
596
605
|
<code>
|
|
597
606
|
|
|
598
607
|
<span class="param-type">Object</span>
|
|
599
608
|
|
|
600
609
|
|
|
610
|
+
|
|
601
611
|
</code>
|
|
602
612
|
</td>
|
|
603
613
|
<td class="name"><code><p>存储额外参数的属性</p></code></td>
|
|
604
614
|
</tr>
|
|
605
615
|
|
|
606
616
|
<tr class="deep-level-0">
|
|
607
|
-
<td class="name"><code><a href="
|
|
617
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
608
618
|
<td class="name">
|
|
609
619
|
<code>
|
|
610
620
|
|
|
611
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
621
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
622
|
+
|
|
612
623
|
|
|
613
624
|
|
|
614
625
|
</code>
|
|
@@ -617,154 +628,166 @@ const layer = new M3DModelCacheLayer({
|
|
|
617
628
|
</tr>
|
|
618
629
|
|
|
619
630
|
<tr class="deep-level-0">
|
|
620
|
-
<td class="name"><code><a href="
|
|
631
|
+
<td class="name"><code><a href="#fieldInfo">fieldInfo</a></code></td>
|
|
621
632
|
<td class="name">
|
|
622
633
|
<code>
|
|
623
634
|
|
|
624
635
|
<span class="param-type">String</span>
|
|
625
636
|
|
|
626
637
|
|
|
638
|
+
|
|
627
639
|
</code>
|
|
628
640
|
</td>
|
|
629
641
|
<td class="name"><code><p>服务包含的表字段数组</p></code></td>
|
|
630
642
|
</tr>
|
|
631
643
|
|
|
632
644
|
<tr class="deep-level-0">
|
|
633
|
-
<td class="name"><code><a href="
|
|
645
|
+
<td class="name"><code><a href="#headers">headers</a></code></td>
|
|
634
646
|
<td class="name">
|
|
635
647
|
<code>
|
|
636
648
|
|
|
637
649
|
<span class="param-type">String</span>
|
|
638
650
|
|
|
639
651
|
|
|
652
|
+
|
|
640
653
|
</code>
|
|
641
654
|
</td>
|
|
642
655
|
<td class="name"><code><p>设置服务请求头</p></code></td>
|
|
643
656
|
</tr>
|
|
644
657
|
|
|
645
658
|
<tr class="deep-level-0">
|
|
646
|
-
<td class="name"><code><a href="
|
|
659
|
+
<td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
|
|
647
660
|
<td class="name">
|
|
648
661
|
<code>
|
|
649
662
|
|
|
650
663
|
<span class="param-type">String</span>
|
|
651
664
|
|
|
652
665
|
|
|
666
|
+
|
|
653
667
|
</code>
|
|
654
668
|
</td>
|
|
655
669
|
<td class="name"><code><p>http请求方式</p></code></td>
|
|
656
670
|
</tr>
|
|
657
671
|
|
|
658
672
|
<tr class="deep-level-0">
|
|
659
|
-
<td class="name"><code><a href="
|
|
673
|
+
<td class="name"><code><a href="#id">id</a></code></td>
|
|
660
674
|
<td class="name">
|
|
661
675
|
<code>
|
|
662
676
|
|
|
663
677
|
<span class="param-type">String</span>
|
|
664
678
|
|
|
665
679
|
|
|
680
|
+
|
|
666
681
|
</code>
|
|
667
682
|
</td>
|
|
668
683
|
<td class="name"><code><p>图层id</p></code></td>
|
|
669
684
|
</tr>
|
|
670
685
|
|
|
671
686
|
<tr class="deep-level-0">
|
|
672
|
-
<td class="name"><code><a href="
|
|
687
|
+
<td class="name"><code><a href="#index">index</a></code></td>
|
|
673
688
|
<td class="name">
|
|
674
689
|
<code>
|
|
675
690
|
|
|
676
691
|
<span class="param-type">Number</span>
|
|
677
692
|
|
|
678
693
|
|
|
694
|
+
|
|
679
695
|
</code>
|
|
680
696
|
</td>
|
|
681
697
|
<td class="name"><code><p>图层顺序</p></code></td>
|
|
682
698
|
</tr>
|
|
683
699
|
|
|
684
700
|
<tr class="deep-level-0">
|
|
685
|
-
<td class="name"><code><a href="
|
|
701
|
+
<td class="name"><code><a href="#loaded">loaded</a></code></td>
|
|
686
702
|
<td class="name">
|
|
687
703
|
<code>
|
|
688
704
|
|
|
689
705
|
<span class="param-type">Boolean</span>
|
|
690
706
|
|
|
691
707
|
|
|
708
|
+
|
|
692
709
|
</code>
|
|
693
710
|
</td>
|
|
694
711
|
<td class="name"><code><p>是否加载完毕</p></code></td>
|
|
695
712
|
</tr>
|
|
696
713
|
|
|
697
714
|
<tr class="deep-level-0">
|
|
698
|
-
<td class="name"><code><a href="
|
|
715
|
+
<td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
|
|
699
716
|
<td class="name">
|
|
700
717
|
<code>
|
|
701
718
|
|
|
702
719
|
<span class="param-type">String</span>
|
|
703
720
|
|
|
704
721
|
|
|
722
|
+
|
|
705
723
|
</code>
|
|
706
724
|
</td>
|
|
707
725
|
<td class="name"><code><p>图层加载状态</p></code></td>
|
|
708
726
|
</tr>
|
|
709
727
|
|
|
710
728
|
<tr class="deep-level-0">
|
|
711
|
-
<td class="name"><code><a href="
|
|
729
|
+
<td class="name"><code><a href="#maxScale">maxScale</a></code></td>
|
|
712
730
|
<td class="name">
|
|
713
731
|
<code>
|
|
714
732
|
|
|
715
733
|
<span class="param-type">Number</span>
|
|
716
734
|
|
|
717
735
|
|
|
736
|
+
|
|
718
737
|
</code>
|
|
719
738
|
</td>
|
|
720
739
|
<td class="name"><code><p>最大显示比例尺,图层在视图中可见的最大比例尺(最放大)。如果地图被放大到超过这个比例,图层将不可见。默认值为0,0表示图层没有最大比例尺、可见性不受最大比例尺限制。maxScale应该始终小于minScale。</p></code></td>
|
|
721
740
|
</tr>
|
|
722
741
|
|
|
723
742
|
<tr class="deep-level-0">
|
|
724
|
-
<td class="name"><code><a href="
|
|
743
|
+
<td class="name"><code><a href="#minScale">minScale</a></code></td>
|
|
725
744
|
<td class="name">
|
|
726
745
|
<code>
|
|
727
746
|
|
|
728
747
|
<span class="param-type">Number</span>
|
|
729
748
|
|
|
730
749
|
|
|
750
|
+
|
|
731
751
|
</code>
|
|
732
752
|
</td>
|
|
733
753
|
<td class="name"><code><p>最小显示比例尺,图层在视图中可见的最小比例尺(最缩小)。如果地图被缩小到超过这个比例,图层将不可见。默认值为0,0表示图层没有最小比例尺、可见性不受最小比例尺限制。minScale应该始终大于maxScale。</p></code></td>
|
|
734
754
|
</tr>
|
|
735
755
|
|
|
736
756
|
<tr class="deep-level-0">
|
|
737
|
-
<td class="name"><code><a href="
|
|
757
|
+
<td class="name"><code><a href="#opacity">opacity</a></code></td>
|
|
738
758
|
<td class="name">
|
|
739
759
|
<code>
|
|
740
760
|
|
|
741
761
|
<span class="param-type">Number</span>
|
|
742
762
|
|
|
743
763
|
|
|
764
|
+
|
|
744
765
|
</code>
|
|
745
766
|
</td>
|
|
746
767
|
<td class="name"><code><p>图层透明度,0到1之间的值,0为完全透明,1为不透明,会触发图层更新完毕事件</p></code></td>
|
|
747
768
|
</tr>
|
|
748
769
|
|
|
749
770
|
<tr class="deep-level-0">
|
|
750
|
-
<td class="name"><code><a href="
|
|
771
|
+
<td class="name"><code><a href="#position">position</a></code></td>
|
|
751
772
|
<td class="name">
|
|
752
773
|
<code>
|
|
753
774
|
|
|
754
775
|
<span class="param-type">Object</span>
|
|
755
776
|
|
|
756
777
|
|
|
778
|
+
|
|
757
779
|
</code>
|
|
758
780
|
</td>
|
|
759
781
|
<td class="name"><code><p>模型位置</p></code></td>
|
|
760
782
|
</tr>
|
|
761
783
|
|
|
762
784
|
<tr class="deep-level-0">
|
|
763
|
-
<td class="name"><code><a href="
|
|
785
|
+
<td class="name"><code><a href="#renderer">renderer</a></code></td>
|
|
764
786
|
<td class="name">
|
|
765
787
|
<code>
|
|
766
788
|
|
|
767
|
-
<span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
789
|
+
<span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
790
|
+
|
|
768
791
|
|
|
769
792
|
|
|
770
793
|
</code>
|
|
@@ -773,117 +796,126 @@ const layer = new M3DModelCacheLayer({
|
|
|
773
796
|
</tr>
|
|
774
797
|
|
|
775
798
|
<tr class="deep-level-0">
|
|
776
|
-
<td class="name"><code><a href="
|
|
799
|
+
<td class="name"><code><a href="#sceneName">sceneName</a></code></td>
|
|
777
800
|
<td class="name">
|
|
778
801
|
<code>
|
|
779
802
|
|
|
780
803
|
<span class="param-type">String</span>
|
|
781
804
|
|
|
782
805
|
|
|
806
|
+
|
|
783
807
|
</code>
|
|
784
808
|
</td>
|
|
785
809
|
<td class="name"><code><p>服务名</p></code></td>
|
|
786
810
|
</tr>
|
|
787
811
|
|
|
788
812
|
<tr class="deep-level-0">
|
|
789
|
-
<td class="name"><code><a href="
|
|
813
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
790
814
|
<td class="name">
|
|
791
815
|
<code>
|
|
792
816
|
|
|
793
817
|
<span class="param-type">Object</span>
|
|
794
818
|
|
|
795
819
|
|
|
820
|
+
|
|
796
821
|
</code>
|
|
797
822
|
</td>
|
|
798
823
|
<td class="name"><code><p>模型坐标系</p></code></td>
|
|
799
824
|
</tr>
|
|
800
825
|
|
|
801
826
|
<tr class="deep-level-0">
|
|
802
|
-
<td class="name"><code><a href="
|
|
827
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
803
828
|
<td class="name">
|
|
804
829
|
<code>
|
|
805
830
|
|
|
806
831
|
<span class="param-type">String</span>
|
|
807
832
|
|
|
808
833
|
|
|
834
|
+
|
|
809
835
|
</code>
|
|
810
836
|
</td>
|
|
811
837
|
<td class="name"><code><p>图层名称</p></code></td>
|
|
812
838
|
</tr>
|
|
813
839
|
|
|
814
840
|
<tr class="deep-level-0">
|
|
815
|
-
<td class="name"><code><a href="
|
|
841
|
+
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
816
842
|
<td class="name">
|
|
817
843
|
<code>
|
|
818
844
|
|
|
819
845
|
<span class="param-type">String</span>
|
|
820
846
|
|
|
821
847
|
|
|
848
|
+
|
|
822
849
|
</code>
|
|
823
850
|
</td>
|
|
824
851
|
<td class="name"><code><p>token名</p></code></td>
|
|
825
852
|
</tr>
|
|
826
853
|
|
|
827
854
|
<tr class="deep-level-0">
|
|
828
|
-
<td class="name"><code><a href="
|
|
855
|
+
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
829
856
|
<td class="name">
|
|
830
857
|
<code>
|
|
831
858
|
|
|
832
859
|
<span class="param-type">String</span>
|
|
833
860
|
|
|
834
861
|
|
|
862
|
+
|
|
835
863
|
</code>
|
|
836
864
|
</td>
|
|
837
865
|
<td class="name"><code><p>token值</p></code></td>
|
|
838
866
|
</tr>
|
|
839
867
|
|
|
840
868
|
<tr class="deep-level-0">
|
|
841
|
-
<td class="name"><code><a href="
|
|
869
|
+
<td class="name"><code><a href="#type">type</a></code></td>
|
|
842
870
|
<td class="name">
|
|
843
871
|
<code>
|
|
844
872
|
|
|
845
873
|
<span class="param-type">String</span>
|
|
846
874
|
|
|
847
875
|
|
|
876
|
+
|
|
848
877
|
</code>
|
|
849
878
|
</td>
|
|
850
879
|
<td class="name"><code><p>图层类型</p></code></td>
|
|
851
880
|
</tr>
|
|
852
881
|
|
|
853
882
|
<tr class="deep-level-0">
|
|
854
|
-
<td class="name"><code><a href="
|
|
883
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
855
884
|
<td class="name">
|
|
856
885
|
<code>
|
|
857
886
|
|
|
858
887
|
<span class="param-type">String</span>
|
|
859
888
|
|
|
860
889
|
|
|
890
|
+
|
|
861
891
|
</code>
|
|
862
892
|
</td>
|
|
863
893
|
<td class="name"><code><p>服务基地址</p></code></td>
|
|
864
894
|
</tr>
|
|
865
895
|
|
|
866
896
|
<tr class="deep-level-0">
|
|
867
|
-
<td class="name"><code><a href="
|
|
897
|
+
<td class="name"><code><a href="#version">version</a></code></td>
|
|
868
898
|
<td class="name">
|
|
869
899
|
<code>
|
|
870
900
|
|
|
871
901
|
<span class="param-type">String</span>
|
|
872
902
|
|
|
873
903
|
|
|
904
|
+
|
|
874
905
|
</code>
|
|
875
906
|
</td>
|
|
876
907
|
<td class="name"><code><p>服务版本号</p></code></td>
|
|
877
908
|
</tr>
|
|
878
909
|
|
|
879
910
|
<tr class="deep-level-0">
|
|
880
|
-
<td class="name"><code><a href="
|
|
911
|
+
<td class="name"><code><a href="#visible">visible</a></code></td>
|
|
881
912
|
<td class="name">
|
|
882
913
|
<code>
|
|
883
914
|
|
|
884
915
|
<span class="param-type">Number</span>
|
|
885
916
|
|
|
886
917
|
|
|
918
|
+
|
|
887
919
|
</code>
|
|
888
920
|
</td>
|
|
889
921
|
<td class="name"><code><p>图层显示或隐藏,true则显示,false则隐藏,会触发图层更新完毕事件</p></code></td>
|
|
@@ -903,6 +935,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
903
935
|
<span class="param-type">Object</span>
|
|
904
936
|
|
|
905
937
|
|
|
938
|
+
|
|
906
939
|
</span>
|
|
907
940
|
|
|
908
941
|
<h4 class="name" id="boundingVolume">
|
|
@@ -973,6 +1006,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
973
1006
|
<span class="param-type">String</span>
|
|
974
1007
|
|
|
975
1008
|
|
|
1009
|
+
|
|
976
1010
|
</span>
|
|
977
1011
|
|
|
978
1012
|
<h4 class="name" id="copyright">
|
|
@@ -1008,7 +1042,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1008
1042
|
|
|
1009
1043
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1010
1044
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1011
|
-
<a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
1045
|
+
<a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
|
|
1012
1046
|
</li></ul></dd>
|
|
1013
1047
|
|
|
1014
1048
|
|
|
@@ -1052,6 +1086,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1052
1086
|
<span class="param-type">String</span>
|
|
1053
1087
|
|
|
1054
1088
|
|
|
1089
|
+
|
|
1055
1090
|
</span>
|
|
1056
1091
|
|
|
1057
1092
|
<h4 class="name" id="description">
|
|
@@ -1127,6 +1162,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1127
1162
|
<span class="param-type">Object</span>
|
|
1128
1163
|
|
|
1129
1164
|
|
|
1165
|
+
|
|
1130
1166
|
</span>
|
|
1131
1167
|
|
|
1132
1168
|
<h4 class="name" id="extendOptions">
|
|
@@ -1202,6 +1238,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1202
1238
|
<span class="param-type">Object</span>
|
|
1203
1239
|
|
|
1204
1240
|
|
|
1241
|
+
|
|
1205
1242
|
</span>
|
|
1206
1243
|
|
|
1207
1244
|
<h4 class="name" id="extendProps">
|
|
@@ -1233,7 +1270,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1233
1270
|
|
|
1234
1271
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1235
1272
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1236
|
-
<a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
1273
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
1237
1274
|
</li></ul></dd>
|
|
1238
1275
|
|
|
1239
1276
|
|
|
@@ -1274,7 +1311,8 @@ const layer = new M3DModelCacheLayer({
|
|
|
1274
1311
|
<span class="method-parameter is-pulled-right">
|
|
1275
1312
|
<label>类型:</label>
|
|
1276
1313
|
|
|
1277
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
1314
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
1315
|
+
|
|
1278
1316
|
|
|
1279
1317
|
|
|
1280
1318
|
</span>
|
|
@@ -1312,7 +1350,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1312
1350
|
|
|
1313
1351
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1314
1352
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1315
|
-
<a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
1353
|
+
<a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
|
|
1316
1354
|
</li></ul></dd>
|
|
1317
1355
|
|
|
1318
1356
|
|
|
@@ -1356,6 +1394,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1356
1394
|
<span class="param-type">String</span>
|
|
1357
1395
|
|
|
1358
1396
|
|
|
1397
|
+
|
|
1359
1398
|
</span>
|
|
1360
1399
|
|
|
1361
1400
|
<h4 class="name" id="fieldInfo">
|
|
@@ -1426,6 +1465,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1426
1465
|
<span class="param-type">String</span>
|
|
1427
1466
|
|
|
1428
1467
|
|
|
1468
|
+
|
|
1429
1469
|
</span>
|
|
1430
1470
|
|
|
1431
1471
|
<h4 class="name" id="headers">
|
|
@@ -1457,7 +1497,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1457
1497
|
|
|
1458
1498
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1459
1499
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1460
|
-
<a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
1500
|
+
<a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
|
|
1461
1501
|
</li></ul></dd>
|
|
1462
1502
|
|
|
1463
1503
|
|
|
@@ -1501,6 +1541,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1501
1541
|
<span class="param-type">String</span>
|
|
1502
1542
|
|
|
1503
1543
|
|
|
1544
|
+
|
|
1504
1545
|
</span>
|
|
1505
1546
|
|
|
1506
1547
|
<h4 class="name" id="httpMethod">
|
|
@@ -1532,7 +1573,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1532
1573
|
|
|
1533
1574
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1534
1575
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1535
|
-
<a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1576
|
+
<a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
|
|
1536
1577
|
</li></ul></dd>
|
|
1537
1578
|
|
|
1538
1579
|
|
|
@@ -1576,6 +1617,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1576
1617
|
<span class="param-type">String</span>
|
|
1577
1618
|
|
|
1578
1619
|
|
|
1620
|
+
|
|
1579
1621
|
</span>
|
|
1580
1622
|
|
|
1581
1623
|
<h4 class="name" id="id">
|
|
@@ -1611,7 +1653,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1611
1653
|
|
|
1612
1654
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1613
1655
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1614
|
-
<a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1656
|
+
<a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
|
|
1615
1657
|
</li></ul></dd>
|
|
1616
1658
|
|
|
1617
1659
|
|
|
@@ -1655,6 +1697,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1655
1697
|
<span class="param-type">Number</span>
|
|
1656
1698
|
|
|
1657
1699
|
|
|
1700
|
+
|
|
1658
1701
|
</span>
|
|
1659
1702
|
|
|
1660
1703
|
<h4 class="name" id="index">
|
|
@@ -1686,7 +1729,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1686
1729
|
|
|
1687
1730
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1688
1731
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1689
|
-
<a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1732
|
+
<a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
|
|
1690
1733
|
</li></ul></dd>
|
|
1691
1734
|
|
|
1692
1735
|
|
|
@@ -1730,6 +1773,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1730
1773
|
<span class="param-type">Boolean</span>
|
|
1731
1774
|
|
|
1732
1775
|
|
|
1776
|
+
|
|
1733
1777
|
</span>
|
|
1734
1778
|
|
|
1735
1779
|
<h4 class="name" id="loaded">
|
|
@@ -1765,7 +1809,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1765
1809
|
|
|
1766
1810
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1767
1811
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1768
|
-
<a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1812
|
+
<a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
|
|
1769
1813
|
</li></ul></dd>
|
|
1770
1814
|
|
|
1771
1815
|
|
|
@@ -1814,6 +1858,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1814
1858
|
<span class="param-type">String</span>
|
|
1815
1859
|
|
|
1816
1860
|
|
|
1861
|
+
|
|
1817
1862
|
</span>
|
|
1818
1863
|
|
|
1819
1864
|
<h4 class="name" id="loadStatus">
|
|
@@ -1849,7 +1894,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1849
1894
|
|
|
1850
1895
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1851
1896
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1852
|
-
<a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1897
|
+
<a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
|
|
1853
1898
|
</li></ul></dd>
|
|
1854
1899
|
|
|
1855
1900
|
|
|
@@ -1898,6 +1943,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1898
1943
|
<span class="param-type">Number</span>
|
|
1899
1944
|
|
|
1900
1945
|
|
|
1946
|
+
|
|
1901
1947
|
</span>
|
|
1902
1948
|
|
|
1903
1949
|
<h4 class="name" id="maxScale">
|
|
@@ -1929,7 +1975,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1929
1975
|
|
|
1930
1976
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1931
1977
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1932
|
-
<a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1978
|
+
<a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
|
|
1933
1979
|
</li></ul></dd>
|
|
1934
1980
|
|
|
1935
1981
|
|
|
@@ -1978,6 +2024,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
1978
2024
|
<span class="param-type">Number</span>
|
|
1979
2025
|
|
|
1980
2026
|
|
|
2027
|
+
|
|
1981
2028
|
</span>
|
|
1982
2029
|
|
|
1983
2030
|
<h4 class="name" id="minScale">
|
|
@@ -2009,7 +2056,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2009
2056
|
|
|
2010
2057
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2011
2058
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2012
|
-
<a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
2059
|
+
<a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
|
|
2013
2060
|
</li></ul></dd>
|
|
2014
2061
|
|
|
2015
2062
|
|
|
@@ -2058,6 +2105,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2058
2105
|
<span class="param-type">Number</span>
|
|
2059
2106
|
|
|
2060
2107
|
|
|
2108
|
+
|
|
2061
2109
|
</span>
|
|
2062
2110
|
|
|
2063
2111
|
<h4 class="name" id="opacity">
|
|
@@ -2089,7 +2137,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2089
2137
|
|
|
2090
2138
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2091
2139
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2092
|
-
<a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
2140
|
+
<a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
|
|
2093
2141
|
</li></ul></dd>
|
|
2094
2142
|
|
|
2095
2143
|
|
|
@@ -2133,6 +2181,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2133
2181
|
<span class="param-type">Object</span>
|
|
2134
2182
|
|
|
2135
2183
|
|
|
2184
|
+
|
|
2136
2185
|
</span>
|
|
2137
2186
|
|
|
2138
2187
|
<h4 class="name" id="position">
|
|
@@ -2200,7 +2249,8 @@ const layer = new M3DModelCacheLayer({
|
|
|
2200
2249
|
<span class="method-parameter is-pulled-right">
|
|
2201
2250
|
<label>类型:</label>
|
|
2202
2251
|
|
|
2203
|
-
<span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
2252
|
+
<span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
|
|
2253
|
+
|
|
2204
2254
|
|
|
2205
2255
|
|
|
2206
2256
|
</span>
|
|
@@ -2273,6 +2323,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2273
2323
|
<span class="param-type">String</span>
|
|
2274
2324
|
|
|
2275
2325
|
|
|
2326
|
+
|
|
2276
2327
|
</span>
|
|
2277
2328
|
|
|
2278
2329
|
<h4 class="name" id="sceneName">
|
|
@@ -2343,6 +2394,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2343
2394
|
<span class="param-type">Object</span>
|
|
2344
2395
|
|
|
2345
2396
|
|
|
2397
|
+
|
|
2346
2398
|
</span>
|
|
2347
2399
|
|
|
2348
2400
|
<h4 class="name" id="spatialReference">
|
|
@@ -2418,6 +2470,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2418
2470
|
<span class="param-type">String</span>
|
|
2419
2471
|
|
|
2420
2472
|
|
|
2473
|
+
|
|
2421
2474
|
</span>
|
|
2422
2475
|
|
|
2423
2476
|
<h4 class="name" id="title">
|
|
@@ -2449,7 +2502,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2449
2502
|
|
|
2450
2503
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2451
2504
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2452
|
-
<a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
2505
|
+
<a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
|
|
2453
2506
|
</li></ul></dd>
|
|
2454
2507
|
|
|
2455
2508
|
|
|
@@ -2493,6 +2546,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2493
2546
|
<span class="param-type">String</span>
|
|
2494
2547
|
|
|
2495
2548
|
|
|
2549
|
+
|
|
2496
2550
|
</span>
|
|
2497
2551
|
|
|
2498
2552
|
<h4 class="name" id="tokenKey">
|
|
@@ -2524,7 +2578,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2524
2578
|
|
|
2525
2579
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2526
2580
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2527
|
-
<a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
2581
|
+
<a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
|
|
2528
2582
|
</li></ul></dd>
|
|
2529
2583
|
|
|
2530
2584
|
|
|
@@ -2573,6 +2627,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2573
2627
|
<span class="param-type">String</span>
|
|
2574
2628
|
|
|
2575
2629
|
|
|
2630
|
+
|
|
2576
2631
|
</span>
|
|
2577
2632
|
|
|
2578
2633
|
<h4 class="name" id="tokenValue">
|
|
@@ -2604,7 +2659,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2604
2659
|
|
|
2605
2660
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2606
2661
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2607
|
-
<a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2662
|
+
<a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
|
|
2608
2663
|
</li></ul></dd>
|
|
2609
2664
|
|
|
2610
2665
|
|
|
@@ -2648,6 +2703,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2648
2703
|
<span class="param-type">String</span>
|
|
2649
2704
|
|
|
2650
2705
|
|
|
2706
|
+
|
|
2651
2707
|
</span>
|
|
2652
2708
|
|
|
2653
2709
|
<h4 class="name" id="type">
|
|
@@ -2723,6 +2779,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2723
2779
|
<span class="param-type">String</span>
|
|
2724
2780
|
|
|
2725
2781
|
|
|
2782
|
+
|
|
2726
2783
|
</span>
|
|
2727
2784
|
|
|
2728
2785
|
<h4 class="name" id="url">
|
|
@@ -2793,6 +2850,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2793
2850
|
<span class="param-type">String</span>
|
|
2794
2851
|
|
|
2795
2852
|
|
|
2853
|
+
|
|
2796
2854
|
</span>
|
|
2797
2855
|
|
|
2798
2856
|
<h4 class="name" id="version">
|
|
@@ -2863,6 +2921,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2863
2921
|
<span class="param-type">Number</span>
|
|
2864
2922
|
|
|
2865
2923
|
|
|
2924
|
+
|
|
2866
2925
|
</span>
|
|
2867
2926
|
|
|
2868
2927
|
<h4 class="name" id="visible">
|
|
@@ -2894,7 +2953,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2894
2953
|
|
|
2895
2954
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2896
2955
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2897
|
-
<a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2956
|
+
<a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
|
|
2898
2957
|
</li></ul></dd>
|
|
2899
2958
|
|
|
2900
2959
|
|
|
@@ -2951,7 +3010,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2951
3010
|
<tbody>
|
|
2952
3011
|
|
|
2953
3012
|
<tr class="deep-level-0">
|
|
2954
|
-
<td class="name"><code><a href="
|
|
3013
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
2955
3014
|
<td class="name">
|
|
2956
3015
|
<code>
|
|
2957
3016
|
|
|
@@ -2962,12 +3021,13 @@ const layer = new M3DModelCacheLayer({
|
|
|
2962
3021
|
</tr>
|
|
2963
3022
|
|
|
2964
3023
|
<tr class="deep-level-0">
|
|
2965
|
-
<td class="name"><code><a href="
|
|
3024
|
+
<td class="name"><code><a href="#fromServerUrl">fromServerUrl</a></code></td>
|
|
2966
3025
|
<td class="name">
|
|
2967
3026
|
<code>
|
|
2968
3027
|
|
|
2969
3028
|
|
|
2970
|
-
<span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
|
|
3029
|
+
<span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
|
|
3030
|
+
|
|
2971
3031
|
|
|
2972
3032
|
|
|
2973
3033
|
|
|
@@ -2978,12 +3038,13 @@ const layer = new M3DModelCacheLayer({
|
|
|
2978
3038
|
</tr>
|
|
2979
3039
|
|
|
2980
3040
|
<tr class="deep-level-0">
|
|
2981
|
-
<td class="name"><code><a href="
|
|
3041
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
2982
3042
|
<td class="name">
|
|
2983
3043
|
<code>
|
|
2984
3044
|
|
|
2985
3045
|
|
|
2986
|
-
<span class="param-type"><a class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
|
|
3046
|
+
<span class="param-type"><a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
|
|
3047
|
+
|
|
2987
3048
|
|
|
2988
3049
|
|
|
2989
3050
|
|
|
@@ -2994,7 +3055,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
2994
3055
|
</tr>
|
|
2995
3056
|
|
|
2996
3057
|
<tr class="deep-level-0">
|
|
2997
|
-
<td class="name"><code><a href="
|
|
3058
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2998
3059
|
<td class="name">
|
|
2999
3060
|
<code>
|
|
3000
3061
|
|
|
@@ -3002,6 +3063,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3002
3063
|
<span class="param-type">*</span>
|
|
3003
3064
|
|
|
3004
3065
|
|
|
3066
|
+
|
|
3005
3067
|
|
|
3006
3068
|
</code>
|
|
3007
3069
|
</td>
|
|
@@ -3009,7 +3071,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3009
3071
|
</tr>
|
|
3010
3072
|
|
|
3011
3073
|
<tr class="deep-level-0">
|
|
3012
|
-
<td class="name"><code><a href="
|
|
3074
|
+
<td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
|
|
3013
3075
|
<td class="name">
|
|
3014
3076
|
<code>
|
|
3015
3077
|
|
|
@@ -3017,6 +3079,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3017
3079
|
<span class="param-type">Boolean</span>
|
|
3018
3080
|
|
|
3019
3081
|
|
|
3082
|
+
|
|
3020
3083
|
|
|
3021
3084
|
</code>
|
|
3022
3085
|
</td>
|
|
@@ -3024,12 +3087,13 @@ const layer = new M3DModelCacheLayer({
|
|
|
3024
3087
|
</tr>
|
|
3025
3088
|
|
|
3026
3089
|
<tr class="deep-level-0">
|
|
3027
|
-
<td class="name"><code><a href="
|
|
3090
|
+
<td class="name"><code><a href="#load">load</a></code></td>
|
|
3028
3091
|
<td class="name">
|
|
3029
3092
|
<code>
|
|
3030
3093
|
|
|
3031
3094
|
|
|
3032
|
-
<span class="param-type">Promise.<<a href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
|
|
3095
|
+
<span class="param-type">Promise.<<a link="Promise.<M3DModelCacheLayer>.html" onclick="getTypeHTML(event)" href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
|
|
3096
|
+
|
|
3033
3097
|
|
|
3034
3098
|
|
|
3035
3099
|
|
|
@@ -3039,7 +3103,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3039
3103
|
</tr>
|
|
3040
3104
|
|
|
3041
3105
|
<tr class="deep-level-0">
|
|
3042
|
-
<td class="name"><code><a href="
|
|
3106
|
+
<td class="name"><code><a href="#refresh">refresh</a></code></td>
|
|
3043
3107
|
<td class="name">
|
|
3044
3108
|
<code>
|
|
3045
3109
|
|
|
@@ -3049,7 +3113,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3049
3113
|
</tr>
|
|
3050
3114
|
|
|
3051
3115
|
<tr class="deep-level-0">
|
|
3052
|
-
<td class="name"><code><a href="
|
|
3116
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
3053
3117
|
<td class="name">
|
|
3054
3118
|
<code>
|
|
3055
3119
|
|
|
@@ -3057,6 +3121,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3057
3121
|
<span class="param-type">Object</span>
|
|
3058
3122
|
|
|
3059
3123
|
|
|
3124
|
+
|
|
3060
3125
|
|
|
3061
3126
|
</code>
|
|
3062
3127
|
</td>
|
|
@@ -3136,6 +3201,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3136
3201
|
<span class="param-type">Object</span>
|
|
3137
3202
|
|
|
3138
3203
|
|
|
3204
|
+
|
|
3139
3205
|
|
|
3140
3206
|
</td>
|
|
3141
3207
|
|
|
@@ -3281,6 +3347,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3281
3347
|
<span class="param-type">String</span>
|
|
3282
3348
|
|
|
3283
3349
|
|
|
3350
|
+
|
|
3284
3351
|
|
|
3285
3352
|
</td>
|
|
3286
3353
|
|
|
@@ -3366,7 +3433,8 @@ const layer = new M3DModelCacheLayer({
|
|
|
3366
3433
|
<div class='column is-5 has-text-left'>
|
|
3367
3434
|
<label>类型: </label>
|
|
3368
3435
|
|
|
3369
|
-
<span class="param-type"><a class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
|
|
3436
|
+
<span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
|
|
3437
|
+
|
|
3370
3438
|
|
|
3371
3439
|
|
|
3372
3440
|
</div>
|
|
@@ -3488,7 +3556,8 @@ const layer = new M3DModelCacheLayer({
|
|
|
3488
3556
|
<div class='column is-5 has-text-left'>
|
|
3489
3557
|
<label>类型: </label>
|
|
3490
3558
|
|
|
3491
|
-
<span class="param-type"><a class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
|
|
3559
|
+
<span class="param-type"><a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
|
|
3560
|
+
|
|
3492
3561
|
|
|
3493
3562
|
|
|
3494
3563
|
</div>
|
|
@@ -3544,7 +3613,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3544
3613
|
|
|
3545
3614
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3546
3615
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3547
|
-
<a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
3616
|
+
<a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
|
|
3548
3617
|
</li></ul></dd>
|
|
3549
3618
|
|
|
3550
3619
|
|
|
@@ -3606,6 +3675,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3606
3675
|
<span class="param-type">*</span>
|
|
3607
3676
|
|
|
3608
3677
|
|
|
3678
|
+
|
|
3609
3679
|
</div>
|
|
3610
3680
|
|
|
3611
3681
|
</div>
|
|
@@ -3663,7 +3733,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3663
3733
|
|
|
3664
3734
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3665
3735
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3666
|
-
<a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
3736
|
+
<a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
|
|
3667
3737
|
</li></ul></dd>
|
|
3668
3738
|
|
|
3669
3739
|
|
|
@@ -3727,6 +3797,7 @@ const layer = new M3DModelCacheLayer({
|
|
|
3727
3797
|
<span class="param-type">Boolean</span>
|
|
3728
3798
|
|
|
3729
3799
|
|
|
3800
|
+
|
|
3730
3801
|
</div>
|
|
3731
3802
|
|
|
3732
3803
|
</div>
|
|
@@ -3838,7 +3909,8 @@ const layer = new M3DModelCacheLayer({
|
|
|
3838
3909
|
<div class='column is-5 has-text-left'>
|
|
3839
3910
|
<label>类型: </label>
|
|
3840
3911
|
|
|
3841
|
-
<span class="param-type">Promise.<<a href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
|
|
3912
|
+
<span class="param-type">Promise.<<a link="Promise.<M3DModelCacheLayer>.html" onclick="getTypeHTML(event)" href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
|
|
3913
|
+
|
|
3842
3914
|
|
|
3843
3915
|
|
|
3844
3916
|
</div>
|
|
@@ -3919,7 +3991,7 @@ layer.load().then((result) => {
|
|
|
3919
3991
|
|
|
3920
3992
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3921
3993
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3922
|
-
<a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3994
|
+
<a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
|
|
3923
3995
|
</li></ul></dd>
|
|
3924
3996
|
|
|
3925
3997
|
|
|
@@ -4080,6 +4152,7 @@ layer.load().then((result) => {
|
|
|
4080
4152
|
<span class="param-type">Object</span>
|
|
4081
4153
|
|
|
4082
4154
|
|
|
4155
|
+
|
|
4083
4156
|
</div>
|
|
4084
4157
|
|
|
4085
4158
|
</div>
|
|
@@ -4229,6 +4302,7 @@ layer.load().then((result) => {
|
|
|
4229
4302
|
<span class="param-type">Object</span>
|
|
4230
4303
|
|
|
4231
4304
|
|
|
4305
|
+
|
|
4232
4306
|
|
|
4233
4307
|
</td>
|
|
4234
4308
|
|
|
@@ -4262,6 +4336,7 @@ layer.load().then((result) => {
|
|
|
4262
4336
|
<span class="param-type">String</span>
|
|
4263
4337
|
|
|
4264
4338
|
|
|
4339
|
+
|
|
4265
4340
|
|
|
4266
4341
|
</td>
|
|
4267
4342
|
|
|
@@ -4299,6 +4374,7 @@ layer.load().then((result) => {
|
|
|
4299
4374
|
<span class="param-type">String</span>
|
|
4300
4375
|
|
|
4301
4376
|
|
|
4377
|
+
|
|
4302
4378
|
|
|
4303
4379
|
</td>
|
|
4304
4380
|
|
|
@@ -4333,7 +4409,8 @@ layer.load().then((result) => {
|
|
|
4333
4409
|
<td class="type">
|
|
4334
4410
|
|
|
4335
4411
|
|
|
4336
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4412
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4413
|
+
|
|
4337
4414
|
|
|
4338
4415
|
|
|
4339
4416
|
|
|
@@ -4370,7 +4447,8 @@ layer.load().then((result) => {
|
|
|
4370
4447
|
<td class="type">
|
|
4371
4448
|
|
|
4372
4449
|
|
|
4373
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4450
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4451
|
+
|
|
4374
4452
|
|
|
4375
4453
|
|
|
4376
4454
|
|
|
@@ -4407,7 +4485,8 @@ layer.load().then((result) => {
|
|
|
4407
4485
|
<td class="type">
|
|
4408
4486
|
|
|
4409
4487
|
|
|
4410
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4488
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4489
|
+
|
|
4411
4490
|
|
|
4412
4491
|
|
|
4413
4492
|
|
|
@@ -4444,7 +4523,8 @@ layer.load().then((result) => {
|
|
|
4444
4523
|
<td class="type">
|
|
4445
4524
|
|
|
4446
4525
|
|
|
4447
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4526
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4527
|
+
|
|
4448
4528
|
|
|
4449
4529
|
|
|
4450
4530
|
|
|
@@ -4481,7 +4561,8 @@ layer.load().then((result) => {
|
|
|
4481
4561
|
<td class="type">
|
|
4482
4562
|
|
|
4483
4563
|
|
|
4484
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4564
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4565
|
+
|
|
4485
4566
|
|
|
4486
4567
|
|
|
4487
4568
|
|
|
@@ -4526,7 +4607,7 @@ layer.load().then((result) => {
|
|
|
4526
4607
|
|
|
4527
4608
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4528
4609
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4529
|
-
<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>
|
|
4610
|
+
<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>
|
|
4530
4611
|
</li></ul></dd>
|
|
4531
4612
|
|
|
4532
4613
|
|
|
@@ -4675,6 +4756,7 @@ layer.load().then((result) => {
|
|
|
4675
4756
|
<span class="param-type">Object</span>
|
|
4676
4757
|
|
|
4677
4758
|
|
|
4759
|
+
|
|
4678
4760
|
|
|
4679
4761
|
</td>
|
|
4680
4762
|
|
|
@@ -4708,6 +4790,7 @@ layer.load().then((result) => {
|
|
|
4708
4790
|
<span class="param-type">String</span>
|
|
4709
4791
|
|
|
4710
4792
|
|
|
4793
|
+
|
|
4711
4794
|
|
|
4712
4795
|
</td>
|
|
4713
4796
|
|
|
@@ -4745,6 +4828,7 @@ layer.load().then((result) => {
|
|
|
4745
4828
|
<span class="param-type">String</span>
|
|
4746
4829
|
|
|
4747
4830
|
|
|
4831
|
+
|
|
4748
4832
|
|
|
4749
4833
|
</td>
|
|
4750
4834
|
|
|
@@ -4779,7 +4863,8 @@ layer.load().then((result) => {
|
|
|
4779
4863
|
<td class="type">
|
|
4780
4864
|
|
|
4781
4865
|
|
|
4782
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
4866
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
4867
|
+
|
|
4783
4868
|
|
|
4784
4869
|
|
|
4785
4870
|
|
|
@@ -4816,7 +4901,8 @@ layer.load().then((result) => {
|
|
|
4816
4901
|
<td class="type">
|
|
4817
4902
|
|
|
4818
4903
|
|
|
4819
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4904
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4905
|
+
|
|
4820
4906
|
|
|
4821
4907
|
|
|
4822
4908
|
|
|
@@ -4853,7 +4939,8 @@ layer.load().then((result) => {
|
|
|
4853
4939
|
<td class="type">
|
|
4854
4940
|
|
|
4855
4941
|
|
|
4856
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4942
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
4943
|
+
|
|
4857
4944
|
|
|
4858
4945
|
|
|
4859
4946
|
|
|
@@ -4890,7 +4977,8 @@ layer.load().then((result) => {
|
|
|
4890
4977
|
<td class="type">
|
|
4891
4978
|
|
|
4892
4979
|
|
|
4893
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4980
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4981
|
+
|
|
4894
4982
|
|
|
4895
4983
|
|
|
4896
4984
|
|
|
@@ -4927,7 +5015,8 @@ layer.load().then((result) => {
|
|
|
4927
5015
|
<td class="type">
|
|
4928
5016
|
|
|
4929
5017
|
|
|
4930
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5018
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5019
|
+
|
|
4931
5020
|
|
|
4932
5021
|
|
|
4933
5022
|
|
|
@@ -4972,7 +5061,7 @@ layer.load().then((result) => {
|
|
|
4972
5061
|
|
|
4973
5062
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4974
5063
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4975
|
-
<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>
|
|
5064
|
+
<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>
|
|
4976
5065
|
</li></ul></dd>
|
|
4977
5066
|
|
|
4978
5067
|
|
|
@@ -5111,6 +5200,7 @@ layer.load().then((result) => {
|
|
|
5111
5200
|
<span class="param-type">Object</span>
|
|
5112
5201
|
|
|
5113
5202
|
|
|
5203
|
+
|
|
5114
5204
|
|
|
5115
5205
|
</td>
|
|
5116
5206
|
|
|
@@ -5144,6 +5234,7 @@ layer.load().then((result) => {
|
|
|
5144
5234
|
<span class="param-type">String</span>
|
|
5145
5235
|
|
|
5146
5236
|
|
|
5237
|
+
|
|
5147
5238
|
|
|
5148
5239
|
</td>
|
|
5149
5240
|
|
|
@@ -5181,6 +5272,7 @@ layer.load().then((result) => {
|
|
|
5181
5272
|
<span class="param-type">String</span>
|
|
5182
5273
|
|
|
5183
5274
|
|
|
5275
|
+
|
|
5184
5276
|
|
|
5185
5277
|
</td>
|
|
5186
5278
|
|
|
@@ -5215,7 +5307,8 @@ layer.load().then((result) => {
|
|
|
5215
5307
|
<td class="type">
|
|
5216
5308
|
|
|
5217
5309
|
|
|
5218
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5310
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5311
|
+
|
|
5219
5312
|
|
|
5220
5313
|
|
|
5221
5314
|
|
|
@@ -5252,7 +5345,8 @@ layer.load().then((result) => {
|
|
|
5252
5345
|
<td class="type">
|
|
5253
5346
|
|
|
5254
5347
|
|
|
5255
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5348
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5349
|
+
|
|
5256
5350
|
|
|
5257
5351
|
|
|
5258
5352
|
|
|
@@ -5289,7 +5383,8 @@ layer.load().then((result) => {
|
|
|
5289
5383
|
<td class="type">
|
|
5290
5384
|
|
|
5291
5385
|
|
|
5292
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5386
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5387
|
+
|
|
5293
5388
|
|
|
5294
5389
|
|
|
5295
5390
|
|
|
@@ -5326,7 +5421,8 @@ layer.load().then((result) => {
|
|
|
5326
5421
|
<td class="type">
|
|
5327
5422
|
|
|
5328
5423
|
|
|
5329
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5424
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5425
|
+
|
|
5330
5426
|
|
|
5331
5427
|
|
|
5332
5428
|
|
|
@@ -5363,7 +5459,8 @@ layer.load().then((result) => {
|
|
|
5363
5459
|
<td class="type">
|
|
5364
5460
|
|
|
5365
5461
|
|
|
5366
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5462
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5463
|
+
|
|
5367
5464
|
|
|
5368
5465
|
|
|
5369
5466
|
|
|
@@ -5408,7 +5505,7 @@ layer.load().then((result) => {
|
|
|
5408
5505
|
|
|
5409
5506
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5410
5507
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5411
|
-
<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>
|
|
5508
|
+
<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>
|
|
5412
5509
|
</li></ul></dd>
|
|
5413
5510
|
|
|
5414
5511
|
|
|
@@ -5557,6 +5654,7 @@ layer.load().then((result) => {
|
|
|
5557
5654
|
<span class="param-type">Object</span>
|
|
5558
5655
|
|
|
5559
5656
|
|
|
5657
|
+
|
|
5560
5658
|
|
|
5561
5659
|
</td>
|
|
5562
5660
|
|
|
@@ -5590,6 +5688,7 @@ layer.load().then((result) => {
|
|
|
5590
5688
|
<span class="param-type">String</span>
|
|
5591
5689
|
|
|
5592
5690
|
|
|
5691
|
+
|
|
5593
5692
|
|
|
5594
5693
|
</td>
|
|
5595
5694
|
|
|
@@ -5627,6 +5726,7 @@ layer.load().then((result) => {
|
|
|
5627
5726
|
<span class="param-type">String</span>
|
|
5628
5727
|
|
|
5629
5728
|
|
|
5729
|
+
|
|
5630
5730
|
|
|
5631
5731
|
</td>
|
|
5632
5732
|
|
|
@@ -5661,7 +5761,8 @@ layer.load().then((result) => {
|
|
|
5661
5761
|
<td class="type">
|
|
5662
5762
|
|
|
5663
5763
|
|
|
5664
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
5764
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
5765
|
+
|
|
5665
5766
|
|
|
5666
5767
|
|
|
5667
5768
|
|
|
@@ -5698,7 +5799,8 @@ layer.load().then((result) => {
|
|
|
5698
5799
|
<td class="type">
|
|
5699
5800
|
|
|
5700
5801
|
|
|
5701
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5802
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5803
|
+
|
|
5702
5804
|
|
|
5703
5805
|
|
|
5704
5806
|
|
|
@@ -5735,7 +5837,8 @@ layer.load().then((result) => {
|
|
|
5735
5837
|
<td class="type">
|
|
5736
5838
|
|
|
5737
5839
|
|
|
5738
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5840
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
5841
|
+
|
|
5739
5842
|
|
|
5740
5843
|
|
|
5741
5844
|
|
|
@@ -5772,7 +5875,8 @@ layer.load().then((result) => {
|
|
|
5772
5875
|
<td class="type">
|
|
5773
5876
|
|
|
5774
5877
|
|
|
5775
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5878
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
5879
|
+
|
|
5776
5880
|
|
|
5777
5881
|
|
|
5778
5882
|
|
|
@@ -5809,7 +5913,8 @@ layer.load().then((result) => {
|
|
|
5809
5913
|
<td class="type">
|
|
5810
5914
|
|
|
5811
5915
|
|
|
5812
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5916
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5917
|
+
|
|
5813
5918
|
|
|
5814
5919
|
|
|
5815
5920
|
|
|
@@ -5854,7 +5959,7 @@ layer.load().then((result) => {
|
|
|
5854
5959
|
|
|
5855
5960
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5856
5961
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5857
|
-
<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>
|
|
5962
|
+
<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>
|
|
5858
5963
|
</li></ul></dd>
|
|
5859
5964
|
|
|
5860
5965
|
|
|
@@ -5993,6 +6098,7 @@ layer.load().then((result) => {
|
|
|
5993
6098
|
<span class="param-type">Object</span>
|
|
5994
6099
|
|
|
5995
6100
|
|
|
6101
|
+
|
|
5996
6102
|
|
|
5997
6103
|
</td>
|
|
5998
6104
|
|
|
@@ -6026,6 +6132,7 @@ layer.load().then((result) => {
|
|
|
6026
6132
|
<span class="param-type">String</span>
|
|
6027
6133
|
|
|
6028
6134
|
|
|
6135
|
+
|
|
6029
6136
|
|
|
6030
6137
|
</td>
|
|
6031
6138
|
|
|
@@ -6063,6 +6170,7 @@ layer.load().then((result) => {
|
|
|
6063
6170
|
<span class="param-type">String</span>
|
|
6064
6171
|
|
|
6065
6172
|
|
|
6173
|
+
|
|
6066
6174
|
|
|
6067
6175
|
</td>
|
|
6068
6176
|
|
|
@@ -6097,7 +6205,8 @@ layer.load().then((result) => {
|
|
|
6097
6205
|
<td class="type">
|
|
6098
6206
|
|
|
6099
6207
|
|
|
6100
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6208
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6209
|
+
|
|
6101
6210
|
|
|
6102
6211
|
|
|
6103
6212
|
|
|
@@ -6134,7 +6243,8 @@ layer.load().then((result) => {
|
|
|
6134
6243
|
<td class="type">
|
|
6135
6244
|
|
|
6136
6245
|
|
|
6137
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6246
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6247
|
+
|
|
6138
6248
|
|
|
6139
6249
|
|
|
6140
6250
|
|
|
@@ -6171,7 +6281,8 @@ layer.load().then((result) => {
|
|
|
6171
6281
|
<td class="type">
|
|
6172
6282
|
|
|
6173
6283
|
|
|
6174
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6284
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6285
|
+
|
|
6175
6286
|
|
|
6176
6287
|
|
|
6177
6288
|
|
|
@@ -6208,7 +6319,8 @@ layer.load().then((result) => {
|
|
|
6208
6319
|
<td class="type">
|
|
6209
6320
|
|
|
6210
6321
|
|
|
6211
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6322
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6323
|
+
|
|
6212
6324
|
|
|
6213
6325
|
|
|
6214
6326
|
|
|
@@ -6245,7 +6357,8 @@ layer.load().then((result) => {
|
|
|
6245
6357
|
<td class="type">
|
|
6246
6358
|
|
|
6247
6359
|
|
|
6248
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6360
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6361
|
+
|
|
6249
6362
|
|
|
6250
6363
|
|
|
6251
6364
|
|
|
@@ -6290,7 +6403,7 @@ layer.load().then((result) => {
|
|
|
6290
6403
|
|
|
6291
6404
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6292
6405
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6293
|
-
<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>
|
|
6406
|
+
<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>
|
|
6294
6407
|
</li></ul></dd>
|
|
6295
6408
|
|
|
6296
6409
|
|
|
@@ -6439,6 +6552,7 @@ layer.load().then((result) => {
|
|
|
6439
6552
|
<span class="param-type">Object</span>
|
|
6440
6553
|
|
|
6441
6554
|
|
|
6555
|
+
|
|
6442
6556
|
|
|
6443
6557
|
</td>
|
|
6444
6558
|
|
|
@@ -6472,6 +6586,7 @@ layer.load().then((result) => {
|
|
|
6472
6586
|
<span class="param-type">String</span>
|
|
6473
6587
|
|
|
6474
6588
|
|
|
6589
|
+
|
|
6475
6590
|
|
|
6476
6591
|
</td>
|
|
6477
6592
|
|
|
@@ -6509,6 +6624,7 @@ layer.load().then((result) => {
|
|
|
6509
6624
|
<span class="param-type">String</span>
|
|
6510
6625
|
|
|
6511
6626
|
|
|
6627
|
+
|
|
6512
6628
|
|
|
6513
6629
|
</td>
|
|
6514
6630
|
|
|
@@ -6543,7 +6659,8 @@ layer.load().then((result) => {
|
|
|
6543
6659
|
<td class="type">
|
|
6544
6660
|
|
|
6545
6661
|
|
|
6546
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
6662
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
6663
|
+
|
|
6547
6664
|
|
|
6548
6665
|
|
|
6549
6666
|
|
|
@@ -6580,7 +6697,8 @@ layer.load().then((result) => {
|
|
|
6580
6697
|
<td class="type">
|
|
6581
6698
|
|
|
6582
6699
|
|
|
6583
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6700
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6701
|
+
|
|
6584
6702
|
|
|
6585
6703
|
|
|
6586
6704
|
|
|
@@ -6617,7 +6735,8 @@ layer.load().then((result) => {
|
|
|
6617
6735
|
<td class="type">
|
|
6618
6736
|
|
|
6619
6737
|
|
|
6620
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6738
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
6739
|
+
|
|
6621
6740
|
|
|
6622
6741
|
|
|
6623
6742
|
|
|
@@ -6654,7 +6773,8 @@ layer.load().then((result) => {
|
|
|
6654
6773
|
<td class="type">
|
|
6655
6774
|
|
|
6656
6775
|
|
|
6657
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6776
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
6777
|
+
|
|
6658
6778
|
|
|
6659
6779
|
|
|
6660
6780
|
|
|
@@ -6691,7 +6811,8 @@ layer.load().then((result) => {
|
|
|
6691
6811
|
<td class="type">
|
|
6692
6812
|
|
|
6693
6813
|
|
|
6694
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6814
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
6815
|
+
|
|
6695
6816
|
|
|
6696
6817
|
|
|
6697
6818
|
|
|
@@ -6736,7 +6857,7 @@ layer.load().then((result) => {
|
|
|
6736
6857
|
|
|
6737
6858
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6738
6859
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6739
|
-
<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>
|
|
6860
|
+
<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>
|
|
6740
6861
|
</li></ul></dd>
|
|
6741
6862
|
|
|
6742
6863
|
|
|
@@ -6875,6 +6996,7 @@ layer.load().then((result) => {
|
|
|
6875
6996
|
<span class="param-type">Object</span>
|
|
6876
6997
|
|
|
6877
6998
|
|
|
6999
|
+
|
|
6878
7000
|
|
|
6879
7001
|
</td>
|
|
6880
7002
|
|
|
@@ -6908,6 +7030,7 @@ layer.load().then((result) => {
|
|
|
6908
7030
|
<span class="param-type">String</span>
|
|
6909
7031
|
|
|
6910
7032
|
|
|
7033
|
+
|
|
6911
7034
|
|
|
6912
7035
|
</td>
|
|
6913
7036
|
|
|
@@ -6945,6 +7068,7 @@ layer.load().then((result) => {
|
|
|
6945
7068
|
<span class="param-type">String</span>
|
|
6946
7069
|
|
|
6947
7070
|
|
|
7071
|
+
|
|
6948
7072
|
|
|
6949
7073
|
</td>
|
|
6950
7074
|
|
|
@@ -6979,7 +7103,8 @@ layer.load().then((result) => {
|
|
|
6979
7103
|
<td class="type">
|
|
6980
7104
|
|
|
6981
7105
|
|
|
6982
|
-
<span class="param-type">Array.<<a href="UpdateContent.html">UpdateContent</a>></span>
|
|
7106
|
+
<span class="param-type">Array.<<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
|
|
7107
|
+
|
|
6983
7108
|
|
|
6984
7109
|
|
|
6985
7110
|
|
|
@@ -7016,7 +7141,8 @@ layer.load().then((result) => {
|
|
|
7016
7141
|
<td class="type">
|
|
7017
7142
|
|
|
7018
7143
|
|
|
7019
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
7144
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
7145
|
+
|
|
7020
7146
|
|
|
7021
7147
|
|
|
7022
7148
|
|
|
@@ -7053,7 +7179,8 @@ layer.load().then((result) => {
|
|
|
7053
7179
|
<td class="type">
|
|
7054
7180
|
|
|
7055
7181
|
|
|
7056
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
7182
|
+
<span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
|
|
7183
|
+
|
|
7057
7184
|
|
|
7058
7185
|
|
|
7059
7186
|
|
|
@@ -7090,7 +7217,8 @@ layer.load().then((result) => {
|
|
|
7090
7217
|
<td class="type">
|
|
7091
7218
|
|
|
7092
7219
|
|
|
7093
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
7220
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
7221
|
+
|
|
7094
7222
|
|
|
7095
7223
|
|
|
7096
7224
|
|
|
@@ -7127,7 +7255,8 @@ layer.load().then((result) => {
|
|
|
7127
7255
|
<td class="type">
|
|
7128
7256
|
|
|
7129
7257
|
|
|
7130
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
7258
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
7259
|
+
|
|
7131
7260
|
|
|
7132
7261
|
|
|
7133
7262
|
|
|
@@ -7172,7 +7301,7 @@ layer.load().then((result) => {
|
|
|
7172
7301
|
|
|
7173
7302
|
<dt class="inherited-from">Inherited From:</dt>
|
|
7174
7303
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
7175
|
-
<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>
|
|
7304
|
+
<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>
|
|
7176
7305
|
</li></ul></dd>
|
|
7177
7306
|
|
|
7178
7307
|
|