@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
 
@@ -111,6 +112,7 @@
111
112
  <span class="param-type">Number</span>
112
113
 
113
114
 
115
+
114
116
 
115
117
  </td>
116
118
 
@@ -134,7 +136,8 @@
134
136
  <td class="type">
135
137
 
136
138
 
137
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
139
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
140
+
138
141
 
139
142
 
140
143
 
@@ -163,6 +166,7 @@
163
166
  <span class="param-type">String</span>
164
167
 
165
168
 
169
+
166
170
 
167
171
  </td>
168
172
 
@@ -189,6 +193,7 @@
189
193
  <span class="param-type">Boolean</span>
190
194
 
191
195
 
196
+
192
197
 
193
198
  </td>
194
199
 
@@ -310,37 +315,40 @@
310
315
  <tbody>
311
316
 
312
317
  <tr class="deep-level-0">
313
- <td class="name"><code><a href="UniqueValueInfo.html#description">description</a></code></td>
318
+ <td class="name"><code><a href="#description">description</a></code></td>
314
319
  <td class="name">
315
320
  <code>
316
321
 
317
322
  <span class="param-type">String</span>
318
323
 
319
324
 
325
+
320
326
  </code>
321
327
  </td>
322
328
  <td class="name"><code><p>描述信息</p></code></td>
323
329
  </tr>
324
330
 
325
331
  <tr class="deep-level-0">
326
- <td class="name"><code><a href="UniqueValueInfo.html#label">label</a></code></td>
332
+ <td class="name"><code><a href="#label">label</a></code></td>
327
333
  <td class="name">
328
334
  <code>
329
335
 
330
336
  <span class="param-type">String</span>
331
337
 
332
338
 
339
+
333
340
  </code>
334
341
  </td>
335
342
  <td class="name"><code><p>标签,用来描述符号表示的值</p></code></td>
336
343
  </tr>
337
344
 
338
345
  <tr class="deep-level-0">
339
- <td class="name"><code><a href="UniqueValueInfo.html#symbol">symbol</a></code></td>
346
+ <td class="name"><code><a href="#symbol">symbol</a></code></td>
340
347
  <td class="name">
341
348
  <code>
342
349
 
343
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
350
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
351
+
344
352
 
345
353
 
346
354
  </code>
@@ -349,7 +357,7 @@
349
357
  </tr>
350
358
 
351
359
  <tr class="deep-level-0">
352
- <td class="name"><code><a href="UniqueValueInfo.html#value">value</a></code></td>
360
+ <td class="name"><code><a href="#value">value</a></code></td>
353
361
  <td class="name">
354
362
  <code>
355
363
 
@@ -359,19 +367,21 @@
359
367
  <span class="param-type">Number</span>
360
368
 
361
369
 
370
+
362
371
  </code>
363
372
  </td>
364
373
  <td class="name"><code><p>指定字段下的要素值,具有此值的要素将使用给定的符号可视化</p></code></td>
365
374
  </tr>
366
375
 
367
376
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="UniqueValueInfo.html#visible">visible</a></code></td>
377
+ <td class="name"><code><a href="#visible">visible</a></code></td>
369
378
  <td class="name">
370
379
  <code>
371
380
 
372
381
  <span class="param-type">Boolean</span>
373
382
 
374
383
 
384
+
375
385
  </code>
376
386
  </td>
377
387
  <td class="name"><code><p>是否可视化单值信息</p></code></td>
@@ -391,6 +401,7 @@
391
401
  <span class="param-type">String</span>
392
402
 
393
403
 
404
+
394
405
  </span>
395
406
 
396
407
  <h4 class="name" id="description">
@@ -461,6 +472,7 @@
461
472
  <span class="param-type">String</span>
462
473
 
463
474
 
475
+
464
476
  </span>
465
477
 
466
478
  <h4 class="name" id="label">
@@ -528,7 +540,8 @@
528
540
  <span class="method-parameter is-pulled-right">
529
541
  <label>类型:</label>
530
542
 
531
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
543
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
544
+
532
545
 
533
546
 
534
547
  </span>
@@ -604,6 +617,7 @@
604
617
  <span class="param-type">Number</span>
605
618
 
606
619
 
620
+
607
621
  </span>
608
622
 
609
623
  <h4 class="name" id="value">
@@ -674,6 +688,7 @@
674
688
  <span class="param-type">Boolean</span>
675
689
 
676
690
 
691
+
677
692
  </span>
678
693
 
679
694
  <h4 class="name" id="visible">
@@ -757,7 +772,7 @@
757
772
  <tbody>
758
773
 
759
774
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="UniqueValueInfo.html#fromJSON">fromJSON</a></code></td>
775
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
761
776
  <td class="name">
762
777
  <code>
763
778
 
@@ -767,12 +782,13 @@
767
782
  </tr>
768
783
 
769
784
  <tr class="deep-level-0">
770
- <td class="name"><code><a href="UniqueValueInfo.html#clone">clone</a></code></td>
785
+ <td class="name"><code><a href="#clone">clone</a></code></td>
771
786
  <td class="name">
772
787
  <code>
773
788
 
774
789
 
775
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
790
+ <span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
791
+
776
792
 
777
793
 
778
794
 
@@ -782,7 +798,7 @@
782
798
  </tr>
783
799
 
784
800
  <tr class="deep-level-0">
785
- <td class="name"><code><a href="UniqueValueInfo.html#toJSON">toJSON</a></code></td>
801
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
786
802
  <td class="name">
787
803
  <code>
788
804
 
@@ -790,6 +806,7 @@
790
806
  <span class="param-type">Object</span>
791
807
 
792
808
 
809
+
793
810
 
794
811
  </code>
795
812
  </td>
@@ -864,7 +881,8 @@
864
881
  <td class="type">
865
882
 
866
883
 
867
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
884
+ <span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
885
+
868
886
 
869
887
 
870
888
 
@@ -1043,7 +1061,8 @@
1043
1061
  <div class='column is-5 has-text-left'>
1044
1062
  <label>类型: </label>
1045
1063
 
1046
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
1064
+ <span class="param-type"><a link="UniqueValueInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueInfo" UniqueValueInfo.html>UniqueValueInfo</a></span>
1065
+
1047
1066
 
1048
1067
 
1049
1068
  </div>
@@ -1162,6 +1181,7 @@
1162
1181
  <span class="param-type">Object</span>
1163
1182
 
1164
1183
 
1184
+
1165
1185
  </div>
1166
1186
 
1167
1187
  </div>
@@ -84,6 +84,7 @@
84
84
  <span class="param-type">Object</span>
85
85
 
86
86
 
87
+
87
88
 
88
89
  </td>
89
90
 
@@ -110,6 +111,7 @@
110
111
  <span class="param-type">String</span>
111
112
 
112
113
 
114
+
113
115
 
114
116
  </td>
115
117
 
@@ -138,6 +140,7 @@
138
140
  <span class="param-type">String</span>
139
141
 
140
142
 
143
+
141
144
 
142
145
  </td>
143
146
 
@@ -164,6 +167,7 @@
164
167
  <span class="param-type">String</span>
165
168
 
166
169
 
170
+
167
171
 
168
172
  </td>
169
173
 
@@ -190,6 +194,7 @@
190
194
  <span class="param-type">Boolean</span>
191
195
 
192
196
 
197
+
193
198
 
194
199
  </td>
195
200
 
@@ -215,7 +220,8 @@
215
220
  <td class="type">
216
221
 
217
222
 
218
- <span class="param-type">Array.&lt;<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
223
+ <span class="param-type">Array.&lt;<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
224
+
219
225
 
220
226
 
221
227
 
@@ -253,6 +259,7 @@
253
259
  <span class="param-type">Object</span>
254
260
 
255
261
 
262
+
256
263
 
257
264
  </td>
258
265
 
@@ -657,7 +664,7 @@ let uniqueRender = new UniqueValueRenderer({
657
664
 
658
665
 
659
666
  <ul>
660
- <li><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
667
+ <li><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></li>
661
668
  </ul>
662
669
 
663
670
 
@@ -689,37 +696,40 @@ let uniqueRender = new UniqueValueRenderer({
689
696
  <tbody>
690
697
 
691
698
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="UniqueValueRenderer.html#defaultDescription">defaultDescription</a></code></td>
699
+ <td class="name"><code><a href="#defaultDescription">defaultDescription</a></code></td>
693
700
  <td class="name">
694
701
  <code>
695
702
 
696
703
  <span class="param-type">String</span>
697
704
 
698
705
 
706
+
699
707
  </code>
700
708
  </td>
701
709
  <td class="name"><code><p>默认的渲染器的描述信息</p></code></td>
702
710
  </tr>
703
711
 
704
712
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="UniqueValueRenderer.html#defaultLabel">defaultLabel</a></code></td>
713
+ <td class="name"><code><a href="#defaultLabel">defaultLabel</a></code></td>
706
714
  <td class="name">
707
715
  <code>
708
716
 
709
717
  <span class="param-type">String</span>
710
718
 
711
719
 
720
+
712
721
  </code>
713
722
  </td>
714
723
  <td class="name"><code><p>默认的渲染器标签</p></code></td>
715
724
  </tr>
716
725
 
717
726
  <tr class="deep-level-0">
718
- <td class="name"><code><a href="UniqueValueRenderer.html#defaultSymbol">defaultSymbol</a></code></td>
727
+ <td class="name"><code><a href="#defaultSymbol">defaultSymbol</a></code></td>
719
728
  <td class="name">
720
729
  <code>
721
730
 
722
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
731
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
732
+
723
733
 
724
734
 
725
735
  </code>
@@ -728,50 +738,54 @@ let uniqueRender = new UniqueValueRenderer({
728
738
  </tr>
729
739
 
730
740
  <tr class="deep-level-0">
731
- <td class="name"><code><a href="UniqueValueRenderer.html#defaultVisible">defaultVisible</a></code></td>
741
+ <td class="name"><code><a href="#defaultVisible">defaultVisible</a></code></td>
732
742
  <td class="name">
733
743
  <code>
734
744
 
735
745
  <span class="param-type">Boolean</span>
736
746
 
737
747
 
748
+
738
749
  </code>
739
750
  </td>
740
751
  <td class="name"><code><p>是否可视化默认符号</p></code></td>
741
752
  </tr>
742
753
 
743
754
  <tr class="deep-level-0">
744
- <td class="name"><code><a href="UniqueValueRenderer.html#field">field</a></code></td>
755
+ <td class="name"><code><a href="#field">field</a></code></td>
745
756
  <td class="name">
746
757
  <code>
747
758
 
748
759
  <span class="param-type">String</span>
749
760
 
750
761
 
762
+
751
763
  </code>
752
764
  </td>
753
765
  <td class="name"><code><p>field 'unique-value',字段名</p></code></td>
754
766
  </tr>
755
767
 
756
768
  <tr class="deep-level-0">
757
- <td class="name"><code><a href="UniqueValueRenderer.html#type">type</a></code></td>
769
+ <td class="name"><code><a href="#type">type</a></code></td>
758
770
  <td class="name">
759
771
  <code>
760
772
 
761
773
  <span class="param-type">String</span>
762
774
 
763
775
 
776
+
764
777
  </code>
765
778
  </td>
766
779
  <td class="name"><code><p>type 'unique-value',单值专题图</p></code></td>
767
780
  </tr>
768
781
 
769
782
  <tr class="deep-level-0">
770
- <td class="name"><code><a href="UniqueValueRenderer.html#uniqueValueInfos">uniqueValueInfos</a></code></td>
783
+ <td class="name"><code><a href="#uniqueValueInfos">uniqueValueInfos</a></code></td>
771
784
  <td class="name">
772
785
  <code>
773
786
 
774
- <span class="param-type">Array.&lt;<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
787
+ <span class="param-type">Array.&lt;<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
788
+
775
789
 
776
790
 
777
791
  </code>
@@ -780,37 +794,40 @@ let uniqueRender = new UniqueValueRenderer({
780
794
  </tr>
781
795
 
782
796
  <tr class="deep-level-0">
783
- <td class="name"><code><a href="UniqueValueRenderer.html#valueExpression">valueExpression</a></code></td>
797
+ <td class="name"><code><a href="#valueExpression">valueExpression</a></code></td>
784
798
  <td class="name">
785
799
  <code>
786
800
 
787
801
  <span class="param-type">String</span>
788
802
 
789
803
 
804
+
790
805
  </code>
791
806
  </td>
792
807
  <td class="name"><code><p>字段表达式</p></code></td>
793
808
  </tr>
794
809
 
795
810
  <tr class="deep-level-0">
796
- <td class="name"><code><a href="UniqueValueRenderer.html#valueExpressionTitle">valueExpressionTitle</a></code></td>
811
+ <td class="name"><code><a href="#valueExpressionTitle">valueExpressionTitle</a></code></td>
797
812
  <td class="name">
798
813
  <code>
799
814
 
800
815
  <span class="param-type">String</span>
801
816
 
802
817
 
818
+
803
819
  </code>
804
820
  </td>
805
821
  <td class="name"><code><p>字段表达式描述</p></code></td>
806
822
  </tr>
807
823
 
808
824
  <tr class="deep-level-0">
809
- <td class="name"><code><a href="UniqueValueRenderer.html#visualVariables">visualVariables</a></code></td>
825
+ <td class="name"><code><a href="#visualVariables">visualVariables</a></code></td>
810
826
  <td class="name">
811
827
  <code>
812
828
 
813
- <span class="param-type">Array.&lt;<a href="VisualVariable.html">VisualVariable</a>></span>
829
+ <span class="param-type">Array.&lt;<a link="Array.<VisualVariable>.html" onclick="getTypeHTML(event)" href="VisualVariable.html">VisualVariable</a>></span>
830
+
814
831
 
815
832
 
816
833
  </code>
@@ -832,6 +849,7 @@ let uniqueRender = new UniqueValueRenderer({
832
849
  <span class="param-type">String</span>
833
850
 
834
851
 
852
+
835
853
  </span>
836
854
 
837
855
  <h4 class="name" id="defaultDescription">
@@ -902,6 +920,7 @@ let uniqueRender = new UniqueValueRenderer({
902
920
  <span class="param-type">String</span>
903
921
 
904
922
 
923
+
905
924
  </span>
906
925
 
907
926
  <h4 class="name" id="defaultLabel">
@@ -969,7 +988,8 @@ let uniqueRender = new UniqueValueRenderer({
969
988
  <span class="method-parameter is-pulled-right">
970
989
  <label>类型:</label>
971
990
 
972
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
991
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
992
+
973
993
 
974
994
 
975
995
  </span>
@@ -1042,6 +1062,7 @@ let uniqueRender = new UniqueValueRenderer({
1042
1062
  <span class="param-type">Boolean</span>
1043
1063
 
1044
1064
 
1065
+
1045
1066
  </span>
1046
1067
 
1047
1068
  <h4 class="name" id="defaultVisible">
@@ -1112,6 +1133,7 @@ let uniqueRender = new UniqueValueRenderer({
1112
1133
  <span class="param-type">String</span>
1113
1134
 
1114
1135
 
1136
+
1115
1137
  </span>
1116
1138
 
1117
1139
  <h4 class="name" id="field">
@@ -1182,6 +1204,7 @@ let uniqueRender = new UniqueValueRenderer({
1182
1204
  <span class="param-type">String</span>
1183
1205
 
1184
1206
 
1207
+
1185
1208
  </span>
1186
1209
 
1187
1210
  <h4 class="name" id="type">
@@ -1249,7 +1272,8 @@ let uniqueRender = new UniqueValueRenderer({
1249
1272
  <span class="method-parameter is-pulled-right">
1250
1273
  <label>类型:</label>
1251
1274
 
1252
- <span class="param-type">Array.&lt;<a href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
1275
+ <span class="param-type">Array.&lt;<a link="Array.<UniqueValueInfo>.html" onclick="getTypeHTML(event)" href="UniqueValueInfo.html">UniqueValueInfo</a>></span>
1276
+
1253
1277
 
1254
1278
 
1255
1279
  </span>
@@ -1322,6 +1346,7 @@ let uniqueRender = new UniqueValueRenderer({
1322
1346
  <span class="param-type">String</span>
1323
1347
 
1324
1348
 
1349
+
1325
1350
  </span>
1326
1351
 
1327
1352
  <h4 class="name" id="valueExpression">
@@ -1392,6 +1417,7 @@ let uniqueRender = new UniqueValueRenderer({
1392
1417
  <span class="param-type">String</span>
1393
1418
 
1394
1419
 
1420
+
1395
1421
  </span>
1396
1422
 
1397
1423
  <h4 class="name" id="valueExpressionTitle">
@@ -1459,7 +1485,8 @@ let uniqueRender = new UniqueValueRenderer({
1459
1485
  <span class="method-parameter is-pulled-right">
1460
1486
  <label>类型:</label>
1461
1487
 
1462
- <span class="param-type">Array.&lt;<a href="VisualVariable.html">VisualVariable</a>></span>
1488
+ <span class="param-type">Array.&lt;<a link="Array.<VisualVariable>.html" onclick="getTypeHTML(event)" href="VisualVariable.html">VisualVariable</a>></span>
1489
+
1463
1490
 
1464
1491
 
1465
1492
  </span>
@@ -1545,12 +1572,13 @@ let uniqueRender = new UniqueValueRenderer({
1545
1572
  <tbody>
1546
1573
 
1547
1574
  <tr class="deep-level-0">
1548
- <td class="name"><code><a href="UniqueValueRenderer.html#fromJSON">fromJSON</a></code></td>
1575
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1549
1576
  <td class="name">
1550
1577
  <code>
1551
1578
 
1552
1579
 
1553
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1580
+ <span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1581
+
1554
1582
 
1555
1583
 
1556
1584
 
@@ -1560,12 +1588,13 @@ let uniqueRender = new UniqueValueRenderer({
1560
1588
  </tr>
1561
1589
 
1562
1590
  <tr class="deep-level-0">
1563
- <td class="name"><code><a href="UniqueValueRenderer.html#clone">clone</a></code></td>
1591
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1564
1592
  <td class="name">
1565
1593
  <code>
1566
1594
 
1567
1595
 
1568
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1596
+ <span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1597
+
1569
1598
 
1570
1599
 
1571
1600
 
@@ -1575,7 +1604,7 @@ let uniqueRender = new UniqueValueRenderer({
1575
1604
  </tr>
1576
1605
 
1577
1606
  <tr class="deep-level-0">
1578
- <td class="name"><code><a href="UniqueValueRenderer.html#fromJSON">fromJSON</a></code></td>
1607
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1579
1608
  <td class="name">
1580
1609
  <code>
1581
1610
 
@@ -1585,7 +1614,7 @@ let uniqueRender = new UniqueValueRenderer({
1585
1614
  </tr>
1586
1615
 
1587
1616
  <tr class="deep-level-0">
1588
- <td class="name"><code><a href="UniqueValueRenderer.html#toJSON">toJSON</a></code></td>
1617
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1589
1618
  <td class="name">
1590
1619
  <code>
1591
1620
 
@@ -1593,6 +1622,7 @@ let uniqueRender = new UniqueValueRenderer({
1593
1622
  <span class="param-type">Object</span>
1594
1623
 
1595
1624
 
1625
+
1596
1626
 
1597
1627
  </code>
1598
1628
  </td>
@@ -1670,6 +1700,7 @@ let uniqueRender = new UniqueValueRenderer({
1670
1700
  <span class="param-type">Object</span>
1671
1701
 
1672
1702
 
1703
+
1673
1704
 
1674
1705
  </td>
1675
1706
 
@@ -1755,7 +1786,8 @@ let uniqueRender = new UniqueValueRenderer({
1755
1786
  <div class='column is-5 has-text-left'>
1756
1787
  <label>类型: </label>
1757
1788
 
1758
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1789
+ <span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1790
+
1759
1791
 
1760
1792
 
1761
1793
  </div>
@@ -1887,7 +1919,8 @@ let uniqueRender = new UniqueValueRenderer({
1887
1919
  <div class='column is-5 has-text-left'>
1888
1920
  <label>类型: </label>
1889
1921
 
1890
- <span class="param-type"><a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1922
+ <span class="param-type"><a link="UniqueValueRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html>UniqueValueRenderer</a></span>
1923
+
1891
1924
 
1892
1925
 
1893
1926
  </div>
@@ -1967,6 +2000,7 @@ let uniqueRender = new UniqueValueRenderer({
1967
2000
  <span class="param-type">Object</span>
1968
2001
 
1969
2002
 
2003
+
1970
2004
 
1971
2005
  </td>
1972
2006
 
@@ -1996,7 +2030,7 @@ let uniqueRender = new UniqueValueRenderer({
1996
2030
 
1997
2031
  <dt class="inherited-from">Inherited From:</dt>
1998
2032
  <dd class="inherited-from"><ul class="dummy"><li>
1999
- <a class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
2033
+ <a goto="fromJSON" link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer#fromJSON" BaseRenderer.html#fromJSON>BaseRenderer#fromJSON</a>
2000
2034
  </li></ul></dd>
2001
2035
 
2002
2036
 
@@ -2156,6 +2190,7 @@ let uniqueRender = new UniqueValueRenderer({
2156
2190
  <span class="param-type">Object</span>
2157
2191
 
2158
2192
 
2193
+
2159
2194
  </div>
2160
2195
 
2161
2196
  </div>