@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="renderer"><code>renderer</code></td>
107
+ <td class="name"><code>renderer</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
138
+ <td class="name"><code>labelingInfo</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
144
+ <span class="param-type">
145
+
146
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -156,13 +168,17 @@
156
168
 
157
169
  <tr class="deep-level-1">
158
170
 
159
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
171
+ <td class="name"><code>extendOptions</code></td>
160
172
 
161
173
 
162
174
  <td class="type">
163
175
 
164
176
 
165
- <span class="param-type">Object</span>
177
+ <span class="param-type">
178
+
179
+ Object
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -300,7 +316,11 @@
300
316
  <td class="name">
301
317
  <code>
302
318
 
303
- <span class="param-type">Number</span>
319
+ <span class="param-type">
320
+
321
+ Number
322
+
323
+ </span>
304
324
 
305
325
 
306
326
 
@@ -314,7 +334,11 @@
314
334
  <td class="name">
315
335
  <code>
316
336
 
317
- <span class="param-type">Number</span>
337
+ <span class="param-type">
338
+
339
+ Number
340
+
341
+ </span>
318
342
 
319
343
 
320
344
 
@@ -328,7 +352,11 @@
328
352
  <td class="name">
329
353
  <code>
330
354
 
331
- <span class="param-type">Object</span>
355
+ <span class="param-type">
356
+
357
+ Object
358
+
359
+ </span>
332
360
 
333
361
 
334
362
 
@@ -342,7 +370,11 @@
342
370
  <td class="name">
343
371
  <code>
344
372
 
345
- <span class="param-type">String</span>
373
+ <span class="param-type">
374
+
375
+ String
376
+
377
+ </span>
346
378
 
347
379
 
348
380
 
@@ -356,7 +388,11 @@
356
388
  <td class="name">
357
389
  <code>
358
390
 
359
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
391
+ <span class="param-type">
392
+
393
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
394
+
395
+ </span>
360
396
 
361
397
 
362
398
 
@@ -370,7 +406,11 @@
370
406
  <td class="name">
371
407
  <code>
372
408
 
373
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
409
+ <span class="param-type">
410
+
411
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
412
+
413
+ </span>
374
414
 
375
415
 
376
416
 
@@ -384,7 +424,11 @@
384
424
  <td class="name">
385
425
  <code>
386
426
 
387
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
427
+ <span class="param-type">
428
+
429
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
430
+
431
+ </span>
388
432
 
389
433
 
390
434
 
@@ -398,7 +442,11 @@
398
442
  <td class="name">
399
443
  <code>
400
444
 
401
- <span class="param-type">Number</span>
445
+ <span class="param-type">
446
+
447
+ Number
448
+
449
+ </span>
402
450
 
403
451
 
404
452
 
@@ -412,7 +460,11 @@
412
460
  <td class="name">
413
461
  <code>
414
462
 
415
- <span class="param-type">Number</span>
463
+ <span class="param-type">
464
+
465
+ Number
466
+
467
+ </span>
416
468
 
417
469
 
418
470
 
@@ -426,7 +478,11 @@
426
478
  <td class="name">
427
479
  <code>
428
480
 
429
- <span class="param-type">Number</span>
481
+ <span class="param-type">
482
+
483
+ Number
484
+
485
+ </span>
430
486
 
431
487
 
432
488
 
@@ -440,7 +496,11 @@
440
496
  <td class="name">
441
497
  <code>
442
498
 
443
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
499
+ <span class="param-type">
500
+
501
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
502
+
503
+ </span>
444
504
 
445
505
 
446
506
 
@@ -454,7 +514,11 @@
454
514
  <td class="name">
455
515
  <code>
456
516
 
457
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
517
+ <span class="param-type">
518
+
519
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
520
+
521
+ </span>
458
522
 
459
523
 
460
524
 
@@ -468,7 +532,11 @@
468
532
  <td class="name">
469
533
  <code>
470
534
 
471
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
535
+ <span class="param-type">
536
+
537
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
538
+
539
+ </span>
472
540
 
473
541
 
474
542
 
@@ -482,7 +550,11 @@
482
550
  <td class="name">
483
551
  <code>
484
552
 
485
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
553
+ <span class="param-type">
554
+
555
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
556
+
557
+ </span>
486
558
 
487
559
 
488
560
 
@@ -496,7 +568,11 @@
496
568
  <td class="name">
497
569
  <code>
498
570
 
499
- <span class="param-type">String</span>
571
+ <span class="param-type">
572
+
573
+ String
574
+
575
+ </span>
500
576
 
501
577
 
502
578
 
@@ -510,7 +586,11 @@
510
586
  <td class="name">
511
587
  <code>
512
588
 
513
- <span class="param-type">Array</span>
589
+ <span class="param-type">
590
+
591
+ Array
592
+
593
+ </span>
514
594
 
515
595
 
516
596
 
@@ -524,7 +604,11 @@
524
604
  <td class="name">
525
605
  <code>
526
606
 
527
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
528
612
 
529
613
 
530
614
 
@@ -538,7 +622,11 @@
538
622
  <td class="name">
539
623
  <code>
540
624
 
541
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
542
630
 
543
631
 
544
632
 
@@ -552,7 +640,11 @@
552
640
  <td class="name">
553
641
  <code>
554
642
 
555
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
556
648
 
557
649
 
558
650
 
@@ -566,7 +658,11 @@
566
658
  <td class="name">
567
659
  <code>
568
660
 
569
- <span class="param-type">Boolean</span>
661
+ <span class="param-type">
662
+
663
+ Boolean
664
+
665
+ </span>
570
666
 
571
667
 
572
668
 
@@ -586,7 +682,11 @@
586
682
  <span class="method-parameter is-pulled-right">
587
683
  <label>类型:</label>
588
684
 
589
- <span class="param-type">Number</span>
685
+ <span class="param-type">
686
+
687
+ Number
688
+
689
+ </span>
590
690
 
591
691
 
592
692
 
@@ -657,7 +757,11 @@
657
757
  <span class="method-parameter is-pulled-right">
658
758
  <label>类型:</label>
659
759
 
660
- <span class="param-type">Number</span>
760
+ <span class="param-type">
761
+
762
+ Number
763
+
764
+ </span>
661
765
 
662
766
 
663
767
 
@@ -728,7 +832,11 @@
728
832
  <span class="method-parameter is-pulled-right">
729
833
  <label>类型:</label>
730
834
 
731
- <span class="param-type">Object</span>
835
+ <span class="param-type">
836
+
837
+ Object
838
+
839
+ </span>
732
840
 
733
841
 
734
842
 
@@ -799,7 +907,11 @@
799
907
  <span class="method-parameter is-pulled-right">
800
908
  <label>类型:</label>
801
909
 
802
- <span class="param-type">String</span>
910
+ <span class="param-type">
911
+
912
+ String
913
+
914
+ </span>
803
915
 
804
916
 
805
917
 
@@ -875,7 +987,11 @@
875
987
  <span class="method-parameter is-pulled-right">
876
988
  <label>类型:</label>
877
989
 
878
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
990
+ <span class="param-type">
991
+
992
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
993
+
994
+ </span>
879
995
 
880
996
 
881
997
 
@@ -946,7 +1062,11 @@
946
1062
  <span class="method-parameter is-pulled-right">
947
1063
  <label>类型:</label>
948
1064
 
949
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1065
+ <span class="param-type">
1066
+
1067
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1068
+
1069
+ </span>
950
1070
 
951
1071
 
952
1072
 
@@ -1017,7 +1137,11 @@
1017
1137
  <span class="method-parameter is-pulled-right">
1018
1138
  <label>类型:</label>
1019
1139
 
1020
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1140
+ <span class="param-type">
1141
+
1142
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
1143
+
1144
+ </span>
1021
1145
 
1022
1146
 
1023
1147
 
@@ -1093,7 +1217,11 @@
1093
1217
  <span class="method-parameter is-pulled-right">
1094
1218
  <label>类型:</label>
1095
1219
 
1096
- <span class="param-type">Number</span>
1220
+ <span class="param-type">
1221
+
1222
+ Number
1223
+
1224
+ </span>
1097
1225
 
1098
1226
 
1099
1227
 
@@ -1164,7 +1292,11 @@
1164
1292
  <span class="method-parameter is-pulled-right">
1165
1293
  <label>类型:</label>
1166
1294
 
1167
- <span class="param-type">Number</span>
1295
+ <span class="param-type">
1296
+
1297
+ Number
1298
+
1299
+ </span>
1168
1300
 
1169
1301
 
1170
1302
 
@@ -1235,7 +1367,11 @@
1235
1367
  <span class="method-parameter is-pulled-right">
1236
1368
  <label>类型:</label>
1237
1369
 
1238
- <span class="param-type">Number</span>
1370
+ <span class="param-type">
1371
+
1372
+ Number
1373
+
1374
+ </span>
1239
1375
 
1240
1376
 
1241
1377
 
@@ -1306,7 +1442,11 @@
1306
1442
  <span class="method-parameter is-pulled-right">
1307
1443
  <label>类型:</label>
1308
1444
 
1309
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1445
+ <span class="param-type">
1446
+
1447
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1448
+
1449
+ </span>
1310
1450
 
1311
1451
 
1312
1452
 
@@ -1377,7 +1517,11 @@
1377
1517
  <span class="method-parameter is-pulled-right">
1378
1518
  <label>类型:</label>
1379
1519
 
1380
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1520
+ <span class="param-type">
1521
+
1522
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1523
+
1524
+ </span>
1381
1525
 
1382
1526
 
1383
1527
 
@@ -1448,7 +1592,11 @@
1448
1592
  <span class="method-parameter is-pulled-right">
1449
1593
  <label>类型:</label>
1450
1594
 
1451
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1595
+ <span class="param-type">
1596
+
1597
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1598
+
1599
+ </span>
1452
1600
 
1453
1601
 
1454
1602
 
@@ -1519,7 +1667,11 @@
1519
1667
  <span class="method-parameter is-pulled-right">
1520
1668
  <label>类型:</label>
1521
1669
 
1522
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1670
+ <span class="param-type">
1671
+
1672
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
1673
+
1674
+ </span>
1523
1675
 
1524
1676
 
1525
1677
 
@@ -1590,7 +1742,11 @@
1590
1742
  <span class="method-parameter is-pulled-right">
1591
1743
  <label>类型:</label>
1592
1744
 
1593
- <span class="param-type">String</span>
1745
+ <span class="param-type">
1746
+
1747
+ String
1748
+
1749
+ </span>
1594
1750
 
1595
1751
 
1596
1752
 
@@ -1661,7 +1817,11 @@
1661
1817
  <span class="method-parameter is-pulled-right">
1662
1818
  <label>类型:</label>
1663
1819
 
1664
- <span class="param-type">Array</span>
1820
+ <span class="param-type">
1821
+
1822
+ Array
1823
+
1824
+ </span>
1665
1825
 
1666
1826
 
1667
1827
 
@@ -1737,7 +1897,11 @@
1737
1897
  <span class="method-parameter is-pulled-right">
1738
1898
  <label>类型:</label>
1739
1899
 
1740
- <span class="param-type">String</span>
1900
+ <span class="param-type">
1901
+
1902
+ String
1903
+
1904
+ </span>
1741
1905
 
1742
1906
 
1743
1907
 
@@ -1813,7 +1977,11 @@
1813
1977
  <span class="method-parameter is-pulled-right">
1814
1978
  <label>类型:</label>
1815
1979
 
1816
- <span class="param-type">String</span>
1980
+ <span class="param-type">
1981
+
1982
+ String
1983
+
1984
+ </span>
1817
1985
 
1818
1986
 
1819
1987
 
@@ -1884,7 +2052,11 @@
1884
2052
  <span class="method-parameter is-pulled-right">
1885
2053
  <label>类型:</label>
1886
2054
 
1887
- <span class="param-type">String</span>
2055
+ <span class="param-type">
2056
+
2057
+ String
2058
+
2059
+ </span>
1888
2060
 
1889
2061
 
1890
2062
 
@@ -1955,7 +2127,11 @@
1955
2127
  <span class="method-parameter is-pulled-right">
1956
2128
  <label>类型:</label>
1957
2129
 
1958
- <span class="param-type">Boolean</span>
2130
+ <span class="param-type">
2131
+
2132
+ Boolean
2133
+
2134
+ </span>
1959
2135
 
1960
2136
 
1961
2137
 
@@ -2062,7 +2238,11 @@
2062
2238
  <code>
2063
2239
 
2064
2240
 
2065
- <span class="param-type"><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2241
+ <span class="param-type">
2242
+
2243
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
2244
+
2245
+ </span>
2066
2246
 
2067
2247
 
2068
2248
 
@@ -2088,7 +2268,11 @@
2088
2268
  <code>
2089
2269
 
2090
2270
 
2091
- <span class="param-type">Object</span>
2271
+ <span class="param-type">
2272
+
2273
+ Object
2274
+
2275
+ </span>
2092
2276
 
2093
2277
 
2094
2278
 
@@ -2160,13 +2344,17 @@
2160
2344
 
2161
2345
  <tr class="deep-level-0">
2162
2346
 
2163
- <td class="name" id="json"><code>json</code></td>
2347
+ <td class="name"><code>json</code></td>
2164
2348
 
2165
2349
 
2166
2350
  <td class="type">
2167
2351
 
2168
2352
 
2169
- <span class="param-type">Object</span>
2353
+ <span class="param-type">
2354
+
2355
+ Object
2356
+
2357
+ </span>
2170
2358
 
2171
2359
 
2172
2360
 
@@ -2351,7 +2539,11 @@
2351
2539
  <div class='column is-5 has-text-left'>
2352
2540
  <label>类型: </label>
2353
2541
 
2354
- <span class="param-type"><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2542
+ <span class="param-type">
2543
+
2544
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
2545
+
2546
+ </span>
2355
2547
 
2356
2548
 
2357
2549
 
@@ -2564,7 +2756,11 @@
2564
2756
  <div class='column is-5 has-text-left'>
2565
2757
  <label>类型: </label>
2566
2758
 
2567
- <span class="param-type">Object</span>
2759
+ <span class="param-type">
2760
+
2761
+ Object
2762
+
2763
+ </span>
2568
2764
 
2569
2765
 
2570
2766