@mapgis/webclient-common 17.0.2 → 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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -87,13 +87,18 @@ 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>
101
+
97
102
 
98
103
 
99
104
 
@@ -113,13 +118,18 @@ if(layer.loadStatus === 'loaded') {<br/>
113
118
 
114
119
  <tr class="deep-level-1">
115
120
 
116
- <td class="name" id="url"><code>url</code></td>
121
+ <td class="name"><code>url</code></td>
117
122
 
118
123
 
119
124
  <td class="type">
120
125
 
121
126
 
122
- <span class="param-type">String</span>
127
+ <span class="param-type">
128
+
129
+ String
130
+
131
+ </span>
132
+
123
133
 
124
134
 
125
135
 
@@ -151,16 +161,25 @@ if(layer.loadStatus === 'loaded') {<br/>
151
161
 
152
162
  <tr class="deep-level-1">
153
163
 
154
- <td class="name" id="sublayerId"><code>sublayerId</code></td>
164
+ <td class="name"><code>sublayerId</code></td>
155
165
 
156
166
 
157
167
  <td class="type">
158
168
 
159
169
 
160
- <span class="param-type">Number</span>
170
+ <span class="param-type">
171
+
172
+ Number
173
+
174
+ </span>
161
175
  |
162
176
 
163
- <span class="param-type">String</span>
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
182
+
164
183
 
165
184
 
166
185
 
@@ -182,13 +201,18 @@ if(layer.loadStatus === 'loaded') {<br/>
182
201
 
183
202
  <tr class="deep-level-1">
184
203
 
185
- <td class="name" id="gdbp"><code>gdbp</code></td>
204
+ <td class="name"><code>gdbp</code></td>
186
205
 
187
206
 
188
207
  <td class="type">
189
208
 
190
209
 
191
- <span class="param-type">String</span>
210
+ <span class="param-type">
211
+
212
+ String
213
+
214
+ </span>
215
+
192
216
 
193
217
 
194
218
 
@@ -208,13 +232,18 @@ if(layer.loadStatus === 'loaded') {<br/>
208
232
 
209
233
  <tr class="deep-level-1">
210
234
 
211
- <td class="name" id="id"><code>id</code></td>
235
+ <td class="name"><code>id</code></td>
212
236
 
213
237
 
214
238
  <td class="type">
215
239
 
216
240
 
217
- <span class="param-type">String</span>
241
+ <span class="param-type">
242
+
243
+ String
244
+
245
+ </span>
246
+
218
247
 
219
248
 
220
249
 
@@ -234,13 +263,18 @@ if(layer.loadStatus === 'loaded') {<br/>
234
263
 
235
264
  <tr class="deep-level-1">
236
265
 
237
- <td class="name" id="opacity"><code>opacity</code></td>
266
+ <td class="name"><code>opacity</code></td>
238
267
 
239
268
 
240
269
  <td class="type">
241
270
 
242
271
 
243
- <span class="param-type">Number</span>
272
+ <span class="param-type">
273
+
274
+ Number
275
+
276
+ </span>
277
+
244
278
 
245
279
 
246
280
 
@@ -262,13 +296,18 @@ if(layer.loadStatus === 'loaded') {<br/>
262
296
 
263
297
  <tr class="deep-level-1">
264
298
 
265
- <td class="name" id="visible"><code>visible</code></td>
299
+ <td class="name"><code>visible</code></td>
266
300
 
267
301
 
268
302
  <td class="type">
269
303
 
270
304
 
271
- <span class="param-type">Boolean</span>
305
+ <span class="param-type">
306
+
307
+ Boolean
308
+
309
+ </span>
310
+
272
311
 
273
312
 
274
313
 
@@ -290,13 +329,18 @@ if(layer.loadStatus === 'loaded') {<br/>
290
329
 
291
330
  <tr class="deep-level-1">
292
331
 
293
- <td class="name" id="renderMode"><code>renderMode</code></td>
332
+ <td class="name"><code>renderMode</code></td>
294
333
 
295
334
 
296
335
  <td class="type">
297
336
 
298
337
 
299
- <span class="param-type">String</span>
338
+ <span class="param-type">
339
+
340
+ String
341
+
342
+ </span>
343
+
300
344
 
301
345
 
302
346
 
@@ -318,13 +362,18 @@ if(layer.loadStatus === 'loaded') {<br/>
318
362
 
319
363
  <tr class="deep-level-1">
320
364
 
321
- <td class="name" id="renderer"><code>renderer</code></td>
365
+ <td class="name"><code>renderer</code></td>
322
366
 
323
367
 
324
368
  <td class="type">
325
369
 
326
370
 
327
- <span class="param-type">Renderer</span>
371
+ <span class="param-type">
372
+
373
+ Renderer
374
+
375
+ </span>
376
+
328
377
 
329
378
 
330
379
 
@@ -352,13 +401,18 @@ if(layer.loadStatus === 'loaded') {<br/>
352
401
 
353
402
  <tr class="deep-level-1">
354
403
 
355
- <td class="name" id="definitionExpression"><code>definitionExpression</code></td>
404
+ <td class="name"><code>definitionExpression</code></td>
356
405
 
357
406
 
358
407
  <td class="type">
359
408
 
360
409
 
361
- <span class="param-type">String</span>
410
+ <span class="param-type">
411
+
412
+ String
413
+
414
+ </span>
415
+
362
416
 
363
417
 
364
418
 
@@ -380,13 +434,18 @@ if(layer.loadStatus === 'loaded') {<br/>
380
434
 
381
435
  <tr class="deep-level-1">
382
436
 
383
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
437
+ <td class="name"><code>labelsVisible</code></td>
384
438
 
385
439
 
386
440
  <td class="type">
387
441
 
388
442
 
389
- <span class="param-type">Boolean</span>
443
+ <span class="param-type">
444
+
445
+ Boolean
446
+
447
+ </span>
448
+
390
449
 
391
450
 
392
451
 
@@ -408,13 +467,18 @@ if(layer.loadStatus === 'loaded') {<br/>
408
467
 
409
468
  <tr class="deep-level-1">
410
469
 
411
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
470
+ <td class="name"><code>labelingInfo</code></td>
412
471
 
413
472
 
414
473
  <td class="type">
415
474
 
416
475
 
417
- <span class="param-type">Array.&lt;<a 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>
481
+
418
482
 
419
483
 
420
484
 
@@ -437,13 +501,18 @@ if(layer.loadStatus === 'loaded') {<br/>
437
501
 
438
502
  <tr class="deep-level-1">
439
503
 
440
- <td class="name" id="minScale"><code>minScale</code></td>
504
+ <td class="name"><code>minScale</code></td>
441
505
 
442
506
 
443
507
  <td class="type">
444
508
 
445
509
 
446
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
515
+
447
516
 
448
517
 
449
518
 
@@ -465,13 +534,18 @@ if(layer.loadStatus === 'loaded') {<br/>
465
534
 
466
535
  <tr class="deep-level-1">
467
536
 
468
- <td class="name" id="maxScale"><code>maxScale</code></td>
537
+ <td class="name"><code>maxScale</code></td>
469
538
 
470
539
 
471
540
  <td class="type">
472
541
 
473
542
 
474
- <span class="param-type">Number</span>
543
+ <span class="param-type">
544
+
545
+ Number
546
+
547
+ </span>
548
+
475
549
 
476
550
 
477
551
 
@@ -493,13 +567,18 @@ if(layer.loadStatus === 'loaded') {<br/>
493
567
 
494
568
  <tr class="deep-level-1">
495
569
 
496
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
570
+ <td class="name"><code>tokenKey</code></td>
497
571
 
498
572
 
499
573
  <td class="type">
500
574
 
501
575
 
502
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
581
+
503
582
 
504
583
 
505
584
 
@@ -521,13 +600,18 @@ if(layer.loadStatus === 'loaded') {<br/>
521
600
 
522
601
  <tr class="deep-level-1">
523
602
 
524
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
603
+ <td class="name"><code>tokenValue</code></td>
525
604
 
526
605
 
527
606
  <td class="type">
528
607
 
529
608
 
530
- <span class="param-type">String</span>
609
+ <span class="param-type">
610
+
611
+ String
612
+
613
+ </span>
614
+
531
615
 
532
616
 
533
617
 
@@ -547,13 +631,18 @@ if(layer.loadStatus === 'loaded') {<br/>
547
631
 
548
632
  <tr class="deep-level-1">
549
633
 
550
- <td class="name" id="supportArc3"><code>supportArc3</code></td>
634
+ <td class="name"><code>supportArc3</code></td>
551
635
 
552
636
 
553
637
  <td class="type">
554
638
 
555
639
 
556
- <span class="param-type">Boolean</span>
640
+ <span class="param-type">
641
+
642
+ Boolean
643
+
644
+ </span>
645
+
557
646
 
558
647
 
559
648
 
@@ -627,19 +716,19 @@ if(layer.loadStatus === 'loaded') {<br/>
627
716
  <div class="column is-2"><label>绑定事件</label></div>
628
717
  <div class="column is-10">
629
718
  <ul>
630
- <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>
631
720
 
632
- <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>
633
722
 
634
- <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>
635
724
 
636
- <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>
637
726
 
638
- <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>
639
728
 
640
- <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>
641
730
 
642
- <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>
643
732
  </ul>
644
733
  </div>
645
734
  </div>
@@ -1043,7 +1132,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1043
1132
 
1044
1133
 
1045
1134
  <ul>
1046
- <li><a class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></li>
1135
+ <li><a link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a></li>
1047
1136
  </ul>
1048
1137
 
1049
1138
 
@@ -1075,11 +1164,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1075
1164
  <tbody>
1076
1165
 
1077
1166
  <tr class="deep-level-0">
1078
- <td class="name"><code><a href="IGSFeatureLayer.html#capabilities">capabilities</a></code></td>
1167
+ <td class="name"><code><a href="#capabilities">capabilities</a></code></td>
1079
1168
  <td class="name">
1080
1169
  <code>
1081
1170
 
1082
- <span class="param-type">Array.&lt;String></span>
1171
+ <span class="param-type">
1172
+
1173
+ Array.&lt;String>
1174
+
1175
+ </span>
1176
+
1083
1177
 
1084
1178
 
1085
1179
  </code>
@@ -1088,11 +1182,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1088
1182
  </tr>
1089
1183
 
1090
1184
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="IGSFeatureLayer.html#definitionExpression">definitionExpression</a></code></td>
1185
+ <td class="name"><code><a href="#definitionExpression">definitionExpression</a></code></td>
1092
1186
  <td class="name">
1093
1187
  <code>
1094
1188
 
1095
- <span class="param-type">String</span>
1189
+ <span class="param-type">
1190
+
1191
+ String
1192
+
1193
+ </span>
1194
+
1096
1195
 
1097
1196
 
1098
1197
  </code>
@@ -1101,11 +1200,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1101
1200
  </tr>
1102
1201
 
1103
1202
  <tr class="deep-level-0">
1104
- <td class="name"><code><a href="IGSFeatureLayer.html#elevationInfo">elevationInfo</a></code></td>
1203
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
1105
1204
  <td class="name">
1106
1205
  <code>
1107
1206
 
1108
- <span class="param-type"><a 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>
1212
+
1109
1213
 
1110
1214
 
1111
1215
  </code>
@@ -1114,11 +1218,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1114
1218
  </tr>
1115
1219
 
1116
1220
  <tr class="deep-level-0">
1117
- <td class="name"><code><a href="IGSFeatureLayer.html#gdbp">gdbp</a></code></td>
1221
+ <td class="name"><code><a href="#gdbp">gdbp</a></code></td>
1118
1222
  <td class="name">
1119
1223
  <code>
1120
1224
 
1121
- <span class="param-type">String</span>
1225
+ <span class="param-type">
1226
+
1227
+ String
1228
+
1229
+ </span>
1230
+
1122
1231
 
1123
1232
 
1124
1233
  </code>
@@ -1127,11 +1236,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1127
1236
  </tr>
1128
1237
 
1129
1238
  <tr class="deep-level-0">
1130
- <td class="name"><code><a href="IGSFeatureLayer.html#geometryType">geometryType</a></code></td>
1239
+ <td class="name"><code><a href="#geometryType">geometryType</a></code></td>
1131
1240
  <td class="name">
1132
1241
  <code>
1133
1242
 
1134
- <span class="param-type">String</span>
1243
+ <span class="param-type">
1244
+
1245
+ String
1246
+
1247
+ </span>
1248
+
1135
1249
 
1136
1250
 
1137
1251
  </code>
@@ -1140,11 +1254,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1140
1254
  </tr>
1141
1255
 
1142
1256
  <tr class="deep-level-0">
1143
- <td class="name"><code><a href="IGSFeatureLayer.html#labelingInfo">labelingInfo</a></code></td>
1257
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
1144
1258
  <td class="name">
1145
1259
  <code>
1146
1260
 
1147
- <span class="param-type">Array.&lt;<a 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>
1266
+
1148
1267
 
1149
1268
 
1150
1269
  </code>
@@ -1153,11 +1272,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1153
1272
  </tr>
1154
1273
 
1155
1274
  <tr class="deep-level-0">
1156
- <td class="name"><code><a href="IGSFeatureLayer.html#labelsVisible">labelsVisible</a></code></td>
1275
+ <td class="name"><code><a href="#labelsVisible">labelsVisible</a></code></td>
1157
1276
  <td class="name">
1158
1277
  <code>
1159
1278
 
1160
- <span class="param-type">Boolean</span>
1279
+ <span class="param-type">
1280
+
1281
+ Boolean
1282
+
1283
+ </span>
1284
+
1161
1285
 
1162
1286
 
1163
1287
  </code>
@@ -1166,11 +1290,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1166
1290
  </tr>
1167
1291
 
1168
1292
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="IGSFeatureLayer.html#outFields">outFields</a></code></td>
1293
+ <td class="name"><code><a href="#outFields">outFields</a></code></td>
1170
1294
  <td class="name">
1171
1295
  <code>
1172
1296
 
1173
- <span class="param-type">Array.&lt;String></span>
1297
+ <span class="param-type">
1298
+
1299
+ Array.&lt;String>
1300
+
1301
+ </span>
1302
+
1174
1303
 
1175
1304
 
1176
1305
  </code>
@@ -1179,11 +1308,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1179
1308
  </tr>
1180
1309
 
1181
1310
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="IGSFeatureLayer.html#renderer">renderer</a></code></td>
1311
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
1183
1312
  <td class="name">
1184
1313
  <code>
1185
1314
 
1186
- <span class="param-type"><a 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>
1320
+
1187
1321
 
1188
1322
 
1189
1323
  </code>
@@ -1192,11 +1326,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1192
1326
  </tr>
1193
1327
 
1194
1328
  <tr class="deep-level-0">
1195
- <td class="name"><code><a href="IGSFeatureLayer.html#renderMode">renderMode</a></code></td>
1329
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
1196
1330
  <td class="name">
1197
1331
  <code>
1198
1332
 
1199
- <span class="param-type">String</span>
1333
+ <span class="param-type">
1334
+
1335
+ String
1336
+
1337
+ </span>
1338
+
1200
1339
 
1201
1340
 
1202
1341
  </code>
@@ -1205,14 +1344,23 @@ const igsFeatureLayer = new igsFeatureLayer({
1205
1344
  </tr>
1206
1345
 
1207
1346
  <tr class="deep-level-0">
1208
- <td class="name"><code><a href="IGSFeatureLayer.html#sublayerId">sublayerId</a></code></td>
1347
+ <td class="name"><code><a href="#sublayerId">sublayerId</a></code></td>
1209
1348
  <td class="name">
1210
1349
  <code>
1211
1350
 
1212
- <span class="param-type">Number</span>
1351
+ <span class="param-type">
1352
+
1353
+ Number
1354
+
1355
+ </span>
1213
1356
  |
1214
1357
 
1215
- <span class="param-type">String</span>
1358
+ <span class="param-type">
1359
+
1360
+ String
1361
+
1362
+ </span>
1363
+
1216
1364
 
1217
1365
 
1218
1366
  </code>
@@ -1221,11 +1369,16 @@ const igsFeatureLayer = new igsFeatureLayer({
1221
1369
  </tr>
1222
1370
 
1223
1371
  <tr class="deep-level-0">
1224
- <td class="name"><code><a href="IGSFeatureLayer.html#supportArc3">supportArc3</a></code></td>
1372
+ <td class="name"><code><a href="#supportArc3">supportArc3</a></code></td>
1225
1373
  <td class="name">
1226
1374
  <code>
1227
1375
 
1228
- <span class="param-type">Boolean</span>
1376
+ <span class="param-type">
1377
+
1378
+ Boolean
1379
+
1380
+ </span>
1381
+
1229
1382
 
1230
1383
 
1231
1384
  </code>
@@ -1244,7 +1397,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1244
1397
  <span class="method-parameter is-pulled-right">
1245
1398
  <label>类型:</label>
1246
1399
 
1247
- <span class="param-type">Array.&lt;String></span>
1400
+ <span class="param-type">
1401
+
1402
+ Array.&lt;String>
1403
+
1404
+ </span>
1405
+
1248
1406
 
1249
1407
 
1250
1408
  </span>
@@ -1314,7 +1472,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1314
1472
  <span class="method-parameter is-pulled-right">
1315
1473
  <label>类型:</label>
1316
1474
 
1317
- <span class="param-type">String</span>
1475
+ <span class="param-type">
1476
+
1477
+ String
1478
+
1479
+ </span>
1480
+
1318
1481
 
1319
1482
 
1320
1483
  </span>
@@ -1384,7 +1547,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1384
1547
  <span class="method-parameter is-pulled-right">
1385
1548
  <label>类型:</label>
1386
1549
 
1387
- <span class="param-type"><a 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>
1555
+
1388
1556
 
1389
1557
 
1390
1558
  </span>
@@ -1418,7 +1586,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1418
1586
 
1419
1587
  <dt class="inherited-from">Inherited From:</dt>
1420
1588
  <dd class="inherited-from"><ul class="dummy"><li>
1421
- <a class="mapgis-link-name" title="FeatureLayer#elevationInfo" FeatureLayer.html#elevationInfo>FeatureLayer#elevationInfo</a>
1589
+ <a goto="elevationInfo" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#elevationInfo" FeatureLayer.html#elevationInfo>FeatureLayer#elevationInfo</a>
1422
1590
  </li></ul></dd>
1423
1591
 
1424
1592
 
@@ -1459,7 +1627,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1459
1627
  <span class="method-parameter is-pulled-right">
1460
1628
  <label>类型:</label>
1461
1629
 
1462
- <span class="param-type">String</span>
1630
+ <span class="param-type">
1631
+
1632
+ String
1633
+
1634
+ </span>
1635
+
1463
1636
 
1464
1637
 
1465
1638
  </span>
@@ -1529,7 +1702,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1529
1702
  <span class="method-parameter is-pulled-right">
1530
1703
  <label>类型:</label>
1531
1704
 
1532
- <span class="param-type">String</span>
1705
+ <span class="param-type">
1706
+
1707
+ String
1708
+
1709
+ </span>
1710
+
1533
1711
 
1534
1712
 
1535
1713
  </span>
@@ -1563,7 +1741,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1563
1741
 
1564
1742
  <dt class="inherited-from">Inherited From:</dt>
1565
1743
  <dd class="inherited-from"><ul class="dummy"><li>
1566
- <a class="mapgis-link-name" title="FeatureLayer#geometryType" FeatureLayer.html#geometryType>FeatureLayer#geometryType</a>
1744
+ <a goto="geometryType" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#geometryType" FeatureLayer.html#geometryType>FeatureLayer#geometryType</a>
1567
1745
  </li></ul></dd>
1568
1746
 
1569
1747
 
@@ -1604,7 +1782,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1604
1782
  <span class="method-parameter is-pulled-right">
1605
1783
  <label>类型:</label>
1606
1784
 
1607
- <span class="param-type">Array.&lt;<a 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>
1790
+
1608
1791
 
1609
1792
 
1610
1793
  </span>
@@ -1678,7 +1861,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1678
1861
  <span class="method-parameter is-pulled-right">
1679
1862
  <label>类型:</label>
1680
1863
 
1681
- <span class="param-type">Boolean</span>
1864
+ <span class="param-type">
1865
+
1866
+ Boolean
1867
+
1868
+ </span>
1869
+
1682
1870
 
1683
1871
 
1684
1872
  </span>
@@ -1752,7 +1940,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1752
1940
  <span class="method-parameter is-pulled-right">
1753
1941
  <label>类型:</label>
1754
1942
 
1755
- <span class="param-type">Array.&lt;String></span>
1943
+ <span class="param-type">
1944
+
1945
+ Array.&lt;String>
1946
+
1947
+ </span>
1948
+
1756
1949
 
1757
1950
 
1758
1951
  </span>
@@ -1822,7 +2015,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1822
2015
  <span class="method-parameter is-pulled-right">
1823
2016
  <label>类型:</label>
1824
2017
 
1825
- <span class="param-type"><a 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>
2023
+
1826
2024
 
1827
2025
 
1828
2026
  </span>
@@ -1856,7 +2054,7 @@ const igsFeatureLayer = new igsFeatureLayer({
1856
2054
 
1857
2055
  <dt class="inherited-from">Inherited From:</dt>
1858
2056
  <dd class="inherited-from"><ul class="dummy"><li>
1859
- <a class="mapgis-link-name" title="FeatureLayer#renderer" FeatureLayer.html#renderer>FeatureLayer#renderer</a>
2057
+ <a goto="renderer" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#renderer" FeatureLayer.html#renderer>FeatureLayer#renderer</a>
1860
2058
  </li></ul></dd>
1861
2059
 
1862
2060
 
@@ -1897,7 +2095,12 @@ const igsFeatureLayer = new igsFeatureLayer({
1897
2095
  <span class="method-parameter is-pulled-right">
1898
2096
  <label>类型:</label>
1899
2097
 
1900
- <span class="param-type">String</span>
2098
+ <span class="param-type">
2099
+
2100
+ String
2101
+
2102
+ </span>
2103
+
1901
2104
 
1902
2105
 
1903
2106
  </span>
@@ -1967,10 +2170,19 @@ const igsFeatureLayer = new igsFeatureLayer({
1967
2170
  <span class="method-parameter is-pulled-right">
1968
2171
  <label>类型:</label>
1969
2172
 
1970
- <span class="param-type">Number</span>
2173
+ <span class="param-type">
2174
+
2175
+ Number
2176
+
2177
+ </span>
1971
2178
  |
1972
2179
 
1973
- <span class="param-type">String</span>
2180
+ <span class="param-type">
2181
+
2182
+ String
2183
+
2184
+ </span>
2185
+
1974
2186
 
1975
2187
 
1976
2188
  </span>
@@ -2040,7 +2252,12 @@ const igsFeatureLayer = new igsFeatureLayer({
2040
2252
  <span class="method-parameter is-pulled-right">
2041
2253
  <label>类型:</label>
2042
2254
 
2043
- <span class="param-type">Boolean</span>
2255
+ <span class="param-type">
2256
+
2257
+ Boolean
2258
+
2259
+ </span>
2260
+
2044
2261
 
2045
2262
 
2046
2263
  </span>
@@ -2126,22 +2343,27 @@ const igsFeatureLayer = new igsFeatureLayer({
2126
2343
  <tbody>
2127
2344
 
2128
2345
  <tr class="deep-level-0">
2129
- <td class="name"><code><a href="IGSFeatureLayer.html#fromJSON">fromJSON</a></code></td>
2346
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2130
2347
  <td class="name">
2131
2348
  <code>
2132
2349
 
2133
2350
  </code>
2134
2351
  </td>
2135
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
2352
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2136
2353
  </tr>
2137
2354
 
2138
2355
  <tr class="deep-level-0">
2139
- <td class="name"><code><a href="IGSFeatureLayer.html#clone">clone</a></code></td>
2356
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2140
2357
  <td class="name">
2141
2358
  <code>
2142
2359
 
2143
2360
 
2144
- <span class="param-type"><a 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>
2366
+
2145
2367
 
2146
2368
 
2147
2369
 
@@ -2151,12 +2373,17 @@ const igsFeatureLayer = new igsFeatureLayer({
2151
2373
  </tr>
2152
2374
 
2153
2375
  <tr class="deep-level-0">
2154
- <td class="name"><code><a href="IGSFeatureLayer.html#load">load</a></code></td>
2376
+ <td class="name"><code><a href="#load">load</a></code></td>
2155
2377
  <td class="name">
2156
2378
  <code>
2157
2379
 
2158
2380
 
2159
- <span class="param-type">Promise.&lt;<a 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>
2386
+
2160
2387
 
2161
2388
 
2162
2389
 
@@ -2166,12 +2393,17 @@ const igsFeatureLayer = new igsFeatureLayer({
2166
2393
  </tr>
2167
2394
 
2168
2395
  <tr class="deep-level-0">
2169
- <td class="name"><code><a href="IGSFeatureLayer.html#queryFeatures">queryFeatures</a></code></td>
2396
+ <td class="name"><code><a href="#queryFeatures">queryFeatures</a></code></td>
2170
2397
  <td class="name">
2171
2398
  <code>
2172
2399
 
2173
2400
 
2174
- <span class="param-type">Promise.&lt;<a 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>
2406
+
2175
2407
 
2176
2408
 
2177
2409
 
@@ -2181,12 +2413,17 @@ const igsFeatureLayer = new igsFeatureLayer({
2181
2413
  </tr>
2182
2414
 
2183
2415
  <tr class="deep-level-0">
2184
- <td class="name"><code><a href="IGSFeatureLayer.html#queryFeaturesCount">queryFeaturesCount</a></code></td>
2416
+ <td class="name"><code><a href="#queryFeaturesCount">queryFeaturesCount</a></code></td>
2185
2417
  <td class="name">
2186
2418
  <code>
2187
2419
 
2188
2420
 
2189
- <span class="param-type">Promise.&lt;Number></span>
2421
+ <span class="param-type">
2422
+
2423
+ Promise.&lt;Number>
2424
+
2425
+ </span>
2426
+
2190
2427
 
2191
2428
 
2192
2429
 
@@ -2196,12 +2433,17 @@ const igsFeatureLayer = new igsFeatureLayer({
2196
2433
  </tr>
2197
2434
 
2198
2435
  <tr class="deep-level-0">
2199
- <td class="name"><code><a href="IGSFeatureLayer.html#toJSON">toJSON</a></code></td>
2436
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2200
2437
  <td class="name">
2201
2438
  <code>
2202
2439
 
2203
2440
 
2204
- <span class="param-type">Object</span>
2441
+ <span class="param-type">
2442
+
2443
+ Object
2444
+
2445
+ </span>
2446
+
2205
2447
 
2206
2448
 
2207
2449
 
@@ -2272,13 +2514,18 @@ const igsFeatureLayer = new igsFeatureLayer({
2272
2514
 
2273
2515
  <tr class="deep-level-0">
2274
2516
 
2275
- <td class="name" id="json"><code>json</code></td>
2517
+ <td class="name"><code>json</code></td>
2276
2518
 
2277
2519
 
2278
2520
  <td class="type">
2279
2521
 
2280
2522
 
2281
- <span class="param-type">Object</span>
2523
+ <span class="param-type">
2524
+
2525
+ Object
2526
+
2527
+ </span>
2528
+
2282
2529
 
2283
2530
 
2284
2531
 
@@ -2414,7 +2661,7 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2414
2661
 
2415
2662
  <dt class="inherited-from">Inherited From:</dt>
2416
2663
  <dd class="inherited-from"><ul class="dummy"><li>
2417
- <a class="mapgis-link-name" title="FeatureLayer#clone" FeatureLayer.html#clone>FeatureLayer#clone</a>
2664
+ <a goto="clone" link="FeatureLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureLayer#clone" FeatureLayer.html#clone>FeatureLayer#clone</a>
2418
2665
  </li></ul></dd>
2419
2666
 
2420
2667
 
@@ -2475,7 +2722,12 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2475
2722
  <div class='column is-5 has-text-left'>
2476
2723
  <label>类型: </label>
2477
2724
 
2478
- <span class="param-type"><a 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>
2730
+
2479
2731
 
2480
2732
 
2481
2733
  </div>
@@ -2589,7 +2841,12 @@ const igsFeatureLayer = new Zondy.Layer.IGSFeatureLayer.fromJSON(json)</code></p
2589
2841
  <div class='column is-5 has-text-left'>
2590
2842
  <label>类型: </label>
2591
2843
 
2592
- <span class="param-type">Promise.&lt;<a 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>
2849
+
2593
2850
 
2594
2851
 
2595
2852
  </div>
@@ -2677,13 +2934,18 @@ igsFeatureLayer.load().then((result) => {
2677
2934
 
2678
2935
  <tr class="deep-level-0">
2679
2936
 
2680
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
2937
+ <td class="name"><code>queryOptions</code></td>
2681
2938
 
2682
2939
 
2683
2940
  <td class="type">
2684
2941
 
2685
2942
 
2686
- <span class="param-type">Object</span>
2943
+ <span class="param-type">
2944
+
2945
+ Object
2946
+
2947
+ </span>
2948
+
2687
2949
 
2688
2950
 
2689
2951
 
@@ -2769,7 +3031,12 @@ igsFeatureLayer.load().then((result) => {
2769
3031
  <div class='column is-5 has-text-left'>
2770
3032
  <label>类型: </label>
2771
3033
 
2772
- <span class="param-type">Promise.&lt;<a 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>
3039
+
2773
3040
 
2774
3041
 
2775
3042
  </div>
@@ -2856,13 +3123,18 @@ igsFeatureLayer.load().then((result) => {
2856
3123
 
2857
3124
  <tr class="deep-level-0">
2858
3125
 
2859
- <td class="name" id="queryOptions"><code>queryOptions</code></td>
3126
+ <td class="name"><code>queryOptions</code></td>
2860
3127
 
2861
3128
 
2862
3129
  <td class="type">
2863
3130
 
2864
3131
 
2865
- <span class="param-type">Object</span>
3132
+ <span class="param-type">
3133
+
3134
+ Object
3135
+
3136
+ </span>
3137
+
2866
3138
 
2867
3139
 
2868
3140
 
@@ -2948,7 +3220,12 @@ igsFeatureLayer.load().then((result) => {
2948
3220
  <div class='column is-5 has-text-left'>
2949
3221
  <label>类型: </label>
2950
3222
 
2951
- <span class="param-type">Promise.&lt;Number></span>
3223
+ <span class="param-type">
3224
+
3225
+ Promise.&lt;Number>
3226
+
3227
+ </span>
3228
+
2952
3229
 
2953
3230
 
2954
3231
  </div>
@@ -3085,7 +3362,12 @@ igsFeatureLayer.load().then((result) => {
3085
3362
  <div class='column is-5 has-text-left'>
3086
3363
  <label>类型: </label>
3087
3364
 
3088
- <span class="param-type">Object</span>
3365
+ <span class="param-type">
3366
+
3367
+ Object
3368
+
3369
+ </span>
3370
+
3089
3371
 
3090
3372
 
3091
3373
  </div>
@@ -3124,7 +3406,7 @@ igsFeatureLayer.load().then((result) => {
3124
3406
  <tbody>
3125
3407
 
3126
3408
  <tr class="deep-level-0">
3127
- <td class="name"><code><a href="IGSFeatureLayer.html#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
3409
+ <td class="name"><code><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
3128
3410
  <td class="name"><code>图层样式更新完毕事件</code></td>
3129
3411
  </tr>
3130
3412
 
@@ -3204,7 +3486,12 @@ igsFeatureLayer.load().then((result) => {
3204
3486
  <td class="type">
3205
3487
 
3206
3488
 
3207
- <span class="param-type">Object</span>
3489
+ <span class="param-type">
3490
+
3491
+ Object
3492
+
3493
+ </span>
3494
+
3208
3495
 
3209
3496
 
3210
3497
 
@@ -3237,7 +3524,12 @@ igsFeatureLayer.load().then((result) => {
3237
3524
  <td class="type">
3238
3525
 
3239
3526
 
3240
- <span class="param-type">String</span>
3527
+ <span class="param-type">
3528
+
3529
+ String
3530
+
3531
+ </span>
3532
+
3241
3533
 
3242
3534
 
3243
3535
 
@@ -3274,7 +3566,12 @@ igsFeatureLayer.load().then((result) => {
3274
3566
  <td class="type">
3275
3567
 
3276
3568
 
3277
- <span class="param-type">String</span>
3569
+ <span class="param-type">
3570
+
3571
+ String
3572
+
3573
+ </span>
3574
+
3278
3575
 
3279
3576
 
3280
3577
 
@@ -3311,7 +3608,12 @@ igsFeatureLayer.load().then((result) => {
3311
3608
  <td class="type">
3312
3609
 
3313
3610
 
3314
- <span class="param-type">Array.&lt;<a 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>
3616
+
3315
3617
 
3316
3618
 
3317
3619
 
@@ -3348,7 +3650,12 @@ igsFeatureLayer.load().then((result) => {
3348
3650
  <td class="type">
3349
3651
 
3350
3652
 
3351
- <span class="param-type"><a 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>
3658
+
3352
3659
 
3353
3660
 
3354
3661
 
@@ -3385,7 +3692,12 @@ igsFeatureLayer.load().then((result) => {
3385
3692
  <td class="type">
3386
3693
 
3387
3694
 
3388
- <span class="param-type"><a 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>
3700
+
3389
3701
 
3390
3702
 
3391
3703
 
@@ -3422,7 +3734,12 @@ igsFeatureLayer.load().then((result) => {
3422
3734
  <td class="type">
3423
3735
 
3424
3736
 
3425
- <span class="param-type"><a 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>
3742
+
3426
3743
 
3427
3744
 
3428
3745
 
@@ -3459,7 +3776,12 @@ igsFeatureLayer.load().then((result) => {
3459
3776
  <td class="type">
3460
3777
 
3461
3778
 
3462
- <span class="param-type"><a 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>
3784
+
3463
3785
 
3464
3786
 
3465
3787