@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.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -96,6 +96,7 @@ if(layer.loadStatus === 'loaded') {<br/>
96
96
  <span class="param-type">Object</span>
97
97
 
98
98
 
99
+
99
100
 
100
101
  </td>
101
102
 
@@ -122,6 +123,7 @@ if(layer.loadStatus === 'loaded') {<br/>
122
123
  <span class="param-type">String</span>
123
124
 
124
125
 
126
+
125
127
 
126
128
  </td>
127
129
 
@@ -163,6 +165,7 @@ if(layer.loadStatus === 'loaded') {<br/>
163
165
  <span class="param-type">String</span>
164
166
 
165
167
 
168
+
166
169
 
167
170
  </td>
168
171
 
@@ -191,6 +194,7 @@ if(layer.loadStatus === 'loaded') {<br/>
191
194
  <span class="param-type">String</span>
192
195
 
193
196
 
197
+
194
198
 
195
199
  </td>
196
200
 
@@ -217,6 +221,7 @@ if(layer.loadStatus === 'loaded') {<br/>
217
221
  <span class="param-type">String</span>
218
222
 
219
223
 
224
+
220
225
 
221
226
  </td>
222
227
 
@@ -243,6 +248,7 @@ if(layer.loadStatus === 'loaded') {<br/>
243
248
  <span class="param-type">Number</span>
244
249
 
245
250
 
251
+
246
252
 
247
253
  </td>
248
254
 
@@ -271,6 +277,7 @@ if(layer.loadStatus === 'loaded') {<br/>
271
277
  <span class="param-type">Boolean</span>
272
278
 
273
279
 
280
+
274
281
 
275
282
  </td>
276
283
 
@@ -299,6 +306,7 @@ if(layer.loadStatus === 'loaded') {<br/>
299
306
  <span class="param-type">String</span>
300
307
 
301
308
 
309
+
302
310
 
303
311
  </td>
304
312
 
@@ -327,6 +335,7 @@ if(layer.loadStatus === 'loaded') {<br/>
327
335
  <span class="param-type">Renderer</span>
328
336
 
329
337
 
338
+
330
339
 
331
340
  </td>
332
341
 
@@ -361,6 +370,7 @@ if(layer.loadStatus === 'loaded') {<br/>
361
370
  <span class="param-type">String</span>
362
371
 
363
372
 
373
+
364
374
 
365
375
  </td>
366
376
 
@@ -389,6 +399,7 @@ if(layer.loadStatus === 'loaded') {<br/>
389
399
  <span class="param-type">Boolean</span>
390
400
 
391
401
 
402
+
392
403
 
393
404
  </td>
394
405
 
@@ -414,7 +425,8 @@ if(layer.loadStatus === 'loaded') {<br/>
414
425
  <td class="type">
415
426
 
416
427
 
417
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
428
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
429
+
418
430
 
419
431
 
420
432
 
@@ -446,6 +458,7 @@ if(layer.loadStatus === 'loaded') {<br/>
446
458
  <span class="param-type">Number</span>
447
459
 
448
460
 
461
+
449
462
 
450
463
  </td>
451
464
 
@@ -474,6 +487,7 @@ if(layer.loadStatus === 'loaded') {<br/>
474
487
  <span class="param-type">Number</span>
475
488
 
476
489
 
490
+
477
491
 
478
492
  </td>
479
493
 
@@ -502,6 +516,7 @@ if(layer.loadStatus === 'loaded') {<br/>
502
516
  <span class="param-type">String</span>
503
517
 
504
518
 
519
+
505
520
 
506
521
  </td>
507
522
 
@@ -530,6 +545,7 @@ if(layer.loadStatus === 'loaded') {<br/>
530
545
  <span class="param-type">String</span>
531
546
 
532
547
 
548
+
533
549
 
534
550
  </td>
535
551
 
@@ -556,6 +572,7 @@ if(layer.loadStatus === 'loaded') {<br/>
556
572
  <span class="param-type">Boolean</span>
557
573
 
558
574
 
575
+
559
576
 
560
577
  </td>
561
578
 
@@ -1043,7 +1060,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1043
1060
 
1044
1061
 
1045
1062
  <ul>
1046
- <li><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></li>
1063
+ <li><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></li>
1047
1064
  </ul>
1048
1065
 
1049
1066
 
@@ -1075,37 +1092,40 @@ const igsFeatureLayer = new igsFeatureLayer({
1075
1092
  <tbody>
1076
1093
 
1077
1094
  <tr class="deep-level-0">
1078
- <td class="name"><code><a href="IGSFeatureLayer.html#capabilities">capabilities</a></code></td>
1095
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1079
1096
  <td class="name">
1080
1097
  <code>
1081
1098
 
1082
1099
  <span class="param-type">Array.&lt;String></span>
1083
1100
 
1084
1101
 
1102
+
1085
1103
  </code>
1086
1104
  </td>
1087
1105
  <td class="name"><code><p>服务支持的能力</p></code></td>
1088
1106
  </tr>
1089
1107
 
1090
1108
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="IGSFeatureLayer.html#definitionExpression">definitionExpression</a></code></td>
1109
+ <td class="name"><code><a href="#definitionExpression">definitionExpression</a></code></td>
1092
1110
  <td class="name">
1093
1111
  <code>
1094
1112
 
1095
1113
  <span class="param-type">String</span>
1096
1114
 
1097
1115
 
1116
+
1098
1117
  </code>
1099
1118
  </td>
1100
1119
  <td class="name"><code><p>要素过滤条件,类似sql语句</p></code></td>
1101
1120
  </tr>
1102
1121
 
1103
1122
  <tr class="deep-level-0">
1104
- <td class="name"><code><a href="IGSFeatureLayer.html#elevationInfo">elevationInfo</a></code></td>
1123
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
1105
1124
  <td class="name">
1106
1125
  <code>
1107
1126
 
1108
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1127
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1128
+
1109
1129
 
1110
1130
 
1111
1131
  </code>
@@ -1114,37 +1134,40 @@ const igsFeatureLayer = new igsFeatureLayer({
1114
1134
  </tr>
1115
1135
 
1116
1136
  <tr class="deep-level-0">
1117
- <td class="name"><code><a href="IGSFeatureLayer.html#gdbp">gdbp</a></code></td>
1137
+ <td class="name"><code><a href="#gdbp">gdbp</a></code></td>
1118
1138
  <td class="name">
1119
1139
  <code>
1120
1140
 
1121
1141
  <span class="param-type">String</span>
1122
1142
 
1123
1143
 
1144
+
1124
1145
  </code>
1125
1146
  </td>
1126
1147
  <td class="name"><code><p>gdbp数据源</p></code></td>
1127
1148
  </tr>
1128
1149
 
1129
1150
  <tr class="deep-level-0">
1130
- <td class="name"><code><a href="IGSFeatureLayer.html#geometryType">geometryType</a></code></td>
1151
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
1131
1152
  <td class="name">
1132
1153
  <code>
1133
1154
 
1134
1155
  <span class="param-type">String</span>
1135
1156
 
1136
1157
 
1158
+
1137
1159
  </code>
1138
1160
  </td>
1139
1161
  <td class="name"><code><p>几何类型</p></code></td>
1140
1162
  </tr>
1141
1163
 
1142
1164
  <tr class="deep-level-0">
1143
- <td class="name"><code><a href="IGSFeatureLayer.html#labelingInfo">labelingInfo</a></code></td>
1165
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1144
1166
  <td class="name">
1145
1167
  <code>
1146
1168
 
1147
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1169
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1170
+
1148
1171
 
1149
1172
 
1150
1173
  </code>
@@ -1153,37 +1176,40 @@ const igsFeatureLayer = new igsFeatureLayer({
1153
1176
  </tr>
1154
1177
 
1155
1178
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="IGSFeatureLayer.html#labelsVisible">labelsVisible</a></code></td>
1179
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1157
1180
  <td class="name">
1158
1181
  <code>
1159
1182
 
1160
1183
  <span class="param-type">Boolean</span>
1161
1184
 
1162
1185
 
1186
+
1163
1187
  </code>
1164
1188
  </td>
1165
1189
  <td class="name"><code><p>是否开启动态注记,仅支持三维动态注记渲染</p></code></td>
1166
1190
  </tr>
1167
1191
 
1168
1192
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="IGSFeatureLayer.html#outFields">outFields</a></code></td>
1193
+ <td class="name"><code><a href="#outFields">outFields</a></code></td>
1170
1194
  <td class="name">
1171
1195
  <code>
1172
1196
 
1173
1197
  <span class="param-type">Array.&lt;String></span>
1174
1198
 
1175
1199
 
1200
+
1176
1201
  </code>
1177
1202
  </td>
1178
1203
  <td class="name"><code><p>服务返回的要素字段名数组</p></code></td>
1179
1204
  </tr>
1180
1205
 
1181
1206
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="IGSFeatureLayer.html#renderer">renderer</a></code></td>
1207
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1183
1208
  <td class="name">
1184
1209
  <code>
1185
1210
 
1186
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1211
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1212
+
1187
1213
 
1188
1214
 
1189
1215
  </code>
@@ -1192,20 +1218,21 @@ const igsFeatureLayer = new igsFeatureLayer({
1192
1218
  </tr>
1193
1219
 
1194
1220
  <tr class="deep-level-0">
1195
- <td class="name"><code><a href="IGSFeatureLayer.html#renderMode">renderMode</a></code></td>
1221
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
1196
1222
  <td class="name">
1197
1223
  <code>
1198
1224
 
1199
1225
  <span class="param-type">String</span>
1200
1226
 
1201
1227
 
1228
+
1202
1229
  </code>
1203
1230
  </td>
1204
1231
  <td class="name"><code><p>渲染模式,分为客户端渲染'client'和服务器端渲染'server'</p></code></td>
1205
1232
  </tr>
1206
1233
 
1207
1234
  <tr class="deep-level-0">
1208
- <td class="name"><code><a href="IGSFeatureLayer.html#sublayerId">sublayerId</a></code></td>
1235
+ <td class="name"><code><a href="#sublayerId">sublayerId</a></code></td>
1209
1236
  <td class="name">
1210
1237
  <code>
1211
1238
 
@@ -1215,19 +1242,21 @@ const igsFeatureLayer = new igsFeatureLayer({
1215
1242
  <span class="param-type">String</span>
1216
1243
 
1217
1244
 
1245
+
1218
1246
  </code>
1219
1247
  </td>
1220
1248
  <td class="name"><code><p>要素图层index</p></code></td>
1221
1249
  </tr>
1222
1250
 
1223
1251
  <tr class="deep-level-0">
1224
- <td class="name"><code><a href="IGSFeatureLayer.html#supportArc3">supportArc3</a></code></td>
1252
+ <td class="name"><code><a href="#supportArc3">supportArc3</a></code></td>
1225
1253
  <td class="name">
1226
1254
  <code>
1227
1255
 
1228
1256
  <span class="param-type">Boolean</span>
1229
1257
 
1230
1258
 
1259
+
1231
1260
  </code>
1232
1261
  </td>
1233
1262
  <td class="name"><code><p>是否返回三点弧段数据,为true则返回三个点代表三点弧段,否则返回离散的点</p></code></td>
@@ -1247,6 +1276,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1247
1276
  <span class="param-type">Array.&lt;String></span>
1248
1277
 
1249
1278
 
1279
+
1250
1280
  </span>
1251
1281
 
1252
1282
  <h4 class="name" id="capabilities">
@@ -1317,6 +1347,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1317
1347
  <span class="param-type">String</span>
1318
1348
 
1319
1349
 
1350
+
1320
1351
  </span>
1321
1352
 
1322
1353
  <h4 class="name" id="definitionExpression">
@@ -1384,7 +1415,8 @@ const igsFeatureLayer = new igsFeatureLayer({
1384
1415
  <span class="method-parameter is-pulled-right">
1385
1416
  <label>类型:</label>
1386
1417
 
1387
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1418
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1419
+
1388
1420
 
1389
1421
 
1390
1422
  </span>
@@ -1418,7 +1450,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1418
1450
 
1419
1451
  <dt class="inherited-from">Inherited From:</dt>
1420
1452
  <dd class="inherited-from"><ul class="dummy"><li>
1421
- <a class="mapgis-link-name" title="FeatureLayer#elevationInfo" FeatureLayer.html#elevationInfo>FeatureLayer#elevationInfo</a>
1453
+ <a goto="elevationInfo" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#elevationInfo" FeatureLayer.html#elevationInfo>FeatureLayer#elevationInfo</a>
1422
1454
  </li></ul></dd>
1423
1455
 
1424
1456
 
@@ -1462,6 +1494,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1462
1494
  <span class="param-type">String</span>
1463
1495
 
1464
1496
 
1497
+
1465
1498
  </span>
1466
1499
 
1467
1500
  <h4 class="name" id="gdbp">
@@ -1532,6 +1565,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1532
1565
  <span class="param-type">String</span>
1533
1566
 
1534
1567
 
1568
+
1535
1569
  </span>
1536
1570
 
1537
1571
  <h4 class="name" id="geometryType">
@@ -1563,7 +1597,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1563
1597
 
1564
1598
  <dt class="inherited-from">Inherited From:</dt>
1565
1599
  <dd class="inherited-from"><ul class="dummy"><li>
1566
- <a class="mapgis-link-name" title="FeatureLayer#geometryType" FeatureLayer.html#geometryType>FeatureLayer#geometryType</a>
1600
+ <a goto="geometryType" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#geometryType" FeatureLayer.html#geometryType>FeatureLayer#geometryType</a>
1567
1601
  </li></ul></dd>
1568
1602
 
1569
1603
 
@@ -1604,7 +1638,8 @@ const igsFeatureLayer = new igsFeatureLayer({
1604
1638
  <span class="method-parameter is-pulled-right">
1605
1639
  <label>类型:</label>
1606
1640
 
1607
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1641
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1642
+
1608
1643
 
1609
1644
 
1610
1645
  </span>
@@ -1681,6 +1716,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1681
1716
  <span class="param-type">Boolean</span>
1682
1717
 
1683
1718
 
1719
+
1684
1720
  </span>
1685
1721
 
1686
1722
  <h4 class="name" id="labelsVisible">
@@ -1755,6 +1791,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1755
1791
  <span class="param-type">Array.&lt;String></span>
1756
1792
 
1757
1793
 
1794
+
1758
1795
  </span>
1759
1796
 
1760
1797
  <h4 class="name" id="outFields">
@@ -1822,7 +1859,8 @@ const igsFeatureLayer = new igsFeatureLayer({
1822
1859
  <span class="method-parameter is-pulled-right">
1823
1860
  <label>类型:</label>
1824
1861
 
1825
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1862
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1863
+
1826
1864
 
1827
1865
 
1828
1866
  </span>
@@ -1856,7 +1894,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1856
1894
 
1857
1895
  <dt class="inherited-from">Inherited From:</dt>
1858
1896
  <dd class="inherited-from"><ul class="dummy"><li>
1859
- <a class="mapgis-link-name" title="FeatureLayer#renderer" FeatureLayer.html#renderer>FeatureLayer#renderer</a>
1897
+ <a goto="renderer" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#renderer" FeatureLayer.html#renderer>FeatureLayer#renderer</a>
1860
1898
  </li></ul></dd>
1861
1899
 
1862
1900
 
@@ -1900,6 +1938,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1900
1938
  <span class="param-type">String</span>
1901
1939
 
1902
1940
 
1941
+
1903
1942
  </span>
1904
1943
 
1905
1944
  <h4 class="name" id="renderMode">
@@ -1973,6 +2012,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1973
2012
  <span class="param-type">String</span>
1974
2013
 
1975
2014
 
2015
+
1976
2016
  </span>
1977
2017
 
1978
2018
  <h4 class="name" id="sublayerId">
@@ -2043,6 +2083,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2043
2083
  <span class="param-type">Boolean</span>
2044
2084
 
2045
2085
 
2086
+
2046
2087
  </span>
2047
2088
 
2048
2089
  <h4 class="name" id="supportArc3">
@@ -2126,7 +2167,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2126
2167
  <tbody>
2127
2168
 
2128
2169
  <tr class="deep-level-0">
2129
- <td class="name"><code><a href="IGSFeatureLayer.html#fromJSON">fromJSON</a></code></td>
2170
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2130
2171
  <td class="name">
2131
2172
  <code>
2132
2173
 
@@ -2136,12 +2177,13 @@ const igsFeatureLayer = new igsFeatureLayer({
2136
2177
  </tr>
2137
2178
 
2138
2179
  <tr class="deep-level-0">
2139
- <td class="name"><code><a href="IGSFeatureLayer.html#clone">clone</a></code></td>
2180
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2140
2181
  <td class="name">
2141
2182
  <code>
2142
2183
 
2143
2184
 
2144
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2185
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2186
+
2145
2187
 
2146
2188
 
2147
2189
 
@@ -2151,12 +2193,13 @@ const igsFeatureLayer = new igsFeatureLayer({
2151
2193
  </tr>
2152
2194
 
2153
2195
  <tr class="deep-level-0">
2154
- <td class="name"><code><a href="IGSFeatureLayer.html#load">load</a></code></td>
2196
+ <td class="name"><code><a href="#load">load</a></code></td>
2155
2197
  <td class="name">
2156
2198
  <code>
2157
2199
 
2158
2200
 
2159
- <span class="param-type">Promise.&lt;<a href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2201
+ <span class="param-type">Promise.&lt;<a link="Promise.<IGSFeatureLayer>.html" onclick="getTypeHTML(event)" href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2202
+
2160
2203
 
2161
2204
 
2162
2205
 
@@ -2166,12 +2209,13 @@ const igsFeatureLayer = new igsFeatureLayer({
2166
2209
  </tr>
2167
2210
 
2168
2211
  <tr class="deep-level-0">
2169
- <td class="name"><code><a href="IGSFeatureLayer.html#queryFeatures">queryFeatures</a></code></td>
2212
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
2170
2213
  <td class="name">
2171
2214
  <code>
2172
2215
 
2173
2216
 
2174
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
2217
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
2218
+
2175
2219
 
2176
2220
 
2177
2221
 
@@ -2181,7 +2225,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2181
2225
  </tr>
2182
2226
 
2183
2227
  <tr class="deep-level-0">
2184
- <td class="name"><code><a href="IGSFeatureLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
2228
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
2185
2229
  <td class="name">
2186
2230
  <code>
2187
2231
 
@@ -2189,6 +2233,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2189
2233
  <span class="param-type">Promise.&lt;Number></span>
2190
2234
 
2191
2235
 
2236
+
2192
2237
 
2193
2238
  </code>
2194
2239
  </td>
@@ -2196,7 +2241,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2196
2241
  </tr>
2197
2242
 
2198
2243
  <tr class="deep-level-0">
2199
- <td class="name"><code><a href="IGSFeatureLayer.html#toJSON">toJSON</a></code></td>
2244
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2200
2245
  <td class="name">
2201
2246
  <code>
2202
2247
 
@@ -2204,6 +2249,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2204
2249
  <span class="param-type">Object</span>
2205
2250
 
2206
2251
 
2252
+
2207
2253
 
2208
2254
  </code>
2209
2255
  </td>
@@ -2281,6 +2327,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2281
2327
  <span class="param-type">Object</span>
2282
2328
 
2283
2329
 
2330
+
2284
2331
 
2285
2332
  </td>
2286
2333
 
@@ -2414,7 +2461,7 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2414
2461
 
2415
2462
  <dt class="inherited-from">Inherited From:</dt>
2416
2463
  <dd class="inherited-from"><ul class="dummy"><li>
2417
- <a class="mapgis-link-name" title="FeatureLayer#clone" FeatureLayer.html#clone>FeatureLayer#clone</a>
2464
+ <a goto="clone" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#clone" FeatureLayer.html#clone>FeatureLayer#clone</a>
2418
2465
  </li></ul></dd>
2419
2466
 
2420
2467
 
@@ -2475,7 +2522,8 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2475
2522
  <div class='column is-5 has-text-left'>
2476
2523
  <label>类型: </label>
2477
2524
 
2478
- <span class="param-type"><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2525
+ <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2526
+
2479
2527
 
2480
2528
 
2481
2529
  </div>
@@ -2589,7 +2637,8 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2589
2637
  <div class='column is-5 has-text-left'>
2590
2638
  <label>类型: </label>
2591
2639
 
2592
- <span class="param-type">Promise.&lt;<a href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2640
+ <span class="param-type">Promise.&lt;<a link="Promise.<IGSFeatureLayer>.html" onclick="getTypeHTML(event)" href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2641
+
2593
2642
 
2594
2643
 
2595
2644
  </div>
@@ -2686,6 +2735,7 @@ igsFeatureLayer.load().then((result) => {
2686
2735
  <span class="param-type">Object</span>
2687
2736
 
2688
2737
 
2738
+
2689
2739
 
2690
2740
  </td>
2691
2741
 
@@ -2769,7 +2819,8 @@ igsFeatureLayer.load().then((result) => {
2769
2819
  <div class='column is-5 has-text-left'>
2770
2820
  <label>类型: </label>
2771
2821
 
2772
- <span class="param-type">Promise.&lt;<a href="FeatureSet.html">FeatureSet</a>></span>
2822
+ <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
2823
+
2773
2824
 
2774
2825
 
2775
2826
  </div>
@@ -2865,6 +2916,7 @@ igsFeatureLayer.load().then((result) => {
2865
2916
  <span class="param-type">Object</span>
2866
2917
 
2867
2918
 
2919
+
2868
2920
 
2869
2921
  </td>
2870
2922
 
@@ -2951,6 +3003,7 @@ igsFeatureLayer.load().then((result) => {
2951
3003
  <span class="param-type">Promise.&lt;Number></span>
2952
3004
 
2953
3005
 
3006
+
2954
3007
  </div>
2955
3008
 
2956
3009
  </div>
@@ -3088,6 +3141,7 @@ igsFeatureLayer.load().then((result) => {
3088
3141
  <span class="param-type">Object</span>
3089
3142
 
3090
3143
 
3144
+
3091
3145
  </div>
3092
3146
 
3093
3147
  </div>
@@ -3207,6 +3261,7 @@ igsFeatureLayer.load().then((result) => {
3207
3261
  <span class="param-type">Object</span>
3208
3262
 
3209
3263
 
3264
+
3210
3265
 
3211
3266
  </td>
3212
3267
 
@@ -3240,6 +3295,7 @@ igsFeatureLayer.load().then((result) => {
3240
3295
  <span class="param-type">String</span>
3241
3296
 
3242
3297
 
3298
+
3243
3299
 
3244
3300
  </td>
3245
3301
 
@@ -3277,6 +3333,7 @@ igsFeatureLayer.load().then((result) => {
3277
3333
  <span class="param-type">String</span>
3278
3334
 
3279
3335
 
3336
+
3280
3337
 
3281
3338
  </td>
3282
3339
 
@@ -3311,7 +3368,8 @@ igsFeatureLayer.load().then((result) => {
3311
3368
  <td class="type">
3312
3369
 
3313
3370
 
3314
- <span class="param-type">Array.&lt;<a href="UpdateContent.html">UpdateContent</a>></span>
3371
+ <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3372
+
3315
3373
 
3316
3374
 
3317
3375
 
@@ -3348,7 +3406,8 @@ igsFeatureLayer.load().then((result) => {
3348
3406
  <td class="type">
3349
3407
 
3350
3408
 
3351
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3409
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3410
+
3352
3411
 
3353
3412
 
3354
3413
 
@@ -3385,7 +3444,8 @@ igsFeatureLayer.load().then((result) => {
3385
3444
  <td class="type">
3386
3445
 
3387
3446
 
3388
- <span class="param-type"><a class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3447
+ <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3448
+
3389
3449
 
3390
3450
 
3391
3451
 
@@ -3422,7 +3482,8 @@ igsFeatureLayer.load().then((result) => {
3422
3482
  <td class="type">
3423
3483
 
3424
3484
 
3425
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3485
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3486
+
3426
3487
 
3427
3488
 
3428
3489
 
@@ -3459,7 +3520,8 @@ igsFeatureLayer.load().then((result) => {
3459
3520
  <td class="type">
3460
3521
 
3461
3522
 
3462
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3523
+ <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3524
+
3463
3525
 
3464
3526
 
3465
3527