@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">Number</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -133,7 +135,8 @@
133
135
  <td class="type">
134
136
 
135
137
 
136
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
138
+ <span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
139
+
137
140
 
138
141
 
139
142
 
@@ -159,7 +162,8 @@
159
162
  <td class="type">
160
163
 
161
164
 
162
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
165
+ <span class="param-type">Array.&lt;<a link="Array.<ClusterInfo>.html" onclick="getTypeHTML(event)" href="ClusterInfo.html">ClusterInfo</a>></span>
166
+
163
167
 
164
168
 
165
169
 
@@ -185,7 +189,8 @@
185
189
  <td class="type">
186
190
 
187
191
 
188
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
192
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
193
+
189
194
 
190
195
 
191
196
 
@@ -214,6 +219,7 @@
214
219
  <span class="param-type">Number</span>
215
220
 
216
221
 
222
+
217
223
 
218
224
  </td>
219
225
 
@@ -242,6 +248,7 @@
242
248
  <span class="param-type">Boolean</span>
243
249
 
244
250
 
251
+
245
252
 
246
253
  </td>
247
254
 
@@ -270,6 +277,7 @@
270
277
  <span class="param-type">Boolean</span>
271
278
 
272
279
 
280
+
273
281
 
274
282
  </td>
275
283
 
@@ -295,7 +303,8 @@
295
303
  <td class="type">
296
304
 
297
305
 
298
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
306
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
307
+
299
308
 
300
309
 
301
310
 
@@ -327,6 +336,7 @@
327
336
  <span class="param-type">null</span>
328
337
 
329
338
 
339
+
330
340
 
331
341
  </td>
332
342
 
@@ -644,7 +654,7 @@ const clusterRenderer = new ClusterRenderer({
644
654
 
645
655
 
646
656
  <ul>
647
- <li><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
657
+ <li><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
648
658
  </ul>
649
659
 
650
660
 
@@ -676,11 +686,12 @@ const clusterRenderer = new ClusterRenderer({
676
686
  <tbody>
677
687
 
678
688
  <tr class="deep-level-0">
679
- <td class="name"><code><a href="ClusterRenderer.html#clusterBoundSymbol">clusterBoundSymbol</a></code></td>
689
+ <td class="name"><code><a href="#clusterBoundSymbol">clusterBoundSymbol</a></code></td>
680
690
  <td class="name">
681
691
  <code>
682
692
 
683
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
693
+ <span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
694
+
684
695
 
685
696
 
686
697
  </code>
@@ -689,11 +700,12 @@ const clusterRenderer = new ClusterRenderer({
689
700
  </tr>
690
701
 
691
702
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="ClusterRenderer.html#clusterInfos">clusterInfos</a></code></td>
703
+ <td class="name"><code><a href="#clusterInfos">clusterInfos</a></code></td>
693
704
  <td class="name">
694
705
  <code>
695
706
 
696
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
707
+ <span class="param-type">Array.&lt;<a link="Array.<ClusterInfo>.html" onclick="getTypeHTML(event)" href="ClusterInfo.html">ClusterInfo</a>></span>
708
+
697
709
 
698
710
 
699
711
  </code>
@@ -702,7 +714,7 @@ const clusterRenderer = new ClusterRenderer({
702
714
  </tr>
703
715
 
704
716
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="ClusterRenderer.html#defaultLabelExpressionInfo">defaultLabelExpressionInfo</a></code></td>
717
+ <td class="name"><code><a href="#defaultLabelExpressionInfo">defaultLabelExpressionInfo</a></code></td>
706
718
  <td class="name">
707
719
  <code>
708
720
 
@@ -712,17 +724,19 @@ const clusterRenderer = new ClusterRenderer({
712
724
  <span class="param-type">null</span>
713
725
 
714
726
 
727
+
715
728
  </code>
716
729
  </td>
717
730
  <td class="name"><code><p>默认的文字表达式</p></code></td>
718
731
  </tr>
719
732
 
720
733
  <tr class="deep-level-0">
721
- <td class="name"><code><a href="ClusterRenderer.html#defaultLabelSymbol">defaultLabelSymbol</a></code></td>
734
+ <td class="name"><code><a href="#defaultLabelSymbol">defaultLabelSymbol</a></code></td>
722
735
  <td class="name">
723
736
  <code>
724
737
 
725
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
738
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
739
+
726
740
 
727
741
 
728
742
  </code>
@@ -731,11 +745,12 @@ const clusterRenderer = new ClusterRenderer({
731
745
  </tr>
732
746
 
733
747
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="ClusterRenderer.html#defaultSymbol">defaultSymbol</a></code></td>
748
+ <td class="name"><code><a href="#defaultSymbol">defaultSymbol</a></code></td>
735
749
  <td class="name">
736
750
  <code>
737
751
 
738
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
752
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
753
+
739
754
 
740
755
 
741
756
  </code>
@@ -744,65 +759,70 @@ const clusterRenderer = new ClusterRenderer({
744
759
  </tr>
745
760
 
746
761
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="ClusterRenderer.html#isExpandOnClick">isExpandOnClick</a></code></td>
762
+ <td class="name"><code><a href="#isExpandOnClick">isExpandOnClick</a></code></td>
748
763
  <td class="name">
749
764
  <code>
750
765
 
751
766
  <span class="param-type">Boolean</span>
752
767
 
753
768
 
769
+
754
770
  </code>
755
771
  </td>
756
772
  <td class="name"><code><p>点击聚类点是否展开</p></code></td>
757
773
  </tr>
758
774
 
759
775
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="ClusterRenderer.html#isHoverShowBound">isHoverShowBound</a></code></td>
776
+ <td class="name"><code><a href="#isHoverShowBound">isHoverShowBound</a></code></td>
761
777
  <td class="name">
762
778
  <code>
763
779
 
764
780
  <span class="param-type">Boolean</span>
765
781
 
766
782
 
783
+
767
784
  </code>
768
785
  </td>
769
786
  <td class="name"><code><p>鼠标悬停显示聚类边界</p></code></td>
770
787
  </tr>
771
788
 
772
789
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="ClusterRenderer.html#maxScale">maxScale</a></code></td>
790
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
774
791
  <td class="name">
775
792
  <code>
776
793
 
777
794
  <span class="param-type">Number</span>
778
795
 
779
796
 
797
+
780
798
  </code>
781
799
  </td>
782
800
  <td class="name"><code><p>最大聚类比例尺,单位为m,超过这个比例尺范围不进行聚类</p></code></td>
783
801
  </tr>
784
802
 
785
803
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="ClusterRenderer.html#radius">radius</a></code></td>
804
+ <td class="name"><code><a href="#radius">radius</a></code></td>
787
805
  <td class="name">
788
806
  <code>
789
807
 
790
808
  <span class="param-type">Number</span>
791
809
 
792
810
 
811
+
793
812
  </code>
794
813
  </td>
795
814
  <td class="name"><code><p>聚合半径,目前仅支持像素。</p></code></td>
796
815
  </tr>
797
816
 
798
817
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="ClusterRenderer.html#type">type</a></code></td>
818
+ <td class="name"><code><a href="#type">type</a></code></td>
800
819
  <td class="name">
801
820
  <code>
802
821
 
803
822
  <span class="param-type">String</span>
804
823
 
805
824
 
825
+
806
826
  </code>
807
827
  </td>
808
828
  <td class="name"><code><p>类型,默认为'cluster'</p></code></td>
@@ -819,7 +839,8 @@ const clusterRenderer = new ClusterRenderer({
819
839
  <span class="method-parameter is-pulled-right">
820
840
  <label>类型:</label>
821
841
 
822
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
842
+ <span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
843
+
823
844
 
824
845
 
825
846
  </span>
@@ -889,7 +910,8 @@ const clusterRenderer = new ClusterRenderer({
889
910
  <span class="method-parameter is-pulled-right">
890
911
  <label>类型:</label>
891
912
 
892
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
913
+ <span class="param-type">Array.&lt;<a link="Array.<ClusterInfo>.html" onclick="getTypeHTML(event)" href="ClusterInfo.html">ClusterInfo</a>></span>
914
+
893
915
 
894
916
 
895
917
  </span>
@@ -965,6 +987,7 @@ const clusterRenderer = new ClusterRenderer({
965
987
  <span class="param-type">null</span>
966
988
 
967
989
 
990
+
968
991
  </span>
969
992
 
970
993
  <h4 class="name" id="defaultLabelExpressionInfo">
@@ -1032,7 +1055,8 @@ const clusterRenderer = new ClusterRenderer({
1032
1055
  <span class="method-parameter is-pulled-right">
1033
1056
  <label>类型:</label>
1034
1057
 
1035
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1058
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1059
+
1036
1060
 
1037
1061
 
1038
1062
  </span>
@@ -1102,7 +1126,8 @@ const clusterRenderer = new ClusterRenderer({
1102
1126
  <span class="method-parameter is-pulled-right">
1103
1127
  <label>类型:</label>
1104
1128
 
1105
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
1129
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
1130
+
1106
1131
 
1107
1132
 
1108
1133
  </span>
@@ -1175,6 +1200,7 @@ const clusterRenderer = new ClusterRenderer({
1175
1200
  <span class="param-type">Boolean</span>
1176
1201
 
1177
1202
 
1203
+
1178
1204
  </span>
1179
1205
 
1180
1206
  <h4 class="name" id="isExpandOnClick">
@@ -1245,6 +1271,7 @@ const clusterRenderer = new ClusterRenderer({
1245
1271
  <span class="param-type">Boolean</span>
1246
1272
 
1247
1273
 
1274
+
1248
1275
  </span>
1249
1276
 
1250
1277
  <h4 class="name" id="isHoverShowBound">
@@ -1315,6 +1342,7 @@ const clusterRenderer = new ClusterRenderer({
1315
1342
  <span class="param-type">Number</span>
1316
1343
 
1317
1344
 
1345
+
1318
1346
  </span>
1319
1347
 
1320
1348
  <h4 class="name" id="maxScale">
@@ -1385,6 +1413,7 @@ const clusterRenderer = new ClusterRenderer({
1385
1413
  <span class="param-type">Number</span>
1386
1414
 
1387
1415
 
1416
+
1388
1417
  </span>
1389
1418
 
1390
1419
  <h4 class="name" id="radius">
@@ -1455,6 +1484,7 @@ const clusterRenderer = new ClusterRenderer({
1455
1484
  <span class="param-type">String</span>
1456
1485
 
1457
1486
 
1487
+
1458
1488
  </span>
1459
1489
 
1460
1490
  <h4 class="name" id="type">
@@ -1542,12 +1572,13 @@ const clusterRenderer = new ClusterRenderer({
1542
1572
  <tbody>
1543
1573
 
1544
1574
  <tr class="deep-level-0">
1545
- <td class="name"><code><a href="ClusterRenderer.html#fromJSON">fromJSON</a></code></td>
1575
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1546
1576
  <td class="name">
1547
1577
  <code>
1548
1578
 
1549
1579
 
1550
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1580
+ <span class="param-type"><a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1581
+
1551
1582
 
1552
1583
 
1553
1584
 
@@ -1558,12 +1589,13 @@ const clusterRenderer = new ClusterRenderer({
1558
1589
  </tr>
1559
1590
 
1560
1591
  <tr class="deep-level-0">
1561
- <td class="name"><code><a href="ClusterRenderer.html#clone">clone</a></code></td>
1592
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1562
1593
  <td class="name">
1563
1594
  <code>
1564
1595
 
1565
1596
 
1566
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1597
+ <span class="param-type"><a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1598
+
1567
1599
 
1568
1600
 
1569
1601
 
@@ -1574,7 +1606,7 @@ const clusterRenderer = new ClusterRenderer({
1574
1606
  </tr>
1575
1607
 
1576
1608
  <tr class="deep-level-0">
1577
- <td class="name"><code><a href="ClusterRenderer.html#fromJSON">fromJSON</a></code></td>
1609
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1578
1610
  <td class="name">
1579
1611
  <code>
1580
1612
 
@@ -1584,7 +1616,7 @@ const clusterRenderer = new ClusterRenderer({
1584
1616
  </tr>
1585
1617
 
1586
1618
  <tr class="deep-level-0">
1587
- <td class="name"><code><a href="ClusterRenderer.html#toJSON">toJSON</a></code></td>
1619
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1588
1620
  <td class="name">
1589
1621
  <code>
1590
1622
 
@@ -1592,6 +1624,7 @@ const clusterRenderer = new ClusterRenderer({
1592
1624
  <span class="param-type">Object</span>
1593
1625
 
1594
1626
 
1627
+
1595
1628
 
1596
1629
  </code>
1597
1630
  </td>
@@ -1671,6 +1704,7 @@ const clusterRenderer = new ClusterRenderer({
1671
1704
  <span class="param-type">Object</span>
1672
1705
 
1673
1706
 
1707
+
1674
1708
 
1675
1709
  </td>
1676
1710
 
@@ -1756,7 +1790,8 @@ const clusterRenderer = new ClusterRenderer({
1756
1790
  <div class='column is-5 has-text-left'>
1757
1791
  <label>类型: </label>
1758
1792
 
1759
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1793
+ <span class="param-type"><a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1794
+
1760
1795
 
1761
1796
 
1762
1797
  </div>
@@ -1878,7 +1913,8 @@ const clusterRenderer = new ClusterRenderer({
1878
1913
  <div class='column is-5 has-text-left'>
1879
1914
  <label>类型: </label>
1880
1915
 
1881
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1916
+ <span class="param-type"><a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1917
+
1882
1918
 
1883
1919
 
1884
1920
  </div>
@@ -1958,6 +1994,7 @@ const clusterRenderer = new ClusterRenderer({
1958
1994
  <span class="param-type">Object</span>
1959
1995
 
1960
1996
 
1997
+
1961
1998
 
1962
1999
  </td>
1963
2000
 
@@ -1987,7 +2024,7 @@ const clusterRenderer = new ClusterRenderer({
1987
2024
 
1988
2025
  <dt class="inherited-from">Inherited From:</dt>
1989
2026
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
2027
+ <a goto="fromJSON" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
1991
2028
  </li></ul></dd>
1992
2029
 
1993
2030
 
@@ -2148,6 +2185,7 @@ const clusterRenderer = new ClusterRenderer({
2148
2185
  <span class="param-type">Object</span>
2149
2186
 
2150
2187
 
2188
+
2151
2189
  </div>
2152
2190
 
2153
2191
  </div>