@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
 
@@ -142,13 +152,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
142
152
 
143
153
  <tr class="deep-level-1">
144
154
 
145
- <td class="name" id="id"><code>id</code></td>
155
+ <td class="name"><code>id</code></td>
146
156
 
147
157
 
148
158
  <td class="type">
149
159
 
150
160
 
151
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
152
167
 
153
168
 
154
169
 
@@ -168,13 +183,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
168
183
 
169
184
  <tr class="deep-level-1">
170
185
 
171
- <td class="name" id="opacity"><code>opacity</code></td>
186
+ <td class="name"><code>opacity</code></td>
172
187
 
173
188
 
174
189
  <td class="type">
175
190
 
176
191
 
177
- <span class="param-type">Number</span>
192
+ <span class="param-type">
193
+
194
+ Number
195
+
196
+ </span>
197
+
178
198
 
179
199
 
180
200
 
@@ -196,13 +216,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
196
216
 
197
217
  <tr class="deep-level-1">
198
218
 
199
- <td class="name" id="visible"><code>visible</code></td>
219
+ <td class="name"><code>visible</code></td>
200
220
 
201
221
 
202
222
  <td class="type">
203
223
 
204
224
 
205
- <span class="param-type">Boolean</span>
225
+ <span class="param-type">
226
+
227
+ Boolean
228
+
229
+ </span>
230
+
206
231
 
207
232
 
208
233
 
@@ -224,13 +249,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
224
249
 
225
250
  <tr class="deep-level-1">
226
251
 
227
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
252
+ <td class="name"><code>spatialReference</code></td>
228
253
 
229
254
 
230
255
  <td class="type">
231
256
 
232
257
 
233
- <span class="param-type"><a 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>
263
+
234
264
 
235
265
 
236
266
 
@@ -251,13 +281,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
251
281
 
252
282
  <tr class="deep-level-1">
253
283
 
254
- <td class="name" id="minScale"><code>minScale</code></td>
284
+ <td class="name"><code>minScale</code></td>
255
285
 
256
286
 
257
287
  <td class="type">
258
288
 
259
289
 
260
- <span class="param-type">Number</span>
290
+ <span class="param-type">
291
+
292
+ Number
293
+
294
+ </span>
295
+
261
296
 
262
297
 
263
298
 
@@ -279,13 +314,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
279
314
 
280
315
  <tr class="deep-level-1">
281
316
 
282
- <td class="name" id="maxScale"><code>maxScale</code></td>
317
+ <td class="name"><code>maxScale</code></td>
283
318
 
284
319
 
285
320
  <td class="type">
286
321
 
287
322
 
288
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
328
+
289
329
 
290
330
 
291
331
 
@@ -307,13 +347,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
307
347
 
308
348
  <tr class="deep-level-1">
309
349
 
310
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
350
+ <td class="name"><code>tokenKey</code></td>
311
351
 
312
352
 
313
353
  <td class="type">
314
354
 
315
355
 
316
- <span class="param-type">String</span>
356
+ <span class="param-type">
357
+
358
+ String
359
+
360
+ </span>
361
+
317
362
 
318
363
 
319
364
 
@@ -335,13 +380,18 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
335
380
 
336
381
  <tr class="deep-level-1">
337
382
 
338
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
383
+ <td class="name"><code>tokenValue</code></td>
339
384
 
340
385
 
341
386
  <td class="type">
342
387
 
343
388
 
344
- <span class="param-type">String</span>
389
+ <span class="param-type">
390
+
391
+ String
392
+
393
+ </span>
394
+
345
395
 
346
396
 
347
397
 
@@ -361,25 +411,46 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
361
411
 
362
412
  <tr class="deep-level-1">
363
413
 
364
- <td class="name" id="clippingArea"><code>clippingArea</code></td>
414
+ <td class="name"><code>clippingArea</code></td>
365
415
 
366
416
 
367
417
  <td class="type">
368
418
 
369
419
 
370
- <span class="param-type"><a 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>
371
425
  |
372
426
 
373
- <span class="param-type"><a 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>
374
432
  |
375
433
 
376
- <span class="param-type"><a 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>
377
439
  |
378
440
 
379
- <span class="param-type"><a 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>
380
446
  |
381
447
 
382
- <span class="param-type">null</span>
448
+ <span class="param-type">
449
+
450
+ null
451
+
452
+ </span>
453
+
383
454
 
384
455
 
385
456
 
@@ -453,19 +524,19 @@ IGS2.0的服务为:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}
453
524
  <div class="column is-2"><label>绑定事件</label></div>
454
525
  <div class="column is-10">
455
526
  <ul>
456
- <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>
457
528
 
458
- <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>
459
530
 
460
- <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>
461
532
 
462
- <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>
463
534
 
464
- <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>
465
536
 
466
- <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>
467
538
 
468
- <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>
469
540
  </ul>
470
541
  </div>
471
542
  </div>
@@ -615,7 +686,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
615
686
 
616
687
 
617
688
  <ul>
618
- <li><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
689
+ <li><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></li>
619
690
  </ul>
620
691
 
621
692
 
@@ -647,23 +718,44 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
647
718
  <tbody>
648
719
 
649
720
  <tr class="deep-level-0">
650
- <td class="name"><code><a href="IGSTileLayer.html#clippingArea">clippingArea</a></code></td>
721
+ <td class="name"><code><a href="#clippingArea">clippingArea</a></code></td>
651
722
  <td class="name">
652
723
  <code>
653
724
 
654
- <span class="param-type"><a 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>
655
730
  |
656
731
 
657
- <span class="param-type"><a 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>
658
737
  |
659
738
 
660
- <span class="param-type"><a 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>
661
744
  |
662
745
 
663
- <span class="param-type"><a 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>
664
751
  |
665
752
 
666
- <span class="param-type">null</span>
753
+ <span class="param-type">
754
+
755
+ null
756
+
757
+ </span>
758
+
667
759
 
668
760
 
669
761
  </code>
@@ -672,11 +764,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
672
764
  </tr>
673
765
 
674
766
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="IGSTileLayer.html#copyright">copyright</a></code></td>
767
+ <td class="name"><code><a href="#copyright">copyright</a></code></td>
676
768
  <td class="name">
677
769
  <code>
678
770
 
679
- <span class="param-type">String</span>
771
+ <span class="param-type">
772
+
773
+ String
774
+
775
+ </span>
776
+
680
777
 
681
778
 
682
779
  </code>
@@ -685,11 +782,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
685
782
  </tr>
686
783
 
687
784
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="IGSTileLayer.html#description">description</a></code></td>
785
+ <td class="name"><code><a href="#description">description</a></code></td>
689
786
  <td class="name">
690
787
  <code>
691
788
 
692
- <span class="param-type">String</span>
789
+ <span class="param-type">
790
+
791
+ String
792
+
793
+ </span>
794
+
693
795
 
694
796
 
695
797
  </code>
@@ -698,11 +800,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
698
800
  </tr>
699
801
 
700
802
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="IGSTileLayer.html#extendOptions">extendOptions</a></code></td>
803
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
702
804
  <td class="name">
703
805
  <code>
704
806
 
705
- <span class="param-type">Object</span>
807
+ <span class="param-type">
808
+
809
+ Object
810
+
811
+ </span>
812
+
706
813
 
707
814
 
708
815
  </code>
@@ -711,11 +818,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
711
818
  </tr>
712
819
 
713
820
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="IGSTileLayer.html#extendProps">extendProps</a></code></td>
821
+ <td class="name"><code><a href="#extendProps">extendProps</a></code></td>
715
822
  <td class="name">
716
823
  <code>
717
824
 
718
- <span class="param-type">Object</span>
825
+ <span class="param-type">
826
+
827
+ Object
828
+
829
+ </span>
830
+
719
831
 
720
832
 
721
833
  </code>
@@ -724,11 +836,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
724
836
  </tr>
725
837
 
726
838
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="IGSTileLayer.html#extent">extent</a></code></td>
839
+ <td class="name"><code><a href="#extent">extent</a></code></td>
728
840
  <td class="name">
729
841
  <code>
730
842
 
731
- <span class="param-type"><a 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>
848
+
732
849
 
733
850
 
734
851
  </code>
@@ -737,11 +854,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
737
854
  </tr>
738
855
 
739
856
  <tr class="deep-level-0">
740
- <td class="name"><code><a href="IGSTileLayer.html#headers">headers</a></code></td>
857
+ <td class="name"><code><a href="#headers">headers</a></code></td>
741
858
  <td class="name">
742
859
  <code>
743
860
 
744
- <span class="param-type">String</span>
861
+ <span class="param-type">
862
+
863
+ String
864
+
865
+ </span>
866
+
745
867
 
746
868
 
747
869
  </code>
@@ -750,11 +872,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
750
872
  </tr>
751
873
 
752
874
  <tr class="deep-level-0">
753
- <td class="name"><code><a href="IGSTileLayer.html#httpMethod">httpMethod</a></code></td>
875
+ <td class="name"><code><a href="#httpMethod">httpMethod</a></code></td>
754
876
  <td class="name">
755
877
  <code>
756
878
 
757
- <span class="param-type">String</span>
879
+ <span class="param-type">
880
+
881
+ String
882
+
883
+ </span>
884
+
758
885
 
759
886
 
760
887
  </code>
@@ -763,11 +890,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
763
890
  </tr>
764
891
 
765
892
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="IGSTileLayer.html#id">id</a></code></td>
893
+ <td class="name"><code><a href="#id">id</a></code></td>
767
894
  <td class="name">
768
895
  <code>
769
896
 
770
- <span class="param-type">String</span>
897
+ <span class="param-type">
898
+
899
+ String
900
+
901
+ </span>
902
+
771
903
 
772
904
 
773
905
  </code>
@@ -776,11 +908,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
776
908
  </tr>
777
909
 
778
910
  <tr class="deep-level-0">
779
- <td class="name"><code><a href="IGSTileLayer.html#index">index</a></code></td>
911
+ <td class="name"><code><a href="#index">index</a></code></td>
780
912
  <td class="name">
781
913
  <code>
782
914
 
783
- <span class="param-type">Number</span>
915
+ <span class="param-type">
916
+
917
+ Number
918
+
919
+ </span>
920
+
784
921
 
785
922
 
786
923
  </code>
@@ -789,11 +926,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
789
926
  </tr>
790
927
 
791
928
  <tr class="deep-level-0">
792
- <td class="name"><code><a href="IGSTileLayer.html#loaded">loaded</a></code></td>
929
+ <td class="name"><code><a href="#loaded">loaded</a></code></td>
793
930
  <td class="name">
794
931
  <code>
795
932
 
796
- <span class="param-type">Boolean</span>
933
+ <span class="param-type">
934
+
935
+ Boolean
936
+
937
+ </span>
938
+
797
939
 
798
940
 
799
941
  </code>
@@ -802,11 +944,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
802
944
  </tr>
803
945
 
804
946
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="IGSTileLayer.html#loadStatus">loadStatus</a></code></td>
947
+ <td class="name"><code><a href="#loadStatus">loadStatus</a></code></td>
806
948
  <td class="name">
807
949
  <code>
808
950
 
809
- <span class="param-type">String</span>
951
+ <span class="param-type">
952
+
953
+ String
954
+
955
+ </span>
956
+
810
957
 
811
958
 
812
959
  </code>
@@ -815,11 +962,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
815
962
  </tr>
816
963
 
817
964
  <tr class="deep-level-0">
818
- <td class="name"><code><a href="IGSTileLayer.html#mapName">mapName</a></code></td>
965
+ <td class="name"><code><a href="#mapName">mapName</a></code></td>
819
966
  <td class="name">
820
967
  <code>
821
968
 
822
- <span class="param-type">String</span>
969
+ <span class="param-type">
970
+
971
+ String
972
+
973
+ </span>
974
+
823
975
 
824
976
 
825
977
  </code>
@@ -828,11 +980,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
828
980
  </tr>
829
981
 
830
982
  <tr class="deep-level-0">
831
- <td class="name"><code><a href="IGSTileLayer.html#maxScale">maxScale</a></code></td>
983
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
832
984
  <td class="name">
833
985
  <code>
834
986
 
835
- <span class="param-type">Number</span>
987
+ <span class="param-type">
988
+
989
+ Number
990
+
991
+ </span>
992
+
836
993
 
837
994
 
838
995
  </code>
@@ -841,11 +998,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
841
998
  </tr>
842
999
 
843
1000
  <tr class="deep-level-0">
844
- <td class="name"><code><a href="IGSTileLayer.html#minScale">minScale</a></code></td>
1001
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
845
1002
  <td class="name">
846
1003
  <code>
847
1004
 
848
- <span class="param-type">Number</span>
1005
+ <span class="param-type">
1006
+
1007
+ Number
1008
+
1009
+ </span>
1010
+
849
1011
 
850
1012
 
851
1013
  </code>
@@ -854,11 +1016,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
854
1016
  </tr>
855
1017
 
856
1018
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="IGSTileLayer.html#opacity">opacity</a></code></td>
1019
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
858
1020
  <td class="name">
859
1021
  <code>
860
1022
 
861
- <span class="param-type">Number</span>
1023
+ <span class="param-type">
1024
+
1025
+ Number
1026
+
1027
+ </span>
1028
+
862
1029
 
863
1030
 
864
1031
  </code>
@@ -867,11 +1034,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
867
1034
  </tr>
868
1035
 
869
1036
  <tr class="deep-level-0">
870
- <td class="name"><code><a href="IGSTileLayer.html#spatialReference">spatialReference</a></code></td>
1037
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
871
1038
  <td class="name">
872
1039
  <code>
873
1040
 
874
- <span class="param-type"><a 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>
1046
+
875
1047
 
876
1048
 
877
1049
  </code>
@@ -880,11 +1052,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
880
1052
  </tr>
881
1053
 
882
1054
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="IGSTileLayer.html#title">title</a></code></td>
1055
+ <td class="name"><code><a href="#title">title</a></code></td>
884
1056
  <td class="name">
885
1057
  <code>
886
1058
 
887
- <span class="param-type">String</span>
1059
+ <span class="param-type">
1060
+
1061
+ String
1062
+
1063
+ </span>
1064
+
888
1065
 
889
1066
 
890
1067
  </code>
@@ -893,11 +1070,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
893
1070
  </tr>
894
1071
 
895
1072
  <tr class="deep-level-0">
896
- <td class="name"><code><a href="IGSTileLayer.html#tokenKey">tokenKey</a></code></td>
1073
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
897
1074
  <td class="name">
898
1075
  <code>
899
1076
 
900
- <span class="param-type">String</span>
1077
+ <span class="param-type">
1078
+
1079
+ String
1080
+
1081
+ </span>
1082
+
901
1083
 
902
1084
 
903
1085
  </code>
@@ -906,11 +1088,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
906
1088
  </tr>
907
1089
 
908
1090
  <tr class="deep-level-0">
909
- <td class="name"><code><a href="IGSTileLayer.html#tokenValue">tokenValue</a></code></td>
1091
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
910
1092
  <td class="name">
911
1093
  <code>
912
1094
 
913
- <span class="param-type">String</span>
1095
+ <span class="param-type">
1096
+
1097
+ String
1098
+
1099
+ </span>
1100
+
914
1101
 
915
1102
 
916
1103
  </code>
@@ -919,11 +1106,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
919
1106
  </tr>
920
1107
 
921
1108
  <tr class="deep-level-0">
922
- <td class="name"><code><a href="IGSTileLayer.html#type">type</a></code></td>
1109
+ <td class="name"><code><a href="#type">type</a></code></td>
923
1110
  <td class="name">
924
1111
  <code>
925
1112
 
926
- <span class="param-type">String</span>
1113
+ <span class="param-type">
1114
+
1115
+ String
1116
+
1117
+ </span>
1118
+
927
1119
 
928
1120
 
929
1121
  </code>
@@ -932,11 +1124,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
932
1124
  </tr>
933
1125
 
934
1126
  <tr class="deep-level-0">
935
- <td class="name"><code><a href="IGSTileLayer.html#url">url</a></code></td>
1127
+ <td class="name"><code><a href="#url">url</a></code></td>
936
1128
  <td class="name">
937
1129
  <code>
938
1130
 
939
- <span class="param-type">String</span>
1131
+ <span class="param-type">
1132
+
1133
+ String
1134
+
1135
+ </span>
1136
+
940
1137
 
941
1138
 
942
1139
  </code>
@@ -945,11 +1142,16 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
945
1142
  </tr>
946
1143
 
947
1144
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="IGSTileLayer.html#visible">visible</a></code></td>
1145
+ <td class="name"><code><a href="#visible">visible</a></code></td>
949
1146
  <td class="name">
950
1147
  <code>
951
1148
 
952
- <span class="param-type">Number</span>
1149
+ <span class="param-type">
1150
+
1151
+ Number
1152
+
1153
+ </span>
1154
+
953
1155
 
954
1156
 
955
1157
  </code>
@@ -968,19 +1170,40 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
968
1170
  <span class="method-parameter is-pulled-right">
969
1171
  <label>类型:</label>
970
1172
 
971
- <span class="param-type"><a 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>
972
1178
  |
973
1179
 
974
- <span class="param-type"><a 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>
975
1185
  |
976
1186
 
977
- <span class="param-type"><a 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>
978
1192
  |
979
1193
 
980
- <span class="param-type"><a 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>
981
1199
  |
982
1200
 
983
- <span class="param-type">null</span>
1201
+ <span class="param-type">
1202
+
1203
+ null
1204
+
1205
+ </span>
1206
+
984
1207
 
985
1208
 
986
1209
  </span>
@@ -1050,7 +1273,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1050
1273
  <span class="method-parameter is-pulled-right">
1051
1274
  <label>类型:</label>
1052
1275
 
1053
- <span class="param-type">String</span>
1276
+ <span class="param-type">
1277
+
1278
+ String
1279
+
1280
+ </span>
1281
+
1054
1282
 
1055
1283
 
1056
1284
  </span>
@@ -1088,7 +1316,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1088
1316
 
1089
1317
  <dt class="inherited-from">Inherited From:</dt>
1090
1318
  <dd class="inherited-from"><ul class="dummy"><li>
1091
- <a class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1319
+ <a goto="copyright" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#copyright" Layer.html#copyright>Layer#copyright</a>
1092
1320
  </li></ul></dd>
1093
1321
 
1094
1322
 
@@ -1129,7 +1357,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1129
1357
  <span class="method-parameter is-pulled-right">
1130
1358
  <label>类型:</label>
1131
1359
 
1132
- <span class="param-type">String</span>
1360
+ <span class="param-type">
1361
+
1362
+ String
1363
+
1364
+ </span>
1365
+
1133
1366
 
1134
1367
 
1135
1368
  </span>
@@ -1208,7 +1441,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1208
1441
  <span class="method-parameter is-pulled-right">
1209
1442
  <label>类型:</label>
1210
1443
 
1211
- <span class="param-type">Object</span>
1444
+ <span class="param-type">
1445
+
1446
+ Object
1447
+
1448
+ </span>
1449
+
1212
1450
 
1213
1451
 
1214
1452
  </span>
@@ -1242,7 +1480,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1242
1480
 
1243
1481
  <dt class="inherited-from">Inherited From:</dt>
1244
1482
  <dd class="inherited-from"><ul class="dummy"><li>
1245
- <a class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1483
+ <a goto="extendOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendOptions" Layer.html#extendOptions>Layer#extendOptions</a>
1246
1484
  </li></ul></dd>
1247
1485
 
1248
1486
 
@@ -1283,7 +1521,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1283
1521
  <span class="method-parameter is-pulled-right">
1284
1522
  <label>类型:</label>
1285
1523
 
1286
- <span class="param-type">Object</span>
1524
+ <span class="param-type">
1525
+
1526
+ Object
1527
+
1528
+ </span>
1529
+
1287
1530
 
1288
1531
 
1289
1532
  </span>
@@ -1317,7 +1560,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1317
1560
 
1318
1561
  <dt class="inherited-from">Inherited From:</dt>
1319
1562
  <dd class="inherited-from"><ul class="dummy"><li>
1320
- <a class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1563
+ <a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
1321
1564
  </li></ul></dd>
1322
1565
 
1323
1566
 
@@ -1358,7 +1601,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1358
1601
  <span class="method-parameter is-pulled-right">
1359
1602
  <label>类型:</label>
1360
1603
 
1361
- <span class="param-type"><a 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>
1609
+
1362
1610
 
1363
1611
 
1364
1612
  </span>
@@ -1396,7 +1644,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1396
1644
 
1397
1645
  <dt class="inherited-from">Inherited From:</dt>
1398
1646
  <dd class="inherited-from"><ul class="dummy"><li>
1399
- <a class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1647
+ <a goto="extent" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extent" Layer.html#extent>Layer#extent</a>
1400
1648
  </li></ul></dd>
1401
1649
 
1402
1650
 
@@ -1437,7 +1685,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1437
1685
  <span class="method-parameter is-pulled-right">
1438
1686
  <label>类型:</label>
1439
1687
 
1440
- <span class="param-type">String</span>
1688
+ <span class="param-type">
1689
+
1690
+ String
1691
+
1692
+ </span>
1693
+
1441
1694
 
1442
1695
 
1443
1696
  </span>
@@ -1471,7 +1724,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1471
1724
 
1472
1725
  <dt class="inherited-from">Inherited From:</dt>
1473
1726
  <dd class="inherited-from"><ul class="dummy"><li>
1474
- <a class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1727
+ <a goto="headers" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#headers" Layer.html#headers>Layer#headers</a>
1475
1728
  </li></ul></dd>
1476
1729
 
1477
1730
 
@@ -1512,7 +1765,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1512
1765
  <span class="method-parameter is-pulled-right">
1513
1766
  <label>类型:</label>
1514
1767
 
1515
- <span class="param-type">String</span>
1768
+ <span class="param-type">
1769
+
1770
+ String
1771
+
1772
+ </span>
1773
+
1516
1774
 
1517
1775
 
1518
1776
  </span>
@@ -1546,7 +1804,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1546
1804
 
1547
1805
  <dt class="inherited-from">Inherited From:</dt>
1548
1806
  <dd class="inherited-from"><ul class="dummy"><li>
1549
- <a class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1807
+ <a goto="httpMethod" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#httpMethod" Layer.html#httpMethod>Layer#httpMethod</a>
1550
1808
  </li></ul></dd>
1551
1809
 
1552
1810
 
@@ -1587,7 +1845,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1587
1845
  <span class="method-parameter is-pulled-right">
1588
1846
  <label>类型:</label>
1589
1847
 
1590
- <span class="param-type">String</span>
1848
+ <span class="param-type">
1849
+
1850
+ String
1851
+
1852
+ </span>
1853
+
1591
1854
 
1592
1855
 
1593
1856
  </span>
@@ -1625,7 +1888,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1625
1888
 
1626
1889
  <dt class="inherited-from">Inherited From:</dt>
1627
1890
  <dd class="inherited-from"><ul class="dummy"><li>
1628
- <a class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1891
+ <a goto="id" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#id" Layer.html#id>Layer#id</a>
1629
1892
  </li></ul></dd>
1630
1893
 
1631
1894
 
@@ -1666,7 +1929,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1666
1929
  <span class="method-parameter is-pulled-right">
1667
1930
  <label>类型:</label>
1668
1931
 
1669
- <span class="param-type">Number</span>
1932
+ <span class="param-type">
1933
+
1934
+ Number
1935
+
1936
+ </span>
1937
+
1670
1938
 
1671
1939
 
1672
1940
  </span>
@@ -1700,7 +1968,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1700
1968
 
1701
1969
  <dt class="inherited-from">Inherited From:</dt>
1702
1970
  <dd class="inherited-from"><ul class="dummy"><li>
1703
- <a class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1971
+ <a goto="index" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#index" Layer.html#index>Layer#index</a>
1704
1972
  </li></ul></dd>
1705
1973
 
1706
1974
 
@@ -1741,7 +2009,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1741
2009
  <span class="method-parameter is-pulled-right">
1742
2010
  <label>类型:</label>
1743
2011
 
1744
- <span class="param-type">Boolean</span>
2012
+ <span class="param-type">
2013
+
2014
+ Boolean
2015
+
2016
+ </span>
2017
+
1745
2018
 
1746
2019
 
1747
2020
  </span>
@@ -1779,7 +2052,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1779
2052
 
1780
2053
  <dt class="inherited-from">Inherited From:</dt>
1781
2054
  <dd class="inherited-from"><ul class="dummy"><li>
1782
- <a class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
2055
+ <a goto="loaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loaded" Layer.html#loaded>Layer#loaded</a>
1783
2056
  </li></ul></dd>
1784
2057
 
1785
2058
 
@@ -1825,7 +2098,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1825
2098
  <span class="method-parameter is-pulled-right">
1826
2099
  <label>类型:</label>
1827
2100
 
1828
- <span class="param-type">String</span>
2101
+ <span class="param-type">
2102
+
2103
+ String
2104
+
2105
+ </span>
2106
+
1829
2107
 
1830
2108
 
1831
2109
  </span>
@@ -1863,7 +2141,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1863
2141
 
1864
2142
  <dt class="inherited-from">Inherited From:</dt>
1865
2143
  <dd class="inherited-from"><ul class="dummy"><li>
1866
- <a class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
2144
+ <a goto="loadStatus" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#loadStatus" Layer.html#loadStatus>Layer#loadStatus</a>
1867
2145
  </li></ul></dd>
1868
2146
 
1869
2147
 
@@ -1909,7 +2187,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1909
2187
  <span class="method-parameter is-pulled-right">
1910
2188
  <label>类型:</label>
1911
2189
 
1912
- <span class="param-type">String</span>
2190
+ <span class="param-type">
2191
+
2192
+ String
2193
+
2194
+ </span>
2195
+
1913
2196
 
1914
2197
 
1915
2198
  </span>
@@ -1979,7 +2262,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
1979
2262
  <span class="method-parameter is-pulled-right">
1980
2263
  <label>类型:</label>
1981
2264
 
1982
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2270
+
1983
2271
 
1984
2272
 
1985
2273
  </span>
@@ -2013,7 +2301,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2013
2301
 
2014
2302
  <dt class="inherited-from">Inherited From:</dt>
2015
2303
  <dd class="inherited-from"><ul class="dummy"><li>
2016
- <a class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2304
+ <a goto="maxScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#maxScale" Layer.html#maxScale>Layer#maxScale</a>
2017
2305
  </li></ul></dd>
2018
2306
 
2019
2307
 
@@ -2059,7 +2347,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2059
2347
  <span class="method-parameter is-pulled-right">
2060
2348
  <label>类型:</label>
2061
2349
 
2062
- <span class="param-type">Number</span>
2350
+ <span class="param-type">
2351
+
2352
+ Number
2353
+
2354
+ </span>
2355
+
2063
2356
 
2064
2357
 
2065
2358
  </span>
@@ -2093,7 +2386,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2093
2386
 
2094
2387
  <dt class="inherited-from">Inherited From:</dt>
2095
2388
  <dd class="inherited-from"><ul class="dummy"><li>
2096
- <a class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2389
+ <a goto="minScale" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#minScale" Layer.html#minScale>Layer#minScale</a>
2097
2390
  </li></ul></dd>
2098
2391
 
2099
2392
 
@@ -2139,7 +2432,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2139
2432
  <span class="method-parameter is-pulled-right">
2140
2433
  <label>类型:</label>
2141
2434
 
2142
- <span class="param-type">Number</span>
2435
+ <span class="param-type">
2436
+
2437
+ Number
2438
+
2439
+ </span>
2440
+
2143
2441
 
2144
2442
 
2145
2443
  </span>
@@ -2173,7 +2471,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2173
2471
 
2174
2472
  <dt class="inherited-from">Inherited From:</dt>
2175
2473
  <dd class="inherited-from"><ul class="dummy"><li>
2176
- <a class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2474
+ <a goto="opacity" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#opacity" Layer.html#opacity>Layer#opacity</a>
2177
2475
  </li></ul></dd>
2178
2476
 
2179
2477
 
@@ -2214,7 +2512,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2214
2512
  <span class="method-parameter is-pulled-right">
2215
2513
  <label>类型:</label>
2216
2514
 
2217
- <span class="param-type"><a 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>
2520
+
2218
2521
 
2219
2522
 
2220
2523
  </span>
@@ -2289,7 +2592,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2289
2592
  <span class="method-parameter is-pulled-right">
2290
2593
  <label>类型:</label>
2291
2594
 
2292
- <span class="param-type">String</span>
2595
+ <span class="param-type">
2596
+
2597
+ String
2598
+
2599
+ </span>
2600
+
2293
2601
 
2294
2602
 
2295
2603
  </span>
@@ -2323,7 +2631,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2323
2631
 
2324
2632
  <dt class="inherited-from">Inherited From:</dt>
2325
2633
  <dd class="inherited-from"><ul class="dummy"><li>
2326
- <a class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2634
+ <a goto="title" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#title" Layer.html#title>Layer#title</a>
2327
2635
  </li></ul></dd>
2328
2636
 
2329
2637
 
@@ -2364,7 +2672,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2364
2672
  <span class="method-parameter is-pulled-right">
2365
2673
  <label>类型:</label>
2366
2674
 
2367
- <span class="param-type">String</span>
2675
+ <span class="param-type">
2676
+
2677
+ String
2678
+
2679
+ </span>
2680
+
2368
2681
 
2369
2682
 
2370
2683
  </span>
@@ -2398,7 +2711,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2398
2711
 
2399
2712
  <dt class="inherited-from">Inherited From:</dt>
2400
2713
  <dd class="inherited-from"><ul class="dummy"><li>
2401
- <a class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2714
+ <a goto="tokenKey" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenKey" Layer.html#tokenKey>Layer#tokenKey</a>
2402
2715
  </li></ul></dd>
2403
2716
 
2404
2717
 
@@ -2444,7 +2757,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2444
2757
  <span class="method-parameter is-pulled-right">
2445
2758
  <label>类型:</label>
2446
2759
 
2447
- <span class="param-type">String</span>
2760
+ <span class="param-type">
2761
+
2762
+ String
2763
+
2764
+ </span>
2765
+
2448
2766
 
2449
2767
 
2450
2768
  </span>
@@ -2478,7 +2796,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2478
2796
 
2479
2797
  <dt class="inherited-from">Inherited From:</dt>
2480
2798
  <dd class="inherited-from"><ul class="dummy"><li>
2481
- <a class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2799
+ <a goto="tokenValue" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#tokenValue" Layer.html#tokenValue>Layer#tokenValue</a>
2482
2800
  </li></ul></dd>
2483
2801
 
2484
2802
 
@@ -2519,7 +2837,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2519
2837
  <span class="method-parameter is-pulled-right">
2520
2838
  <label>类型:</label>
2521
2839
 
2522
- <span class="param-type">String</span>
2840
+ <span class="param-type">
2841
+
2842
+ String
2843
+
2844
+ </span>
2845
+
2523
2846
 
2524
2847
 
2525
2848
  </span>
@@ -2598,7 +2921,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2598
2921
  <span class="method-parameter is-pulled-right">
2599
2922
  <label>类型:</label>
2600
2923
 
2601
- <span class="param-type">String</span>
2924
+ <span class="param-type">
2925
+
2926
+ String
2927
+
2928
+ </span>
2929
+
2602
2930
 
2603
2931
 
2604
2932
  </span>
@@ -2668,7 +2996,12 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2668
2996
  <span class="method-parameter is-pulled-right">
2669
2997
  <label>类型:</label>
2670
2998
 
2671
- <span class="param-type">Number</span>
2999
+ <span class="param-type">
3000
+
3001
+ Number
3002
+
3003
+ </span>
3004
+
2672
3005
 
2673
3006
 
2674
3007
  </span>
@@ -2702,7 +3035,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2702
3035
 
2703
3036
  <dt class="inherited-from">Inherited From:</dt>
2704
3037
  <dd class="inherited-from"><ul class="dummy"><li>
2705
- <a class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
3038
+ <a goto="visible" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#visible" Layer.html#visible>Layer#visible</a>
2706
3039
  </li></ul></dd>
2707
3040
 
2708
3041
 
@@ -2759,22 +3092,27 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2759
3092
  <tbody>
2760
3093
 
2761
3094
  <tr class="deep-level-0">
2762
- <td class="name"><code><a href="IGSTileLayer.html#fromJSON">fromJSON</a></code></td>
3095
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2763
3096
  <td class="name">
2764
3097
  <code>
2765
3098
 
2766
3099
  </code>
2767
3100
  </td>
2768
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3101
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
2769
3102
  </tr>
2770
3103
 
2771
3104
  <tr class="deep-level-0">
2772
- <td class="name"><code><a href="IGSTileLayer.html#clone">clone</a></code></td>
3105
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2773
3106
  <td class="name">
2774
3107
  <code>
2775
3108
 
2776
3109
 
2777
- <span class="param-type"><a 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>
3115
+
2778
3116
 
2779
3117
 
2780
3118
 
@@ -2784,12 +3122,17 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2784
3122
  </tr>
2785
3123
 
2786
3124
  <tr class="deep-level-0">
2787
- <td class="name"><code><a href="IGSTileLayer.html#destroy">destroy</a></code></td>
3125
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
2788
3126
  <td class="name">
2789
3127
  <code>
2790
3128
 
2791
3129
 
2792
- <span class="param-type">*</span>
3130
+ <span class="param-type">
3131
+
3132
+ *
3133
+
3134
+ </span>
3135
+
2793
3136
 
2794
3137
 
2795
3138
 
@@ -2799,7 +3142,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2799
3142
  </tr>
2800
3143
 
2801
3144
  <tr class="deep-level-0">
2802
- <td class="name"><code><a href="IGSTileLayer.html#getTileUrl">getTileUrl</a></code></td>
3145
+ <td class="name"><code><a href="#getTileUrl">getTileUrl</a></code></td>
2803
3146
  <td class="name">
2804
3147
  <code>
2805
3148
 
@@ -2809,12 +3152,17 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2809
3152
  </tr>
2810
3153
 
2811
3154
  <tr class="deep-level-0">
2812
- <td class="name"><code><a href="IGSTileLayer.html#isLoaded">isLoaded</a></code></td>
3155
+ <td class="name"><code><a href="#isLoaded">isLoaded</a></code></td>
2813
3156
  <td class="name">
2814
3157
  <code>
2815
3158
 
2816
3159
 
2817
- <span class="param-type">Boolean</span>
3160
+ <span class="param-type">
3161
+
3162
+ Boolean
3163
+
3164
+ </span>
3165
+
2818
3166
 
2819
3167
 
2820
3168
 
@@ -2824,7 +3172,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2824
3172
  </tr>
2825
3173
 
2826
3174
  <tr class="deep-level-0">
2827
- <td class="name"><code><a href="IGSTileLayer.html#load">load</a></code></td>
3175
+ <td class="name"><code><a href="#load">load</a></code></td>
2828
3176
  <td class="name">
2829
3177
  <code>
2830
3178
 
@@ -2834,7 +3182,7 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2834
3182
  </tr>
2835
3183
 
2836
3184
  <tr class="deep-level-0">
2837
- <td class="name"><code><a href="IGSTileLayer.html#refresh">refresh</a></code></td>
3185
+ <td class="name"><code><a href="#refresh">refresh</a></code></td>
2838
3186
  <td class="name">
2839
3187
  <code>
2840
3188
 
@@ -2844,12 +3192,17 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2844
3192
  </tr>
2845
3193
 
2846
3194
  <tr class="deep-level-0">
2847
- <td class="name"><code><a href="IGSTileLayer.html#toJSON">toJSON</a></code></td>
3195
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2848
3196
  <td class="name">
2849
3197
  <code>
2850
3198
 
2851
3199
 
2852
- <span class="param-type">Object</span>
3200
+ <span class="param-type">
3201
+
3202
+ Object
3203
+
3204
+ </span>
3205
+
2853
3206
 
2854
3207
 
2855
3208
 
@@ -2920,13 +3273,18 @@ map.reorder(igsTileLayer, '要移动到的index');</code></pre>
2920
3273
 
2921
3274
  <tr class="deep-level-0">
2922
3275
 
2923
- <td class="name" id="json"><code>json</code></td>
3276
+ <td class="name"><code>json</code></td>
2924
3277
 
2925
3278
 
2926
3279
  <td class="type">
2927
3280
 
2928
3281
 
2929
- <span class="param-type">Object</span>
3282
+ <span class="param-type">
3283
+
3284
+ Object
3285
+
3286
+ </span>
3287
+
2930
3288
 
2931
3289
 
2932
3290
 
@@ -3062,7 +3420,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3062
3420
 
3063
3421
  <dt class="inherited-from">Inherited From:</dt>
3064
3422
  <dd class="inherited-from"><ul class="dummy"><li>
3065
- <a class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3423
+ <a goto="clone" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#clone" Layer.html#clone>Layer#clone</a>
3066
3424
  </li></ul></dd>
3067
3425
 
3068
3426
 
@@ -3123,7 +3481,12 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3123
3481
  <div class='column is-5 has-text-left'>
3124
3482
  <label>类型: </label>
3125
3483
 
3126
- <span class="param-type"><a 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>
3489
+
3127
3490
 
3128
3491
 
3129
3492
  </div>
@@ -3179,7 +3542,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3179
3542
 
3180
3543
  <dt class="inherited-from">Inherited From:</dt>
3181
3544
  <dd class="inherited-from"><ul class="dummy"><li>
3182
- <a class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3545
+ <a goto="destroy" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#destroy" Layer.html#destroy>Layer#destroy</a>
3183
3546
  </li></ul></dd>
3184
3547
 
3185
3548
 
@@ -3238,7 +3601,12 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3238
3601
  <div class='column is-5 has-text-left'>
3239
3602
  <label>类型: </label>
3240
3603
 
3241
- <span class="param-type">*</span>
3604
+ <span class="param-type">
3605
+
3606
+ *
3607
+
3608
+ </span>
3609
+
3242
3610
 
3243
3611
 
3244
3612
  </div>
@@ -3309,13 +3677,18 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3309
3677
 
3310
3678
  <tr class="deep-level-0">
3311
3679
 
3312
- <td class="name" id="level"><code>level</code></td>
3680
+ <td class="name"><code>level</code></td>
3313
3681
 
3314
3682
 
3315
3683
  <td class="type">
3316
3684
 
3317
3685
 
3318
- <span class="param-type">Number</span>
3686
+ <span class="param-type">
3687
+
3688
+ Number
3689
+
3690
+ </span>
3691
+
3319
3692
 
3320
3693
 
3321
3694
 
@@ -3333,13 +3706,18 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3333
3706
 
3334
3707
  <tr class="deep-level-0">
3335
3708
 
3336
- <td class="name" id="row"><code>row</code></td>
3709
+ <td class="name"><code>row</code></td>
3337
3710
 
3338
3711
 
3339
3712
  <td class="type">
3340
3713
 
3341
3714
 
3342
- <span class="param-type">Number</span>
3715
+ <span class="param-type">
3716
+
3717
+ Number
3718
+
3719
+ </span>
3720
+
3343
3721
 
3344
3722
 
3345
3723
 
@@ -3357,13 +3735,18 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3357
3735
 
3358
3736
  <tr class="deep-level-0">
3359
3737
 
3360
- <td class="name" id="col"><code>col</code></td>
3738
+ <td class="name"><code>col</code></td>
3361
3739
 
3362
3740
 
3363
3741
  <td class="type">
3364
3742
 
3365
3743
 
3366
- <span class="param-type">Number</span>
3744
+ <span class="param-type">
3745
+
3746
+ Number
3747
+
3748
+ </span>
3749
+
3367
3750
 
3368
3751
 
3369
3752
 
@@ -3495,7 +3878,7 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3495
3878
 
3496
3879
  <dt class="inherited-from">Inherited From:</dt>
3497
3880
  <dd class="inherited-from"><ul class="dummy"><li>
3498
- <a class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3881
+ <a goto="isLoaded" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#isLoaded" Layer.html#isLoaded>Layer#isLoaded</a>
3499
3882
  </li></ul></dd>
3500
3883
 
3501
3884
 
@@ -3556,7 +3939,12 @@ const igsTileLayer = new Zondy.Layer.IGSTileLayer.fromJSON(json)</code></pre>
3556
3939
  <div class='column is-5 has-text-left'>
3557
3940
  <label>类型: </label>
3558
3941
 
3559
- <span class="param-type">Boolean</span>
3942
+ <span class="param-type">
3943
+
3944
+ Boolean
3945
+
3946
+ </span>
3947
+
3560
3948
 
3561
3949
 
3562
3950
  </div>
@@ -3724,7 +4112,7 @@ igsTileLayer.load().then((result) => {
3724
4112
 
3725
4113
  <dt class="inherited-from">Inherited From:</dt>
3726
4114
  <dd class="inherited-from"><ul class="dummy"><li>
3727
- <a class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
4115
+ <a goto="refresh" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#refresh" Layer.html#refresh>Layer#refresh</a>
3728
4116
  </li></ul></dd>
3729
4117
 
3730
4118
 
@@ -3881,7 +4269,12 @@ igsTileLayer.load().then((result) => {
3881
4269
  <div class='column is-5 has-text-left'>
3882
4270
  <label>类型: </label>
3883
4271
 
3884
- <span class="param-type">Object</span>
4272
+ <span class="param-type">
4273
+
4274
+ Object
4275
+
4276
+ </span>
4277
+
3885
4278
 
3886
4279
 
3887
4280
  </div>
@@ -3920,37 +4313,37 @@ igsTileLayer.load().then((result) => {
3920
4313
  <tbody>
3921
4314
 
3922
4315
  <tr class="deep-level-0">
3923
- <td class="name"><code><a href="IGSTileLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4316
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3924
4317
  <td class="name"><code>图层刷新完毕事件</code></td>
3925
4318
  </tr>
3926
4319
 
3927
4320
  <tr class="deep-level-0">
3928
- <td class="name"><code><a href="IGSTileLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4321
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3929
4322
  <td class="name"><code>图层加载完毕事件</code></td>
3930
4323
  </tr>
3931
4324
 
3932
4325
  <tr class="deep-level-0">
3933
- <td class="name"><code><a href="IGSTileLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4326
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3934
4327
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3935
4328
  </tr>
3936
4329
 
3937
4330
  <tr class="deep-level-0">
3938
- <td class="name"><code><a href="IGSTileLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4331
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3939
4332
  <td class="name"><code>图层更新完毕事件</code></td>
3940
4333
  </tr>
3941
4334
 
3942
4335
  <tr class="deep-level-0">
3943
- <td class="name"><code><a href="IGSTileLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4336
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3944
4337
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3945
4338
  </tr>
3946
4339
 
3947
4340
  <tr class="deep-level-0">
3948
- <td class="name"><code><a href="IGSTileLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4341
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3949
4342
  <td class="name"><code>图层销毁完毕事件</code></td>
3950
4343
  </tr>
3951
4344
 
3952
4345
  <tr class="deep-level-0">
3953
- <td class="name"><code><a href="IGSTileLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4346
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3954
4347
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3955
4348
  </tr>
3956
4349
 
@@ -4030,7 +4423,12 @@ igsTileLayer.load().then((result) => {
4030
4423
  <td class="type">
4031
4424
 
4032
4425
 
4033
- <span class="param-type">Object</span>
4426
+ <span class="param-type">
4427
+
4428
+ Object
4429
+
4430
+ </span>
4431
+
4034
4432
 
4035
4433
 
4036
4434
 
@@ -4063,7 +4461,12 @@ igsTileLayer.load().then((result) => {
4063
4461
  <td class="type">
4064
4462
 
4065
4463
 
4066
- <span class="param-type">String</span>
4464
+ <span class="param-type">
4465
+
4466
+ String
4467
+
4468
+ </span>
4469
+
4067
4470
 
4068
4471
 
4069
4472
 
@@ -4100,7 +4503,12 @@ igsTileLayer.load().then((result) => {
4100
4503
  <td class="type">
4101
4504
 
4102
4505
 
4103
- <span class="param-type">String</span>
4506
+ <span class="param-type">
4507
+
4508
+ String
4509
+
4510
+ </span>
4511
+
4104
4512
 
4105
4513
 
4106
4514
 
@@ -4137,7 +4545,12 @@ igsTileLayer.load().then((result) => {
4137
4545
  <td class="type">
4138
4546
 
4139
4547
 
4140
- <span class="param-type">Array.&lt;<a 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>
4553
+
4141
4554
 
4142
4555
 
4143
4556
 
@@ -4174,7 +4587,12 @@ igsTileLayer.load().then((result) => {
4174
4587
  <td class="type">
4175
4588
 
4176
4589
 
4177
- <span class="param-type"><a 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>
4595
+
4178
4596
 
4179
4597
 
4180
4598
 
@@ -4211,7 +4629,12 @@ igsTileLayer.load().then((result) => {
4211
4629
  <td class="type">
4212
4630
 
4213
4631
 
4214
- <span class="param-type"><a 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>
4637
+
4215
4638
 
4216
4639
 
4217
4640
 
@@ -4248,7 +4671,12 @@ igsTileLayer.load().then((result) => {
4248
4671
  <td class="type">
4249
4672
 
4250
4673
 
4251
- <span class="param-type"><a 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>
4679
+
4252
4680
 
4253
4681
 
4254
4682
 
@@ -4285,7 +4713,12 @@ igsTileLayer.load().then((result) => {
4285
4713
  <td class="type">
4286
4714
 
4287
4715
 
4288
- <span class="param-type"><a 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>
4721
+
4289
4722
 
4290
4723
 
4291
4724
 
@@ -4330,7 +4763,7 @@ igsTileLayer.load().then((result) => {
4330
4763
 
4331
4764
  <dt class="inherited-from">Inherited From:</dt>
4332
4765
  <dd class="inherited-from"><ul class="dummy"><li>
4333
- <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>
4766
+ <a goto="event:图层刷新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
4334
4767
  </li></ul></dd>
4335
4768
 
4336
4769
 
@@ -4476,7 +4909,12 @@ igsTileLayer.load().then((result) => {
4476
4909
  <td class="type">
4477
4910
 
4478
4911
 
4479
- <span class="param-type">Object</span>
4912
+ <span class="param-type">
4913
+
4914
+ Object
4915
+
4916
+ </span>
4917
+
4480
4918
 
4481
4919
 
4482
4920
 
@@ -4509,7 +4947,12 @@ igsTileLayer.load().then((result) => {
4509
4947
  <td class="type">
4510
4948
 
4511
4949
 
4512
- <span class="param-type">String</span>
4950
+ <span class="param-type">
4951
+
4952
+ String
4953
+
4954
+ </span>
4955
+
4513
4956
 
4514
4957
 
4515
4958
 
@@ -4546,7 +4989,12 @@ igsTileLayer.load().then((result) => {
4546
4989
  <td class="type">
4547
4990
 
4548
4991
 
4549
- <span class="param-type">String</span>
4992
+ <span class="param-type">
4993
+
4994
+ String
4995
+
4996
+ </span>
4997
+
4550
4998
 
4551
4999
 
4552
5000
 
@@ -4583,7 +5031,12 @@ igsTileLayer.load().then((result) => {
4583
5031
  <td class="type">
4584
5032
 
4585
5033
 
4586
- <span class="param-type">Array.&lt;<a 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>
5039
+
4587
5040
 
4588
5041
 
4589
5042
 
@@ -4620,7 +5073,12 @@ igsTileLayer.load().then((result) => {
4620
5073
  <td class="type">
4621
5074
 
4622
5075
 
4623
- <span class="param-type"><a 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>
5081
+
4624
5082
 
4625
5083
 
4626
5084
 
@@ -4657,7 +5115,12 @@ igsTileLayer.load().then((result) => {
4657
5115
  <td class="type">
4658
5116
 
4659
5117
 
4660
- <span class="param-type"><a 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>
5123
+
4661
5124
 
4662
5125
 
4663
5126
 
@@ -4694,7 +5157,12 @@ igsTileLayer.load().then((result) => {
4694
5157
  <td class="type">
4695
5158
 
4696
5159
 
4697
- <span class="param-type"><a 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>
5165
+
4698
5166
 
4699
5167
 
4700
5168
 
@@ -4731,7 +5199,12 @@ igsTileLayer.load().then((result) => {
4731
5199
  <td class="type">
4732
5200
 
4733
5201
 
4734
- <span class="param-type"><a 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>
5207
+
4735
5208
 
4736
5209
 
4737
5210
 
@@ -4776,7 +5249,7 @@ igsTileLayer.load().then((result) => {
4776
5249
 
4777
5250
  <dt class="inherited-from">Inherited From:</dt>
4778
5251
  <dd class="inherited-from"><ul class="dummy"><li>
4779
- <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>
5252
+ <a goto="event:图层加载完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
4780
5253
  </li></ul></dd>
4781
5254
 
4782
5255
 
@@ -4912,7 +5385,12 @@ igsTileLayer.load().then((result) => {
4912
5385
  <td class="type">
4913
5386
 
4914
5387
 
4915
- <span class="param-type">Object</span>
5388
+ <span class="param-type">
5389
+
5390
+ Object
5391
+
5392
+ </span>
5393
+
4916
5394
 
4917
5395
 
4918
5396
 
@@ -4945,7 +5423,12 @@ igsTileLayer.load().then((result) => {
4945
5423
  <td class="type">
4946
5424
 
4947
5425
 
4948
- <span class="param-type">String</span>
5426
+ <span class="param-type">
5427
+
5428
+ String
5429
+
5430
+ </span>
5431
+
4949
5432
 
4950
5433
 
4951
5434
 
@@ -4982,7 +5465,12 @@ igsTileLayer.load().then((result) => {
4982
5465
  <td class="type">
4983
5466
 
4984
5467
 
4985
- <span class="param-type">String</span>
5468
+ <span class="param-type">
5469
+
5470
+ String
5471
+
5472
+ </span>
5473
+
4986
5474
 
4987
5475
 
4988
5476
 
@@ -5019,7 +5507,12 @@ igsTileLayer.load().then((result) => {
5019
5507
  <td class="type">
5020
5508
 
5021
5509
 
5022
- <span class="param-type">Array.&lt;<a 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>
5515
+
5023
5516
 
5024
5517
 
5025
5518
 
@@ -5056,7 +5549,12 @@ igsTileLayer.load().then((result) => {
5056
5549
  <td class="type">
5057
5550
 
5058
5551
 
5059
- <span class="param-type"><a 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>
5557
+
5060
5558
 
5061
5559
 
5062
5560
 
@@ -5093,7 +5591,12 @@ igsTileLayer.load().then((result) => {
5093
5591
  <td class="type">
5094
5592
 
5095
5593
 
5096
- <span class="param-type"><a 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>
5599
+
5097
5600
 
5098
5601
 
5099
5602
 
@@ -5130,7 +5633,12 @@ igsTileLayer.load().then((result) => {
5130
5633
  <td class="type">
5131
5634
 
5132
5635
 
5133
- <span class="param-type"><a 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>
5641
+
5134
5642
 
5135
5643
 
5136
5644
 
@@ -5167,7 +5675,12 @@ igsTileLayer.load().then((result) => {
5167
5675
  <td class="type">
5168
5676
 
5169
5677
 
5170
- <span class="param-type"><a 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>
5683
+
5171
5684
 
5172
5685
 
5173
5686
 
@@ -5212,7 +5725,7 @@ igsTileLayer.load().then((result) => {
5212
5725
 
5213
5726
  <dt class="inherited-from">Inherited From:</dt>
5214
5727
  <dd class="inherited-from"><ul class="dummy"><li>
5215
- <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>
5728
+ <a goto="event:图层显隐更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
5216
5729
  </li></ul></dd>
5217
5730
 
5218
5731
 
@@ -5358,7 +5871,12 @@ igsTileLayer.load().then((result) => {
5358
5871
  <td class="type">
5359
5872
 
5360
5873
 
5361
- <span class="param-type">Object</span>
5874
+ <span class="param-type">
5875
+
5876
+ Object
5877
+
5878
+ </span>
5879
+
5362
5880
 
5363
5881
 
5364
5882
 
@@ -5391,7 +5909,12 @@ igsTileLayer.load().then((result) => {
5391
5909
  <td class="type">
5392
5910
 
5393
5911
 
5394
- <span class="param-type">String</span>
5912
+ <span class="param-type">
5913
+
5914
+ String
5915
+
5916
+ </span>
5917
+
5395
5918
 
5396
5919
 
5397
5920
 
@@ -5428,7 +5951,12 @@ igsTileLayer.load().then((result) => {
5428
5951
  <td class="type">
5429
5952
 
5430
5953
 
5431
- <span class="param-type">String</span>
5954
+ <span class="param-type">
5955
+
5956
+ String
5957
+
5958
+ </span>
5959
+
5432
5960
 
5433
5961
 
5434
5962
 
@@ -5465,7 +5993,12 @@ igsTileLayer.load().then((result) => {
5465
5993
  <td class="type">
5466
5994
 
5467
5995
 
5468
- <span class="param-type">Array.&lt;<a 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>
6001
+
5469
6002
 
5470
6003
 
5471
6004
 
@@ -5502,7 +6035,12 @@ igsTileLayer.load().then((result) => {
5502
6035
  <td class="type">
5503
6036
 
5504
6037
 
5505
- <span class="param-type"><a 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>
6043
+
5506
6044
 
5507
6045
 
5508
6046
 
@@ -5539,7 +6077,12 @@ igsTileLayer.load().then((result) => {
5539
6077
  <td class="type">
5540
6078
 
5541
6079
 
5542
- <span class="param-type"><a 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>
6085
+
5543
6086
 
5544
6087
 
5545
6088
 
@@ -5576,7 +6119,12 @@ igsTileLayer.load().then((result) => {
5576
6119
  <td class="type">
5577
6120
 
5578
6121
 
5579
- <span class="param-type"><a 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>
6127
+
5580
6128
 
5581
6129
 
5582
6130
 
@@ -5613,7 +6161,12 @@ igsTileLayer.load().then((result) => {
5613
6161
  <td class="type">
5614
6162
 
5615
6163
 
5616
- <span class="param-type"><a 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>
6169
+
5617
6170
 
5618
6171
 
5619
6172
 
@@ -5658,7 +6211,7 @@ igsTileLayer.load().then((result) => {
5658
6211
 
5659
6212
  <dt class="inherited-from">Inherited From:</dt>
5660
6213
  <dd class="inherited-from"><ul class="dummy"><li>
5661
- <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>
6214
+ <a goto="event:图层更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
5662
6215
  </li></ul></dd>
5663
6216
 
5664
6217
 
@@ -5794,7 +6347,12 @@ igsTileLayer.load().then((result) => {
5794
6347
  <td class="type">
5795
6348
 
5796
6349
 
5797
- <span class="param-type">Object</span>
6350
+ <span class="param-type">
6351
+
6352
+ Object
6353
+
6354
+ </span>
6355
+
5798
6356
 
5799
6357
 
5800
6358
 
@@ -5827,7 +6385,12 @@ igsTileLayer.load().then((result) => {
5827
6385
  <td class="type">
5828
6386
 
5829
6387
 
5830
- <span class="param-type">String</span>
6388
+ <span class="param-type">
6389
+
6390
+ String
6391
+
6392
+ </span>
6393
+
5831
6394
 
5832
6395
 
5833
6396
 
@@ -5864,7 +6427,12 @@ igsTileLayer.load().then((result) => {
5864
6427
  <td class="type">
5865
6428
 
5866
6429
 
5867
- <span class="param-type">String</span>
6430
+ <span class="param-type">
6431
+
6432
+ String
6433
+
6434
+ </span>
6435
+
5868
6436
 
5869
6437
 
5870
6438
 
@@ -5901,7 +6469,12 @@ igsTileLayer.load().then((result) => {
5901
6469
  <td class="type">
5902
6470
 
5903
6471
 
5904
- <span class="param-type">Array.&lt;<a 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>
6477
+
5905
6478
 
5906
6479
 
5907
6480
 
@@ -5938,7 +6511,12 @@ igsTileLayer.load().then((result) => {
5938
6511
  <td class="type">
5939
6512
 
5940
6513
 
5941
- <span class="param-type"><a 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>
6519
+
5942
6520
 
5943
6521
 
5944
6522
 
@@ -5975,7 +6553,12 @@ igsTileLayer.load().then((result) => {
5975
6553
  <td class="type">
5976
6554
 
5977
6555
 
5978
- <span class="param-type"><a 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>
6561
+
5979
6562
 
5980
6563
 
5981
6564
 
@@ -6012,7 +6595,12 @@ igsTileLayer.load().then((result) => {
6012
6595
  <td class="type">
6013
6596
 
6014
6597
 
6015
- <span class="param-type"><a 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>
6603
+
6016
6604
 
6017
6605
 
6018
6606
 
@@ -6049,7 +6637,12 @@ igsTileLayer.load().then((result) => {
6049
6637
  <td class="type">
6050
6638
 
6051
6639
 
6052
- <span class="param-type"><a 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>
6645
+
6053
6646
 
6054
6647
 
6055
6648
 
@@ -6094,7 +6687,7 @@ igsTileLayer.load().then((result) => {
6094
6687
 
6095
6688
  <dt class="inherited-from">Inherited From:</dt>
6096
6689
  <dd class="inherited-from"><ul class="dummy"><li>
6097
- <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>
6690
+ <a goto="event:图层透明度更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
6098
6691
  </li></ul></dd>
6099
6692
 
6100
6693
 
@@ -6240,7 +6833,12 @@ igsTileLayer.load().then((result) => {
6240
6833
  <td class="type">
6241
6834
 
6242
6835
 
6243
- <span class="param-type">Object</span>
6836
+ <span class="param-type">
6837
+
6838
+ Object
6839
+
6840
+ </span>
6841
+
6244
6842
 
6245
6843
 
6246
6844
 
@@ -6273,7 +6871,12 @@ igsTileLayer.load().then((result) => {
6273
6871
  <td class="type">
6274
6872
 
6275
6873
 
6276
- <span class="param-type">String</span>
6874
+ <span class="param-type">
6875
+
6876
+ String
6877
+
6878
+ </span>
6879
+
6277
6880
 
6278
6881
 
6279
6882
 
@@ -6310,7 +6913,12 @@ igsTileLayer.load().then((result) => {
6310
6913
  <td class="type">
6311
6914
 
6312
6915
 
6313
- <span class="param-type">String</span>
6916
+ <span class="param-type">
6917
+
6918
+ String
6919
+
6920
+ </span>
6921
+
6314
6922
 
6315
6923
 
6316
6924
 
@@ -6347,7 +6955,12 @@ igsTileLayer.load().then((result) => {
6347
6955
  <td class="type">
6348
6956
 
6349
6957
 
6350
- <span class="param-type">Array.&lt;<a 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>
6963
+
6351
6964
 
6352
6965
 
6353
6966
 
@@ -6384,7 +6997,12 @@ igsTileLayer.load().then((result) => {
6384
6997
  <td class="type">
6385
6998
 
6386
6999
 
6387
- <span class="param-type"><a 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>
7005
+
6388
7006
 
6389
7007
 
6390
7008
 
@@ -6421,7 +7039,12 @@ igsTileLayer.load().then((result) => {
6421
7039
  <td class="type">
6422
7040
 
6423
7041
 
6424
- <span class="param-type"><a 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>
7047
+
6425
7048
 
6426
7049
 
6427
7050
 
@@ -6458,7 +7081,12 @@ igsTileLayer.load().then((result) => {
6458
7081
  <td class="type">
6459
7082
 
6460
7083
 
6461
- <span class="param-type"><a 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>
7089
+
6462
7090
 
6463
7091
 
6464
7092
 
@@ -6495,7 +7123,12 @@ igsTileLayer.load().then((result) => {
6495
7123
  <td class="type">
6496
7124
 
6497
7125
 
6498
- <span class="param-type"><a 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>
7131
+
6499
7132
 
6500
7133
 
6501
7134
 
@@ -6540,7 +7173,7 @@ igsTileLayer.load().then((result) => {
6540
7173
 
6541
7174
  <dt class="inherited-from">Inherited From:</dt>
6542
7175
  <dd class="inherited-from"><ul class="dummy"><li>
6543
- <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>
7176
+ <a goto="event:图层销毁完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
6544
7177
  </li></ul></dd>
6545
7178
 
6546
7179
 
@@ -6676,7 +7309,12 @@ igsTileLayer.load().then((result) => {
6676
7309
  <td class="type">
6677
7310
 
6678
7311
 
6679
- <span class="param-type">Object</span>
7312
+ <span class="param-type">
7313
+
7314
+ Object
7315
+
7316
+ </span>
7317
+
6680
7318
 
6681
7319
 
6682
7320
 
@@ -6709,7 +7347,12 @@ igsTileLayer.load().then((result) => {
6709
7347
  <td class="type">
6710
7348
 
6711
7349
 
6712
- <span class="param-type">String</span>
7350
+ <span class="param-type">
7351
+
7352
+ String
7353
+
7354
+ </span>
7355
+
6713
7356
 
6714
7357
 
6715
7358
 
@@ -6746,7 +7389,12 @@ igsTileLayer.load().then((result) => {
6746
7389
  <td class="type">
6747
7390
 
6748
7391
 
6749
- <span class="param-type">String</span>
7392
+ <span class="param-type">
7393
+
7394
+ String
7395
+
7396
+ </span>
7397
+
6750
7398
 
6751
7399
 
6752
7400
 
@@ -6783,7 +7431,12 @@ igsTileLayer.load().then((result) => {
6783
7431
  <td class="type">
6784
7432
 
6785
7433
 
6786
- <span class="param-type">Array.&lt;<a 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>
7439
+
6787
7440
 
6788
7441
 
6789
7442
 
@@ -6820,7 +7473,12 @@ igsTileLayer.load().then((result) => {
6820
7473
  <td class="type">
6821
7474
 
6822
7475
 
6823
- <span class="param-type"><a 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>
7481
+
6824
7482
 
6825
7483
 
6826
7484
 
@@ -6857,7 +7515,12 @@ igsTileLayer.load().then((result) => {
6857
7515
  <td class="type">
6858
7516
 
6859
7517
 
6860
- <span class="param-type"><a 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>
7523
+
6861
7524
 
6862
7525
 
6863
7526
 
@@ -6894,7 +7557,12 @@ igsTileLayer.load().then((result) => {
6894
7557
  <td class="type">
6895
7558
 
6896
7559
 
6897
- <span class="param-type"><a 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>
7565
+
6898
7566
 
6899
7567
 
6900
7568
 
@@ -6931,7 +7599,12 @@ igsTileLayer.load().then((result) => {
6931
7599
  <td class="type">
6932
7600
 
6933
7601
 
6934
- <span class="param-type"><a 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>
7607
+
6935
7608
 
6936
7609
 
6937
7610
 
@@ -6976,7 +7649,7 @@ igsTileLayer.load().then((result) => {
6976
7649
 
6977
7650
  <dt class="inherited-from">Inherited From:</dt>
6978
7651
  <dd class="inherited-from"><ul class="dummy"><li>
6979
- <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>
7652
+ <a goto="event:图层顺序更新完毕事件" link="Layer.html" onclick="getTypeHTML(event)" 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>
6980
7653
  </li></ul></dd>
6981
7654
 
6982
7655