@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -87,13 +87,17 @@ if(layer.loadStatus === 'loaded') {<br/>
87
87
 
88
88
  <tr class="deep-level-0">
89
89
 
90
- <td class="name" id="options"><code>options</code></td>
90
+ <td class="name"><code>options</code></td>
91
91
 
92
92
 
93
93
  <td class="type">
94
94
 
95
95
 
96
- <span class="param-type">Object</span>
96
+ <span class="param-type">
97
+
98
+ Object
99
+
100
+ </span>
97
101
 
98
102
 
99
103
 
@@ -114,13 +118,17 @@ if(layer.loadStatus === 'loaded') {<br/>
114
118
 
115
119
  <tr class="deep-level-1">
116
120
 
117
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
118
122
 
119
123
 
120
124
  <td class="type">
121
125
 
122
126
 
123
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
124
132
 
125
133
 
126
134
 
@@ -153,16 +161,24 @@ if(layer.loadStatus === 'loaded') {<br/>
153
161
 
154
162
  <tr class="deep-level-1">
155
163
 
156
- <td class="name" id="sublayerId"><code>sublayerId</code></td>
164
+ <td class="name"><code>sublayerId</code></td>
157
165
 
158
166
 
159
167
  <td class="type">
160
168
 
161
169
 
162
- <span class="param-type">Number</span>
170
+ <span class="param-type">
171
+
172
+ Number
173
+
174
+ </span>
163
175
  |
164
176
 
165
- <span class="param-type">String</span>
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -185,13 +201,17 @@ if(layer.loadStatus === 'loaded') {<br/>
185
201
 
186
202
  <tr class="deep-level-1">
187
203
 
188
- <td class="name" id="gdbp"><code>gdbp</code></td>
204
+ <td class="name"><code>gdbp</code></td>
189
205
 
190
206
 
191
207
  <td class="type">
192
208
 
193
209
 
194
- <span class="param-type">String</span>
210
+ <span class="param-type">
211
+
212
+ String
213
+
214
+ </span>
195
215
 
196
216
 
197
217
 
@@ -212,13 +232,17 @@ if(layer.loadStatus === 'loaded') {<br/>
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="id"><code>id</code></td>
235
+ <td class="name"><code>id</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">String</span>
241
+ <span class="param-type">
242
+
243
+ String
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -239,13 +263,17 @@ if(layer.loadStatus === 'loaded') {<br/>
239
263
 
240
264
  <tr class="deep-level-1">
241
265
 
242
- <td class="name" id="opacity"><code>opacity</code></td>
266
+ <td class="name"><code>opacity</code></td>
243
267
 
244
268
 
245
269
  <td class="type">
246
270
 
247
271
 
248
- <span class="param-type">Number</span>
272
+ <span class="param-type">
273
+
274
+ Number
275
+
276
+ </span>
249
277
 
250
278
 
251
279
 
@@ -268,13 +296,17 @@ if(layer.loadStatus === 'loaded') {<br/>
268
296
 
269
297
  <tr class="deep-level-1">
270
298
 
271
- <td class="name" id="visible"><code>visible</code></td>
299
+ <td class="name"><code>visible</code></td>
272
300
 
273
301
 
274
302
  <td class="type">
275
303
 
276
304
 
277
- <span class="param-type">Boolean</span>
305
+ <span class="param-type">
306
+
307
+ Boolean
308
+
309
+ </span>
278
310
 
279
311
 
280
312
 
@@ -297,13 +329,17 @@ if(layer.loadStatus === 'loaded') {<br/>
297
329
 
298
330
  <tr class="deep-level-1">
299
331
 
300
- <td class="name" id="renderMode"><code>renderMode</code></td>
332
+ <td class="name"><code>renderMode</code></td>
301
333
 
302
334
 
303
335
  <td class="type">
304
336
 
305
337
 
306
- <span class="param-type">String</span>
338
+ <span class="param-type">
339
+
340
+ String
341
+
342
+ </span>
307
343
 
308
344
 
309
345
 
@@ -326,13 +362,17 @@ if(layer.loadStatus === 'loaded') {<br/>
326
362
 
327
363
  <tr class="deep-level-1">
328
364
 
329
- <td class="name" id="renderer"><code>renderer</code></td>
365
+ <td class="name"><code>renderer</code></td>
330
366
 
331
367
 
332
368
  <td class="type">
333
369
 
334
370
 
335
- <span class="param-type">Renderer</span>
371
+ <span class="param-type">
372
+
373
+ Renderer
374
+
375
+ </span>
336
376
 
337
377
 
338
378
 
@@ -361,13 +401,17 @@ if(layer.loadStatus === 'loaded') {<br/>
361
401
 
362
402
  <tr class="deep-level-1">
363
403
 
364
- <td class="name" id="definitionExpression"><code>definitionExpression</code></td>
404
+ <td class="name"><code>definitionExpression</code></td>
365
405
 
366
406
 
367
407
  <td class="type">
368
408
 
369
409
 
370
- <span class="param-type">String</span>
410
+ <span class="param-type">
411
+
412
+ String
413
+
414
+ </span>
371
415
 
372
416
 
373
417
 
@@ -390,13 +434,17 @@ if(layer.loadStatus === 'loaded') {<br/>
390
434
 
391
435
  <tr class="deep-level-1">
392
436
 
393
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
437
+ <td class="name"><code>labelsVisible</code></td>
394
438
 
395
439
 
396
440
  <td class="type">
397
441
 
398
442
 
399
- <span class="param-type">Boolean</span>
443
+ <span class="param-type">
444
+
445
+ Boolean
446
+
447
+ </span>
400
448
 
401
449
 
402
450
 
@@ -419,13 +467,17 @@ if(layer.loadStatus === 'loaded') {<br/>
419
467
 
420
468
  <tr class="deep-level-1">
421
469
 
422
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
470
+ <td class="name"><code>labelingInfo</code></td>
423
471
 
424
472
 
425
473
  <td class="type">
426
474
 
427
475
 
428
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
476
+ <span class="param-type">
477
+
478
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
479
+
480
+ </span>
429
481
 
430
482
 
431
483
 
@@ -449,13 +501,17 @@ if(layer.loadStatus === 'loaded') {<br/>
449
501
 
450
502
  <tr class="deep-level-1">
451
503
 
452
- <td class="name" id="minScale"><code>minScale</code></td>
504
+ <td class="name"><code>minScale</code></td>
453
505
 
454
506
 
455
507
  <td class="type">
456
508
 
457
509
 
458
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
459
515
 
460
516
 
461
517
 
@@ -478,13 +534,17 @@ if(layer.loadStatus === 'loaded') {<br/>
478
534
 
479
535
  <tr class="deep-level-1">
480
536
 
481
- <td class="name" id="maxScale"><code>maxScale</code></td>
537
+ <td class="name"><code>maxScale</code></td>
482
538
 
483
539
 
484
540
  <td class="type">
485
541
 
486
542
 
487
- <span class="param-type">Number</span>
543
+ <span class="param-type">
544
+
545
+ Number
546
+
547
+ </span>
488
548
 
489
549
 
490
550
 
@@ -507,13 +567,17 @@ if(layer.loadStatus === 'loaded') {<br/>
507
567
 
508
568
  <tr class="deep-level-1">
509
569
 
510
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
570
+ <td class="name"><code>tokenKey</code></td>
511
571
 
512
572
 
513
573
  <td class="type">
514
574
 
515
575
 
516
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
517
581
 
518
582
 
519
583
 
@@ -536,13 +600,17 @@ if(layer.loadStatus === 'loaded') {<br/>
536
600
 
537
601
  <tr class="deep-level-1">
538
602
 
539
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
603
+ <td class="name"><code>tokenValue</code></td>
540
604
 
541
605
 
542
606
  <td class="type">
543
607
 
544
608
 
545
- <span class="param-type">String</span>
609
+ <span class="param-type">
610
+
611
+ String
612
+
613
+ </span>
546
614
 
547
615
 
548
616
 
@@ -563,13 +631,17 @@ if(layer.loadStatus === 'loaded') {<br/>
563
631
 
564
632
  <tr class="deep-level-1">
565
633
 
566
- <td class="name" id="supportArc3"><code>supportArc3</code></td>
634
+ <td class="name"><code>supportArc3</code></td>
567
635
 
568
636
 
569
637
  <td class="type">
570
638
 
571
639
 
572
- <span class="param-type">Boolean</span>
640
+ <span class="param-type">
641
+
642
+ Boolean
643
+
644
+ </span>
573
645
 
574
646
 
575
647
 
@@ -644,19 +716,19 @@ if(layer.loadStatus === 'loaded') {<br/>
644
716
  <div class="column is-2"><label>绑定事件</label></div>
645
717
  <div class="column is-10">
646
718
  <ul>
647
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层加载完毕事件</a></li>
719
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
648
720
 
649
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
721
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
650
722
 
651
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
723
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
652
724
 
653
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
725
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
654
726
 
655
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
727
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
656
728
 
657
- <li><a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a></li>
729
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
658
730
 
659
- <li><a class="mapgis-link-name" title="IGSFeatureLayer#event:图层样式更新完毕事件" IGSFeatureLayer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%25A0%25B7%25E5%25BC%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>IGSFeatureLayer#event:图层样式更新完毕事件</a></li>
731
+ <li><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></li>
660
732
  </ul>
661
733
  </div>
662
734
  </div>
@@ -1096,7 +1168,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1096
1168
  <td class="name">
1097
1169
  <code>
1098
1170
 
1099
- <span class="param-type">Array.&lt;String></span>
1171
+ <span class="param-type">
1172
+
1173
+ Array.&lt;String>
1174
+
1175
+ </span>
1100
1176
 
1101
1177
 
1102
1178
 
@@ -1110,7 +1186,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1110
1186
  <td class="name">
1111
1187
  <code>
1112
1188
 
1113
- <span class="param-type">String</span>
1189
+ <span class="param-type">
1190
+
1191
+ String
1192
+
1193
+ </span>
1114
1194
 
1115
1195
 
1116
1196
 
@@ -1124,7 +1204,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1124
1204
  <td class="name">
1125
1205
  <code>
1126
1206
 
1127
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1207
+ <span class="param-type">
1208
+
1209
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1210
+
1211
+ </span>
1128
1212
 
1129
1213
 
1130
1214
 
@@ -1138,7 +1222,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1138
1222
  <td class="name">
1139
1223
  <code>
1140
1224
 
1141
- <span class="param-type">String</span>
1225
+ <span class="param-type">
1226
+
1227
+ String
1228
+
1229
+ </span>
1142
1230
 
1143
1231
 
1144
1232
 
@@ -1152,7 +1240,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1152
1240
  <td class="name">
1153
1241
  <code>
1154
1242
 
1155
- <span class="param-type">String</span>
1243
+ <span class="param-type">
1244
+
1245
+ String
1246
+
1247
+ </span>
1156
1248
 
1157
1249
 
1158
1250
 
@@ -1166,7 +1258,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1166
1258
  <td class="name">
1167
1259
  <code>
1168
1260
 
1169
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1261
+ <span class="param-type">
1262
+
1263
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1264
+
1265
+ </span>
1170
1266
 
1171
1267
 
1172
1268
 
@@ -1180,7 +1276,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1180
1276
  <td class="name">
1181
1277
  <code>
1182
1278
 
1183
- <span class="param-type">Boolean</span>
1279
+ <span class="param-type">
1280
+
1281
+ Boolean
1282
+
1283
+ </span>
1184
1284
 
1185
1285
 
1186
1286
 
@@ -1194,7 +1294,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1194
1294
  <td class="name">
1195
1295
  <code>
1196
1296
 
1197
- <span class="param-type">Array.&lt;String></span>
1297
+ <span class="param-type">
1298
+
1299
+ Array.&lt;String>
1300
+
1301
+ </span>
1198
1302
 
1199
1303
 
1200
1304
 
@@ -1208,7 +1312,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1208
1312
  <td class="name">
1209
1313
  <code>
1210
1314
 
1211
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1315
+ <span class="param-type">
1316
+
1317
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
1318
+
1319
+ </span>
1212
1320
 
1213
1321
 
1214
1322
 
@@ -1222,7 +1330,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1222
1330
  <td class="name">
1223
1331
  <code>
1224
1332
 
1225
- <span class="param-type">String</span>
1333
+ <span class="param-type">
1334
+
1335
+ String
1336
+
1337
+ </span>
1226
1338
 
1227
1339
 
1228
1340
 
@@ -1236,10 +1348,18 @@ const igsFeatureLayer = new igsFeatureLayer({
1236
1348
  <td class="name">
1237
1349
  <code>
1238
1350
 
1239
- <span class="param-type">Number</span>
1351
+ <span class="param-type">
1352
+
1353
+ Number
1354
+
1355
+ </span>
1240
1356
  |
1241
1357
 
1242
- <span class="param-type">String</span>
1358
+ <span class="param-type">
1359
+
1360
+ String
1361
+
1362
+ </span>
1243
1363
 
1244
1364
 
1245
1365
 
@@ -1253,7 +1373,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1253
1373
  <td class="name">
1254
1374
  <code>
1255
1375
 
1256
- <span class="param-type">Boolean</span>
1376
+ <span class="param-type">
1377
+
1378
+ Boolean
1379
+
1380
+ </span>
1257
1381
 
1258
1382
 
1259
1383
 
@@ -1273,7 +1397,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1273
1397
  <span class="method-parameter is-pulled-right">
1274
1398
  <label>类型:</label>
1275
1399
 
1276
- <span class="param-type">Array.&lt;String></span>
1400
+ <span class="param-type">
1401
+
1402
+ Array.&lt;String>
1403
+
1404
+ </span>
1277
1405
 
1278
1406
 
1279
1407
 
@@ -1344,7 +1472,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1344
1472
  <span class="method-parameter is-pulled-right">
1345
1473
  <label>类型:</label>
1346
1474
 
1347
- <span class="param-type">String</span>
1475
+ <span class="param-type">
1476
+
1477
+ String
1478
+
1479
+ </span>
1348
1480
 
1349
1481
 
1350
1482
 
@@ -1415,7 +1547,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1415
1547
  <span class="method-parameter is-pulled-right">
1416
1548
  <label>类型:</label>
1417
1549
 
1418
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1550
+ <span class="param-type">
1551
+
1552
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1553
+
1554
+ </span>
1419
1555
 
1420
1556
 
1421
1557
 
@@ -1491,7 +1627,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1491
1627
  <span class="method-parameter is-pulled-right">
1492
1628
  <label>类型:</label>
1493
1629
 
1494
- <span class="param-type">String</span>
1630
+ <span class="param-type">
1631
+
1632
+ String
1633
+
1634
+ </span>
1495
1635
 
1496
1636
 
1497
1637
 
@@ -1562,7 +1702,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1562
1702
  <span class="method-parameter is-pulled-right">
1563
1703
  <label>类型:</label>
1564
1704
 
1565
- <span class="param-type">String</span>
1705
+ <span class="param-type">
1706
+
1707
+ String
1708
+
1709
+ </span>
1566
1710
 
1567
1711
 
1568
1712
 
@@ -1638,7 +1782,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1638
1782
  <span class="method-parameter is-pulled-right">
1639
1783
  <label>类型:</label>
1640
1784
 
1641
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1785
+ <span class="param-type">
1786
+
1787
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1788
+
1789
+ </span>
1642
1790
 
1643
1791
 
1644
1792
 
@@ -1713,7 +1861,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1713
1861
  <span class="method-parameter is-pulled-right">
1714
1862
  <label>类型:</label>
1715
1863
 
1716
- <span class="param-type">Boolean</span>
1864
+ <span class="param-type">
1865
+
1866
+ Boolean
1867
+
1868
+ </span>
1717
1869
 
1718
1870
 
1719
1871
 
@@ -1788,7 +1940,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1788
1940
  <span class="method-parameter is-pulled-right">
1789
1941
  <label>类型:</label>
1790
1942
 
1791
- <span class="param-type">Array.&lt;String></span>
1943
+ <span class="param-type">
1944
+
1945
+ Array.&lt;String>
1946
+
1947
+ </span>
1792
1948
 
1793
1949
 
1794
1950
 
@@ -1859,7 +2015,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1859
2015
  <span class="method-parameter is-pulled-right">
1860
2016
  <label>类型:</label>
1861
2017
 
1862
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
2018
+ <span class="param-type">
2019
+
2020
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
2021
+
2022
+ </span>
1863
2023
 
1864
2024
 
1865
2025
 
@@ -1935,7 +2095,11 @@ const igsFeatureLayer = new igsFeatureLayer({
1935
2095
  <span class="method-parameter is-pulled-right">
1936
2096
  <label>类型:</label>
1937
2097
 
1938
- <span class="param-type">String</span>
2098
+ <span class="param-type">
2099
+
2100
+ String
2101
+
2102
+ </span>
1939
2103
 
1940
2104
 
1941
2105
 
@@ -2006,10 +2170,18 @@ const igsFeatureLayer = new igsFeatureLayer({
2006
2170
  <span class="method-parameter is-pulled-right">
2007
2171
  <label>类型:</label>
2008
2172
 
2009
- <span class="param-type">Number</span>
2173
+ <span class="param-type">
2174
+
2175
+ Number
2176
+
2177
+ </span>
2010
2178
  |
2011
2179
 
2012
- <span class="param-type">String</span>
2180
+ <span class="param-type">
2181
+
2182
+ String
2183
+
2184
+ </span>
2013
2185
 
2014
2186
 
2015
2187
 
@@ -2080,7 +2252,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2080
2252
  <span class="method-parameter is-pulled-right">
2081
2253
  <label>类型:</label>
2082
2254
 
2083
- <span class="param-type">Boolean</span>
2255
+ <span class="param-type">
2256
+
2257
+ Boolean
2258
+
2259
+ </span>
2084
2260
 
2085
2261
 
2086
2262
 
@@ -2173,7 +2349,7 @@ const igsFeatureLayer = new igsFeatureLayer({
2173
2349
 
2174
2350
  </code>
2175
2351
  </td>
2176
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2352
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2177
2353
  </tr>
2178
2354
 
2179
2355
  <tr class="deep-level-0">
@@ -2182,7 +2358,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2182
2358
  <code>
2183
2359
 
2184
2360
 
2185
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2361
+ <span class="param-type">
2362
+
2363
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2364
+
2365
+ </span>
2186
2366
 
2187
2367
 
2188
2368
 
@@ -2198,7 +2378,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2198
2378
  <code>
2199
2379
 
2200
2380
 
2201
- <span class="param-type">Promise.&lt;<a link="Promise.<IGSFeatureLayer>.html" onclick="getTypeHTML(event)" href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2381
+ <span class="param-type">
2382
+
2383
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="IGSFeatureLayer.html">IGSFeatureLayer</a>>
2384
+
2385
+ </span>
2202
2386
 
2203
2387
 
2204
2388
 
@@ -2214,7 +2398,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2214
2398
  <code>
2215
2399
 
2216
2400
 
2217
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
2401
+ <span class="param-type">
2402
+
2403
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
2404
+
2405
+ </span>
2218
2406
 
2219
2407
 
2220
2408
 
@@ -2230,7 +2418,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2230
2418
  <code>
2231
2419
 
2232
2420
 
2233
- <span class="param-type">Promise.&lt;Number></span>
2421
+ <span class="param-type">
2422
+
2423
+ Promise.&lt;Number>
2424
+
2425
+ </span>
2234
2426
 
2235
2427
 
2236
2428
 
@@ -2246,7 +2438,11 @@ const igsFeatureLayer = new igsFeatureLayer({
2246
2438
  <code>
2247
2439
 
2248
2440
 
2249
- <span class="param-type">Object</span>
2441
+ <span class="param-type">
2442
+
2443
+ Object
2444
+
2445
+ </span>
2250
2446
 
2251
2447
 
2252
2448
 
@@ -2318,13 +2514,17 @@ const igsFeatureLayer = new igsFeatureLayer({
2318
2514
 
2319
2515
  <tr class="deep-level-0">
2320
2516
 
2321
- <td class="name" id="json"><code>json</code></td>
2517
+ <td class="name"><code>json</code></td>
2322
2518
 
2323
2519
 
2324
2520
  <td class="type">
2325
2521
 
2326
2522
 
2327
- <span class="param-type">Object</span>
2523
+ <span class="param-type">
2524
+
2525
+ Object
2526
+
2527
+ </span>
2328
2528
 
2329
2529
 
2330
2530
 
@@ -2522,7 +2722,11 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2522
2722
  <div class='column is-5 has-text-left'>
2523
2723
  <label>类型: </label>
2524
2724
 
2525
- <span class="param-type"><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></span>
2725
+ <span class="param-type">
2726
+
2727
+ <a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a>
2728
+
2729
+ </span>
2526
2730
 
2527
2731
 
2528
2732
 
@@ -2637,7 +2841,11 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2637
2841
  <div class='column is-5 has-text-left'>
2638
2842
  <label>类型: </label>
2639
2843
 
2640
- <span class="param-type">Promise.&lt;<a link="Promise.<IGSFeatureLayer>.html" onclick="getTypeHTML(event)" href="IGSFeatureLayer.html">IGSFeatureLayer</a>></span>
2844
+ <span class="param-type">
2845
+
2846
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="IGSFeatureLayer.html">IGSFeatureLayer</a>>
2847
+
2848
+ </span>
2641
2849
 
2642
2850
 
2643
2851
 
@@ -2726,13 +2934,17 @@ igsFeatureLayer.load().then((result) => {
2726
2934
 
2727
2935
  <tr class="deep-level-0">
2728
2936
 
2729
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
2937
+ <td class="name"><code>queryOptions</code></td>
2730
2938
 
2731
2939
 
2732
2940
  <td class="type">
2733
2941
 
2734
2942
 
2735
- <span class="param-type">Object</span>
2943
+ <span class="param-type">
2944
+
2945
+ Object
2946
+
2947
+ </span>
2736
2948
 
2737
2949
 
2738
2950
 
@@ -2819,7 +3031,11 @@ igsFeatureLayer.load().then((result) => {
2819
3031
  <div class='column is-5 has-text-left'>
2820
3032
  <label>类型: </label>
2821
3033
 
2822
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
3034
+ <span class="param-type">
3035
+
3036
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
3037
+
3038
+ </span>
2823
3039
 
2824
3040
 
2825
3041
 
@@ -2907,13 +3123,17 @@ igsFeatureLayer.load().then((result) => {
2907
3123
 
2908
3124
  <tr class="deep-level-0">
2909
3125
 
2910
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
3126
+ <td class="name"><code>queryOptions</code></td>
2911
3127
 
2912
3128
 
2913
3129
  <td class="type">
2914
3130
 
2915
3131
 
2916
- <span class="param-type">Object</span>
3132
+ <span class="param-type">
3133
+
3134
+ Object
3135
+
3136
+ </span>
2917
3137
 
2918
3138
 
2919
3139
 
@@ -3000,7 +3220,11 @@ igsFeatureLayer.load().then((result) => {
3000
3220
  <div class='column is-5 has-text-left'>
3001
3221
  <label>类型: </label>
3002
3222
 
3003
- <span class="param-type">Promise.&lt;Number></span>
3223
+ <span class="param-type">
3224
+
3225
+ Promise.&lt;Number>
3226
+
3227
+ </span>
3004
3228
 
3005
3229
 
3006
3230
 
@@ -3138,7 +3362,11 @@ igsFeatureLayer.load().then((result) => {
3138
3362
  <div class='column is-5 has-text-left'>
3139
3363
  <label>类型: </label>
3140
3364
 
3141
- <span class="param-type">Object</span>
3365
+ <span class="param-type">
3366
+
3367
+ Object
3368
+
3369
+ </span>
3142
3370
 
3143
3371
 
3144
3372
 
@@ -3178,7 +3406,7 @@ igsFeatureLayer.load().then((result) => {
3178
3406
  <tbody>
3179
3407
 
3180
3408
  <tr class="deep-level-0">
3181
- <td class="name"><code><a href="IGSFeatureLayer.html#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
3409
+ <td class="name"><code><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
3182
3410
  <td class="name"><code>图层样式更新完毕事件</code></td>
3183
3411
  </tr>
3184
3412
 
@@ -3258,7 +3486,11 @@ igsFeatureLayer.load().then((result) => {
3258
3486
  <td class="type">
3259
3487
 
3260
3488
 
3261
- <span class="param-type">Object</span>
3489
+ <span class="param-type">
3490
+
3491
+ Object
3492
+
3493
+ </span>
3262
3494
 
3263
3495
 
3264
3496
 
@@ -3292,7 +3524,11 @@ igsFeatureLayer.load().then((result) => {
3292
3524
  <td class="type">
3293
3525
 
3294
3526
 
3295
- <span class="param-type">String</span>
3527
+ <span class="param-type">
3528
+
3529
+ String
3530
+
3531
+ </span>
3296
3532
 
3297
3533
 
3298
3534
 
@@ -3330,7 +3566,11 @@ igsFeatureLayer.load().then((result) => {
3330
3566
  <td class="type">
3331
3567
 
3332
3568
 
3333
- <span class="param-type">String</span>
3569
+ <span class="param-type">
3570
+
3571
+ String
3572
+
3573
+ </span>
3334
3574
 
3335
3575
 
3336
3576
 
@@ -3368,7 +3608,11 @@ igsFeatureLayer.load().then((result) => {
3368
3608
  <td class="type">
3369
3609
 
3370
3610
 
3371
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3611
+ <span class="param-type">
3612
+
3613
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3614
+
3615
+ </span>
3372
3616
 
3373
3617
 
3374
3618
 
@@ -3406,7 +3650,11 @@ igsFeatureLayer.load().then((result) => {
3406
3650
  <td class="type">
3407
3651
 
3408
3652
 
3409
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3653
+ <span class="param-type">
3654
+
3655
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3656
+
3657
+ </span>
3410
3658
 
3411
3659
 
3412
3660
 
@@ -3444,7 +3692,11 @@ igsFeatureLayer.load().then((result) => {
3444
3692
  <td class="type">
3445
3693
 
3446
3694
 
3447
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3695
+ <span class="param-type">
3696
+
3697
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
3698
+
3699
+ </span>
3448
3700
 
3449
3701
 
3450
3702
 
@@ -3482,7 +3734,11 @@ igsFeatureLayer.load().then((result) => {
3482
3734
  <td class="type">
3483
3735
 
3484
3736
 
3485
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3737
+ <span class="param-type">
3738
+
3739
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3740
+
3741
+ </span>
3486
3742
 
3487
3743
 
3488
3744
 
@@ -3520,7 +3776,11 @@ igsFeatureLayer.load().then((result) => {
3520
3776
  <td class="type">
3521
3777
 
3522
3778
 
3523
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3779
+ <span class="param-type">
3780
+
3781
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3782
+
3783
+ </span>
3524
3784
 
3525
3785
 
3526
3786