@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
 
@@ -144,13 +152,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
144
152
 
145
153
  <tr class="deep-level-1">
146
154
 
147
- <td class="name" id="id"><code>id</code></td>
155
+ <td class="name"><code>id</code></td>
148
156
 
149
157
 
150
158
  <td class="type">
151
159
 
152
160
 
153
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
154
166
 
155
167
 
156
168
 
@@ -171,13 +183,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
171
183
 
172
184
  <tr class="deep-level-1">
173
185
 
174
- <td class="name" id="opacity"><code>opacity</code></td>
186
+ <td class="name"><code>opacity</code></td>
175
187
 
176
188
 
177
189
  <td class="type">
178
190
 
179
191
 
180
- <span class="param-type">Number</span>
192
+ <span class="param-type">
193
+
194
+ Number
195
+
196
+ </span>
181
197
 
182
198
 
183
199
 
@@ -200,13 +216,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
200
216
 
201
217
  <tr class="deep-level-1">
202
218
 
203
- <td class="name" id="visible"><code>visible</code></td>
219
+ <td class="name"><code>visible</code></td>
204
220
 
205
221
 
206
222
  <td class="type">
207
223
 
208
224
 
209
- <span class="param-type">Boolean</span>
225
+ <span class="param-type">
226
+
227
+ Boolean
228
+
229
+ </span>
210
230
 
211
231
 
212
232
 
@@ -229,13 +249,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
229
249
 
230
250
  <tr class="deep-level-1">
231
251
 
232
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
252
+ <td class="name"><code>spatialReference</code></td>
233
253
 
234
254
 
235
255
  <td class="type">
236
256
 
237
257
 
238
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
258
+ <span class="param-type">
259
+
260
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
261
+
262
+ </span>
239
263
 
240
264
 
241
265
 
@@ -257,13 +281,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
257
281
 
258
282
  <tr class="deep-level-1">
259
283
 
260
- <td class="name" id="minScale"><code>minScale</code></td>
284
+ <td class="name"><code>minScale</code></td>
261
285
 
262
286
 
263
287
  <td class="type">
264
288
 
265
289
 
266
- <span class="param-type">Number</span>
290
+ <span class="param-type">
291
+
292
+ Number
293
+
294
+ </span>
267
295
 
268
296
 
269
297
 
@@ -286,13 +314,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
286
314
 
287
315
  <tr class="deep-level-1">
288
316
 
289
- <td class="name" id="maxScale"><code>maxScale</code></td>
317
+ <td class="name"><code>maxScale</code></td>
290
318
 
291
319
 
292
320
  <td class="type">
293
321
 
294
322
 
295
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
296
328
 
297
329
 
298
330
 
@@ -315,13 +347,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
315
347
 
316
348
  <tr class="deep-level-1">
317
349
 
318
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
350
+ <td class="name"><code>tokenKey</code></td>
319
351
 
320
352
 
321
353
  <td class="type">
322
354
 
323
355
 
324
- <span class="param-type">String</span>
356
+ <span class="param-type">
357
+
358
+ String
359
+
360
+ </span>
325
361
 
326
362
 
327
363
 
@@ -344,13 +380,17 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
344
380
 
345
381
  <tr class="deep-level-1">
346
382
 
347
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
383
+ <td class="name"><code>tokenValue</code></td>
348
384
 
349
385
 
350
386
  <td class="type">
351
387
 
352
388
 
353
- <span class="param-type">String</span>
389
+ <span class="param-type">
390
+
391
+ String
392
+
393
+ </span>
354
394
 
355
395
 
356
396
 
@@ -371,25 +411,45 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
371
411
 
372
412
  <tr class="deep-level-1">
373
413
 
374
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
414
+ <td class="name"><code>clippingArea</code></td>
375
415
 
376
416
 
377
417
  <td class="type">
378
418
 
379
419
 
380
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
420
+ <span class="param-type">
421
+
422
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
423
+
424
+ </span>
381
425
  |
382
426
 
383
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
427
+ <span class="param-type">
428
+
429
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
430
+
431
+ </span>
384
432
  |
385
433
 
386
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
434
+ <span class="param-type">
435
+
436
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
437
+
438
+ </span>
387
439
  |
388
440
 
389
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
441
+ <span class="param-type">
442
+
443
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
444
+
445
+ </span>
390
446
  |
391
447
 
392
- <span class="param-type">null</span>
448
+ <span class="param-type">
449
+
450
+ null
451
+
452
+ </span>
393
453
 
394
454
 
395
455
 
@@ -464,19 +524,19 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
464
524
  <div class="column is-2"><label>绑定事件</label></div>
465
525
  <div class="column is-10">
466
526
  <ul>
467
- <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>
527
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
468
528
 
469
- <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>
529
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
470
530
 
471
- <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>
531
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
472
532
 
473
- <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>
533
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
474
534
 
475
- <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>
535
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
476
536
 
477
- <li><a class="mapgis-link-name" title="Layer#event:图层顺序更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%25A1%25BA%25E5%25BA%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层顺序更新完毕事件</a></li>
537
+ <li><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></li>
478
538
 
479
- <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>
539
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
480
540
  </ul>
481
541
  </div>
482
542
  </div>
@@ -662,19 +722,39 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
662
722
  <td class="name">
663
723
  <code>
664
724
 
665
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
725
+ <span class="param-type">
726
+
727
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
728
+
729
+ </span>
666
730
  |
667
731
 
668
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
732
+ <span class="param-type">
733
+
734
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
735
+
736
+ </span>
669
737
  |
670
738
 
671
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
739
+ <span class="param-type">
740
+
741
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
742
+
743
+ </span>
672
744
  |
673
745
 
674
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
746
+ <span class="param-type">
747
+
748
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
749
+
750
+ </span>
675
751
  |
676
752
 
677
- <span class="param-type">null</span>
753
+ <span class="param-type">
754
+
755
+ null
756
+
757
+ </span>
678
758
 
679
759
 
680
760
 
@@ -688,7 +768,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
688
768
  <td class="name">
689
769
  <code>
690
770
 
691
- <span class="param-type">String</span>
771
+ <span class="param-type">
772
+
773
+ String
774
+
775
+ </span>
692
776
 
693
777
 
694
778
 
@@ -702,7 +786,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
702
786
  <td class="name">
703
787
  <code>
704
788
 
705
- <span class="param-type">String</span>
789
+ <span class="param-type">
790
+
791
+ String
792
+
793
+ </span>
706
794
 
707
795
 
708
796
 
@@ -716,7 +804,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
716
804
  <td class="name">
717
805
  <code>
718
806
 
719
- <span class="param-type">Object</span>
807
+ <span class="param-type">
808
+
809
+ Object
810
+
811
+ </span>
720
812
 
721
813
 
722
814
 
@@ -730,7 +822,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
730
822
  <td class="name">
731
823
  <code>
732
824
 
733
- <span class="param-type">Object</span>
825
+ <span class="param-type">
826
+
827
+ Object
828
+
829
+ </span>
734
830
 
735
831
 
736
832
 
@@ -744,7 +840,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
744
840
  <td class="name">
745
841
  <code>
746
842
 
747
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
843
+ <span class="param-type">
844
+
845
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
846
+
847
+ </span>
748
848
 
749
849
 
750
850
 
@@ -758,7 +858,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
758
858
  <td class="name">
759
859
  <code>
760
860
 
761
- <span class="param-type">String</span>
861
+ <span class="param-type">
862
+
863
+ String
864
+
865
+ </span>
762
866
 
763
867
 
764
868
 
@@ -772,7 +876,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
772
876
  <td class="name">
773
877
  <code>
774
878
 
775
- <span class="param-type">String</span>
879
+ <span class="param-type">
880
+
881
+ String
882
+
883
+ </span>
776
884
 
777
885
 
778
886
 
@@ -786,7 +894,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
786
894
  <td class="name">
787
895
  <code>
788
896
 
789
- <span class="param-type">String</span>
897
+ <span class="param-type">
898
+
899
+ String
900
+
901
+ </span>
790
902
 
791
903
 
792
904
 
@@ -800,7 +912,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
800
912
  <td class="name">
801
913
  <code>
802
914
 
803
- <span class="param-type">Number</span>
915
+ <span class="param-type">
916
+
917
+ Number
918
+
919
+ </span>
804
920
 
805
921
 
806
922
 
@@ -814,7 +930,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
814
930
  <td class="name">
815
931
  <code>
816
932
 
817
- <span class="param-type">Boolean</span>
933
+ <span class="param-type">
934
+
935
+ Boolean
936
+
937
+ </span>
818
938
 
819
939
 
820
940
 
@@ -828,7 +948,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
828
948
  <td class="name">
829
949
  <code>
830
950
 
831
- <span class="param-type">String</span>
951
+ <span class="param-type">
952
+
953
+ String
954
+
955
+ </span>
832
956
 
833
957
 
834
958
 
@@ -842,7 +966,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
842
966
  <td class="name">
843
967
  <code>
844
968
 
845
- <span class="param-type">String</span>
969
+ <span class="param-type">
970
+
971
+ String
972
+
973
+ </span>
846
974
 
847
975
 
848
976
 
@@ -856,7 +984,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
856
984
  <td class="name">
857
985
  <code>
858
986
 
859
- <span class="param-type">Number</span>
987
+ <span class="param-type">
988
+
989
+ Number
990
+
991
+ </span>
860
992
 
861
993
 
862
994
 
@@ -870,7 +1002,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
870
1002
  <td class="name">
871
1003
  <code>
872
1004
 
873
- <span class="param-type">Number</span>
1005
+ <span class="param-type">
1006
+
1007
+ Number
1008
+
1009
+ </span>
874
1010
 
875
1011
 
876
1012
 
@@ -884,7 +1020,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
884
1020
  <td class="name">
885
1021
  <code>
886
1022
 
887
- <span class="param-type">Number</span>
1023
+ <span class="param-type">
1024
+
1025
+ Number
1026
+
1027
+ </span>
888
1028
 
889
1029
 
890
1030
 
@@ -898,7 +1038,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
898
1038
  <td class="name">
899
1039
  <code>
900
1040
 
901
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1041
+ <span class="param-type">
1042
+
1043
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1044
+
1045
+ </span>
902
1046
 
903
1047
 
904
1048
 
@@ -912,7 +1056,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
912
1056
  <td class="name">
913
1057
  <code>
914
1058
 
915
- <span class="param-type">String</span>
1059
+ <span class="param-type">
1060
+
1061
+ String
1062
+
1063
+ </span>
916
1064
 
917
1065
 
918
1066
 
@@ -926,7 +1074,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
926
1074
  <td class="name">
927
1075
  <code>
928
1076
 
929
- <span class="param-type">String</span>
1077
+ <span class="param-type">
1078
+
1079
+ String
1080
+
1081
+ </span>
930
1082
 
931
1083
 
932
1084
 
@@ -940,7 +1092,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
940
1092
  <td class="name">
941
1093
  <code>
942
1094
 
943
- <span class="param-type">String</span>
1095
+ <span class="param-type">
1096
+
1097
+ String
1098
+
1099
+ </span>
944
1100
 
945
1101
 
946
1102
 
@@ -954,7 +1110,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
954
1110
  <td class="name">
955
1111
  <code>
956
1112
 
957
- <span class="param-type">String</span>
1113
+ <span class="param-type">
1114
+
1115
+ String
1116
+
1117
+ </span>
958
1118
 
959
1119
 
960
1120
 
@@ -968,7 +1128,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
968
1128
  <td class="name">
969
1129
  <code>
970
1130
 
971
- <span class="param-type">String</span>
1131
+ <span class="param-type">
1132
+
1133
+ String
1134
+
1135
+ </span>
972
1136
 
973
1137
 
974
1138
 
@@ -982,7 +1146,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
982
1146
  <td class="name">
983
1147
  <code>
984
1148
 
985
- <span class="param-type">Number</span>
1149
+ <span class="param-type">
1150
+
1151
+ Number
1152
+
1153
+ </span>
986
1154
 
987
1155
 
988
1156
 
@@ -1002,19 +1170,39 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1002
1170
  <span class="method-parameter is-pulled-right">
1003
1171
  <label>类型:</label>
1004
1172
 
1005
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1173
+ <span class="param-type">
1174
+
1175
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1176
+
1177
+ </span>
1006
1178
  |
1007
1179
 
1008
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1180
+ <span class="param-type">
1181
+
1182
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1183
+
1184
+ </span>
1009
1185
  |
1010
1186
 
1011
- <span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1187
+ <span class="param-type">
1188
+
1189
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1190
+
1191
+ </span>
1012
1192
  |
1013
1193
 
1014
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1194
+ <span class="param-type">
1195
+
1196
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1197
+
1198
+ </span>
1015
1199
  |
1016
1200
 
1017
- <span class="param-type">null</span>
1201
+ <span class="param-type">
1202
+
1203
+ null
1204
+
1205
+ </span>
1018
1206
 
1019
1207
 
1020
1208
 
@@ -1085,7 +1273,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1085
1273
  <span class="method-parameter is-pulled-right">
1086
1274
  <label>类型:</label>
1087
1275
 
1088
- <span class="param-type">String</span>
1276
+ <span class="param-type">
1277
+
1278
+ String
1279
+
1280
+ </span>
1089
1281
 
1090
1282
 
1091
1283
 
@@ -1165,7 +1357,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1165
1357
  <span class="method-parameter is-pulled-right">
1166
1358
  <label>类型:</label>
1167
1359
 
1168
- <span class="param-type">String</span>
1360
+ <span class="param-type">
1361
+
1362
+ String
1363
+
1364
+ </span>
1169
1365
 
1170
1366
 
1171
1367
 
@@ -1245,7 +1441,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1245
1441
  <span class="method-parameter is-pulled-right">
1246
1442
  <label>类型:</label>
1247
1443
 
1248
- <span class="param-type">Object</span>
1444
+ <span class="param-type">
1445
+
1446
+ Object
1447
+
1448
+ </span>
1249
1449
 
1250
1450
 
1251
1451
 
@@ -1321,7 +1521,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1321
1521
  <span class="method-parameter is-pulled-right">
1322
1522
  <label>类型:</label>
1323
1523
 
1324
- <span class="param-type">Object</span>
1524
+ <span class="param-type">
1525
+
1526
+ Object
1527
+
1528
+ </span>
1325
1529
 
1326
1530
 
1327
1531
 
@@ -1397,7 +1601,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1397
1601
  <span class="method-parameter is-pulled-right">
1398
1602
  <label>类型:</label>
1399
1603
 
1400
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1604
+ <span class="param-type">
1605
+
1606
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1607
+
1608
+ </span>
1401
1609
 
1402
1610
 
1403
1611
 
@@ -1477,7 +1685,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1477
1685
  <span class="method-parameter is-pulled-right">
1478
1686
  <label>类型:</label>
1479
1687
 
1480
- <span class="param-type">String</span>
1688
+ <span class="param-type">
1689
+
1690
+ String
1691
+
1692
+ </span>
1481
1693
 
1482
1694
 
1483
1695
 
@@ -1553,7 +1765,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1553
1765
  <span class="method-parameter is-pulled-right">
1554
1766
  <label>类型:</label>
1555
1767
 
1556
- <span class="param-type">String</span>
1768
+ <span class="param-type">
1769
+
1770
+ String
1771
+
1772
+ </span>
1557
1773
 
1558
1774
 
1559
1775
 
@@ -1629,7 +1845,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1629
1845
  <span class="method-parameter is-pulled-right">
1630
1846
  <label>类型:</label>
1631
1847
 
1632
- <span class="param-type">String</span>
1848
+ <span class="param-type">
1849
+
1850
+ String
1851
+
1852
+ </span>
1633
1853
 
1634
1854
 
1635
1855
 
@@ -1709,7 +1929,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1709
1929
  <span class="method-parameter is-pulled-right">
1710
1930
  <label>类型:</label>
1711
1931
 
1712
- <span class="param-type">Number</span>
1932
+ <span class="param-type">
1933
+
1934
+ Number
1935
+
1936
+ </span>
1713
1937
 
1714
1938
 
1715
1939
 
@@ -1785,7 +2009,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1785
2009
  <span class="method-parameter is-pulled-right">
1786
2010
  <label>类型:</label>
1787
2011
 
1788
- <span class="param-type">Boolean</span>
2012
+ <span class="param-type">
2013
+
2014
+ Boolean
2015
+
2016
+ </span>
1789
2017
 
1790
2018
 
1791
2019
 
@@ -1870,7 +2098,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1870
2098
  <span class="method-parameter is-pulled-right">
1871
2099
  <label>类型:</label>
1872
2100
 
1873
- <span class="param-type">String</span>
2101
+ <span class="param-type">
2102
+
2103
+ String
2104
+
2105
+ </span>
1874
2106
 
1875
2107
 
1876
2108
 
@@ -1955,7 +2187,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1955
2187
  <span class="method-parameter is-pulled-right">
1956
2188
  <label>类型:</label>
1957
2189
 
1958
- <span class="param-type">String</span>
2190
+ <span class="param-type">
2191
+
2192
+ String
2193
+
2194
+ </span>
1959
2195
 
1960
2196
 
1961
2197
 
@@ -2026,7 +2262,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2026
2262
  <span class="method-parameter is-pulled-right">
2027
2263
  <label>类型:</label>
2028
2264
 
2029
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2030
2270
 
2031
2271
 
2032
2272
 
@@ -2107,7 +2347,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2107
2347
  <span class="method-parameter is-pulled-right">
2108
2348
  <label>类型:</label>
2109
2349
 
2110
- <span class="param-type">Number</span>
2350
+ <span class="param-type">
2351
+
2352
+ Number
2353
+
2354
+ </span>
2111
2355
 
2112
2356
 
2113
2357
 
@@ -2188,7 +2432,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2188
2432
  <span class="method-parameter is-pulled-right">
2189
2433
  <label>类型:</label>
2190
2434
 
2191
- <span class="param-type">Number</span>
2435
+ <span class="param-type">
2436
+
2437
+ Number
2438
+
2439
+ </span>
2192
2440
 
2193
2441
 
2194
2442
 
@@ -2264,7 +2512,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2264
2512
  <span class="method-parameter is-pulled-right">
2265
2513
  <label>类型:</label>
2266
2514
 
2267
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
2515
+ <span class="param-type">
2516
+
2517
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
2518
+
2519
+ </span>
2268
2520
 
2269
2521
 
2270
2522
 
@@ -2340,7 +2592,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2340
2592
  <span class="method-parameter is-pulled-right">
2341
2593
  <label>类型:</label>
2342
2594
 
2343
- <span class="param-type">String</span>
2595
+ <span class="param-type">
2596
+
2597
+ String
2598
+
2599
+ </span>
2344
2600
 
2345
2601
 
2346
2602
 
@@ -2416,7 +2672,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2416
2672
  <span class="method-parameter is-pulled-right">
2417
2673
  <label>类型:</label>
2418
2674
 
2419
- <span class="param-type">String</span>
2675
+ <span class="param-type">
2676
+
2677
+ String
2678
+
2679
+ </span>
2420
2680
 
2421
2681
 
2422
2682
 
@@ -2497,7 +2757,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2497
2757
  <span class="method-parameter is-pulled-right">
2498
2758
  <label>类型:</label>
2499
2759
 
2500
- <span class="param-type">String</span>
2760
+ <span class="param-type">
2761
+
2762
+ String
2763
+
2764
+ </span>
2501
2765
 
2502
2766
 
2503
2767
 
@@ -2573,7 +2837,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2573
2837
  <span class="method-parameter is-pulled-right">
2574
2838
  <label>类型:</label>
2575
2839
 
2576
- <span class="param-type">String</span>
2840
+ <span class="param-type">
2841
+
2842
+ String
2843
+
2844
+ </span>
2577
2845
 
2578
2846
 
2579
2847
 
@@ -2653,7 +2921,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2653
2921
  <span class="method-parameter is-pulled-right">
2654
2922
  <label>类型:</label>
2655
2923
 
2656
- <span class="param-type">String</span>
2924
+ <span class="param-type">
2925
+
2926
+ String
2927
+
2928
+ </span>
2657
2929
 
2658
2930
 
2659
2931
 
@@ -2724,7 +2996,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2724
2996
  <span class="method-parameter is-pulled-right">
2725
2997
  <label>类型:</label>
2726
2998
 
2727
- <span class="param-type">Number</span>
2999
+ <span class="param-type">
3000
+
3001
+ Number
3002
+
3003
+ </span>
2728
3004
 
2729
3005
 
2730
3006
 
@@ -2822,7 +3098,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2822
3098
 
2823
3099
  </code>
2824
3100
  </td>
2825
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3101
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2826
3102
  </tr>
2827
3103
 
2828
3104
  <tr class="deep-level-0">
@@ -2831,7 +3107,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2831
3107
  <code>
2832
3108
 
2833
3109
 
2834
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3110
+ <span class="param-type">
3111
+
3112
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3113
+
3114
+ </span>
2835
3115
 
2836
3116
 
2837
3117
 
@@ -2847,7 +3127,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2847
3127
  <code>
2848
3128
 
2849
3129
 
2850
- <span class="param-type">*</span>
3130
+ <span class="param-type">
3131
+
3132
+ *
3133
+
3134
+ </span>
2851
3135
 
2852
3136
 
2853
3137
 
@@ -2873,7 +3157,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2873
3157
  <code>
2874
3158
 
2875
3159
 
2876
- <span class="param-type">Boolean</span>
3160
+ <span class="param-type">
3161
+
3162
+ Boolean
3163
+
3164
+ </span>
2877
3165
 
2878
3166
 
2879
3167
 
@@ -2909,7 +3197,11 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2909
3197
  <code>
2910
3198
 
2911
3199
 
2912
- <span class="param-type">Object</span>
3200
+ <span class="param-type">
3201
+
3202
+ Object
3203
+
3204
+ </span>
2913
3205
 
2914
3206
 
2915
3207
 
@@ -2981,13 +3273,17 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2981
3273
 
2982
3274
  <tr class="deep-level-0">
2983
3275
 
2984
- <td class="name" id="json"><code>json</code></td>
3276
+ <td class="name"><code>json</code></td>
2985
3277
 
2986
3278
 
2987
3279
  <td class="type">
2988
3280
 
2989
3281
 
2990
- <span class="param-type">Object</span>
3282
+ <span class="param-type">
3283
+
3284
+ Object
3285
+
3286
+ </span>
2991
3287
 
2992
3288
 
2993
3289
 
@@ -3185,7 +3481,11 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3185
3481
  <div class='column is-5 has-text-left'>
3186
3482
  <label>类型: </label>
3187
3483
 
3188
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3484
+ <span class="param-type">
3485
+
3486
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3487
+
3488
+ </span>
3189
3489
 
3190
3490
 
3191
3491
 
@@ -3301,7 +3601,11 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3301
3601
  <div class='column is-5 has-text-left'>
3302
3602
  <label>类型: </label>
3303
3603
 
3304
- <span class="param-type">*</span>
3604
+ <span class="param-type">
3605
+
3606
+ *
3607
+
3608
+ </span>
3305
3609
 
3306
3610
 
3307
3611
 
@@ -3373,13 +3677,17 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3373
3677
 
3374
3678
  <tr class="deep-level-0">
3375
3679
 
3376
- <td class="name" id="level"><code>level</code></td>
3680
+ <td class="name"><code>level</code></td>
3377
3681
 
3378
3682
 
3379
3683
  <td class="type">
3380
3684
 
3381
3685
 
3382
- <span class="param-type">Number</span>
3686
+ <span class="param-type">
3687
+
3688
+ Number
3689
+
3690
+ </span>
3383
3691
 
3384
3692
 
3385
3693
 
@@ -3398,13 +3706,17 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3398
3706
 
3399
3707
  <tr class="deep-level-0">
3400
3708
 
3401
- <td class="name" id="row"><code>row</code></td>
3709
+ <td class="name"><code>row</code></td>
3402
3710
 
3403
3711
 
3404
3712
  <td class="type">
3405
3713
 
3406
3714
 
3407
- <span class="param-type">Number</span>
3715
+ <span class="param-type">
3716
+
3717
+ Number
3718
+
3719
+ </span>
3408
3720
 
3409
3721
 
3410
3722
 
@@ -3423,13 +3735,17 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3423
3735
 
3424
3736
  <tr class="deep-level-0">
3425
3737
 
3426
- <td class="name" id="col"><code>col</code></td>
3738
+ <td class="name"><code>col</code></td>
3427
3739
 
3428
3740
 
3429
3741
  <td class="type">
3430
3742
 
3431
3743
 
3432
- <span class="param-type">Number</span>
3744
+ <span class="param-type">
3745
+
3746
+ Number
3747
+
3748
+ </span>
3433
3749
 
3434
3750
 
3435
3751
 
@@ -3623,7 +3939,11 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3623
3939
  <div class='column is-5 has-text-left'>
3624
3940
  <label>类型: </label>
3625
3941
 
3626
- <span class="param-type">Boolean</span>
3942
+ <span class="param-type">
3943
+
3944
+ Boolean
3945
+
3946
+ </span>
3627
3947
 
3628
3948
 
3629
3949
 
@@ -3949,7 +4269,11 @@ igsTileLayer.load().then((result) => {
3949
4269
  <div class='column is-5 has-text-left'>
3950
4270
  <label>类型: </label>
3951
4271
 
3952
- <span class="param-type">Object</span>
4272
+ <span class="param-type">
4273
+
4274
+ Object
4275
+
4276
+ </span>
3953
4277
 
3954
4278
 
3955
4279
 
@@ -3989,37 +4313,37 @@ igsTileLayer.load().then((result) => {
3989
4313
  <tbody>
3990
4314
 
3991
4315
  <tr class="deep-level-0">
3992
- <td class="name"><code><a href="IGSTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4316
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3993
4317
  <td class="name"><code>图层刷新完毕事件</code></td>
3994
4318
  </tr>
3995
4319
 
3996
4320
  <tr class="deep-level-0">
3997
- <td class="name"><code><a href="IGSTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4321
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3998
4322
  <td class="name"><code>图层加载完毕事件</code></td>
3999
4323
  </tr>
4000
4324
 
4001
4325
  <tr class="deep-level-0">
4002
- <td class="name"><code><a href="IGSTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4326
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4003
4327
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4004
4328
  </tr>
4005
4329
 
4006
4330
  <tr class="deep-level-0">
4007
- <td class="name"><code><a href="IGSTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4331
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4008
4332
  <td class="name"><code>图层更新完毕事件</code></td>
4009
4333
  </tr>
4010
4334
 
4011
4335
  <tr class="deep-level-0">
4012
- <td class="name"><code><a href="IGSTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4336
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4013
4337
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4014
4338
  </tr>
4015
4339
 
4016
4340
  <tr class="deep-level-0">
4017
- <td class="name"><code><a href="IGSTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4341
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4018
4342
  <td class="name"><code>图层销毁完毕事件</code></td>
4019
4343
  </tr>
4020
4344
 
4021
4345
  <tr class="deep-level-0">
4022
- <td class="name"><code><a href="IGSTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4346
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4023
4347
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4024
4348
  </tr>
4025
4349
 
@@ -4099,7 +4423,11 @@ igsTileLayer.load().then((result) => {
4099
4423
  <td class="type">
4100
4424
 
4101
4425
 
4102
- <span class="param-type">Object</span>
4426
+ <span class="param-type">
4427
+
4428
+ Object
4429
+
4430
+ </span>
4103
4431
 
4104
4432
 
4105
4433
 
@@ -4133,7 +4461,11 @@ igsTileLayer.load().then((result) => {
4133
4461
  <td class="type">
4134
4462
 
4135
4463
 
4136
- <span class="param-type">String</span>
4464
+ <span class="param-type">
4465
+
4466
+ String
4467
+
4468
+ </span>
4137
4469
 
4138
4470
 
4139
4471
 
@@ -4171,7 +4503,11 @@ igsTileLayer.load().then((result) => {
4171
4503
  <td class="type">
4172
4504
 
4173
4505
 
4174
- <span class="param-type">String</span>
4506
+ <span class="param-type">
4507
+
4508
+ String
4509
+
4510
+ </span>
4175
4511
 
4176
4512
 
4177
4513
 
@@ -4209,7 +4545,11 @@ igsTileLayer.load().then((result) => {
4209
4545
  <td class="type">
4210
4546
 
4211
4547
 
4212
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4548
+ <span class="param-type">
4549
+
4550
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4551
+
4552
+ </span>
4213
4553
 
4214
4554
 
4215
4555
 
@@ -4247,7 +4587,11 @@ igsTileLayer.load().then((result) => {
4247
4587
  <td class="type">
4248
4588
 
4249
4589
 
4250
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4590
+ <span class="param-type">
4591
+
4592
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4593
+
4594
+ </span>
4251
4595
 
4252
4596
 
4253
4597
 
@@ -4285,7 +4629,11 @@ igsTileLayer.load().then((result) => {
4285
4629
  <td class="type">
4286
4630
 
4287
4631
 
4288
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4632
+ <span class="param-type">
4633
+
4634
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4635
+
4636
+ </span>
4289
4637
 
4290
4638
 
4291
4639
 
@@ -4323,7 +4671,11 @@ igsTileLayer.load().then((result) => {
4323
4671
  <td class="type">
4324
4672
 
4325
4673
 
4326
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4674
+ <span class="param-type">
4675
+
4676
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4677
+
4678
+ </span>
4327
4679
 
4328
4680
 
4329
4681
 
@@ -4361,7 +4713,11 @@ igsTileLayer.load().then((result) => {
4361
4713
  <td class="type">
4362
4714
 
4363
4715
 
4364
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4716
+ <span class="param-type">
4717
+
4718
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4719
+
4720
+ </span>
4365
4721
 
4366
4722
 
4367
4723
 
@@ -4553,7 +4909,11 @@ igsTileLayer.load().then((result) => {
4553
4909
  <td class="type">
4554
4910
 
4555
4911
 
4556
- <span class="param-type">Object</span>
4912
+ <span class="param-type">
4913
+
4914
+ Object
4915
+
4916
+ </span>
4557
4917
 
4558
4918
 
4559
4919
 
@@ -4587,7 +4947,11 @@ igsTileLayer.load().then((result) => {
4587
4947
  <td class="type">
4588
4948
 
4589
4949
 
4590
- <span class="param-type">String</span>
4950
+ <span class="param-type">
4951
+
4952
+ String
4953
+
4954
+ </span>
4591
4955
 
4592
4956
 
4593
4957
 
@@ -4625,7 +4989,11 @@ igsTileLayer.load().then((result) => {
4625
4989
  <td class="type">
4626
4990
 
4627
4991
 
4628
- <span class="param-type">String</span>
4992
+ <span class="param-type">
4993
+
4994
+ String
4995
+
4996
+ </span>
4629
4997
 
4630
4998
 
4631
4999
 
@@ -4663,7 +5031,11 @@ igsTileLayer.load().then((result) => {
4663
5031
  <td class="type">
4664
5032
 
4665
5033
 
4666
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5034
+ <span class="param-type">
5035
+
5036
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5037
+
5038
+ </span>
4667
5039
 
4668
5040
 
4669
5041
 
@@ -4701,7 +5073,11 @@ igsTileLayer.load().then((result) => {
4701
5073
  <td class="type">
4702
5074
 
4703
5075
 
4704
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5076
+ <span class="param-type">
5077
+
5078
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5079
+
5080
+ </span>
4705
5081
 
4706
5082
 
4707
5083
 
@@ -4739,7 +5115,11 @@ igsTileLayer.load().then((result) => {
4739
5115
  <td class="type">
4740
5116
 
4741
5117
 
4742
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5118
+ <span class="param-type">
5119
+
5120
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5121
+
5122
+ </span>
4743
5123
 
4744
5124
 
4745
5125
 
@@ -4777,7 +5157,11 @@ igsTileLayer.load().then((result) => {
4777
5157
  <td class="type">
4778
5158
 
4779
5159
 
4780
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5160
+ <span class="param-type">
5161
+
5162
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5163
+
5164
+ </span>
4781
5165
 
4782
5166
 
4783
5167
 
@@ -4815,7 +5199,11 @@ igsTileLayer.load().then((result) => {
4815
5199
  <td class="type">
4816
5200
 
4817
5201
 
4818
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5202
+ <span class="param-type">
5203
+
5204
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5205
+
5206
+ </span>
4819
5207
 
4820
5208
 
4821
5209
 
@@ -4997,7 +5385,11 @@ igsTileLayer.load().then((result) => {
4997
5385
  <td class="type">
4998
5386
 
4999
5387
 
5000
- <span class="param-type">Object</span>
5388
+ <span class="param-type">
5389
+
5390
+ Object
5391
+
5392
+ </span>
5001
5393
 
5002
5394
 
5003
5395
 
@@ -5031,7 +5423,11 @@ igsTileLayer.load().then((result) => {
5031
5423
  <td class="type">
5032
5424
 
5033
5425
 
5034
- <span class="param-type">String</span>
5426
+ <span class="param-type">
5427
+
5428
+ String
5429
+
5430
+ </span>
5035
5431
 
5036
5432
 
5037
5433
 
@@ -5069,7 +5465,11 @@ igsTileLayer.load().then((result) => {
5069
5465
  <td class="type">
5070
5466
 
5071
5467
 
5072
- <span class="param-type">String</span>
5468
+ <span class="param-type">
5469
+
5470
+ String
5471
+
5472
+ </span>
5073
5473
 
5074
5474
 
5075
5475
 
@@ -5107,7 +5507,11 @@ igsTileLayer.load().then((result) => {
5107
5507
  <td class="type">
5108
5508
 
5109
5509
 
5110
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5510
+ <span class="param-type">
5511
+
5512
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5513
+
5514
+ </span>
5111
5515
 
5112
5516
 
5113
5517
 
@@ -5145,7 +5549,11 @@ igsTileLayer.load().then((result) => {
5145
5549
  <td class="type">
5146
5550
 
5147
5551
 
5148
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5552
+ <span class="param-type">
5553
+
5554
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5555
+
5556
+ </span>
5149
5557
 
5150
5558
 
5151
5559
 
@@ -5183,7 +5591,11 @@ igsTileLayer.load().then((result) => {
5183
5591
  <td class="type">
5184
5592
 
5185
5593
 
5186
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5594
+ <span class="param-type">
5595
+
5596
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5597
+
5598
+ </span>
5187
5599
 
5188
5600
 
5189
5601
 
@@ -5221,7 +5633,11 @@ igsTileLayer.load().then((result) => {
5221
5633
  <td class="type">
5222
5634
 
5223
5635
 
5224
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5636
+ <span class="param-type">
5637
+
5638
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5639
+
5640
+ </span>
5225
5641
 
5226
5642
 
5227
5643
 
@@ -5259,7 +5675,11 @@ igsTileLayer.load().then((result) => {
5259
5675
  <td class="type">
5260
5676
 
5261
5677
 
5262
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5678
+ <span class="param-type">
5679
+
5680
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5681
+
5682
+ </span>
5263
5683
 
5264
5684
 
5265
5685
 
@@ -5451,7 +5871,11 @@ igsTileLayer.load().then((result) => {
5451
5871
  <td class="type">
5452
5872
 
5453
5873
 
5454
- <span class="param-type">Object</span>
5874
+ <span class="param-type">
5875
+
5876
+ Object
5877
+
5878
+ </span>
5455
5879
 
5456
5880
 
5457
5881
 
@@ -5485,7 +5909,11 @@ igsTileLayer.load().then((result) => {
5485
5909
  <td class="type">
5486
5910
 
5487
5911
 
5488
- <span class="param-type">String</span>
5912
+ <span class="param-type">
5913
+
5914
+ String
5915
+
5916
+ </span>
5489
5917
 
5490
5918
 
5491
5919
 
@@ -5523,7 +5951,11 @@ igsTileLayer.load().then((result) => {
5523
5951
  <td class="type">
5524
5952
 
5525
5953
 
5526
- <span class="param-type">String</span>
5954
+ <span class="param-type">
5955
+
5956
+ String
5957
+
5958
+ </span>
5527
5959
 
5528
5960
 
5529
5961
 
@@ -5561,7 +5993,11 @@ igsTileLayer.load().then((result) => {
5561
5993
  <td class="type">
5562
5994
 
5563
5995
 
5564
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5996
+ <span class="param-type">
5997
+
5998
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5999
+
6000
+ </span>
5565
6001
 
5566
6002
 
5567
6003
 
@@ -5599,7 +6035,11 @@ igsTileLayer.load().then((result) => {
5599
6035
  <td class="type">
5600
6036
 
5601
6037
 
5602
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6038
+ <span class="param-type">
6039
+
6040
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6041
+
6042
+ </span>
5603
6043
 
5604
6044
 
5605
6045
 
@@ -5637,7 +6077,11 @@ igsTileLayer.load().then((result) => {
5637
6077
  <td class="type">
5638
6078
 
5639
6079
 
5640
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6080
+ <span class="param-type">
6081
+
6082
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6083
+
6084
+ </span>
5641
6085
 
5642
6086
 
5643
6087
 
@@ -5675,7 +6119,11 @@ igsTileLayer.load().then((result) => {
5675
6119
  <td class="type">
5676
6120
 
5677
6121
 
5678
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6122
+ <span class="param-type">
6123
+
6124
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6125
+
6126
+ </span>
5679
6127
 
5680
6128
 
5681
6129
 
@@ -5713,7 +6161,11 @@ igsTileLayer.load().then((result) => {
5713
6161
  <td class="type">
5714
6162
 
5715
6163
 
5716
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6164
+ <span class="param-type">
6165
+
6166
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6167
+
6168
+ </span>
5717
6169
 
5718
6170
 
5719
6171
 
@@ -5895,7 +6347,11 @@ igsTileLayer.load().then((result) => {
5895
6347
  <td class="type">
5896
6348
 
5897
6349
 
5898
- <span class="param-type">Object</span>
6350
+ <span class="param-type">
6351
+
6352
+ Object
6353
+
6354
+ </span>
5899
6355
 
5900
6356
 
5901
6357
 
@@ -5929,7 +6385,11 @@ igsTileLayer.load().then((result) => {
5929
6385
  <td class="type">
5930
6386
 
5931
6387
 
5932
- <span class="param-type">String</span>
6388
+ <span class="param-type">
6389
+
6390
+ String
6391
+
6392
+ </span>
5933
6393
 
5934
6394
 
5935
6395
 
@@ -5967,7 +6427,11 @@ igsTileLayer.load().then((result) => {
5967
6427
  <td class="type">
5968
6428
 
5969
6429
 
5970
- <span class="param-type">String</span>
6430
+ <span class="param-type">
6431
+
6432
+ String
6433
+
6434
+ </span>
5971
6435
 
5972
6436
 
5973
6437
 
@@ -6005,7 +6469,11 @@ igsTileLayer.load().then((result) => {
6005
6469
  <td class="type">
6006
6470
 
6007
6471
 
6008
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6472
+ <span class="param-type">
6473
+
6474
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6475
+
6476
+ </span>
6009
6477
 
6010
6478
 
6011
6479
 
@@ -6043,7 +6511,11 @@ igsTileLayer.load().then((result) => {
6043
6511
  <td class="type">
6044
6512
 
6045
6513
 
6046
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6514
+ <span class="param-type">
6515
+
6516
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6517
+
6518
+ </span>
6047
6519
 
6048
6520
 
6049
6521
 
@@ -6081,7 +6553,11 @@ igsTileLayer.load().then((result) => {
6081
6553
  <td class="type">
6082
6554
 
6083
6555
 
6084
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6556
+ <span class="param-type">
6557
+
6558
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6559
+
6560
+ </span>
6085
6561
 
6086
6562
 
6087
6563
 
@@ -6119,7 +6595,11 @@ igsTileLayer.load().then((result) => {
6119
6595
  <td class="type">
6120
6596
 
6121
6597
 
6122
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6598
+ <span class="param-type">
6599
+
6600
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6601
+
6602
+ </span>
6123
6603
 
6124
6604
 
6125
6605
 
@@ -6157,7 +6637,11 @@ igsTileLayer.load().then((result) => {
6157
6637
  <td class="type">
6158
6638
 
6159
6639
 
6160
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6640
+ <span class="param-type">
6641
+
6642
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6643
+
6644
+ </span>
6161
6645
 
6162
6646
 
6163
6647
 
@@ -6349,7 +6833,11 @@ igsTileLayer.load().then((result) => {
6349
6833
  <td class="type">
6350
6834
 
6351
6835
 
6352
- <span class="param-type">Object</span>
6836
+ <span class="param-type">
6837
+
6838
+ Object
6839
+
6840
+ </span>
6353
6841
 
6354
6842
 
6355
6843
 
@@ -6383,7 +6871,11 @@ igsTileLayer.load().then((result) => {
6383
6871
  <td class="type">
6384
6872
 
6385
6873
 
6386
- <span class="param-type">String</span>
6874
+ <span class="param-type">
6875
+
6876
+ String
6877
+
6878
+ </span>
6387
6879
 
6388
6880
 
6389
6881
 
@@ -6421,7 +6913,11 @@ igsTileLayer.load().then((result) => {
6421
6913
  <td class="type">
6422
6914
 
6423
6915
 
6424
- <span class="param-type">String</span>
6916
+ <span class="param-type">
6917
+
6918
+ String
6919
+
6920
+ </span>
6425
6921
 
6426
6922
 
6427
6923
 
@@ -6459,7 +6955,11 @@ igsTileLayer.load().then((result) => {
6459
6955
  <td class="type">
6460
6956
 
6461
6957
 
6462
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6958
+ <span class="param-type">
6959
+
6960
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6961
+
6962
+ </span>
6463
6963
 
6464
6964
 
6465
6965
 
@@ -6497,7 +6997,11 @@ igsTileLayer.load().then((result) => {
6497
6997
  <td class="type">
6498
6998
 
6499
6999
 
6500
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7000
+ <span class="param-type">
7001
+
7002
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7003
+
7004
+ </span>
6501
7005
 
6502
7006
 
6503
7007
 
@@ -6535,7 +7039,11 @@ igsTileLayer.load().then((result) => {
6535
7039
  <td class="type">
6536
7040
 
6537
7041
 
6538
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7042
+ <span class="param-type">
7043
+
7044
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7045
+
7046
+ </span>
6539
7047
 
6540
7048
 
6541
7049
 
@@ -6573,7 +7081,11 @@ igsTileLayer.load().then((result) => {
6573
7081
  <td class="type">
6574
7082
 
6575
7083
 
6576
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7084
+ <span class="param-type">
7085
+
7086
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7087
+
7088
+ </span>
6577
7089
 
6578
7090
 
6579
7091
 
@@ -6611,7 +7123,11 @@ igsTileLayer.load().then((result) => {
6611
7123
  <td class="type">
6612
7124
 
6613
7125
 
6614
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7126
+ <span class="param-type">
7127
+
7128
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7129
+
7130
+ </span>
6615
7131
 
6616
7132
 
6617
7133
 
@@ -6793,7 +7309,11 @@ igsTileLayer.load().then((result) => {
6793
7309
  <td class="type">
6794
7310
 
6795
7311
 
6796
- <span class="param-type">Object</span>
7312
+ <span class="param-type">
7313
+
7314
+ Object
7315
+
7316
+ </span>
6797
7317
 
6798
7318
 
6799
7319
 
@@ -6827,7 +7347,11 @@ igsTileLayer.load().then((result) => {
6827
7347
  <td class="type">
6828
7348
 
6829
7349
 
6830
- <span class="param-type">String</span>
7350
+ <span class="param-type">
7351
+
7352
+ String
7353
+
7354
+ </span>
6831
7355
 
6832
7356
 
6833
7357
 
@@ -6865,7 +7389,11 @@ igsTileLayer.load().then((result) => {
6865
7389
  <td class="type">
6866
7390
 
6867
7391
 
6868
- <span class="param-type">String</span>
7392
+ <span class="param-type">
7393
+
7394
+ String
7395
+
7396
+ </span>
6869
7397
 
6870
7398
 
6871
7399
 
@@ -6903,7 +7431,11 @@ igsTileLayer.load().then((result) => {
6903
7431
  <td class="type">
6904
7432
 
6905
7433
 
6906
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7434
+ <span class="param-type">
7435
+
7436
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7437
+
7438
+ </span>
6907
7439
 
6908
7440
 
6909
7441
 
@@ -6941,7 +7473,11 @@ igsTileLayer.load().then((result) => {
6941
7473
  <td class="type">
6942
7474
 
6943
7475
 
6944
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7476
+ <span class="param-type">
7477
+
7478
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7479
+
7480
+ </span>
6945
7481
 
6946
7482
 
6947
7483
 
@@ -6979,7 +7515,11 @@ igsTileLayer.load().then((result) => {
6979
7515
  <td class="type">
6980
7516
 
6981
7517
 
6982
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7518
+ <span class="param-type">
7519
+
7520
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7521
+
7522
+ </span>
6983
7523
 
6984
7524
 
6985
7525
 
@@ -7017,7 +7557,11 @@ igsTileLayer.load().then((result) => {
7017
7557
  <td class="type">
7018
7558
 
7019
7559
 
7020
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7560
+ <span class="param-type">
7561
+
7562
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7563
+
7564
+ </span>
7021
7565
 
7022
7566
 
7023
7567
 
@@ -7055,7 +7599,11 @@ igsTileLayer.load().then((result) => {
7055
7599
  <td class="type">
7056
7600
 
7057
7601
 
7058
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7602
+ <span class="param-type">
7603
+
7604
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7605
+
7606
+ </span>
7059
7607
 
7060
7608
 
7061
7609