@mapgis/webclient-common 17.0.4 → 17.0.5

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.
Files changed (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -120,13 +128,17 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
120
128
 
121
129
  <tr class="deep-level-1">
122
130
 
123
- <td class="name" id="renderer"><code>renderer</code></td>
131
+ <td class="name"><code>renderer</code></td>
124
132
 
125
133
 
126
134
  <td class="type">
127
135
 
128
136
 
129
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
137
+ <span class="param-type">
138
+
139
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
140
+
141
+ </span>
130
142
 
131
143
 
132
144
 
@@ -151,13 +163,17 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
151
163
 
152
164
  <tr class="deep-level-1">
153
165
 
154
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
166
+ <td class="name"><code>extendOptions</code></td>
155
167
 
156
168
 
157
169
  <td class="type">
158
170
 
159
171
 
160
- <span class="param-type">Object</span>
172
+ <span class="param-type">
173
+
174
+ Object
175
+
176
+ </span>
161
177
 
162
178
 
163
179
 
@@ -174,13 +190,17 @@ M3D服务基地址格式(IGS2.0):http://{ip}:{port}/igs/rest/services/{服务
174
190
 
175
191
  <tr class="deep-level-1">
176
192
 
177
- <td class="name" id="extendProps"><code>extendProps</code></td>
193
+ <td class="name"><code>extendProps</code></td>
178
194
 
179
195
 
180
196
  <td class="type">
181
197
 
182
198
 
183
- <span class="param-type">Object</span>
199
+ <span class="param-type">
200
+
201
+ Object
202
+
203
+ </span>
184
204
 
185
205
 
186
206
 
@@ -548,7 +568,11 @@ const layer = new M3DModelCacheLayer({
548
568
  <td class="name">
549
569
  <code>
550
570
 
551
- <span class="param-type">Object</span>
571
+ <span class="param-type">
572
+
573
+ Object
574
+
575
+ </span>
552
576
 
553
577
 
554
578
 
@@ -562,7 +586,11 @@ const layer = new M3DModelCacheLayer({
562
586
  <td class="name">
563
587
  <code>
564
588
 
565
- <span class="param-type">String</span>
589
+ <span class="param-type">
590
+
591
+ String
592
+
593
+ </span>
566
594
 
567
595
 
568
596
 
@@ -576,7 +604,11 @@ const layer = new M3DModelCacheLayer({
576
604
  <td class="name">
577
605
  <code>
578
606
 
579
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
580
612
 
581
613
 
582
614
 
@@ -590,7 +622,11 @@ const layer = new M3DModelCacheLayer({
590
622
  <td class="name">
591
623
  <code>
592
624
 
593
- <span class="param-type">Object</span>
625
+ <span class="param-type">
626
+
627
+ Object
628
+
629
+ </span>
594
630
 
595
631
 
596
632
 
@@ -604,7 +640,11 @@ const layer = new M3DModelCacheLayer({
604
640
  <td class="name">
605
641
  <code>
606
642
 
607
- <span class="param-type">Object</span>
643
+ <span class="param-type">
644
+
645
+ Object
646
+
647
+ </span>
608
648
 
609
649
 
610
650
 
@@ -618,7 +658,11 @@ const layer = new M3DModelCacheLayer({
618
658
  <td class="name">
619
659
  <code>
620
660
 
621
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
661
+ <span class="param-type">
662
+
663
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
664
+
665
+ </span>
622
666
 
623
667
 
624
668
 
@@ -632,7 +676,11 @@ const layer = new M3DModelCacheLayer({
632
676
  <td class="name">
633
677
  <code>
634
678
 
635
- <span class="param-type">String</span>
679
+ <span class="param-type">
680
+
681
+ String
682
+
683
+ </span>
636
684
 
637
685
 
638
686
 
@@ -646,7 +694,11 @@ const layer = new M3DModelCacheLayer({
646
694
  <td class="name">
647
695
  <code>
648
696
 
649
- <span class="param-type">String</span>
697
+ <span class="param-type">
698
+
699
+ String
700
+
701
+ </span>
650
702
 
651
703
 
652
704
 
@@ -660,7 +712,11 @@ const layer = new M3DModelCacheLayer({
660
712
  <td class="name">
661
713
  <code>
662
714
 
663
- <span class="param-type">String</span>
715
+ <span class="param-type">
716
+
717
+ String
718
+
719
+ </span>
664
720
 
665
721
 
666
722
 
@@ -674,7 +730,11 @@ const layer = new M3DModelCacheLayer({
674
730
  <td class="name">
675
731
  <code>
676
732
 
677
- <span class="param-type">String</span>
733
+ <span class="param-type">
734
+
735
+ String
736
+
737
+ </span>
678
738
 
679
739
 
680
740
 
@@ -688,7 +748,11 @@ const layer = new M3DModelCacheLayer({
688
748
  <td class="name">
689
749
  <code>
690
750
 
691
- <span class="param-type">Number</span>
751
+ <span class="param-type">
752
+
753
+ Number
754
+
755
+ </span>
692
756
 
693
757
 
694
758
 
@@ -702,7 +766,11 @@ const layer = new M3DModelCacheLayer({
702
766
  <td class="name">
703
767
  <code>
704
768
 
705
- <span class="param-type">Boolean</span>
769
+ <span class="param-type">
770
+
771
+ Boolean
772
+
773
+ </span>
706
774
 
707
775
 
708
776
 
@@ -716,7 +784,11 @@ const layer = new M3DModelCacheLayer({
716
784
  <td class="name">
717
785
  <code>
718
786
 
719
- <span class="param-type">String</span>
787
+ <span class="param-type">
788
+
789
+ String
790
+
791
+ </span>
720
792
 
721
793
 
722
794
 
@@ -730,7 +802,11 @@ const layer = new M3DModelCacheLayer({
730
802
  <td class="name">
731
803
  <code>
732
804
 
733
- <span class="param-type">Number</span>
805
+ <span class="param-type">
806
+
807
+ Number
808
+
809
+ </span>
734
810
 
735
811
 
736
812
 
@@ -744,7 +820,11 @@ const layer = new M3DModelCacheLayer({
744
820
  <td class="name">
745
821
  <code>
746
822
 
747
- <span class="param-type">Number</span>
823
+ <span class="param-type">
824
+
825
+ Number
826
+
827
+ </span>
748
828
 
749
829
 
750
830
 
@@ -758,7 +838,11 @@ const layer = new M3DModelCacheLayer({
758
838
  <td class="name">
759
839
  <code>
760
840
 
761
- <span class="param-type">Number</span>
841
+ <span class="param-type">
842
+
843
+ Number
844
+
845
+ </span>
762
846
 
763
847
 
764
848
 
@@ -772,7 +856,11 @@ const layer = new M3DModelCacheLayer({
772
856
  <td class="name">
773
857
  <code>
774
858
 
775
- <span class="param-type">Object</span>
859
+ <span class="param-type">
860
+
861
+ Object
862
+
863
+ </span>
776
864
 
777
865
 
778
866
 
@@ -786,7 +874,11 @@ const layer = new M3DModelCacheLayer({
786
874
  <td class="name">
787
875
  <code>
788
876
 
789
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
877
+ <span class="param-type">
878
+
879
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
880
+
881
+ </span>
790
882
 
791
883
 
792
884
 
@@ -800,7 +892,11 @@ const layer = new M3DModelCacheLayer({
800
892
  <td class="name">
801
893
  <code>
802
894
 
803
- <span class="param-type">String</span>
895
+ <span class="param-type">
896
+
897
+ String
898
+
899
+ </span>
804
900
 
805
901
 
806
902
 
@@ -814,7 +910,11 @@ const layer = new M3DModelCacheLayer({
814
910
  <td class="name">
815
911
  <code>
816
912
 
817
- <span class="param-type">Object</span>
913
+ <span class="param-type">
914
+
915
+ Object
916
+
917
+ </span>
818
918
 
819
919
 
820
920
 
@@ -828,7 +928,11 @@ const layer = new M3DModelCacheLayer({
828
928
  <td class="name">
829
929
  <code>
830
930
 
831
- <span class="param-type">String</span>
931
+ <span class="param-type">
932
+
933
+ String
934
+
935
+ </span>
832
936
 
833
937
 
834
938
 
@@ -842,7 +946,11 @@ const layer = new M3DModelCacheLayer({
842
946
  <td class="name">
843
947
  <code>
844
948
 
845
- <span class="param-type">String</span>
949
+ <span class="param-type">
950
+
951
+ String
952
+
953
+ </span>
846
954
 
847
955
 
848
956
 
@@ -856,7 +964,11 @@ const layer = new M3DModelCacheLayer({
856
964
  <td class="name">
857
965
  <code>
858
966
 
859
- <span class="param-type">String</span>
967
+ <span class="param-type">
968
+
969
+ String
970
+
971
+ </span>
860
972
 
861
973
 
862
974
 
@@ -870,7 +982,11 @@ const layer = new M3DModelCacheLayer({
870
982
  <td class="name">
871
983
  <code>
872
984
 
873
- <span class="param-type">String</span>
985
+ <span class="param-type">
986
+
987
+ String
988
+
989
+ </span>
874
990
 
875
991
 
876
992
 
@@ -884,7 +1000,11 @@ const layer = new M3DModelCacheLayer({
884
1000
  <td class="name">
885
1001
  <code>
886
1002
 
887
- <span class="param-type">String</span>
1003
+ <span class="param-type">
1004
+
1005
+ String
1006
+
1007
+ </span>
888
1008
 
889
1009
 
890
1010
 
@@ -898,7 +1018,11 @@ const layer = new M3DModelCacheLayer({
898
1018
  <td class="name">
899
1019
  <code>
900
1020
 
901
- <span class="param-type">String</span>
1021
+ <span class="param-type">
1022
+
1023
+ String
1024
+
1025
+ </span>
902
1026
 
903
1027
 
904
1028
 
@@ -912,7 +1036,11 @@ const layer = new M3DModelCacheLayer({
912
1036
  <td class="name">
913
1037
  <code>
914
1038
 
915
- <span class="param-type">Number</span>
1039
+ <span class="param-type">
1040
+
1041
+ Number
1042
+
1043
+ </span>
916
1044
 
917
1045
 
918
1046
 
@@ -932,7 +1060,11 @@ const layer = new M3DModelCacheLayer({
932
1060
  <span class="method-parameter is-pulled-right">
933
1061
  <label>类型:</label>
934
1062
 
935
- <span class="param-type">Object</span>
1063
+ <span class="param-type">
1064
+
1065
+ Object
1066
+
1067
+ </span>
936
1068
 
937
1069
 
938
1070
 
@@ -1003,7 +1135,11 @@ const layer = new M3DModelCacheLayer({
1003
1135
  <span class="method-parameter is-pulled-right">
1004
1136
  <label>类型:</label>
1005
1137
 
1006
- <span class="param-type">String</span>
1138
+ <span class="param-type">
1139
+
1140
+ String
1141
+
1142
+ </span>
1007
1143
 
1008
1144
 
1009
1145
 
@@ -1083,7 +1219,11 @@ const layer = new M3DModelCacheLayer({
1083
1219
  <span class="method-parameter is-pulled-right">
1084
1220
  <label>类型:</label>
1085
1221
 
1086
- <span class="param-type">String</span>
1222
+ <span class="param-type">
1223
+
1224
+ String
1225
+
1226
+ </span>
1087
1227
 
1088
1228
 
1089
1229
 
@@ -1159,7 +1299,11 @@ const layer = new M3DModelCacheLayer({
1159
1299
  <span class="method-parameter is-pulled-right">
1160
1300
  <label>类型:</label>
1161
1301
 
1162
- <span class="param-type">Object</span>
1302
+ <span class="param-type">
1303
+
1304
+ Object
1305
+
1306
+ </span>
1163
1307
 
1164
1308
 
1165
1309
 
@@ -1235,7 +1379,11 @@ const layer = new M3DModelCacheLayer({
1235
1379
  <span class="method-parameter is-pulled-right">
1236
1380
  <label>类型:</label>
1237
1381
 
1238
- <span class="param-type">Object</span>
1382
+ <span class="param-type">
1383
+
1384
+ Object
1385
+
1386
+ </span>
1239
1387
 
1240
1388
 
1241
1389
 
@@ -1311,7 +1459,11 @@ const layer = new M3DModelCacheLayer({
1311
1459
  <span class="method-parameter is-pulled-right">
1312
1460
  <label>类型:</label>
1313
1461
 
1314
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1462
+ <span class="param-type">
1463
+
1464
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1465
+
1466
+ </span>
1315
1467
 
1316
1468
 
1317
1469
 
@@ -1391,7 +1543,11 @@ const layer = new M3DModelCacheLayer({
1391
1543
  <span class="method-parameter is-pulled-right">
1392
1544
  <label>类型:</label>
1393
1545
 
1394
- <span class="param-type">String</span>
1546
+ <span class="param-type">
1547
+
1548
+ String
1549
+
1550
+ </span>
1395
1551
 
1396
1552
 
1397
1553
 
@@ -1462,7 +1618,11 @@ const layer = new M3DModelCacheLayer({
1462
1618
  <span class="method-parameter is-pulled-right">
1463
1619
  <label>类型:</label>
1464
1620
 
1465
- <span class="param-type">String</span>
1621
+ <span class="param-type">
1622
+
1623
+ String
1624
+
1625
+ </span>
1466
1626
 
1467
1627
 
1468
1628
 
@@ -1538,7 +1698,11 @@ const layer = new M3DModelCacheLayer({
1538
1698
  <span class="method-parameter is-pulled-right">
1539
1699
  <label>类型:</label>
1540
1700
 
1541
- <span class="param-type">String</span>
1701
+ <span class="param-type">
1702
+
1703
+ String
1704
+
1705
+ </span>
1542
1706
 
1543
1707
 
1544
1708
 
@@ -1614,7 +1778,11 @@ const layer = new M3DModelCacheLayer({
1614
1778
  <span class="method-parameter is-pulled-right">
1615
1779
  <label>类型:</label>
1616
1780
 
1617
- <span class="param-type">String</span>
1781
+ <span class="param-type">
1782
+
1783
+ String
1784
+
1785
+ </span>
1618
1786
 
1619
1787
 
1620
1788
 
@@ -1694,7 +1862,11 @@ const layer = new M3DModelCacheLayer({
1694
1862
  <span class="method-parameter is-pulled-right">
1695
1863
  <label>类型:</label>
1696
1864
 
1697
- <span class="param-type">Number</span>
1865
+ <span class="param-type">
1866
+
1867
+ Number
1868
+
1869
+ </span>
1698
1870
 
1699
1871
 
1700
1872
 
@@ -1770,7 +1942,11 @@ const layer = new M3DModelCacheLayer({
1770
1942
  <span class="method-parameter is-pulled-right">
1771
1943
  <label>类型:</label>
1772
1944
 
1773
- <span class="param-type">Boolean</span>
1945
+ <span class="param-type">
1946
+
1947
+ Boolean
1948
+
1949
+ </span>
1774
1950
 
1775
1951
 
1776
1952
 
@@ -1855,7 +2031,11 @@ const layer = new M3DModelCacheLayer({
1855
2031
  <span class="method-parameter is-pulled-right">
1856
2032
  <label>类型:</label>
1857
2033
 
1858
- <span class="param-type">String</span>
2034
+ <span class="param-type">
2035
+
2036
+ String
2037
+
2038
+ </span>
1859
2039
 
1860
2040
 
1861
2041
 
@@ -1940,7 +2120,11 @@ const layer = new M3DModelCacheLayer({
1940
2120
  <span class="method-parameter is-pulled-right">
1941
2121
  <label>类型:</label>
1942
2122
 
1943
- <span class="param-type">Number</span>
2123
+ <span class="param-type">
2124
+
2125
+ Number
2126
+
2127
+ </span>
1944
2128
 
1945
2129
 
1946
2130
 
@@ -2021,7 +2205,11 @@ const layer = new M3DModelCacheLayer({
2021
2205
  <span class="method-parameter is-pulled-right">
2022
2206
  <label>类型:</label>
2023
2207
 
2024
- <span class="param-type">Number</span>
2208
+ <span class="param-type">
2209
+
2210
+ Number
2211
+
2212
+ </span>
2025
2213
 
2026
2214
 
2027
2215
 
@@ -2102,7 +2290,11 @@ const layer = new M3DModelCacheLayer({
2102
2290
  <span class="method-parameter is-pulled-right">
2103
2291
  <label>类型:</label>
2104
2292
 
2105
- <span class="param-type">Number</span>
2293
+ <span class="param-type">
2294
+
2295
+ Number
2296
+
2297
+ </span>
2106
2298
 
2107
2299
 
2108
2300
 
@@ -2178,7 +2370,11 @@ const layer = new M3DModelCacheLayer({
2178
2370
  <span class="method-parameter is-pulled-right">
2179
2371
  <label>类型:</label>
2180
2372
 
2181
- <span class="param-type">Object</span>
2373
+ <span class="param-type">
2374
+
2375
+ Object
2376
+
2377
+ </span>
2182
2378
 
2183
2379
 
2184
2380
 
@@ -2249,7 +2445,11 @@ const layer = new M3DModelCacheLayer({
2249
2445
  <span class="method-parameter is-pulled-right">
2250
2446
  <label>类型:</label>
2251
2447
 
2252
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2448
+ <span class="param-type">
2449
+
2450
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
2451
+
2452
+ </span>
2253
2453
 
2254
2454
 
2255
2455
 
@@ -2320,7 +2520,11 @@ const layer = new M3DModelCacheLayer({
2320
2520
  <span class="method-parameter is-pulled-right">
2321
2521
  <label>类型:</label>
2322
2522
 
2323
- <span class="param-type">String</span>
2523
+ <span class="param-type">
2524
+
2525
+ String
2526
+
2527
+ </span>
2324
2528
 
2325
2529
 
2326
2530
 
@@ -2391,7 +2595,11 @@ const layer = new M3DModelCacheLayer({
2391
2595
  <span class="method-parameter is-pulled-right">
2392
2596
  <label>类型:</label>
2393
2597
 
2394
- <span class="param-type">Object</span>
2598
+ <span class="param-type">
2599
+
2600
+ Object
2601
+
2602
+ </span>
2395
2603
 
2396
2604
 
2397
2605
 
@@ -2467,7 +2675,11 @@ const layer = new M3DModelCacheLayer({
2467
2675
  <span class="method-parameter is-pulled-right">
2468
2676
  <label>类型:</label>
2469
2677
 
2470
- <span class="param-type">String</span>
2678
+ <span class="param-type">
2679
+
2680
+ String
2681
+
2682
+ </span>
2471
2683
 
2472
2684
 
2473
2685
 
@@ -2543,7 +2755,11 @@ const layer = new M3DModelCacheLayer({
2543
2755
  <span class="method-parameter is-pulled-right">
2544
2756
  <label>类型:</label>
2545
2757
 
2546
- <span class="param-type">String</span>
2758
+ <span class="param-type">
2759
+
2760
+ String
2761
+
2762
+ </span>
2547
2763
 
2548
2764
 
2549
2765
 
@@ -2624,7 +2840,11 @@ const layer = new M3DModelCacheLayer({
2624
2840
  <span class="method-parameter is-pulled-right">
2625
2841
  <label>类型:</label>
2626
2842
 
2627
- <span class="param-type">String</span>
2843
+ <span class="param-type">
2844
+
2845
+ String
2846
+
2847
+ </span>
2628
2848
 
2629
2849
 
2630
2850
 
@@ -2700,7 +2920,11 @@ const layer = new M3DModelCacheLayer({
2700
2920
  <span class="method-parameter is-pulled-right">
2701
2921
  <label>类型:</label>
2702
2922
 
2703
- <span class="param-type">String</span>
2923
+ <span class="param-type">
2924
+
2925
+ String
2926
+
2927
+ </span>
2704
2928
 
2705
2929
 
2706
2930
 
@@ -2776,7 +3000,11 @@ const layer = new M3DModelCacheLayer({
2776
3000
  <span class="method-parameter is-pulled-right">
2777
3001
  <label>类型:</label>
2778
3002
 
2779
- <span class="param-type">String</span>
3003
+ <span class="param-type">
3004
+
3005
+ String
3006
+
3007
+ </span>
2780
3008
 
2781
3009
 
2782
3010
 
@@ -2847,7 +3075,11 @@ const layer = new M3DModelCacheLayer({
2847
3075
  <span class="method-parameter is-pulled-right">
2848
3076
  <label>类型:</label>
2849
3077
 
2850
- <span class="param-type">String</span>
3078
+ <span class="param-type">
3079
+
3080
+ String
3081
+
3082
+ </span>
2851
3083
 
2852
3084
 
2853
3085
 
@@ -2918,7 +3150,11 @@ const layer = new M3DModelCacheLayer({
2918
3150
  <span class="method-parameter is-pulled-right">
2919
3151
  <label>类型:</label>
2920
3152
 
2921
- <span class="param-type">Number</span>
3153
+ <span class="param-type">
3154
+
3155
+ Number
3156
+
3157
+ </span>
2922
3158
 
2923
3159
 
2924
3160
 
@@ -3016,8 +3252,7 @@ const layer = new M3DModelCacheLayer({
3016
3252
 
3017
3253
  </code>
3018
3254
  </td>
3019
- <td class="name"><code><a id='fromJSON'/>
3020
- 通过json构造并返回图层对象</code></td>
3255
+ <td class="name"><code></code></td>
3021
3256
  </tr>
3022
3257
 
3023
3258
  <tr class="deep-level-0">
@@ -3026,15 +3261,18 @@ const layer = new M3DModelCacheLayer({
3026
3261
  <code>
3027
3262
 
3028
3263
 
3029
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3264
+ <span class="param-type">
3265
+
3266
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3267
+
3268
+ </span>
3030
3269
 
3031
3270
 
3032
3271
 
3033
3272
 
3034
3273
  </code>
3035
3274
  </td>
3036
- <td class="name"><code><a id='fromServerUrl'/>
3037
- 通过url创建图层对象</code></td>
3275
+ <td class="name"><code></code></td>
3038
3276
  </tr>
3039
3277
 
3040
3278
  <tr class="deep-level-0">
@@ -3043,15 +3281,18 @@ const layer = new M3DModelCacheLayer({
3043
3281
  <code>
3044
3282
 
3045
3283
 
3046
- <span class="param-type"><a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
3284
+ <span class="param-type">
3285
+
3286
+ <a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a>
3287
+
3288
+ </span>
3047
3289
 
3048
3290
 
3049
3291
 
3050
3292
 
3051
3293
  </code>
3052
3294
  </td>
3053
- <td class="name"><code><a id='clone'/>
3054
- 克隆图层对象</code></td>
3295
+ <td class="name"><code></code></td>
3055
3296
  </tr>
3056
3297
 
3057
3298
  <tr class="deep-level-0">
@@ -3060,7 +3301,11 @@ const layer = new M3DModelCacheLayer({
3060
3301
  <code>
3061
3302
 
3062
3303
 
3063
- <span class="param-type">*</span>
3304
+ <span class="param-type">
3305
+
3306
+ *
3307
+
3308
+ </span>
3064
3309
 
3065
3310
 
3066
3311
 
@@ -3076,7 +3321,11 @@ const layer = new M3DModelCacheLayer({
3076
3321
  <code>
3077
3322
 
3078
3323
 
3079
- <span class="param-type">Boolean</span>
3324
+ <span class="param-type">
3325
+
3326
+ Boolean
3327
+
3328
+ </span>
3080
3329
 
3081
3330
 
3082
3331
 
@@ -3092,7 +3341,11 @@ const layer = new M3DModelCacheLayer({
3092
3341
  <code>
3093
3342
 
3094
3343
 
3095
- <span class="param-type">Promise.&lt;<a link="Promise.<M3DModelCacheLayer>.html" onclick="getTypeHTML(event)" href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
3344
+ <span class="param-type">
3345
+
3346
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="M3DModelCacheLayer.html">M3DModelCacheLayer</a>>
3347
+
3348
+ </span>
3096
3349
 
3097
3350
 
3098
3351
 
@@ -3118,15 +3371,18 @@ const layer = new M3DModelCacheLayer({
3118
3371
  <code>
3119
3372
 
3120
3373
 
3121
- <span class="param-type">Object</span>
3374
+ <span class="param-type">
3375
+
3376
+ Object
3377
+
3378
+ </span>
3122
3379
 
3123
3380
 
3124
3381
 
3125
3382
 
3126
3383
  </code>
3127
3384
  </td>
3128
- <td class="name"><code><a id='toJSON'/>
3129
- 将图层转为json对象</code></td>
3385
+ <td class="name"><code></code></td>
3130
3386
  </tr>
3131
3387
 
3132
3388
  </tbody>
@@ -3192,13 +3448,17 @@ const layer = new M3DModelCacheLayer({
3192
3448
 
3193
3449
  <tr class="deep-level-0">
3194
3450
 
3195
- <td class="name" id="json"><code>json</code></td>
3451
+ <td class="name"><code>json</code></td>
3196
3452
 
3197
3453
 
3198
3454
  <td class="type">
3199
3455
 
3200
3456
 
3201
- <span class="param-type">Object</span>
3457
+ <span class="param-type">
3458
+
3459
+ Object
3460
+
3461
+ </span>
3202
3462
 
3203
3463
 
3204
3464
 
@@ -3338,13 +3598,17 @@ const layer = new M3DModelCacheLayer({
3338
3598
 
3339
3599
  <tr class="deep-level-0">
3340
3600
 
3341
- <td class="name" id="url"><code>url</code></td>
3601
+ <td class="name"><code>url</code></td>
3342
3602
 
3343
3603
 
3344
3604
  <td class="type">
3345
3605
 
3346
3606
 
3347
- <span class="param-type">String</span>
3607
+ <span class="param-type">
3608
+
3609
+ String
3610
+
3611
+ </span>
3348
3612
 
3349
3613
 
3350
3614
 
@@ -3433,7 +3697,11 @@ const layer = new M3DModelCacheLayer({
3433
3697
  <div class='column is-5 has-text-left'>
3434
3698
  <label>类型: </label>
3435
3699
 
3436
- <span class="param-type"><a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a></span>
3700
+ <span class="param-type">
3701
+
3702
+ <a link="IGSMapImageLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a>
3703
+
3704
+ </span>
3437
3705
 
3438
3706
 
3439
3707
 
@@ -3556,7 +3824,11 @@ const layer = new M3DModelCacheLayer({
3556
3824
  <div class='column is-5 has-text-left'>
3557
3825
  <label>类型: </label>
3558
3826
 
3559
- <span class="param-type"><a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a></span>
3827
+ <span class="param-type">
3828
+
3829
+ <a link="M3DModelCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="M3DModelCacheLayer" M3DModelCacheLayer.html>M3DModelCacheLayer</a>
3830
+
3831
+ </span>
3560
3832
 
3561
3833
 
3562
3834
 
@@ -3672,7 +3944,11 @@ const layer = new M3DModelCacheLayer({
3672
3944
  <div class='column is-5 has-text-left'>
3673
3945
  <label>类型: </label>
3674
3946
 
3675
- <span class="param-type">*</span>
3947
+ <span class="param-type">
3948
+
3949
+ *
3950
+
3951
+ </span>
3676
3952
 
3677
3953
 
3678
3954
 
@@ -3794,7 +4070,11 @@ const layer = new M3DModelCacheLayer({
3794
4070
  <div class='column is-5 has-text-left'>
3795
4071
  <label>类型: </label>
3796
4072
 
3797
- <span class="param-type">Boolean</span>
4073
+ <span class="param-type">
4074
+
4075
+ Boolean
4076
+
4077
+ </span>
3798
4078
 
3799
4079
 
3800
4080
 
@@ -3909,7 +4189,11 @@ const layer = new M3DModelCacheLayer({
3909
4189
  <div class='column is-5 has-text-left'>
3910
4190
  <label>类型: </label>
3911
4191
 
3912
- <span class="param-type">Promise.&lt;<a link="Promise.<M3DModelCacheLayer>.html" onclick="getTypeHTML(event)" href="M3DModelCacheLayer.html">M3DModelCacheLayer</a>></span>
4192
+ <span class="param-type">
4193
+
4194
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="M3DModelCacheLayer.html">M3DModelCacheLayer</a>>
4195
+
4196
+ </span>
3913
4197
 
3914
4198
 
3915
4199
 
@@ -4149,7 +4433,11 @@ layer.load().then((result) => {
4149
4433
  <div class='column is-5 has-text-left'>
4150
4434
  <label>类型: </label>
4151
4435
 
4152
- <span class="param-type">Object</span>
4436
+ <span class="param-type">
4437
+
4438
+ Object
4439
+
4440
+ </span>
4153
4441
 
4154
4442
 
4155
4443
 
@@ -4189,37 +4477,37 @@ layer.load().then((result) => {
4189
4477
  <tbody>
4190
4478
 
4191
4479
  <tr class="deep-level-0">
4192
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4480
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4193
4481
  <td class="name"><code>图层刷新完毕事件</code></td>
4194
4482
  </tr>
4195
4483
 
4196
4484
  <tr class="deep-level-0">
4197
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4485
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4198
4486
  <td class="name"><code>图层加载完毕事件</code></td>
4199
4487
  </tr>
4200
4488
 
4201
4489
  <tr class="deep-level-0">
4202
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4490
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4203
4491
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4204
4492
  </tr>
4205
4493
 
4206
4494
  <tr class="deep-level-0">
4207
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4495
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4208
4496
  <td class="name"><code>图层更新完毕事件</code></td>
4209
4497
  </tr>
4210
4498
 
4211
4499
  <tr class="deep-level-0">
4212
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4500
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4213
4501
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4214
4502
  </tr>
4215
4503
 
4216
4504
  <tr class="deep-level-0">
4217
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4505
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4218
4506
  <td class="name"><code>图层销毁完毕事件</code></td>
4219
4507
  </tr>
4220
4508
 
4221
4509
  <tr class="deep-level-0">
4222
- <td class="name"><code><a href="M3DModelCacheLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4510
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4223
4511
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4224
4512
  </tr>
4225
4513
 
@@ -4299,7 +4587,11 @@ layer.load().then((result) => {
4299
4587
  <td class="type">
4300
4588
 
4301
4589
 
4302
- <span class="param-type">Object</span>
4590
+ <span class="param-type">
4591
+
4592
+ Object
4593
+
4594
+ </span>
4303
4595
 
4304
4596
 
4305
4597
 
@@ -4333,7 +4625,11 @@ layer.load().then((result) => {
4333
4625
  <td class="type">
4334
4626
 
4335
4627
 
4336
- <span class="param-type">String</span>
4628
+ <span class="param-type">
4629
+
4630
+ String
4631
+
4632
+ </span>
4337
4633
 
4338
4634
 
4339
4635
 
@@ -4371,7 +4667,11 @@ layer.load().then((result) => {
4371
4667
  <td class="type">
4372
4668
 
4373
4669
 
4374
- <span class="param-type">String</span>
4670
+ <span class="param-type">
4671
+
4672
+ String
4673
+
4674
+ </span>
4375
4675
 
4376
4676
 
4377
4677
 
@@ -4409,7 +4709,11 @@ layer.load().then((result) => {
4409
4709
  <td class="type">
4410
4710
 
4411
4711
 
4412
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4712
+ <span class="param-type">
4713
+
4714
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4715
+
4716
+ </span>
4413
4717
 
4414
4718
 
4415
4719
 
@@ -4447,7 +4751,11 @@ layer.load().then((result) => {
4447
4751
  <td class="type">
4448
4752
 
4449
4753
 
4450
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4754
+ <span class="param-type">
4755
+
4756
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4757
+
4758
+ </span>
4451
4759
 
4452
4760
 
4453
4761
 
@@ -4485,7 +4793,11 @@ layer.load().then((result) => {
4485
4793
  <td class="type">
4486
4794
 
4487
4795
 
4488
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4796
+ <span class="param-type">
4797
+
4798
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4799
+
4800
+ </span>
4489
4801
 
4490
4802
 
4491
4803
 
@@ -4523,7 +4835,11 @@ layer.load().then((result) => {
4523
4835
  <td class="type">
4524
4836
 
4525
4837
 
4526
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4838
+ <span class="param-type">
4839
+
4840
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4841
+
4842
+ </span>
4527
4843
 
4528
4844
 
4529
4845
 
@@ -4561,7 +4877,11 @@ layer.load().then((result) => {
4561
4877
  <td class="type">
4562
4878
 
4563
4879
 
4564
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4880
+ <span class="param-type">
4881
+
4882
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4883
+
4884
+ </span>
4565
4885
 
4566
4886
 
4567
4887
 
@@ -4753,7 +5073,11 @@ layer.load().then((result) => {
4753
5073
  <td class="type">
4754
5074
 
4755
5075
 
4756
- <span class="param-type">Object</span>
5076
+ <span class="param-type">
5077
+
5078
+ Object
5079
+
5080
+ </span>
4757
5081
 
4758
5082
 
4759
5083
 
@@ -4787,7 +5111,11 @@ layer.load().then((result) => {
4787
5111
  <td class="type">
4788
5112
 
4789
5113
 
4790
- <span class="param-type">String</span>
5114
+ <span class="param-type">
5115
+
5116
+ String
5117
+
5118
+ </span>
4791
5119
 
4792
5120
 
4793
5121
 
@@ -4825,7 +5153,11 @@ layer.load().then((result) => {
4825
5153
  <td class="type">
4826
5154
 
4827
5155
 
4828
- <span class="param-type">String</span>
5156
+ <span class="param-type">
5157
+
5158
+ String
5159
+
5160
+ </span>
4829
5161
 
4830
5162
 
4831
5163
 
@@ -4863,7 +5195,11 @@ layer.load().then((result) => {
4863
5195
  <td class="type">
4864
5196
 
4865
5197
 
4866
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5198
+ <span class="param-type">
5199
+
5200
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5201
+
5202
+ </span>
4867
5203
 
4868
5204
 
4869
5205
 
@@ -4901,7 +5237,11 @@ layer.load().then((result) => {
4901
5237
  <td class="type">
4902
5238
 
4903
5239
 
4904
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5240
+ <span class="param-type">
5241
+
5242
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5243
+
5244
+ </span>
4905
5245
 
4906
5246
 
4907
5247
 
@@ -4939,7 +5279,11 @@ layer.load().then((result) => {
4939
5279
  <td class="type">
4940
5280
 
4941
5281
 
4942
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5282
+ <span class="param-type">
5283
+
5284
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5285
+
5286
+ </span>
4943
5287
 
4944
5288
 
4945
5289
 
@@ -4977,7 +5321,11 @@ layer.load().then((result) => {
4977
5321
  <td class="type">
4978
5322
 
4979
5323
 
4980
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5324
+ <span class="param-type">
5325
+
5326
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5327
+
5328
+ </span>
4981
5329
 
4982
5330
 
4983
5331
 
@@ -5015,7 +5363,11 @@ layer.load().then((result) => {
5015
5363
  <td class="type">
5016
5364
 
5017
5365
 
5018
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5366
+ <span class="param-type">
5367
+
5368
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5369
+
5370
+ </span>
5019
5371
 
5020
5372
 
5021
5373
 
@@ -5197,7 +5549,11 @@ layer.load().then((result) => {
5197
5549
  <td class="type">
5198
5550
 
5199
5551
 
5200
- <span class="param-type">Object</span>
5552
+ <span class="param-type">
5553
+
5554
+ Object
5555
+
5556
+ </span>
5201
5557
 
5202
5558
 
5203
5559
 
@@ -5231,7 +5587,11 @@ layer.load().then((result) => {
5231
5587
  <td class="type">
5232
5588
 
5233
5589
 
5234
- <span class="param-type">String</span>
5590
+ <span class="param-type">
5591
+
5592
+ String
5593
+
5594
+ </span>
5235
5595
 
5236
5596
 
5237
5597
 
@@ -5269,7 +5629,11 @@ layer.load().then((result) => {
5269
5629
  <td class="type">
5270
5630
 
5271
5631
 
5272
- <span class="param-type">String</span>
5632
+ <span class="param-type">
5633
+
5634
+ String
5635
+
5636
+ </span>
5273
5637
 
5274
5638
 
5275
5639
 
@@ -5307,7 +5671,11 @@ layer.load().then((result) => {
5307
5671
  <td class="type">
5308
5672
 
5309
5673
 
5310
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5674
+ <span class="param-type">
5675
+
5676
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5677
+
5678
+ </span>
5311
5679
 
5312
5680
 
5313
5681
 
@@ -5345,7 +5713,11 @@ layer.load().then((result) => {
5345
5713
  <td class="type">
5346
5714
 
5347
5715
 
5348
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5716
+ <span class="param-type">
5717
+
5718
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5719
+
5720
+ </span>
5349
5721
 
5350
5722
 
5351
5723
 
@@ -5383,7 +5755,11 @@ layer.load().then((result) => {
5383
5755
  <td class="type">
5384
5756
 
5385
5757
 
5386
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5758
+ <span class="param-type">
5759
+
5760
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5761
+
5762
+ </span>
5387
5763
 
5388
5764
 
5389
5765
 
@@ -5421,7 +5797,11 @@ layer.load().then((result) => {
5421
5797
  <td class="type">
5422
5798
 
5423
5799
 
5424
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5800
+ <span class="param-type">
5801
+
5802
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5803
+
5804
+ </span>
5425
5805
 
5426
5806
 
5427
5807
 
@@ -5459,7 +5839,11 @@ layer.load().then((result) => {
5459
5839
  <td class="type">
5460
5840
 
5461
5841
 
5462
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5842
+ <span class="param-type">
5843
+
5844
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5845
+
5846
+ </span>
5463
5847
 
5464
5848
 
5465
5849
 
@@ -5651,7 +6035,11 @@ layer.load().then((result) => {
5651
6035
  <td class="type">
5652
6036
 
5653
6037
 
5654
- <span class="param-type">Object</span>
6038
+ <span class="param-type">
6039
+
6040
+ Object
6041
+
6042
+ </span>
5655
6043
 
5656
6044
 
5657
6045
 
@@ -5685,7 +6073,11 @@ layer.load().then((result) => {
5685
6073
  <td class="type">
5686
6074
 
5687
6075
 
5688
- <span class="param-type">String</span>
6076
+ <span class="param-type">
6077
+
6078
+ String
6079
+
6080
+ </span>
5689
6081
 
5690
6082
 
5691
6083
 
@@ -5723,7 +6115,11 @@ layer.load().then((result) => {
5723
6115
  <td class="type">
5724
6116
 
5725
6117
 
5726
- <span class="param-type">String</span>
6118
+ <span class="param-type">
6119
+
6120
+ String
6121
+
6122
+ </span>
5727
6123
 
5728
6124
 
5729
6125
 
@@ -5761,7 +6157,11 @@ layer.load().then((result) => {
5761
6157
  <td class="type">
5762
6158
 
5763
6159
 
5764
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6160
+ <span class="param-type">
6161
+
6162
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6163
+
6164
+ </span>
5765
6165
 
5766
6166
 
5767
6167
 
@@ -5799,7 +6199,11 @@ layer.load().then((result) => {
5799
6199
  <td class="type">
5800
6200
 
5801
6201
 
5802
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6202
+ <span class="param-type">
6203
+
6204
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6205
+
6206
+ </span>
5803
6207
 
5804
6208
 
5805
6209
 
@@ -5837,7 +6241,11 @@ layer.load().then((result) => {
5837
6241
  <td class="type">
5838
6242
 
5839
6243
 
5840
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6244
+ <span class="param-type">
6245
+
6246
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6247
+
6248
+ </span>
5841
6249
 
5842
6250
 
5843
6251
 
@@ -5875,7 +6283,11 @@ layer.load().then((result) => {
5875
6283
  <td class="type">
5876
6284
 
5877
6285
 
5878
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6286
+ <span class="param-type">
6287
+
6288
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6289
+
6290
+ </span>
5879
6291
 
5880
6292
 
5881
6293
 
@@ -5913,7 +6325,11 @@ layer.load().then((result) => {
5913
6325
  <td class="type">
5914
6326
 
5915
6327
 
5916
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6328
+ <span class="param-type">
6329
+
6330
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6331
+
6332
+ </span>
5917
6333
 
5918
6334
 
5919
6335
 
@@ -6095,7 +6511,11 @@ layer.load().then((result) => {
6095
6511
  <td class="type">
6096
6512
 
6097
6513
 
6098
- <span class="param-type">Object</span>
6514
+ <span class="param-type">
6515
+
6516
+ Object
6517
+
6518
+ </span>
6099
6519
 
6100
6520
 
6101
6521
 
@@ -6129,7 +6549,11 @@ layer.load().then((result) => {
6129
6549
  <td class="type">
6130
6550
 
6131
6551
 
6132
- <span class="param-type">String</span>
6552
+ <span class="param-type">
6553
+
6554
+ String
6555
+
6556
+ </span>
6133
6557
 
6134
6558
 
6135
6559
 
@@ -6167,7 +6591,11 @@ layer.load().then((result) => {
6167
6591
  <td class="type">
6168
6592
 
6169
6593
 
6170
- <span class="param-type">String</span>
6594
+ <span class="param-type">
6595
+
6596
+ String
6597
+
6598
+ </span>
6171
6599
 
6172
6600
 
6173
6601
 
@@ -6205,7 +6633,11 @@ layer.load().then((result) => {
6205
6633
  <td class="type">
6206
6634
 
6207
6635
 
6208
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6636
+ <span class="param-type">
6637
+
6638
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6639
+
6640
+ </span>
6209
6641
 
6210
6642
 
6211
6643
 
@@ -6243,7 +6675,11 @@ layer.load().then((result) => {
6243
6675
  <td class="type">
6244
6676
 
6245
6677
 
6246
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6678
+ <span class="param-type">
6679
+
6680
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6681
+
6682
+ </span>
6247
6683
 
6248
6684
 
6249
6685
 
@@ -6281,7 +6717,11 @@ layer.load().then((result) => {
6281
6717
  <td class="type">
6282
6718
 
6283
6719
 
6284
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6720
+ <span class="param-type">
6721
+
6722
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6723
+
6724
+ </span>
6285
6725
 
6286
6726
 
6287
6727
 
@@ -6319,7 +6759,11 @@ layer.load().then((result) => {
6319
6759
  <td class="type">
6320
6760
 
6321
6761
 
6322
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6762
+ <span class="param-type">
6763
+
6764
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6765
+
6766
+ </span>
6323
6767
 
6324
6768
 
6325
6769
 
@@ -6357,7 +6801,11 @@ layer.load().then((result) => {
6357
6801
  <td class="type">
6358
6802
 
6359
6803
 
6360
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6804
+ <span class="param-type">
6805
+
6806
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6807
+
6808
+ </span>
6361
6809
 
6362
6810
 
6363
6811
 
@@ -6549,7 +6997,11 @@ layer.load().then((result) => {
6549
6997
  <td class="type">
6550
6998
 
6551
6999
 
6552
- <span class="param-type">Object</span>
7000
+ <span class="param-type">
7001
+
7002
+ Object
7003
+
7004
+ </span>
6553
7005
 
6554
7006
 
6555
7007
 
@@ -6583,7 +7035,11 @@ layer.load().then((result) => {
6583
7035
  <td class="type">
6584
7036
 
6585
7037
 
6586
- <span class="param-type">String</span>
7038
+ <span class="param-type">
7039
+
7040
+ String
7041
+
7042
+ </span>
6587
7043
 
6588
7044
 
6589
7045
 
@@ -6621,7 +7077,11 @@ layer.load().then((result) => {
6621
7077
  <td class="type">
6622
7078
 
6623
7079
 
6624
- <span class="param-type">String</span>
7080
+ <span class="param-type">
7081
+
7082
+ String
7083
+
7084
+ </span>
6625
7085
 
6626
7086
 
6627
7087
 
@@ -6659,7 +7119,11 @@ layer.load().then((result) => {
6659
7119
  <td class="type">
6660
7120
 
6661
7121
 
6662
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7122
+ <span class="param-type">
7123
+
7124
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7125
+
7126
+ </span>
6663
7127
 
6664
7128
 
6665
7129
 
@@ -6697,7 +7161,11 @@ layer.load().then((result) => {
6697
7161
  <td class="type">
6698
7162
 
6699
7163
 
6700
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7167
+
7168
+ </span>
6701
7169
 
6702
7170
 
6703
7171
 
@@ -6735,7 +7203,11 @@ layer.load().then((result) => {
6735
7203
  <td class="type">
6736
7204
 
6737
7205
 
6738
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7206
+ <span class="param-type">
7207
+
7208
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7209
+
7210
+ </span>
6739
7211
 
6740
7212
 
6741
7213
 
@@ -6773,7 +7245,11 @@ layer.load().then((result) => {
6773
7245
  <td class="type">
6774
7246
 
6775
7247
 
6776
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7248
+ <span class="param-type">
7249
+
7250
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7251
+
7252
+ </span>
6777
7253
 
6778
7254
 
6779
7255
 
@@ -6811,7 +7287,11 @@ layer.load().then((result) => {
6811
7287
  <td class="type">
6812
7288
 
6813
7289
 
6814
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7290
+ <span class="param-type">
7291
+
7292
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7293
+
7294
+ </span>
6815
7295
 
6816
7296
 
6817
7297
 
@@ -6993,7 +7473,11 @@ layer.load().then((result) => {
6993
7473
  <td class="type">
6994
7474
 
6995
7475
 
6996
- <span class="param-type">Object</span>
7476
+ <span class="param-type">
7477
+
7478
+ Object
7479
+
7480
+ </span>
6997
7481
 
6998
7482
 
6999
7483
 
@@ -7027,7 +7511,11 @@ layer.load().then((result) => {
7027
7511
  <td class="type">
7028
7512
 
7029
7513
 
7030
- <span class="param-type">String</span>
7514
+ <span class="param-type">
7515
+
7516
+ String
7517
+
7518
+ </span>
7031
7519
 
7032
7520
 
7033
7521
 
@@ -7065,7 +7553,11 @@ layer.load().then((result) => {
7065
7553
  <td class="type">
7066
7554
 
7067
7555
 
7068
- <span class="param-type">String</span>
7556
+ <span class="param-type">
7557
+
7558
+ String
7559
+
7560
+ </span>
7069
7561
 
7070
7562
 
7071
7563
 
@@ -7103,7 +7595,11 @@ layer.load().then((result) => {
7103
7595
  <td class="type">
7104
7596
 
7105
7597
 
7106
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7598
+ <span class="param-type">
7599
+
7600
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7601
+
7602
+ </span>
7107
7603
 
7108
7604
 
7109
7605
 
@@ -7141,7 +7637,11 @@ layer.load().then((result) => {
7141
7637
  <td class="type">
7142
7638
 
7143
7639
 
7144
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7640
+ <span class="param-type">
7641
+
7642
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7643
+
7644
+ </span>
7145
7645
 
7146
7646
 
7147
7647
 
@@ -7179,7 +7679,11 @@ layer.load().then((result) => {
7179
7679
  <td class="type">
7180
7680
 
7181
7681
 
7182
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7682
+ <span class="param-type">
7683
+
7684
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7685
+
7686
+ </span>
7183
7687
 
7184
7688
 
7185
7689
 
@@ -7217,7 +7721,11 @@ layer.load().then((result) => {
7217
7721
  <td class="type">
7218
7722
 
7219
7723
 
7220
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7724
+ <span class="param-type">
7725
+
7726
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7727
+
7728
+ </span>
7221
7729
 
7222
7730
 
7223
7731
 
@@ -7255,7 +7763,11 @@ layer.load().then((result) => {
7255
7763
  <td class="type">
7256
7764
 
7257
7765
 
7258
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7766
+ <span class="param-type">
7767
+
7768
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7769
+
7770
+ </span>
7259
7771
 
7260
7772
 
7261
7773