@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="radius"><code>radius</code></td>
107
+ <td class="name"><code>radius</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">Number</span>
113
+ <span class="param-type">
114
+
115
+ Number
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -127,13 +137,18 @@
127
137
 
128
138
  <tr class="deep-level-1">
129
139
 
130
- <td class="name" id="clusterBoundSymbol"><code>clusterBoundSymbol</code></td>
140
+ <td class="name"><code>clusterBoundSymbol</code></td>
131
141
 
132
142
 
133
143
  <td class="type">
134
144
 
135
145
 
136
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
146
+ <span class="param-type">
147
+
148
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
149
+
150
+ </span>
151
+
137
152
 
138
153
 
139
154
 
@@ -153,13 +168,18 @@
153
168
 
154
169
  <tr class="deep-level-1">
155
170
 
156
- <td class="name" id="clusterInfos"><code>clusterInfos</code></td>
171
+ <td class="name"><code>clusterInfos</code></td>
157
172
 
158
173
 
159
174
  <td class="type">
160
175
 
161
176
 
162
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
177
+ <span class="param-type">
178
+
179
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ClusterInfo.html">ClusterInfo</a>>
180
+
181
+ </span>
182
+
163
183
 
164
184
 
165
185
 
@@ -179,13 +199,18 @@
179
199
 
180
200
  <tr class="deep-level-1">
181
201
 
182
- <td class="name" id="defaultSymbol"><code>defaultSymbol</code></td>
202
+ <td class="name"><code>defaultSymbol</code></td>
183
203
 
184
204
 
185
205
  <td class="type">
186
206
 
187
207
 
188
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
208
+ <span class="param-type">
209
+
210
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
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="maxScale"><code>maxScale</code></td>
233
+ <td class="name"><code>maxScale</code></td>
209
234
 
210
235
 
211
236
  <td class="type">
212
237
 
213
238
 
214
- <span class="param-type">Number</span>
239
+ <span class="param-type">
240
+
241
+ Number
242
+
243
+ </span>
244
+
215
245
 
216
246
 
217
247
 
@@ -233,13 +263,18 @@
233
263
 
234
264
  <tr class="deep-level-1">
235
265
 
236
- <td class="name" id="isExpandOnClick"><code>isExpandOnClick</code></td>
266
+ <td class="name"><code>isExpandOnClick</code></td>
237
267
 
238
268
 
239
269
  <td class="type">
240
270
 
241
271
 
242
- <span class="param-type">Boolean</span>
272
+ <span class="param-type">
273
+
274
+ Boolean
275
+
276
+ </span>
277
+
243
278
 
244
279
 
245
280
 
@@ -261,13 +296,18 @@
261
296
 
262
297
  <tr class="deep-level-1">
263
298
 
264
- <td class="name" id="isHoverShowBound"><code>isHoverShowBound</code></td>
299
+ <td class="name"><code>isHoverShowBound</code></td>
265
300
 
266
301
 
267
302
  <td class="type">
268
303
 
269
304
 
270
- <span class="param-type">Boolean</span>
305
+ <span class="param-type">
306
+
307
+ Boolean
308
+
309
+ </span>
310
+
271
311
 
272
312
 
273
313
 
@@ -289,13 +329,18 @@
289
329
 
290
330
  <tr class="deep-level-1">
291
331
 
292
- <td class="name" id="defaultLabelSymbol"><code>defaultLabelSymbol</code></td>
332
+ <td class="name"><code>defaultLabelSymbol</code></td>
293
333
 
294
334
 
295
335
  <td class="type">
296
336
 
297
337
 
298
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
338
+ <span class="param-type">
339
+
340
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
341
+
342
+ </span>
343
+
299
344
 
300
345
 
301
346
 
@@ -315,16 +360,25 @@
315
360
 
316
361
  <tr class="deep-level-1">
317
362
 
318
- <td class="name" id="defaultLabelExpressionInfo"><code>defaultLabelExpressionInfo</code></td>
363
+ <td class="name"><code>defaultLabelExpressionInfo</code></td>
319
364
 
320
365
 
321
366
  <td class="type">
322
367
 
323
368
 
324
- <span class="param-type">Object</span>
369
+ <span class="param-type">
370
+
371
+ Object
372
+
373
+ </span>
325
374
  |
326
375
 
327
- <span class="param-type">null</span>
376
+ <span class="param-type">
377
+
378
+ null
379
+
380
+ </span>
381
+
328
382
 
329
383
 
330
384
 
@@ -644,7 +698,7 @@ const clusterRenderer = new ClusterRenderer({
644
698
 
645
699
 
646
700
  <ul>
647
- <li><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
701
+ <li><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
648
702
  </ul>
649
703
 
650
704
 
@@ -676,11 +730,16 @@ const clusterRenderer = new ClusterRenderer({
676
730
  <tbody>
677
731
 
678
732
  <tr class="deep-level-0">
679
- <td class="name"><code><a href="ClusterRenderer.html#clusterBoundSymbol">clusterBoundSymbol</a></code></td>
733
+ <td class="name"><code><a href="#clusterBoundSymbol">clusterBoundSymbol</a></code></td>
680
734
  <td class="name">
681
735
  <code>
682
736
 
683
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
737
+ <span class="param-type">
738
+
739
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
740
+
741
+ </span>
742
+
684
743
 
685
744
 
686
745
  </code>
@@ -689,11 +748,16 @@ const clusterRenderer = new ClusterRenderer({
689
748
  </tr>
690
749
 
691
750
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="ClusterRenderer.html#clusterInfos">clusterInfos</a></code></td>
751
+ <td class="name"><code><a href="#clusterInfos">clusterInfos</a></code></td>
693
752
  <td class="name">
694
753
  <code>
695
754
 
696
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
755
+ <span class="param-type">
756
+
757
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ClusterInfo.html">ClusterInfo</a>>
758
+
759
+ </span>
760
+
697
761
 
698
762
 
699
763
  </code>
@@ -702,14 +766,23 @@ const clusterRenderer = new ClusterRenderer({
702
766
  </tr>
703
767
 
704
768
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="ClusterRenderer.html#defaultLabelExpressionInfo">defaultLabelExpressionInfo</a></code></td>
769
+ <td class="name"><code><a href="#defaultLabelExpressionInfo">defaultLabelExpressionInfo</a></code></td>
706
770
  <td class="name">
707
771
  <code>
708
772
 
709
- <span class="param-type">Object</span>
773
+ <span class="param-type">
774
+
775
+ Object
776
+
777
+ </span>
710
778
  |
711
779
 
712
- <span class="param-type">null</span>
780
+ <span class="param-type">
781
+
782
+ null
783
+
784
+ </span>
785
+
713
786
 
714
787
 
715
788
  </code>
@@ -718,11 +791,16 @@ const clusterRenderer = new ClusterRenderer({
718
791
  </tr>
719
792
 
720
793
  <tr class="deep-level-0">
721
- <td class="name"><code><a href="ClusterRenderer.html#defaultLabelSymbol">defaultLabelSymbol</a></code></td>
794
+ <td class="name"><code><a href="#defaultLabelSymbol">defaultLabelSymbol</a></code></td>
722
795
  <td class="name">
723
796
  <code>
724
797
 
725
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
798
+ <span class="param-type">
799
+
800
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
801
+
802
+ </span>
803
+
726
804
 
727
805
 
728
806
  </code>
@@ -731,11 +809,16 @@ const clusterRenderer = new ClusterRenderer({
731
809
  </tr>
732
810
 
733
811
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="ClusterRenderer.html#defaultSymbol">defaultSymbol</a></code></td>
812
+ <td class="name"><code><a href="#defaultSymbol">defaultSymbol</a></code></td>
735
813
  <td class="name">
736
814
  <code>
737
815
 
738
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
816
+ <span class="param-type">
817
+
818
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
819
+
820
+ </span>
821
+
739
822
 
740
823
 
741
824
  </code>
@@ -744,11 +827,16 @@ const clusterRenderer = new ClusterRenderer({
744
827
  </tr>
745
828
 
746
829
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="ClusterRenderer.html#isExpandOnClick">isExpandOnClick</a></code></td>
830
+ <td class="name"><code><a href="#isExpandOnClick">isExpandOnClick</a></code></td>
748
831
  <td class="name">
749
832
  <code>
750
833
 
751
- <span class="param-type">Boolean</span>
834
+ <span class="param-type">
835
+
836
+ Boolean
837
+
838
+ </span>
839
+
752
840
 
753
841
 
754
842
  </code>
@@ -757,11 +845,16 @@ const clusterRenderer = new ClusterRenderer({
757
845
  </tr>
758
846
 
759
847
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="ClusterRenderer.html#isHoverShowBound">isHoverShowBound</a></code></td>
848
+ <td class="name"><code><a href="#isHoverShowBound">isHoverShowBound</a></code></td>
761
849
  <td class="name">
762
850
  <code>
763
851
 
764
- <span class="param-type">Boolean</span>
852
+ <span class="param-type">
853
+
854
+ Boolean
855
+
856
+ </span>
857
+
765
858
 
766
859
 
767
860
  </code>
@@ -770,11 +863,16 @@ const clusterRenderer = new ClusterRenderer({
770
863
  </tr>
771
864
 
772
865
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="ClusterRenderer.html#maxScale">maxScale</a></code></td>
866
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
774
867
  <td class="name">
775
868
  <code>
776
869
 
777
- <span class="param-type">Number</span>
870
+ <span class="param-type">
871
+
872
+ Number
873
+
874
+ </span>
875
+
778
876
 
779
877
 
780
878
  </code>
@@ -783,11 +881,16 @@ const clusterRenderer = new ClusterRenderer({
783
881
  </tr>
784
882
 
785
883
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="ClusterRenderer.html#radius">radius</a></code></td>
884
+ <td class="name"><code><a href="#radius">radius</a></code></td>
787
885
  <td class="name">
788
886
  <code>
789
887
 
790
- <span class="param-type">Number</span>
888
+ <span class="param-type">
889
+
890
+ Number
891
+
892
+ </span>
893
+
791
894
 
792
895
 
793
896
  </code>
@@ -796,11 +899,16 @@ const clusterRenderer = new ClusterRenderer({
796
899
  </tr>
797
900
 
798
901
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="ClusterRenderer.html#type">type</a></code></td>
902
+ <td class="name"><code><a href="#type">type</a></code></td>
800
903
  <td class="name">
801
904
  <code>
802
905
 
803
- <span class="param-type">String</span>
906
+ <span class="param-type">
907
+
908
+ String
909
+
910
+ </span>
911
+
804
912
 
805
913
 
806
914
  </code>
@@ -819,7 +927,12 @@ const clusterRenderer = new ClusterRenderer({
819
927
  <span class="method-parameter is-pulled-right">
820
928
  <label>类型:</label>
821
929
 
822
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
930
+ <span class="param-type">
931
+
932
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
933
+
934
+ </span>
935
+
823
936
 
824
937
 
825
938
  </span>
@@ -889,7 +1002,12 @@ const clusterRenderer = new ClusterRenderer({
889
1002
  <span class="method-parameter is-pulled-right">
890
1003
  <label>类型:</label>
891
1004
 
892
- <span class="param-type">Array.&lt;<a href="ClusterInfo.html">ClusterInfo</a>></span>
1005
+ <span class="param-type">
1006
+
1007
+ Array.&lt;<a onclick="getTypeHTML(event)" link="ClusterInfo.html">ClusterInfo</a>>
1008
+
1009
+ </span>
1010
+
893
1011
 
894
1012
 
895
1013
  </span>
@@ -959,10 +1077,19 @@ const clusterRenderer = new ClusterRenderer({
959
1077
  <span class="method-parameter is-pulled-right">
960
1078
  <label>类型:</label>
961
1079
 
962
- <span class="param-type">Object</span>
1080
+ <span class="param-type">
1081
+
1082
+ Object
1083
+
1084
+ </span>
963
1085
  |
964
1086
 
965
- <span class="param-type">null</span>
1087
+ <span class="param-type">
1088
+
1089
+ null
1090
+
1091
+ </span>
1092
+
966
1093
 
967
1094
 
968
1095
  </span>
@@ -1032,7 +1159,12 @@ const clusterRenderer = new ClusterRenderer({
1032
1159
  <span class="method-parameter is-pulled-right">
1033
1160
  <label>类型:</label>
1034
1161
 
1035
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1162
+ <span class="param-type">
1163
+
1164
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
1165
+
1166
+ </span>
1167
+
1036
1168
 
1037
1169
 
1038
1170
  </span>
@@ -1102,7 +1234,12 @@ const clusterRenderer = new ClusterRenderer({
1102
1234
  <span class="method-parameter is-pulled-right">
1103
1235
  <label>类型:</label>
1104
1236
 
1105
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
1237
+ <span class="param-type">
1238
+
1239
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
1240
+
1241
+ </span>
1242
+
1106
1243
 
1107
1244
 
1108
1245
  </span>
@@ -1172,7 +1309,12 @@ const clusterRenderer = new ClusterRenderer({
1172
1309
  <span class="method-parameter is-pulled-right">
1173
1310
  <label>类型:</label>
1174
1311
 
1175
- <span class="param-type">Boolean</span>
1312
+ <span class="param-type">
1313
+
1314
+ Boolean
1315
+
1316
+ </span>
1317
+
1176
1318
 
1177
1319
 
1178
1320
  </span>
@@ -1242,7 +1384,12 @@ const clusterRenderer = new ClusterRenderer({
1242
1384
  <span class="method-parameter is-pulled-right">
1243
1385
  <label>类型:</label>
1244
1386
 
1245
- <span class="param-type">Boolean</span>
1387
+ <span class="param-type">
1388
+
1389
+ Boolean
1390
+
1391
+ </span>
1392
+
1246
1393
 
1247
1394
 
1248
1395
  </span>
@@ -1312,7 +1459,12 @@ const clusterRenderer = new ClusterRenderer({
1312
1459
  <span class="method-parameter is-pulled-right">
1313
1460
  <label>类型:</label>
1314
1461
 
1315
- <span class="param-type">Number</span>
1462
+ <span class="param-type">
1463
+
1464
+ Number
1465
+
1466
+ </span>
1467
+
1316
1468
 
1317
1469
 
1318
1470
  </span>
@@ -1382,7 +1534,12 @@ const clusterRenderer = new ClusterRenderer({
1382
1534
  <span class="method-parameter is-pulled-right">
1383
1535
  <label>类型:</label>
1384
1536
 
1385
- <span class="param-type">Number</span>
1537
+ <span class="param-type">
1538
+
1539
+ Number
1540
+
1541
+ </span>
1542
+
1386
1543
 
1387
1544
 
1388
1545
  </span>
@@ -1452,7 +1609,12 @@ const clusterRenderer = new ClusterRenderer({
1452
1609
  <span class="method-parameter is-pulled-right">
1453
1610
  <label>类型:</label>
1454
1611
 
1455
- <span class="param-type">String</span>
1612
+ <span class="param-type">
1613
+
1614
+ String
1615
+
1616
+ </span>
1617
+
1456
1618
 
1457
1619
 
1458
1620
  </span>
@@ -1542,39 +1704,47 @@ const clusterRenderer = new ClusterRenderer({
1542
1704
  <tbody>
1543
1705
 
1544
1706
  <tr class="deep-level-0">
1545
- <td class="name"><code><a href="ClusterRenderer.html#fromJSON">fromJSON</a></code></td>
1707
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1546
1708
  <td class="name">
1547
1709
  <code>
1548
1710
 
1549
1711
 
1550
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1712
+ <span class="param-type">
1713
+
1714
+ <a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a>
1715
+
1716
+ </span>
1717
+
1551
1718
 
1552
1719
 
1553
1720
 
1554
1721
  </code>
1555
1722
  </td>
1556
- <td class="name"><code><a id='fromJSON'/>
1557
- 通过json构造ClusterRenderer对象</code></td>
1723
+ <td class="name"><code></code></td>
1558
1724
  </tr>
1559
1725
 
1560
1726
  <tr class="deep-level-0">
1561
- <td class="name"><code><a href="ClusterRenderer.html#clone">clone</a></code></td>
1727
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1562
1728
  <td class="name">
1563
1729
  <code>
1564
1730
 
1565
1731
 
1566
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1732
+ <span class="param-type">
1733
+
1734
+ <a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a>
1735
+
1736
+ </span>
1737
+
1567
1738
 
1568
1739
 
1569
1740
 
1570
1741
  </code>
1571
1742
  </td>
1572
- <td class="name"><code><a id='clone'/>
1573
- 克隆ClusterRenderer对象</code></td>
1743
+ <td class="name"><code></code></td>
1574
1744
  </tr>
1575
1745
 
1576
1746
  <tr class="deep-level-0">
1577
- <td class="name"><code><a href="ClusterRenderer.html#fromJSON">fromJSON</a></code></td>
1747
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1578
1748
  <td class="name">
1579
1749
  <code>
1580
1750
 
@@ -1584,19 +1754,23 @@ const clusterRenderer = new ClusterRenderer({
1584
1754
  </tr>
1585
1755
 
1586
1756
  <tr class="deep-level-0">
1587
- <td class="name"><code><a href="ClusterRenderer.html#toJSON">toJSON</a></code></td>
1757
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1588
1758
  <td class="name">
1589
1759
  <code>
1590
1760
 
1591
1761
 
1592
- <span class="param-type">Object</span>
1762
+ <span class="param-type">
1763
+
1764
+ Object
1765
+
1766
+ </span>
1767
+
1593
1768
 
1594
1769
 
1595
1770
 
1596
1771
  </code>
1597
1772
  </td>
1598
- <td class="name"><code><a id='toJSON'/>
1599
- 导出json对象</code></td>
1773
+ <td class="name"><code></code></td>
1600
1774
  </tr>
1601
1775
 
1602
1776
  </tbody>
@@ -1662,13 +1836,18 @@ const clusterRenderer = new ClusterRenderer({
1662
1836
 
1663
1837
  <tr class="deep-level-0">
1664
1838
 
1665
- <td class="name" id="json"><code>json</code></td>
1839
+ <td class="name"><code>json</code></td>
1666
1840
 
1667
1841
 
1668
1842
  <td class="type">
1669
1843
 
1670
1844
 
1671
- <span class="param-type">Object</span>
1845
+ <span class="param-type">
1846
+
1847
+ Object
1848
+
1849
+ </span>
1850
+
1672
1851
 
1673
1852
 
1674
1853
 
@@ -1756,7 +1935,12 @@ const clusterRenderer = new ClusterRenderer({
1756
1935
  <div class='column is-5 has-text-left'>
1757
1936
  <label>类型: </label>
1758
1937
 
1759
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
1938
+ <span class="param-type">
1939
+
1940
+ <a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a>
1941
+
1942
+ </span>
1943
+
1760
1944
 
1761
1945
 
1762
1946
  </div>
@@ -1878,7 +2062,12 @@ const clusterRenderer = new ClusterRenderer({
1878
2062
  <div class='column is-5 has-text-left'>
1879
2063
  <label>类型: </label>
1880
2064
 
1881
- <span class="param-type"><a class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a></span>
2065
+ <span class="param-type">
2066
+
2067
+ <a link="ClusterRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ClusterRenderer" ClusterRenderer.html>ClusterRenderer</a>
2068
+
2069
+ </span>
2070
+
1882
2071
 
1883
2072
 
1884
2073
  </div>
@@ -1949,13 +2138,18 @@ const clusterRenderer = new ClusterRenderer({
1949
2138
 
1950
2139
  <tr class="deep-level-0">
1951
2140
 
1952
- <td class="name" id="json"><code>json</code></td>
2141
+ <td class="name"><code>json</code></td>
1953
2142
 
1954
2143
 
1955
2144
  <td class="type">
1956
2145
 
1957
2146
 
1958
- <span class="param-type">Object</span>
2147
+ <span class="param-type">
2148
+
2149
+ Object
2150
+
2151
+ </span>
2152
+
1959
2153
 
1960
2154
 
1961
2155
 
@@ -1987,7 +2181,7 @@ const clusterRenderer = new ClusterRenderer({
1987
2181
 
1988
2182
  <dt class="inherited-from">Inherited From:</dt>
1989
2183
  <dd class="inherited-from"><ul class="dummy"><li>
1990
- <a class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
2184
+ <a goto="fromJSON" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
1991
2185
  </li></ul></dd>
1992
2186
 
1993
2187
 
@@ -2145,7 +2339,12 @@ const clusterRenderer = new ClusterRenderer({
2145
2339
  <div class='column is-5 has-text-left'>
2146
2340
  <label>类型: </label>
2147
2341
 
2148
- <span class="param-type">Object</span>
2342
+ <span class="param-type">
2343
+
2344
+ Object
2345
+
2346
+ </span>
2347
+
2149
2348
 
2150
2349
 
2151
2350
  </div>