@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="id"><code>id</code></td>
107
+ <td class="name"><code>id</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="layer"><code>layer</code></td>
138
+ <td class="name"><code>layer</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
144
+ <span class="param-type">
145
+
146
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -151,13 +166,18 @@
151
166
 
152
167
  <tr class="deep-level-1">
153
168
 
154
- <td class="name" id="sublayers"><code>sublayers</code></td>
169
+ <td class="name"><code>sublayers</code></td>
155
170
 
156
171
 
157
172
  <td class="type">
158
173
 
159
174
 
160
- <span class="param-type">Array</span>
175
+ <span class="param-type">
176
+
177
+ Array
178
+
179
+ </span>
180
+
161
181
 
162
182
 
163
183
 
@@ -179,13 +199,18 @@
179
199
 
180
200
  <tr class="deep-level-1">
181
201
 
182
- <td class="name" id="title"><code>title</code></td>
202
+ <td class="name"><code>title</code></td>
183
203
 
184
204
 
185
205
  <td class="type">
186
206
 
187
207
 
188
- <span class="param-type">String</span>
208
+ <span class="param-type">
209
+
210
+ String
211
+
212
+ </span>
213
+
189
214
 
190
215
 
191
216
 
@@ -205,13 +230,18 @@
205
230
 
206
231
  <tr class="deep-level-1">
207
232
 
208
- <td class="name" id="visible"><code>visible</code></td>
233
+ <td class="name"><code>visible</code></td>
209
234
 
210
235
 
211
236
  <td class="type">
212
237
 
213
238
 
214
- <span class="param-type">Boolean</span>
239
+ <span class="param-type">
240
+
241
+ Boolean
242
+
243
+ </span>
244
+
215
245
 
216
246
 
217
247
 
@@ -312,7 +342,7 @@
312
342
 
313
343
 
314
344
  <ul>
315
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
345
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
316
346
  </ul>
317
347
 
318
348
 
@@ -344,11 +374,16 @@
344
374
  <tbody>
345
375
 
346
376
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="SubLayer.html#id">id</a></code></td>
377
+ <td class="name"><code><a href="#id">id</a></code></td>
348
378
  <td class="name">
349
379
  <code>
350
380
 
351
- <span class="param-type">String</span>
381
+ <span class="param-type">
382
+
383
+ String
384
+
385
+ </span>
386
+
352
387
 
353
388
 
354
389
  </code>
@@ -357,11 +392,16 @@
357
392
  </tr>
358
393
 
359
394
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="SubLayer.html#layer">layer</a></code></td>
395
+ <td class="name"><code><a href="#layer">layer</a></code></td>
361
396
  <td class="name">
362
397
  <code>
363
398
 
364
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
399
+ <span class="param-type">
400
+
401
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
402
+
403
+ </span>
404
+
365
405
 
366
406
 
367
407
  </code>
@@ -370,11 +410,16 @@
370
410
  </tr>
371
411
 
372
412
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="SubLayer.html#layer">layer</a></code></td>
413
+ <td class="name"><code><a href="#layer">layer</a></code></td>
374
414
  <td class="name">
375
415
  <code>
376
416
 
377
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
417
+ <span class="param-type">
418
+
419
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
420
+
421
+ </span>
422
+
378
423
 
379
424
 
380
425
  </code>
@@ -383,11 +428,16 @@
383
428
  </tr>
384
429
 
385
430
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="SubLayer.html#sublayers">sublayers</a></code></td>
431
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
387
432
  <td class="name">
388
433
  <code>
389
434
 
390
- <span class="param-type">Array</span>
435
+ <span class="param-type">
436
+
437
+ Array
438
+
439
+ </span>
440
+
391
441
 
392
442
 
393
443
  </code>
@@ -396,11 +446,16 @@
396
446
  </tr>
397
447
 
398
448
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="SubLayer.html#title">title</a></code></td>
449
+ <td class="name"><code><a href="#title">title</a></code></td>
400
450
  <td class="name">
401
451
  <code>
402
452
 
403
- <span class="param-type">String</span>
453
+ <span class="param-type">
454
+
455
+ String
456
+
457
+ </span>
458
+
404
459
 
405
460
 
406
461
  </code>
@@ -409,11 +464,16 @@
409
464
  </tr>
410
465
 
411
466
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="SubLayer.html#visible">visible</a></code></td>
467
+ <td class="name"><code><a href="#visible">visible</a></code></td>
413
468
  <td class="name">
414
469
  <code>
415
470
 
416
- <span class="param-type">Boolean</span>
471
+ <span class="param-type">
472
+
473
+ Boolean
474
+
475
+ </span>
476
+
417
477
 
418
478
 
419
479
  </code>
@@ -422,11 +482,16 @@
422
482
  </tr>
423
483
 
424
484
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="SubLayer.html#visible">visible</a></code></td>
485
+ <td class="name"><code><a href="#visible">visible</a></code></td>
426
486
  <td class="name">
427
487
  <code>
428
488
 
429
- <span class="param-type">Boolean</span>
489
+ <span class="param-type">
490
+
491
+ Boolean
492
+
493
+ </span>
494
+
430
495
 
431
496
 
432
497
  </code>
@@ -445,7 +510,12 @@
445
510
  <span class="method-parameter is-pulled-right">
446
511
  <label>类型:</label>
447
512
 
448
- <span class="param-type">String</span>
513
+ <span class="param-type">
514
+
515
+ String
516
+
517
+ </span>
518
+
449
519
 
450
520
 
451
521
  </span>
@@ -515,7 +585,12 @@
515
585
  <span class="method-parameter is-pulled-right">
516
586
  <label>类型:</label>
517
587
 
518
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
588
+ <span class="param-type">
589
+
590
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
591
+
592
+ </span>
593
+
519
594
 
520
595
 
521
596
  </span>
@@ -585,7 +660,12 @@
585
660
  <span class="method-parameter is-pulled-right">
586
661
  <label>类型:</label>
587
662
 
588
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
663
+ <span class="param-type">
664
+
665
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
666
+
667
+ </span>
668
+
589
669
 
590
670
 
591
671
  </span>
@@ -655,7 +735,12 @@
655
735
  <span class="method-parameter is-pulled-right">
656
736
  <label>类型:</label>
657
737
 
658
- <span class="param-type">Array</span>
738
+ <span class="param-type">
739
+
740
+ Array
741
+
742
+ </span>
743
+
659
744
 
660
745
 
661
746
  </span>
@@ -725,7 +810,12 @@
725
810
  <span class="method-parameter is-pulled-right">
726
811
  <label>类型:</label>
727
812
 
728
- <span class="param-type">String</span>
813
+ <span class="param-type">
814
+
815
+ String
816
+
817
+ </span>
818
+
729
819
 
730
820
 
731
821
  </span>
@@ -795,7 +885,12 @@
795
885
  <span class="method-parameter is-pulled-right">
796
886
  <label>类型:</label>
797
887
 
798
- <span class="param-type">Boolean</span>
888
+ <span class="param-type">
889
+
890
+ Boolean
891
+
892
+ </span>
893
+
799
894
 
800
895
 
801
896
  </span>
@@ -865,7 +960,12 @@
865
960
  <span class="method-parameter is-pulled-right">
866
961
  <label>类型:</label>
867
962
 
868
- <span class="param-type">Boolean</span>
963
+ <span class="param-type">
964
+
965
+ Boolean
966
+
967
+ </span>
968
+
869
969
 
870
970
 
871
971
  </span>
@@ -951,12 +1051,17 @@
951
1051
  <tbody>
952
1052
 
953
1053
  <tr class="deep-level-0">
954
- <td class="name"><code><a href="SubLayer.html#clone">clone</a></code></td>
1054
+ <td class="name"><code><a href="#clone">clone</a></code></td>
955
1055
  <td class="name">
956
1056
  <code>
957
1057
 
958
1058
 
959
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
1059
+ <span class="param-type">
1060
+
1061
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
1062
+
1063
+ </span>
1064
+
960
1065
 
961
1066
 
962
1067
 
@@ -966,12 +1071,17 @@
966
1071
  </tr>
967
1072
 
968
1073
  <tr class="deep-level-0">
969
- <td class="name"><code><a href="SubLayer.html#off">off</a></code></td>
1074
+ <td class="name"><code><a href="#off">off</a></code></td>
970
1075
  <td class="name">
971
1076
  <code>
972
1077
 
973
1078
 
974
- <span class="param-type">Object</span>
1079
+ <span class="param-type">
1080
+
1081
+ Object
1082
+
1083
+ </span>
1084
+
975
1085
 
976
1086
 
977
1087
 
@@ -979,21 +1089,21 @@
979
1089
  </td>
980
1090
  <td class="name"><code><p>移除事件<br/>
981
1091
  示例如下:<br/>
982
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
983
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
984
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
985
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
986
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
987
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1092
+ </code></td>
988
1093
  </tr>
989
1094
 
990
1095
  <tr class="deep-level-0">
991
- <td class="name"><code><a href="SubLayer.html#on">on</a></code></td>
1096
+ <td class="name"><code><a href="#on">on</a></code></td>
992
1097
  <td class="name">
993
1098
  <code>
994
1099
 
995
1100
 
996
- <span class="param-type">Object</span>
1101
+ <span class="param-type">
1102
+
1103
+ Object
1104
+
1105
+ </span>
1106
+
997
1107
 
998
1108
 
999
1109
 
@@ -1001,20 +1111,21 @@
1001
1111
  </td>
1002
1112
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1003
1113
  示例如下:<br/>
1004
- <a href='#event1'>[1、注册一个事件]</a><br/>
1005
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1006
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1007
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1008
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1114
+ </code></td>
1009
1115
  </tr>
1010
1116
 
1011
1117
  <tr class="deep-level-0">
1012
- <td class="name"><code><a href="SubLayer.html#toJSON">toJSON</a></code></td>
1118
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1013
1119
  <td class="name">
1014
1120
  <code>
1015
1121
 
1016
1122
 
1017
- <span class="param-type">Object</span>
1123
+ <span class="param-type">
1124
+
1125
+ Object
1126
+
1127
+ </span>
1128
+
1018
1129
 
1019
1130
 
1020
1131
 
@@ -1126,7 +1237,12 @@
1126
1237
  <div class='column is-5 has-text-left'>
1127
1238
  <label>类型: </label>
1128
1239
 
1129
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
1240
+ <span class="param-type">
1241
+
1242
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
1243
+
1244
+ </span>
1245
+
1130
1246
 
1131
1247
 
1132
1248
  </div>
@@ -1204,13 +1320,18 @@
1204
1320
 
1205
1321
  <tr class="deep-level-0">
1206
1322
 
1207
- <td class="name" id="types"><code>types</code></td>
1323
+ <td class="name"><code>types</code></td>
1208
1324
 
1209
1325
 
1210
1326
  <td class="type">
1211
1327
 
1212
1328
 
1213
- <span class="param-type">string</span>
1329
+ <span class="param-type">
1330
+
1331
+ string
1332
+
1333
+ </span>
1334
+
1214
1335
 
1215
1336
 
1216
1337
 
@@ -1230,13 +1351,18 @@
1230
1351
 
1231
1352
  <tr class="deep-level-0">
1232
1353
 
1233
- <td class="name" id="fn"><code>fn</code></td>
1354
+ <td class="name"><code>fn</code></td>
1234
1355
 
1235
1356
 
1236
1357
  <td class="type">
1237
1358
 
1238
1359
 
1239
- <span class="param-type">function</span>
1360
+ <span class="param-type">
1361
+
1362
+ function
1363
+
1364
+ </span>
1365
+
1240
1366
 
1241
1367
 
1242
1368
 
@@ -1254,13 +1380,18 @@
1254
1380
 
1255
1381
  <tr class="deep-level-0">
1256
1382
 
1257
- <td class="name" id="context"><code>context</code></td>
1383
+ <td class="name"><code>context</code></td>
1258
1384
 
1259
1385
 
1260
1386
  <td class="type">
1261
1387
 
1262
1388
 
1263
- <span class="param-type">Object</span>
1389
+ <span class="param-type">
1390
+
1391
+ Object
1392
+
1393
+ </span>
1394
+
1264
1395
 
1265
1396
 
1266
1397
 
@@ -1292,7 +1423,7 @@
1292
1423
 
1293
1424
  <dt class="inherited-from">Inherited From:</dt>
1294
1425
  <dd class="inherited-from"><ul class="dummy"><li>
1295
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
1426
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
1296
1427
  </li></ul></dd>
1297
1428
 
1298
1429
 
@@ -1353,7 +1484,12 @@
1353
1484
  <div class='column is-5 has-text-left'>
1354
1485
  <label>类型: </label>
1355
1486
 
1356
- <span class="param-type">Object</span>
1487
+ <span class="param-type">
1488
+
1489
+ Object
1490
+
1491
+ </span>
1492
+
1357
1493
 
1358
1494
 
1359
1495
  </div>
@@ -1520,16 +1656,25 @@ view.off({
1520
1656
 
1521
1657
  <tr class="deep-level-0">
1522
1658
 
1523
- <td class="name" id="types"><code>types</code></td>
1659
+ <td class="name"><code>types</code></td>
1524
1660
 
1525
1661
 
1526
1662
  <td class="type">
1527
1663
 
1528
1664
 
1529
- <span class="param-type">String</span>
1665
+ <span class="param-type">
1666
+
1667
+ String
1668
+
1669
+ </span>
1530
1670
  |
1531
1671
 
1532
- <span class="param-type">Object</span>
1672
+ <span class="param-type">
1673
+
1674
+ Object
1675
+
1676
+ </span>
1677
+
1533
1678
 
1534
1679
 
1535
1680
 
@@ -1555,13 +1700,18 @@ view.off({
1555
1700
 
1556
1701
  <tr class="deep-level-0">
1557
1702
 
1558
- <td class="name" id="fn"><code>fn</code></td>
1703
+ <td class="name"><code>fn</code></td>
1559
1704
 
1560
1705
 
1561
1706
  <td class="type">
1562
1707
 
1563
1708
 
1564
- <span class="param-type">function</span>
1709
+ <span class="param-type">
1710
+
1711
+ function
1712
+
1713
+ </span>
1714
+
1565
1715
 
1566
1716
 
1567
1717
 
@@ -1585,13 +1735,18 @@ view.off({
1585
1735
 
1586
1736
  <tr class="deep-level-0">
1587
1737
 
1588
- <td class="name" id="context"><code>context</code></td>
1738
+ <td class="name"><code>context</code></td>
1589
1739
 
1590
1740
 
1591
1741
  <td class="type">
1592
1742
 
1593
1743
 
1594
- <span class="param-type">Object</span>
1744
+ <span class="param-type">
1745
+
1746
+ Object
1747
+
1748
+ </span>
1749
+
1595
1750
 
1596
1751
 
1597
1752
 
@@ -1629,7 +1784,7 @@ view.off({
1629
1784
 
1630
1785
  <dt class="inherited-from">Inherited From:</dt>
1631
1786
  <dd class="inherited-from"><ul class="dummy"><li>
1632
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
1787
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
1633
1788
  </li></ul></dd>
1634
1789
 
1635
1790
 
@@ -1690,7 +1845,12 @@ view.off({
1690
1845
  <div class='column is-5 has-text-left'>
1691
1846
  <label>类型: </label>
1692
1847
 
1693
- <span class="param-type">Object</span>
1848
+ <span class="param-type">
1849
+
1850
+ Object
1851
+
1852
+ </span>
1853
+
1694
1854
 
1695
1855
 
1696
1856
  </div>
@@ -1884,7 +2044,12 @@ view.on({
1884
2044
  <div class='column is-5 has-text-left'>
1885
2045
  <label>类型: </label>
1886
2046
 
1887
- <span class="param-type">Object</span>
2047
+ <span class="param-type">
2048
+
2049
+ Object
2050
+
2051
+ </span>
2052
+
1888
2053
 
1889
2054
 
1890
2055
  </div>