@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
@@ -87,6 +87,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
87
87
  <span class="param-type">Object</span>
88
88
 
89
89
 
90
+
90
91
 
91
92
  </td>
92
93
 
@@ -113,6 +114,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">Number</span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -138,7 +140,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
138
140
  <td class="type">
139
141
 
140
142
 
141
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
143
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
144
+
142
145
 
143
146
 
144
147
 
@@ -164,7 +167,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
164
167
  <td class="type">
165
168
 
166
169
 
167
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
170
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
171
+
168
172
 
169
173
 
170
174
 
@@ -193,6 +197,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
193
197
  <span class="param-type">Number</span>
194
198
 
195
199
 
200
+
196
201
 
197
202
  </td>
198
203
 
@@ -216,7 +221,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
216
221
  <td class="type">
217
222
 
218
223
 
219
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
224
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
225
+
220
226
 
221
227
 
222
228
 
@@ -244,7 +250,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
244
250
  <td class="type">
245
251
 
246
252
 
247
- <span class="param-type"><a class="mapgis-link-name" title="Font" Font.html>Font</a></span>
253
+ <span class="param-type"><a link="Font.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Font" Font.html>Font</a></span>
254
+
248
255
 
249
256
 
250
257
 
@@ -270,7 +277,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
270
277
  <td class="type">
271
278
 
272
279
 
273
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
280
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
281
+
274
282
 
275
283
 
276
284
 
@@ -299,6 +307,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
299
307
  <span class="param-type">Number</span>
300
308
 
301
309
 
310
+
302
311
 
303
312
  </td>
304
313
 
@@ -322,7 +331,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
322
331
  <td class="type">
323
332
 
324
333
 
325
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
334
+ <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
335
+
326
336
 
327
337
 
328
338
 
@@ -353,6 +363,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
353
363
  <span class="param-type">Boolean</span>
354
364
 
355
365
 
366
+
356
367
 
357
368
  </td>
358
369
 
@@ -381,6 +392,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
381
392
  <span class="param-type">Number</span>
382
393
 
383
394
 
395
+
384
396
 
385
397
  </td>
386
398
 
@@ -409,6 +421,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
409
421
  <span class="param-type">Number</span>
410
422
 
411
423
 
424
+
412
425
 
413
426
  </td>
414
427
 
@@ -437,6 +450,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
437
450
  <span class="param-type">Boolean</span>
438
451
 
439
452
 
453
+
440
454
 
441
455
  </td>
442
456
 
@@ -465,6 +479,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
465
479
  <span class="param-type">String</span>
466
480
 
467
481
 
482
+
468
483
 
469
484
  </td>
470
485
 
@@ -488,7 +503,8 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
488
503
  <td class="type">
489
504
 
490
505
 
491
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
506
+ <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
507
+
492
508
 
493
509
 
494
510
 
@@ -519,6 +535,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
519
535
  <span class="param-type">Number</span>
520
536
 
521
537
 
538
+
522
539
 
523
540
  </td>
524
541
 
@@ -547,6 +564,7 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
547
564
  <span class="param-type">Number</span>
548
565
 
549
566
 
567
+
550
568
 
551
569
  </td>
552
570
 
@@ -682,7 +700,7 @@ const textSymbol = new TextSymbol({
682
700
 
683
701
 
684
702
  <ul>
685
- <li><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></li>
703
+ <li><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></li>
686
704
  </ul>
687
705
 
688
706
 
@@ -714,24 +732,26 @@ const textSymbol = new TextSymbol({
714
732
  <tbody>
715
733
 
716
734
  <tr class="deep-level-0">
717
- <td class="name"><code><a href="TextSymbol.html#angle">angle</a></code></td>
735
+ <td class="name"><code><a href="#angle">angle</a></code></td>
718
736
  <td class="name">
719
737
  <code>
720
738
 
721
739
  <span class="param-type">Number</span>
722
740
 
723
741
 
742
+
724
743
  </code>
725
744
  </td>
726
745
  <td class="name"><code><p>文字角度</p></code></td>
727
746
  </tr>
728
747
 
729
748
  <tr class="deep-level-0">
730
- <td class="name"><code><a href="TextSymbol.html#backgroundColor">backgroundColor</a></code></td>
749
+ <td class="name"><code><a href="#backgroundColor">backgroundColor</a></code></td>
731
750
  <td class="name">
732
751
  <code>
733
752
 
734
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
753
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
754
+
735
755
 
736
756
 
737
757
  </code>
@@ -740,11 +760,12 @@ const textSymbol = new TextSymbol({
740
760
  </tr>
741
761
 
742
762
  <tr class="deep-level-0">
743
- <td class="name"><code><a href="TextSymbol.html#borderLineColor">borderLineColor</a></code></td>
763
+ <td class="name"><code><a href="#borderLineColor">borderLineColor</a></code></td>
744
764
  <td class="name">
745
765
  <code>
746
766
 
747
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
767
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
768
+
748
769
 
749
770
 
750
771
  </code>
@@ -753,24 +774,26 @@ const textSymbol = new TextSymbol({
753
774
  </tr>
754
775
 
755
776
  <tr class="deep-level-0">
756
- <td class="name"><code><a href="TextSymbol.html#borderLineSize">borderLineSize</a></code></td>
777
+ <td class="name"><code><a href="#borderLineSize">borderLineSize</a></code></td>
757
778
  <td class="name">
758
779
  <code>
759
780
 
760
781
  <span class="param-type">Number</span>
761
782
 
762
783
 
784
+
763
785
  </code>
764
786
  </td>
765
787
  <td class="name"><code><p>文字外边框线宽</p></code></td>
766
788
  </tr>
767
789
 
768
790
  <tr class="deep-level-0">
769
- <td class="name"><code><a href="TextSymbol.html#color">color</a></code></td>
791
+ <td class="name"><code><a href="#color">color</a></code></td>
770
792
  <td class="name">
771
793
  <code>
772
794
 
773
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
795
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
796
+
774
797
 
775
798
 
776
799
  </code>
@@ -779,37 +802,40 @@ const textSymbol = new TextSymbol({
779
802
  </tr>
780
803
 
781
804
  <tr class="deep-level-0">
782
- <td class="name"><code><a href="TextSymbol.html#extendOptions">extendOptions</a></code></td>
805
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
783
806
  <td class="name">
784
807
  <code>
785
808
 
786
809
  <span class="param-type">Object</span>
787
810
 
788
811
 
812
+
789
813
  </code>
790
814
  </td>
791
815
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
792
816
  </tr>
793
817
 
794
818
  <tr class="deep-level-0">
795
- <td class="name"><code><a href="TextSymbol.html#font">font</a></code></td>
819
+ <td class="name"><code><a href="#font">font</a></code></td>
796
820
  <td class="name">
797
821
  <code>
798
822
 
799
823
  <span class="param-type">String</span>
800
824
 
801
825
 
826
+
802
827
  </code>
803
828
  </td>
804
829
  <td class="name"><code><p>文字字体</p></code></td>
805
830
  </tr>
806
831
 
807
832
  <tr class="deep-level-0">
808
- <td class="name"><code><a href="TextSymbol.html#haloColor">haloColor</a></code></td>
833
+ <td class="name"><code><a href="#haloColor">haloColor</a></code></td>
809
834
  <td class="name">
810
835
  <code>
811
836
 
812
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
837
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
838
+
813
839
 
814
840
 
815
841
  </code>
@@ -818,24 +844,26 @@ const textSymbol = new TextSymbol({
818
844
  </tr>
819
845
 
820
846
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="TextSymbol.html#haloSize">haloSize</a></code></td>
847
+ <td class="name"><code><a href="#haloSize">haloSize</a></code></td>
822
848
  <td class="name">
823
849
  <code>
824
850
 
825
851
  <span class="param-type">Number</span>
826
852
 
827
853
 
854
+
828
855
  </code>
829
856
  </td>
830
857
  <td class="name"><code><p>光晕大小</p></code></td>
831
858
  </tr>
832
859
 
833
860
  <tr class="deep-level-0">
834
- <td class="name"><code><a href="TextSymbol.html#horizontalAlignment">horizontalAlignment</a></code></td>
861
+ <td class="name"><code><a href="#horizontalAlignment">horizontalAlignment</a></code></td>
835
862
  <td class="name">
836
863
  <code>
837
864
 
838
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
865
+ <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
866
+
839
867
 
840
868
 
841
869
  </code>
@@ -844,89 +872,96 @@ const textSymbol = new TextSymbol({
844
872
  </tr>
845
873
 
846
874
  <tr class="deep-level-0">
847
- <td class="name"><code><a href="TextSymbol.html#kerning">kerning</a></code></td>
875
+ <td class="name"><code><a href="#kerning">kerning</a></code></td>
848
876
  <td class="name">
849
877
  <code>
850
878
 
851
879
  <span class="param-type">Boolean</span>
852
880
 
853
881
 
882
+
854
883
  </code>
855
884
  </td>
856
885
  <td class="name"><code><p>是否调整文本字符串中字符之间的间距</p></code></td>
857
886
  </tr>
858
887
 
859
888
  <tr class="deep-level-0">
860
- <td class="name"><code><a href="TextSymbol.html#lineHeight">lineHeight</a></code></td>
889
+ <td class="name"><code><a href="#lineHeight">lineHeight</a></code></td>
861
890
  <td class="name">
862
891
  <code>
863
892
 
864
893
  <span class="param-type">Number</span>
865
894
 
866
895
 
896
+
867
897
  </code>
868
898
  </td>
869
899
  <td class="name"><code><p>行高</p></code></td>
870
900
  </tr>
871
901
 
872
902
  <tr class="deep-level-0">
873
- <td class="name"><code><a href="TextSymbol.html#lineWidth">lineWidth</a></code></td>
903
+ <td class="name"><code><a href="#lineWidth">lineWidth</a></code></td>
874
904
  <td class="name">
875
905
  <code>
876
906
 
877
907
  <span class="param-type">Number</span>
878
908
 
879
909
 
910
+
880
911
  </code>
881
912
  </td>
882
913
  <td class="name"><code><p>行宽</p></code></td>
883
914
  </tr>
884
915
 
885
916
  <tr class="deep-level-0">
886
- <td class="name"><code><a href="TextSymbol.html#rotated">rotated</a></code></td>
917
+ <td class="name"><code><a href="#rotated">rotated</a></code></td>
887
918
  <td class="name">
888
919
  <code>
889
920
 
890
921
  <span class="param-type">Boolean</span>
891
922
 
892
923
 
924
+
893
925
  </code>
894
926
  </td>
895
927
  <td class="name"><code><p>是否旋转</p></code></td>
896
928
  </tr>
897
929
 
898
930
  <tr class="deep-level-0">
899
- <td class="name"><code><a href="TextSymbol.html#text">text</a></code></td>
931
+ <td class="name"><code><a href="#text">text</a></code></td>
900
932
  <td class="name">
901
933
  <code>
902
934
 
903
935
  <span class="param-type">String</span>
904
936
 
905
937
 
938
+
906
939
  </code>
907
940
  </td>
908
941
  <td class="name"><code><p>显示的内容</p></code></td>
909
942
  </tr>
910
943
 
911
944
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="TextSymbol.html#type">type</a></code></td>
945
+ <td class="name"><code><a href="#type">type</a></code></td>
913
946
  <td class="name">
914
947
  <code>
915
948
 
916
949
  <span class="param-type">String</span>
917
950
 
918
951
 
952
+
919
953
  </code>
920
954
  </td>
921
955
  <td class="name"><code><p>符号类型</p></code></td>
922
956
  </tr>
923
957
 
924
958
  <tr class="deep-level-0">
925
- <td class="name"><code><a href="TextSymbol.html#verticalAlignment">verticalAlignment</a></code></td>
959
+ <td class="name"><code><a href="#verticalAlignment">verticalAlignment</a></code></td>
926
960
  <td class="name">
927
961
  <code>
928
962
 
929
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
963
+ <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
964
+
930
965
 
931
966
 
932
967
  </code>
@@ -935,26 +970,28 @@ const textSymbol = new TextSymbol({
935
970
  </tr>
936
971
 
937
972
  <tr class="deep-level-0">
938
- <td class="name"><code><a href="TextSymbol.html#xoffset">xoffset</a></code></td>
973
+ <td class="name"><code><a href="#xoffset">xoffset</a></code></td>
939
974
  <td class="name">
940
975
  <code>
941
976
 
942
977
  <span class="param-type">Number</span>
943
978
 
944
979
 
980
+
945
981
  </code>
946
982
  </td>
947
983
  <td class="name"><code><p>x偏移</p></code></td>
948
984
  </tr>
949
985
 
950
986
  <tr class="deep-level-0">
951
- <td class="name"><code><a href="TextSymbol.html#yoffset">yoffset</a></code></td>
987
+ <td class="name"><code><a href="#yoffset">yoffset</a></code></td>
952
988
  <td class="name">
953
989
  <code>
954
990
 
955
991
  <span class="param-type">Number</span>
956
992
 
957
993
 
994
+
958
995
  </code>
959
996
  </td>
960
997
  <td class="name"><code><p>y偏移</p></code></td>
@@ -974,6 +1011,7 @@ const textSymbol = new TextSymbol({
974
1011
  <span class="param-type">Number</span>
975
1012
 
976
1013
 
1014
+
977
1015
  </span>
978
1016
 
979
1017
  <h4 class="name" id="angle">
@@ -1041,7 +1079,8 @@ const textSymbol = new TextSymbol({
1041
1079
  <span class="method-parameter is-pulled-right">
1042
1080
  <label>类型:</label>
1043
1081
 
1044
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1082
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1083
+
1045
1084
 
1046
1085
 
1047
1086
  </span>
@@ -1111,7 +1150,8 @@ const textSymbol = new TextSymbol({
1111
1150
  <span class="method-parameter is-pulled-right">
1112
1151
  <label>类型:</label>
1113
1152
 
1114
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1153
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1154
+
1115
1155
 
1116
1156
 
1117
1157
  </span>
@@ -1184,6 +1224,7 @@ const textSymbol = new TextSymbol({
1184
1224
  <span class="param-type">Number</span>
1185
1225
 
1186
1226
 
1227
+
1187
1228
  </span>
1188
1229
 
1189
1230
  <h4 class="name" id="borderLineSize">
@@ -1251,7 +1292,8 @@ const textSymbol = new TextSymbol({
1251
1292
  <span class="method-parameter is-pulled-right">
1252
1293
  <label>类型:</label>
1253
1294
 
1254
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1295
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1296
+
1255
1297
 
1256
1298
 
1257
1299
  </span>
@@ -1329,6 +1371,7 @@ const textSymbol = new TextSymbol({
1329
1371
  <span class="param-type">Object</span>
1330
1372
 
1331
1373
 
1374
+
1332
1375
  </span>
1333
1376
 
1334
1377
  <h4 class="name" id="extendOptions">
@@ -1360,7 +1403,7 @@ const textSymbol = new TextSymbol({
1360
1403
 
1361
1404
  <dt class="inherited-from">Inherited From:</dt>
1362
1405
  <dd class="inherited-from"><ul class="dummy"><li>
1363
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1406
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1364
1407
  </li></ul></dd>
1365
1408
 
1366
1409
 
@@ -1404,6 +1447,7 @@ const textSymbol = new TextSymbol({
1404
1447
  <span class="param-type">String</span>
1405
1448
 
1406
1449
 
1450
+
1407
1451
  </span>
1408
1452
 
1409
1453
  <h4 class="name" id="font">
@@ -1471,7 +1515,8 @@ const textSymbol = new TextSymbol({
1471
1515
  <span class="method-parameter is-pulled-right">
1472
1516
  <label>类型:</label>
1473
1517
 
1474
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1518
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1519
+
1475
1520
 
1476
1521
 
1477
1522
  </span>
@@ -1544,6 +1589,7 @@ const textSymbol = new TextSymbol({
1544
1589
  <span class="param-type">Number</span>
1545
1590
 
1546
1591
 
1592
+
1547
1593
  </span>
1548
1594
 
1549
1595
  <h4 class="name" id="haloSize">
@@ -1611,7 +1657,8 @@ const textSymbol = new TextSymbol({
1611
1657
  <span class="method-parameter is-pulled-right">
1612
1658
  <label>类型:</label>
1613
1659
 
1614
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
1660
+ <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
1661
+
1615
1662
 
1616
1663
 
1617
1664
  </span>
@@ -1684,6 +1731,7 @@ const textSymbol = new TextSymbol({
1684
1731
  <span class="param-type">Boolean</span>
1685
1732
 
1686
1733
 
1734
+
1687
1735
  </span>
1688
1736
 
1689
1737
  <h4 class="name" id="kerning">
@@ -1754,6 +1802,7 @@ const textSymbol = new TextSymbol({
1754
1802
  <span class="param-type">Number</span>
1755
1803
 
1756
1804
 
1805
+
1757
1806
  </span>
1758
1807
 
1759
1808
  <h4 class="name" id="lineHeight">
@@ -1824,6 +1873,7 @@ const textSymbol = new TextSymbol({
1824
1873
  <span class="param-type">Number</span>
1825
1874
 
1826
1875
 
1876
+
1827
1877
  </span>
1828
1878
 
1829
1879
  <h4 class="name" id="lineWidth">
@@ -1894,6 +1944,7 @@ const textSymbol = new TextSymbol({
1894
1944
  <span class="param-type">Boolean</span>
1895
1945
 
1896
1946
 
1947
+
1897
1948
  </span>
1898
1949
 
1899
1950
  <h4 class="name" id="rotated">
@@ -1964,6 +2015,7 @@ const textSymbol = new TextSymbol({
1964
2015
  <span class="param-type">String</span>
1965
2016
 
1966
2017
 
2018
+
1967
2019
  </span>
1968
2020
 
1969
2021
  <h4 class="name" id="text">
@@ -2034,6 +2086,7 @@ const textSymbol = new TextSymbol({
2034
2086
  <span class="param-type">String</span>
2035
2087
 
2036
2088
 
2089
+
2037
2090
  </span>
2038
2091
 
2039
2092
  <h4 class="name" id="type">
@@ -2106,7 +2159,8 @@ const textSymbol = new TextSymbol({
2106
2159
  <span class="method-parameter is-pulled-right">
2107
2160
  <label>类型:</label>
2108
2161
 
2109
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
2162
+ <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
2163
+
2110
2164
 
2111
2165
 
2112
2166
  </span>
@@ -2179,6 +2233,7 @@ const textSymbol = new TextSymbol({
2179
2233
  <span class="param-type">Number</span>
2180
2234
 
2181
2235
 
2236
+
2182
2237
  </span>
2183
2238
 
2184
2239
  <h4 class="name" id="xoffset">
@@ -2249,6 +2304,7 @@ const textSymbol = new TextSymbol({
2249
2304
  <span class="param-type">Number</span>
2250
2305
 
2251
2306
 
2307
+
2252
2308
  </span>
2253
2309
 
2254
2310
  <h4 class="name" id="yoffset">
@@ -2332,12 +2388,13 @@ const textSymbol = new TextSymbol({
2332
2388
  <tbody>
2333
2389
 
2334
2390
  <tr class="deep-level-0">
2335
- <td class="name"><code><a href="TextSymbol.html#fromJSON">fromJSON</a></code></td>
2391
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2336
2392
  <td class="name">
2337
2393
  <code>
2338
2394
 
2339
2395
 
2340
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2396
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2397
+
2341
2398
 
2342
2399
 
2343
2400
 
@@ -2347,12 +2404,13 @@ const textSymbol = new TextSymbol({
2347
2404
  </tr>
2348
2405
 
2349
2406
  <tr class="deep-level-0">
2350
- <td class="name"><code><a href="TextSymbol.html#clone">clone</a></code></td>
2407
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2351
2408
  <td class="name">
2352
2409
  <code>
2353
2410
 
2354
2411
 
2355
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2412
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2413
+
2356
2414
 
2357
2415
 
2358
2416
 
@@ -2362,7 +2420,7 @@ const textSymbol = new TextSymbol({
2362
2420
  </tr>
2363
2421
 
2364
2422
  <tr class="deep-level-0">
2365
- <td class="name"><code><a href="TextSymbol.html#toJSON">toJSON</a></code></td>
2423
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2366
2424
  <td class="name">
2367
2425
  <code>
2368
2426
 
@@ -2370,6 +2428,7 @@ const textSymbol = new TextSymbol({
2370
2428
  <span class="param-type">Object</span>
2371
2429
 
2372
2430
 
2431
+
2373
2432
 
2374
2433
  </code>
2375
2434
  </td>
@@ -2447,6 +2506,7 @@ const textSymbol = new TextSymbol({
2447
2506
  <span class="param-type">Object</span>
2448
2507
 
2449
2508
 
2509
+
2450
2510
 
2451
2511
  </td>
2452
2512
 
@@ -2532,7 +2592,8 @@ const textSymbol = new TextSymbol({
2532
2592
  <div class='column is-5 has-text-left'>
2533
2593
  <label>类型: </label>
2534
2594
 
2535
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2595
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2596
+
2536
2597
 
2537
2598
 
2538
2599
  </div>
@@ -2653,7 +2714,8 @@ const textSymbol = new TextSymbol({
2653
2714
  <div class='column is-5 has-text-left'>
2654
2715
  <label>类型: </label>
2655
2716
 
2656
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2717
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2718
+
2657
2719
 
2658
2720
 
2659
2721
  </div>
@@ -2777,6 +2839,7 @@ const textSymbol = new TextSymbol({
2777
2839
  <span class="param-type">Object</span>
2778
2840
 
2779
2841
 
2842
+
2780
2843
  </div>
2781
2844
 
2782
2845
  </div>