@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 { MapGISTextSymbol } 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 { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">Array.&lt;Number></span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -144,6 +146,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
144
146
  <span class="param-type">function</span>
145
147
 
146
148
 
149
+
147
150
 
148
151
  </td>
149
152
 
@@ -170,6 +173,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
170
173
  <span class="param-type">String</span>
171
174
 
172
175
 
176
+
173
177
 
174
178
  </td>
175
179
 
@@ -196,6 +200,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
196
200
  <span class="param-type">Number</span>
197
201
 
198
202
 
203
+
199
204
 
200
205
  </td>
201
206
 
@@ -222,6 +227,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
222
227
  <span class="param-type">String</span>
223
228
 
224
229
 
230
+
225
231
 
226
232
  </td>
227
233
 
@@ -248,6 +254,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
248
254
  <span class="param-type">Number</span>
249
255
 
250
256
 
257
+
251
258
 
252
259
  </td>
253
260
 
@@ -274,6 +281,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
274
281
  <span class="param-type">Number</span>
275
282
 
276
283
 
284
+
277
285
 
278
286
  </td>
279
287
 
@@ -302,6 +310,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
302
310
  <span class="param-type">Number</span>
303
311
 
304
312
 
313
+
305
314
 
306
315
  </td>
307
316
 
@@ -330,6 +339,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
330
339
  <span class="param-type">Number</span>
331
340
 
332
341
 
342
+
333
343
 
334
344
  </td>
335
345
 
@@ -358,6 +368,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
358
368
  <span class="param-type">String</span>
359
369
 
360
370
 
371
+
361
372
 
362
373
  </td>
363
374
 
@@ -384,6 +395,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
384
395
  <span class="param-type">Number</span>
385
396
 
386
397
 
398
+
387
399
 
388
400
  </td>
389
401
 
@@ -412,6 +424,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
412
424
  <span class="param-type">Number</span>
413
425
 
414
426
 
427
+
415
428
 
416
429
  </td>
417
430
 
@@ -440,6 +453,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
440
453
  <span class="param-type">Boolean</span>
441
454
 
442
455
 
456
+
443
457
 
444
458
  </td>
445
459
 
@@ -468,6 +482,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
468
482
  <span class="param-type">Image</span>
469
483
 
470
484
 
485
+
471
486
 
472
487
  </td>
473
488
 
@@ -494,6 +509,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
494
509
  <span class="param-type">String</span>
495
510
 
496
511
 
512
+
497
513
 
498
514
  </td>
499
515
 
@@ -522,6 +538,7 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
522
538
  <span class="param-type">Number</span>
523
539
 
524
540
 
541
+
525
542
 
526
543
  </td>
527
544
 
@@ -657,7 +674,7 @@ const textSymbol = new MapGISTextSymbol({
657
674
 
658
675
 
659
676
  <ul>
660
- <li><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></li>
677
+ <li><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></li>
661
678
  </ul>
662
679
 
663
680
 
@@ -689,24 +706,26 @@ const textSymbol = new MapGISTextSymbol({
689
706
  <tbody>
690
707
 
691
708
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="MapGISTextSymbol.html#angle">angle</a></code></td>
709
+ <td class="name"><code><a href="#angle">angle</a></code></td>
693
710
  <td class="name">
694
711
  <code>
695
712
 
696
713
  <span class="param-type">Number</span>
697
714
 
698
715
 
716
+
699
717
  </code>
700
718
  </td>
701
719
  <td class="name"><code><p>文字角度</p></code></td>
702
720
  </tr>
703
721
 
704
722
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundColor">backgroundColor</a></code></td>
723
+ <td class="name"><code><a href="#backgroundColor">backgroundColor</a></code></td>
706
724
  <td class="name">
707
725
  <code>
708
726
 
709
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
727
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
728
+
710
729
 
711
730
 
712
731
  </code>
@@ -715,7 +734,7 @@ const textSymbol = new MapGISTextSymbol({
715
734
  </tr>
716
735
 
717
736
  <tr class="deep-level-0">
718
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundImage">backgroundImage</a></code></td>
737
+ <td class="name"><code><a href="#backgroundImage">backgroundImage</a></code></td>
719
738
  <td class="name">
720
739
  <code>
721
740
 
@@ -725,30 +744,33 @@ const textSymbol = new MapGISTextSymbol({
725
744
  <span class="param-type">Image</span>
726
745
 
727
746
 
747
+
728
748
  </code>
729
749
  </td>
730
750
  <td class="name"><code><p>文字背景颜色</p></code></td>
731
751
  </tr>
732
752
 
733
753
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundPadding">backgroundPadding</a></code></td>
754
+ <td class="name"><code><a href="#backgroundPadding">backgroundPadding</a></code></td>
735
755
  <td class="name">
736
756
  <code>
737
757
 
738
758
  <span class="param-type">Array.&lt;Number></span>
739
759
 
740
760
 
761
+
741
762
  </code>
742
763
  </td>
743
764
  <td class="name"><code><p>文字背景内边距</p></code></td>
744
765
  </tr>
745
766
 
746
767
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="MapGISTextSymbol.html#borderLineColor">borderLineColor</a></code></td>
768
+ <td class="name"><code><a href="#borderLineColor">borderLineColor</a></code></td>
748
769
  <td class="name">
749
770
  <code>
750
771
 
751
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
772
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
773
+
752
774
 
753
775
 
754
776
  </code>
@@ -757,24 +779,26 @@ const textSymbol = new MapGISTextSymbol({
757
779
  </tr>
758
780
 
759
781
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="MapGISTextSymbol.html#borderLineSize">borderLineSize</a></code></td>
782
+ <td class="name"><code><a href="#borderLineSize">borderLineSize</a></code></td>
761
783
  <td class="name">
762
784
  <code>
763
785
 
764
786
  <span class="param-type">Number</span>
765
787
 
766
788
 
789
+
767
790
  </code>
768
791
  </td>
769
792
  <td class="name"><code><p>文字外边框线宽</p></code></td>
770
793
  </tr>
771
794
 
772
795
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="MapGISTextSymbol.html#color">color</a></code></td>
796
+ <td class="name"><code><a href="#color">color</a></code></td>
774
797
  <td class="name">
775
798
  <code>
776
799
 
777
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
800
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
801
+
778
802
 
779
803
 
780
804
  </code>
@@ -783,37 +807,40 @@ const textSymbol = new MapGISTextSymbol({
783
807
  </tr>
784
808
 
785
809
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="MapGISTextSymbol.html#extendOptions">extendOptions</a></code></td>
810
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
787
811
  <td class="name">
788
812
  <code>
789
813
 
790
814
  <span class="param-type">Object</span>
791
815
 
792
816
 
817
+
793
818
  </code>
794
819
  </td>
795
820
  <td class="name"><code><p>符号的额外构造参数,该构造参数是地图引擎的额外构造参数,在此设置了之后,会覆盖该符号转换好地图引擎的构造参数</p></code></td>
796
821
  </tr>
797
822
 
798
823
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="MapGISTextSymbol.html#font">font</a></code></td>
824
+ <td class="name"><code><a href="#font">font</a></code></td>
800
825
  <td class="name">
801
826
  <code>
802
827
 
803
828
  <span class="param-type">String</span>
804
829
 
805
830
 
831
+
806
832
  </code>
807
833
  </td>
808
834
  <td class="name"><code><p>文字字体</p></code></td>
809
835
  </tr>
810
836
 
811
837
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="MapGISTextSymbol.html#haloColor">haloColor</a></code></td>
838
+ <td class="name"><code><a href="#haloColor">haloColor</a></code></td>
813
839
  <td class="name">
814
840
  <code>
815
841
 
816
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
842
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
843
+
817
844
 
818
845
 
819
846
  </code>
@@ -822,24 +849,26 @@ const textSymbol = new MapGISTextSymbol({
822
849
  </tr>
823
850
 
824
851
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="MapGISTextSymbol.html#haloSize">haloSize</a></code></td>
852
+ <td class="name"><code><a href="#haloSize">haloSize</a></code></td>
826
853
  <td class="name">
827
854
  <code>
828
855
 
829
856
  <span class="param-type">Number</span>
830
857
 
831
858
 
859
+
832
860
  </code>
833
861
  </td>
834
862
  <td class="name"><code><p>光晕大小</p></code></td>
835
863
  </tr>
836
864
 
837
865
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="MapGISTextSymbol.html#horizontalAlignment">horizontalAlignment</a></code></td>
866
+ <td class="name"><code><a href="#horizontalAlignment">horizontalAlignment</a></code></td>
839
867
  <td class="name">
840
868
  <code>
841
869
 
842
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
870
+ <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
871
+
843
872
 
844
873
 
845
874
  </code>
@@ -848,102 +877,110 @@ const textSymbol = new MapGISTextSymbol({
848
877
  </tr>
849
878
 
850
879
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="MapGISTextSymbol.html#kerning">kerning</a></code></td>
880
+ <td class="name"><code><a href="#kerning">kerning</a></code></td>
852
881
  <td class="name">
853
882
  <code>
854
883
 
855
884
  <span class="param-type">Boolean</span>
856
885
 
857
886
 
887
+
858
888
  </code>
859
889
  </td>
860
890
  <td class="name"><code><p>是否调整文本字符串中字符之间的间距</p></code></td>
861
891
  </tr>
862
892
 
863
893
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="MapGISTextSymbol.html#letterSpacing">letterSpacing</a></code></td>
894
+ <td class="name"><code><a href="#letterSpacing">letterSpacing</a></code></td>
865
895
  <td class="name">
866
896
  <code>
867
897
 
868
898
  <span class="param-type">Number</span>
869
899
 
870
900
 
901
+
871
902
  </code>
872
903
  </td>
873
904
  <td class="name"><code><p>文字间距</p></code></td>
874
905
  </tr>
875
906
 
876
907
  <tr class="deep-level-0">
877
- <td class="name"><code><a href="MapGISTextSymbol.html#lineHeight">lineHeight</a></code></td>
908
+ <td class="name"><code><a href="#lineHeight">lineHeight</a></code></td>
878
909
  <td class="name">
879
910
  <code>
880
911
 
881
912
  <span class="param-type">Number</span>
882
913
 
883
914
 
915
+
884
916
  </code>
885
917
  </td>
886
918
  <td class="name"><code><p>行高</p></code></td>
887
919
  </tr>
888
920
 
889
921
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="MapGISTextSymbol.html#lineMaxNum">lineMaxNum</a></code></td>
922
+ <td class="name"><code><a href="#lineMaxNum">lineMaxNum</a></code></td>
891
923
  <td class="name">
892
924
  <code>
893
925
 
894
926
  <span class="param-type">Number</span>
895
927
 
896
928
 
929
+
897
930
  </code>
898
931
  </td>
899
932
  <td class="name"><code><p>文字最大行数</p></code></td>
900
933
  </tr>
901
934
 
902
935
  <tr class="deep-level-0">
903
- <td class="name"><code><a href="MapGISTextSymbol.html#lineWidth">lineWidth</a></code></td>
936
+ <td class="name"><code><a href="#lineWidth">lineWidth</a></code></td>
904
937
  <td class="name">
905
938
  <code>
906
939
 
907
940
  <span class="param-type">Number</span>
908
941
 
909
942
 
943
+
910
944
  </code>
911
945
  </td>
912
946
  <td class="name"><code><p>行宽</p></code></td>
913
947
  </tr>
914
948
 
915
949
  <tr class="deep-level-0">
916
- <td class="name"><code><a href="MapGISTextSymbol.html#rotated">rotated</a></code></td>
950
+ <td class="name"><code><a href="#rotated">rotated</a></code></td>
917
951
  <td class="name">
918
952
  <code>
919
953
 
920
954
  <span class="param-type">Boolean</span>
921
955
 
922
956
 
957
+
923
958
  </code>
924
959
  </td>
925
960
  <td class="name"><code><p>是否旋转</p></code></td>
926
961
  </tr>
927
962
 
928
963
  <tr class="deep-level-0">
929
- <td class="name"><code><a href="MapGISTextSymbol.html#text">text</a></code></td>
964
+ <td class="name"><code><a href="#text">text</a></code></td>
930
965
  <td class="name">
931
966
  <code>
932
967
 
933
968
  <span class="param-type">String</span>
934
969
 
935
970
 
971
+
936
972
  </code>
937
973
  </td>
938
974
  <td class="name"><code><p>显示的内容</p></code></td>
939
975
  </tr>
940
976
 
941
977
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationThroughlineColor">textDecorationThroughlineColor</a></code></td>
978
+ <td class="name"><code><a href="#textDecorationThroughlineColor">textDecorationThroughlineColor</a></code></td>
943
979
  <td class="name">
944
980
  <code>
945
981
 
946
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
982
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
983
+
947
984
 
948
985
 
949
986
  </code>
@@ -952,24 +989,26 @@ const textSymbol = new MapGISTextSymbol({
952
989
  </tr>
953
990
 
954
991
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationThroughlineWidth">textDecorationThroughlineWidth</a></code></td>
992
+ <td class="name"><code><a href="#textDecorationThroughlineWidth">textDecorationThroughlineWidth</a></code></td>
956
993
  <td class="name">
957
994
  <code>
958
995
 
959
996
  <span class="param-type">Number</span>
960
997
 
961
998
 
999
+
962
1000
  </code>
963
1001
  </td>
964
1002
  <td class="name"><code><p>文字删除线宽度,待废弃接口,推荐使用font属性中文字装饰元素属性decoration</p></code></td>
965
1003
  </tr>
966
1004
 
967
1005
  <tr class="deep-level-0">
968
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationUnderlineColor">textDecorationUnderlineColor</a></code></td>
1006
+ <td class="name"><code><a href="#textDecorationUnderlineColor">textDecorationUnderlineColor</a></code></td>
969
1007
  <td class="name">
970
1008
  <code>
971
1009
 
972
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1010
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1011
+
973
1012
 
974
1013
 
975
1014
  </code>
@@ -978,76 +1017,82 @@ const textSymbol = new MapGISTextSymbol({
978
1017
  </tr>
979
1018
 
980
1019
  <tr class="deep-level-0">
981
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationUnderlineWidth">textDecorationUnderlineWidth</a></code></td>
1020
+ <td class="name"><code><a href="#textDecorationUnderlineWidth">textDecorationUnderlineWidth</a></code></td>
982
1021
  <td class="name">
983
1022
  <code>
984
1023
 
985
1024
  <span class="param-type">Number</span>
986
1025
 
987
1026
 
1027
+
988
1028
  </code>
989
1029
  </td>
990
1030
  <td class="name"><code><p>文字下划线宽度,待废弃接口,推荐使用font属性中文字装饰元素属性decoration</p></code></td>
991
1031
  </tr>
992
1032
 
993
1033
  <tr class="deep-level-0">
994
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIcon">textExtraIcon</a></code></td>
1034
+ <td class="name"><code><a href="#textExtraIcon">textExtraIcon</a></code></td>
995
1035
  <td class="name">
996
1036
  <code>
997
1037
 
998
1038
  <span class="param-type">Image</span>
999
1039
 
1000
1040
 
1041
+
1001
1042
  </code>
1002
1043
  </td>
1003
1044
  <td class="name"><code><p>注记额外符号</p></code></td>
1004
1045
  </tr>
1005
1046
 
1006
1047
  <tr class="deep-level-0">
1007
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIconAnchor">textExtraIconAnchor</a></code></td>
1048
+ <td class="name"><code><a href="#textExtraIconAnchor">textExtraIconAnchor</a></code></td>
1008
1049
  <td class="name">
1009
1050
  <code>
1010
1051
 
1011
1052
  <span class="param-type">String</span>
1012
1053
 
1013
1054
 
1055
+
1014
1056
  </code>
1015
1057
  </td>
1016
1058
  <td class="name"><code><p>图标方位 &quot;left&quot; &quot;right&quot; &quot;top&quot; &quot;bottom&quot;</p></code></td>
1017
1059
  </tr>
1018
1060
 
1019
1061
  <tr class="deep-level-0">
1020
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIconSize">textExtraIconSize</a></code></td>
1062
+ <td class="name"><code><a href="#textExtraIconSize">textExtraIconSize</a></code></td>
1021
1063
  <td class="name">
1022
1064
  <code>
1023
1065
 
1024
1066
  <span class="param-type">Number</span>
1025
1067
 
1026
1068
 
1069
+
1027
1070
  </code>
1028
1071
  </td>
1029
1072
  <td class="name"><code><p>图标大小</p></code></td>
1030
1073
  </tr>
1031
1074
 
1032
1075
  <tr class="deep-level-0">
1033
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowBlur">textShadowBlur</a></code></td>
1076
+ <td class="name"><code><a href="#textShadowBlur">textShadowBlur</a></code></td>
1034
1077
  <td class="name">
1035
1078
  <code>
1036
1079
 
1037
1080
  <span class="param-type">Number</span>
1038
1081
 
1039
1082
 
1083
+
1040
1084
  </code>
1041
1085
  </td>
1042
1086
  <td class="name"><code><p>文字阴影模糊度</p></code></td>
1043
1087
  </tr>
1044
1088
 
1045
1089
  <tr class="deep-level-0">
1046
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowColor">textShadowColor</a></code></td>
1090
+ <td class="name"><code><a href="#textShadowColor">textShadowColor</a></code></td>
1047
1091
  <td class="name">
1048
1092
  <code>
1049
1093
 
1050
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1094
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1095
+
1051
1096
 
1052
1097
 
1053
1098
  </code>
@@ -1056,63 +1101,68 @@ const textSymbol = new MapGISTextSymbol({
1056
1101
  </tr>
1057
1102
 
1058
1103
  <tr class="deep-level-0">
1059
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowOffsetX">textShadowOffsetX</a></code></td>
1104
+ <td class="name"><code><a href="#textShadowOffsetX">textShadowOffsetX</a></code></td>
1060
1105
  <td class="name">
1061
1106
  <code>
1062
1107
 
1063
1108
  <span class="param-type">Number</span>
1064
1109
 
1065
1110
 
1111
+
1066
1112
  </code>
1067
1113
  </td>
1068
1114
  <td class="name"><code><p>文字阴影横轴偏移</p></code></td>
1069
1115
  </tr>
1070
1116
 
1071
1117
  <tr class="deep-level-0">
1072
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowOffsetY">textShadowOffsetY</a></code></td>
1118
+ <td class="name"><code><a href="#textShadowOffsetY">textShadowOffsetY</a></code></td>
1073
1119
  <td class="name">
1074
1120
  <code>
1075
1121
 
1076
1122
  <span class="param-type">Number</span>
1077
1123
 
1078
1124
 
1125
+
1079
1126
  </code>
1080
1127
  </td>
1081
1128
  <td class="name"><code><p>文字阴影纵轴偏移</p></code></td>
1082
1129
  </tr>
1083
1130
 
1084
1131
  <tr class="deep-level-0">
1085
- <td class="name"><code><a href="MapGISTextSymbol.html#textWraps">textWraps</a></code></td>
1132
+ <td class="name"><code><a href="#textWraps">textWraps</a></code></td>
1086
1133
  <td class="name">
1087
1134
  <code>
1088
1135
 
1089
1136
  <span class="param-type">Boolean</span>
1090
1137
 
1091
1138
 
1139
+
1092
1140
  </code>
1093
1141
  </td>
1094
1142
  <td class="name"><code><p>是否换行</p></code></td>
1095
1143
  </tr>
1096
1144
 
1097
1145
  <tr class="deep-level-0">
1098
- <td class="name"><code><a href="MapGISTextSymbol.html#type">type</a></code></td>
1146
+ <td class="name"><code><a href="#type">type</a></code></td>
1099
1147
  <td class="name">
1100
1148
  <code>
1101
1149
 
1102
1150
  <span class="param-type">String</span>
1103
1151
 
1104
1152
 
1153
+
1105
1154
  </code>
1106
1155
  </td>
1107
1156
  <td class="name"><code><p>符号类型</p></code></td>
1108
1157
  </tr>
1109
1158
 
1110
1159
  <tr class="deep-level-0">
1111
- <td class="name"><code><a href="MapGISTextSymbol.html#verticalAlignment">verticalAlignment</a></code></td>
1160
+ <td class="name"><code><a href="#verticalAlignment">verticalAlignment</a></code></td>
1112
1161
  <td class="name">
1113
1162
  <code>
1114
1163
 
1115
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
1164
+ <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
1165
+
1116
1166
 
1117
1167
 
1118
1168
  </code>
@@ -1121,26 +1171,28 @@ const textSymbol = new MapGISTextSymbol({
1121
1171
  </tr>
1122
1172
 
1123
1173
  <tr class="deep-level-0">
1124
- <td class="name"><code><a href="MapGISTextSymbol.html#xoffset">xoffset</a></code></td>
1174
+ <td class="name"><code><a href="#xoffset">xoffset</a></code></td>
1125
1175
  <td class="name">
1126
1176
  <code>
1127
1177
 
1128
1178
  <span class="param-type">Number</span>
1129
1179
 
1130
1180
 
1181
+
1131
1182
  </code>
1132
1183
  </td>
1133
1184
  <td class="name"><code><p>x偏移</p></code></td>
1134
1185
  </tr>
1135
1186
 
1136
1187
  <tr class="deep-level-0">
1137
- <td class="name"><code><a href="MapGISTextSymbol.html#yoffset">yoffset</a></code></td>
1188
+ <td class="name"><code><a href="#yoffset">yoffset</a></code></td>
1138
1189
  <td class="name">
1139
1190
  <code>
1140
1191
 
1141
1192
  <span class="param-type">Number</span>
1142
1193
 
1143
1194
 
1195
+
1144
1196
  </code>
1145
1197
  </td>
1146
1198
  <td class="name"><code><p>y偏移</p></code></td>
@@ -1160,6 +1212,7 @@ const textSymbol = new MapGISTextSymbol({
1160
1212
  <span class="param-type">Number</span>
1161
1213
 
1162
1214
 
1215
+
1163
1216
  </span>
1164
1217
 
1165
1218
  <h4 class="name" id="angle">
@@ -1191,7 +1244,7 @@ const textSymbol = new MapGISTextSymbol({
1191
1244
 
1192
1245
  <dt class="inherited-from">Inherited From:</dt>
1193
1246
  <dd class="inherited-from"><ul class="dummy"><li>
1194
- <a class="mapgis-link-name" title="TextSymbol#angle" TextSymbol.html#angle>TextSymbol#angle</a>
1247
+ <a goto="angle" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#angle" TextSymbol.html#angle>TextSymbol#angle</a>
1195
1248
  </li></ul></dd>
1196
1249
 
1197
1250
 
@@ -1232,7 +1285,8 @@ const textSymbol = new MapGISTextSymbol({
1232
1285
  <span class="method-parameter is-pulled-right">
1233
1286
  <label>类型:</label>
1234
1287
 
1235
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1288
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1289
+
1236
1290
 
1237
1291
 
1238
1292
  </span>
@@ -1266,7 +1320,7 @@ const textSymbol = new MapGISTextSymbol({
1266
1320
 
1267
1321
  <dt class="inherited-from">Inherited From:</dt>
1268
1322
  <dd class="inherited-from"><ul class="dummy"><li>
1269
- <a class="mapgis-link-name" title="TextSymbol#backgroundColor" TextSymbol.html#backgroundColor>TextSymbol#backgroundColor</a>
1323
+ <a goto="backgroundColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#backgroundColor" TextSymbol.html#backgroundColor>TextSymbol#backgroundColor</a>
1270
1324
  </li></ul></dd>
1271
1325
 
1272
1326
 
@@ -1313,6 +1367,7 @@ const textSymbol = new MapGISTextSymbol({
1313
1367
  <span class="param-type">Image</span>
1314
1368
 
1315
1369
 
1370
+
1316
1371
  </span>
1317
1372
 
1318
1373
  <h4 class="name" id="backgroundImage">
@@ -1383,6 +1438,7 @@ const textSymbol = new MapGISTextSymbol({
1383
1438
  <span class="param-type">Array.&lt;Number></span>
1384
1439
 
1385
1440
 
1441
+
1386
1442
  </span>
1387
1443
 
1388
1444
  <h4 class="name" id="backgroundPadding">
@@ -1450,7 +1506,8 @@ const textSymbol = new MapGISTextSymbol({
1450
1506
  <span class="method-parameter is-pulled-right">
1451
1507
  <label>类型:</label>
1452
1508
 
1453
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1509
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1510
+
1454
1511
 
1455
1512
 
1456
1513
  </span>
@@ -1484,7 +1541,7 @@ const textSymbol = new MapGISTextSymbol({
1484
1541
 
1485
1542
  <dt class="inherited-from">Inherited From:</dt>
1486
1543
  <dd class="inherited-from"><ul class="dummy"><li>
1487
- <a class="mapgis-link-name" title="TextSymbol#borderLineColor" TextSymbol.html#borderLineColor>TextSymbol#borderLineColor</a>
1544
+ <a goto="borderLineColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#borderLineColor" TextSymbol.html#borderLineColor>TextSymbol#borderLineColor</a>
1488
1545
  </li></ul></dd>
1489
1546
 
1490
1547
 
@@ -1528,6 +1585,7 @@ const textSymbol = new MapGISTextSymbol({
1528
1585
  <span class="param-type">Number</span>
1529
1586
 
1530
1587
 
1588
+
1531
1589
  </span>
1532
1590
 
1533
1591
  <h4 class="name" id="borderLineSize">
@@ -1559,7 +1617,7 @@ const textSymbol = new MapGISTextSymbol({
1559
1617
 
1560
1618
  <dt class="inherited-from">Inherited From:</dt>
1561
1619
  <dd class="inherited-from"><ul class="dummy"><li>
1562
- <a class="mapgis-link-name" title="TextSymbol#borderLineSize" TextSymbol.html#borderLineSize>TextSymbol#borderLineSize</a>
1620
+ <a goto="borderLineSize" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#borderLineSize" TextSymbol.html#borderLineSize>TextSymbol#borderLineSize</a>
1563
1621
  </li></ul></dd>
1564
1622
 
1565
1623
 
@@ -1600,7 +1658,8 @@ const textSymbol = new MapGISTextSymbol({
1600
1658
  <span class="method-parameter is-pulled-right">
1601
1659
  <label>类型:</label>
1602
1660
 
1603
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1661
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1662
+
1604
1663
 
1605
1664
 
1606
1665
  </span>
@@ -1634,7 +1693,7 @@ const textSymbol = new MapGISTextSymbol({
1634
1693
 
1635
1694
  <dt class="inherited-from">Inherited From:</dt>
1636
1695
  <dd class="inherited-from"><ul class="dummy"><li>
1637
- <a class="mapgis-link-name" title="TextSymbol#color" TextSymbol.html#color>TextSymbol#color</a>
1696
+ <a goto="color" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#color" TextSymbol.html#color>TextSymbol#color</a>
1638
1697
  </li></ul></dd>
1639
1698
 
1640
1699
 
@@ -1678,6 +1737,7 @@ const textSymbol = new MapGISTextSymbol({
1678
1737
  <span class="param-type">Object</span>
1679
1738
 
1680
1739
 
1740
+
1681
1741
  </span>
1682
1742
 
1683
1743
  <h4 class="name" id="extendOptions">
@@ -1709,7 +1769,7 @@ const textSymbol = new MapGISTextSymbol({
1709
1769
 
1710
1770
  <dt class="inherited-from">Inherited From:</dt>
1711
1771
  <dd class="inherited-from"><ul class="dummy"><li>
1712
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1772
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1713
1773
  </li></ul></dd>
1714
1774
 
1715
1775
 
@@ -1753,6 +1813,7 @@ const textSymbol = new MapGISTextSymbol({
1753
1813
  <span class="param-type">String</span>
1754
1814
 
1755
1815
 
1816
+
1756
1817
  </span>
1757
1818
 
1758
1819
  <h4 class="name" id="font">
@@ -1784,7 +1845,7 @@ const textSymbol = new MapGISTextSymbol({
1784
1845
 
1785
1846
  <dt class="inherited-from">Inherited From:</dt>
1786
1847
  <dd class="inherited-from"><ul class="dummy"><li>
1787
- <a class="mapgis-link-name" title="TextSymbol#font" TextSymbol.html#font>TextSymbol#font</a>
1848
+ <a goto="font" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#font" TextSymbol.html#font>TextSymbol#font</a>
1788
1849
  </li></ul></dd>
1789
1850
 
1790
1851
 
@@ -1825,7 +1886,8 @@ const textSymbol = new MapGISTextSymbol({
1825
1886
  <span class="method-parameter is-pulled-right">
1826
1887
  <label>类型:</label>
1827
1888
 
1828
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1889
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1890
+
1829
1891
 
1830
1892
 
1831
1893
  </span>
@@ -1859,7 +1921,7 @@ const textSymbol = new MapGISTextSymbol({
1859
1921
 
1860
1922
  <dt class="inherited-from">Inherited From:</dt>
1861
1923
  <dd class="inherited-from"><ul class="dummy"><li>
1862
- <a class="mapgis-link-name" title="TextSymbol#haloColor" TextSymbol.html#haloColor>TextSymbol#haloColor</a>
1924
+ <a goto="haloColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#haloColor" TextSymbol.html#haloColor>TextSymbol#haloColor</a>
1863
1925
  </li></ul></dd>
1864
1926
 
1865
1927
 
@@ -1903,6 +1965,7 @@ const textSymbol = new MapGISTextSymbol({
1903
1965
  <span class="param-type">Number</span>
1904
1966
 
1905
1967
 
1968
+
1906
1969
  </span>
1907
1970
 
1908
1971
  <h4 class="name" id="haloSize">
@@ -1934,7 +1997,7 @@ const textSymbol = new MapGISTextSymbol({
1934
1997
 
1935
1998
  <dt class="inherited-from">Inherited From:</dt>
1936
1999
  <dd class="inherited-from"><ul class="dummy"><li>
1937
- <a class="mapgis-link-name" title="TextSymbol#haloSize" TextSymbol.html#haloSize>TextSymbol#haloSize</a>
2000
+ <a goto="haloSize" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#haloSize" TextSymbol.html#haloSize>TextSymbol#haloSize</a>
1938
2001
  </li></ul></dd>
1939
2002
 
1940
2003
 
@@ -1975,7 +2038,8 @@ const textSymbol = new MapGISTextSymbol({
1975
2038
  <span class="method-parameter is-pulled-right">
1976
2039
  <label>类型:</label>
1977
2040
 
1978
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
2041
+ <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
2042
+
1979
2043
 
1980
2044
 
1981
2045
  </span>
@@ -2009,7 +2073,7 @@ const textSymbol = new MapGISTextSymbol({
2009
2073
 
2010
2074
  <dt class="inherited-from">Inherited From:</dt>
2011
2075
  <dd class="inherited-from"><ul class="dummy"><li>
2012
- <a class="mapgis-link-name" title="TextSymbol#horizontalAlignment" TextSymbol.html#horizontalAlignment>TextSymbol#horizontalAlignment</a>
2076
+ <a goto="horizontalAlignment" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#horizontalAlignment" TextSymbol.html#horizontalAlignment>TextSymbol#horizontalAlignment</a>
2013
2077
  </li></ul></dd>
2014
2078
 
2015
2079
 
@@ -2053,6 +2117,7 @@ const textSymbol = new MapGISTextSymbol({
2053
2117
  <span class="param-type">Boolean</span>
2054
2118
 
2055
2119
 
2120
+
2056
2121
  </span>
2057
2122
 
2058
2123
  <h4 class="name" id="kerning">
@@ -2084,7 +2149,7 @@ const textSymbol = new MapGISTextSymbol({
2084
2149
 
2085
2150
  <dt class="inherited-from">Inherited From:</dt>
2086
2151
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="TextSymbol#kerning" TextSymbol.html#kerning>TextSymbol#kerning</a>
2152
+ <a goto="kerning" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#kerning" TextSymbol.html#kerning>TextSymbol#kerning</a>
2088
2153
  </li></ul></dd>
2089
2154
 
2090
2155
 
@@ -2128,6 +2193,7 @@ const textSymbol = new MapGISTextSymbol({
2128
2193
  <span class="param-type">Number</span>
2129
2194
 
2130
2195
 
2196
+
2131
2197
  </span>
2132
2198
 
2133
2199
  <h4 class="name" id="letterSpacing">
@@ -2198,6 +2264,7 @@ const textSymbol = new MapGISTextSymbol({
2198
2264
  <span class="param-type">Number</span>
2199
2265
 
2200
2266
 
2267
+
2201
2268
  </span>
2202
2269
 
2203
2270
  <h4 class="name" id="lineHeight">
@@ -2229,7 +2296,7 @@ const textSymbol = new MapGISTextSymbol({
2229
2296
 
2230
2297
  <dt class="inherited-from">Inherited From:</dt>
2231
2298
  <dd class="inherited-from"><ul class="dummy"><li>
2232
- <a class="mapgis-link-name" title="TextSymbol#lineHeight" TextSymbol.html#lineHeight>TextSymbol#lineHeight</a>
2299
+ <a goto="lineHeight" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#lineHeight" TextSymbol.html#lineHeight>TextSymbol#lineHeight</a>
2233
2300
  </li></ul></dd>
2234
2301
 
2235
2302
 
@@ -2273,6 +2340,7 @@ const textSymbol = new MapGISTextSymbol({
2273
2340
  <span class="param-type">Number</span>
2274
2341
 
2275
2342
 
2343
+
2276
2344
  </span>
2277
2345
 
2278
2346
  <h4 class="name" id="lineMaxNum">
@@ -2343,6 +2411,7 @@ const textSymbol = new MapGISTextSymbol({
2343
2411
  <span class="param-type">Number</span>
2344
2412
 
2345
2413
 
2414
+
2346
2415
  </span>
2347
2416
 
2348
2417
  <h4 class="name" id="lineWidth">
@@ -2374,7 +2443,7 @@ const textSymbol = new MapGISTextSymbol({
2374
2443
 
2375
2444
  <dt class="inherited-from">Inherited From:</dt>
2376
2445
  <dd class="inherited-from"><ul class="dummy"><li>
2377
- <a class="mapgis-link-name" title="TextSymbol#lineWidth" TextSymbol.html#lineWidth>TextSymbol#lineWidth</a>
2446
+ <a goto="lineWidth" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#lineWidth" TextSymbol.html#lineWidth>TextSymbol#lineWidth</a>
2378
2447
  </li></ul></dd>
2379
2448
 
2380
2449
 
@@ -2418,6 +2487,7 @@ const textSymbol = new MapGISTextSymbol({
2418
2487
  <span class="param-type">Boolean</span>
2419
2488
 
2420
2489
 
2490
+
2421
2491
  </span>
2422
2492
 
2423
2493
  <h4 class="name" id="rotated">
@@ -2449,7 +2519,7 @@ const textSymbol = new MapGISTextSymbol({
2449
2519
 
2450
2520
  <dt class="inherited-from">Inherited From:</dt>
2451
2521
  <dd class="inherited-from"><ul class="dummy"><li>
2452
- <a class="mapgis-link-name" title="TextSymbol#rotated" TextSymbol.html#rotated>TextSymbol#rotated</a>
2522
+ <a goto="rotated" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#rotated" TextSymbol.html#rotated>TextSymbol#rotated</a>
2453
2523
  </li></ul></dd>
2454
2524
 
2455
2525
 
@@ -2493,6 +2563,7 @@ const textSymbol = new MapGISTextSymbol({
2493
2563
  <span class="param-type">String</span>
2494
2564
 
2495
2565
 
2566
+
2496
2567
  </span>
2497
2568
 
2498
2569
  <h4 class="name" id="text">
@@ -2524,7 +2595,7 @@ const textSymbol = new MapGISTextSymbol({
2524
2595
 
2525
2596
  <dt class="inherited-from">Inherited From:</dt>
2526
2597
  <dd class="inherited-from"><ul class="dummy"><li>
2527
- <a class="mapgis-link-name" title="TextSymbol#text" TextSymbol.html#text>TextSymbol#text</a>
2598
+ <a goto="text" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#text" TextSymbol.html#text>TextSymbol#text</a>
2528
2599
  </li></ul></dd>
2529
2600
 
2530
2601
 
@@ -2565,7 +2636,8 @@ const textSymbol = new MapGISTextSymbol({
2565
2636
  <span class="method-parameter is-pulled-right">
2566
2637
  <label>类型:</label>
2567
2638
 
2568
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2639
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2640
+
2569
2641
 
2570
2642
 
2571
2643
  </span>
@@ -2638,6 +2710,7 @@ const textSymbol = new MapGISTextSymbol({
2638
2710
  <span class="param-type">Number</span>
2639
2711
 
2640
2712
 
2713
+
2641
2714
  </span>
2642
2715
 
2643
2716
  <h4 class="name" id="textDecorationThroughlineWidth">
@@ -2705,7 +2778,8 @@ const textSymbol = new MapGISTextSymbol({
2705
2778
  <span class="method-parameter is-pulled-right">
2706
2779
  <label>类型:</label>
2707
2780
 
2708
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2781
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2782
+
2709
2783
 
2710
2784
 
2711
2785
  </span>
@@ -2778,6 +2852,7 @@ const textSymbol = new MapGISTextSymbol({
2778
2852
  <span class="param-type">Number</span>
2779
2853
 
2780
2854
 
2855
+
2781
2856
  </span>
2782
2857
 
2783
2858
  <h4 class="name" id="textDecorationUnderlineWidth">
@@ -2848,6 +2923,7 @@ const textSymbol = new MapGISTextSymbol({
2848
2923
  <span class="param-type">Image</span>
2849
2924
 
2850
2925
 
2926
+
2851
2927
  </span>
2852
2928
 
2853
2929
  <h4 class="name" id="textExtraIcon">
@@ -2918,6 +2994,7 @@ const textSymbol = new MapGISTextSymbol({
2918
2994
  <span class="param-type">String</span>
2919
2995
 
2920
2996
 
2997
+
2921
2998
  </span>
2922
2999
 
2923
3000
  <h4 class="name" id="textExtraIconAnchor">
@@ -2988,6 +3065,7 @@ const textSymbol = new MapGISTextSymbol({
2988
3065
  <span class="param-type">Number</span>
2989
3066
 
2990
3067
 
3068
+
2991
3069
  </span>
2992
3070
 
2993
3071
  <h4 class="name" id="textExtraIconSize">
@@ -3058,6 +3136,7 @@ const textSymbol = new MapGISTextSymbol({
3058
3136
  <span class="param-type">Number</span>
3059
3137
 
3060
3138
 
3139
+
3061
3140
  </span>
3062
3141
 
3063
3142
  <h4 class="name" id="textShadowBlur">
@@ -3125,7 +3204,8 @@ const textSymbol = new MapGISTextSymbol({
3125
3204
  <span class="method-parameter is-pulled-right">
3126
3205
  <label>类型:</label>
3127
3206
 
3128
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
3207
+ <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
3208
+
3129
3209
 
3130
3210
 
3131
3211
  </span>
@@ -3198,6 +3278,7 @@ const textSymbol = new MapGISTextSymbol({
3198
3278
  <span class="param-type">Number</span>
3199
3279
 
3200
3280
 
3281
+
3201
3282
  </span>
3202
3283
 
3203
3284
  <h4 class="name" id="textShadowOffsetX">
@@ -3268,6 +3349,7 @@ const textSymbol = new MapGISTextSymbol({
3268
3349
  <span class="param-type">Number</span>
3269
3350
 
3270
3351
 
3352
+
3271
3353
  </span>
3272
3354
 
3273
3355
  <h4 class="name" id="textShadowOffsetY">
@@ -3338,6 +3420,7 @@ const textSymbol = new MapGISTextSymbol({
3338
3420
  <span class="param-type">Boolean</span>
3339
3421
 
3340
3422
 
3423
+
3341
3424
  </span>
3342
3425
 
3343
3426
  <h4 class="name" id="textWraps">
@@ -3408,6 +3491,7 @@ const textSymbol = new MapGISTextSymbol({
3408
3491
  <span class="param-type">String</span>
3409
3492
 
3410
3493
 
3494
+
3411
3495
  </span>
3412
3496
 
3413
3497
  <h4 class="name" id="type">
@@ -3480,7 +3564,8 @@ const textSymbol = new MapGISTextSymbol({
3480
3564
  <span class="method-parameter is-pulled-right">
3481
3565
  <label>类型:</label>
3482
3566
 
3483
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
3567
+ <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
3568
+
3484
3569
 
3485
3570
 
3486
3571
  </span>
@@ -3514,7 +3599,7 @@ const textSymbol = new MapGISTextSymbol({
3514
3599
 
3515
3600
  <dt class="inherited-from">Inherited From:</dt>
3516
3601
  <dd class="inherited-from"><ul class="dummy"><li>
3517
- <a class="mapgis-link-name" title="TextSymbol#verticalAlignment" TextSymbol.html#verticalAlignment>TextSymbol#verticalAlignment</a>
3602
+ <a goto="verticalAlignment" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#verticalAlignment" TextSymbol.html#verticalAlignment>TextSymbol#verticalAlignment</a>
3518
3603
  </li></ul></dd>
3519
3604
 
3520
3605
 
@@ -3558,6 +3643,7 @@ const textSymbol = new MapGISTextSymbol({
3558
3643
  <span class="param-type">Number</span>
3559
3644
 
3560
3645
 
3646
+
3561
3647
  </span>
3562
3648
 
3563
3649
  <h4 class="name" id="xoffset">
@@ -3589,7 +3675,7 @@ const textSymbol = new MapGISTextSymbol({
3589
3675
 
3590
3676
  <dt class="inherited-from">Inherited From:</dt>
3591
3677
  <dd class="inherited-from"><ul class="dummy"><li>
3592
- <a class="mapgis-link-name" title="TextSymbol#xoffset" TextSymbol.html#xoffset>TextSymbol#xoffset</a>
3678
+ <a goto="xoffset" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#xoffset" TextSymbol.html#xoffset>TextSymbol#xoffset</a>
3593
3679
  </li></ul></dd>
3594
3680
 
3595
3681
 
@@ -3633,6 +3719,7 @@ const textSymbol = new MapGISTextSymbol({
3633
3719
  <span class="param-type">Number</span>
3634
3720
 
3635
3721
 
3722
+
3636
3723
  </span>
3637
3724
 
3638
3725
  <h4 class="name" id="yoffset">
@@ -3664,7 +3751,7 @@ const textSymbol = new MapGISTextSymbol({
3664
3751
 
3665
3752
  <dt class="inherited-from">Inherited From:</dt>
3666
3753
  <dd class="inherited-from"><ul class="dummy"><li>
3667
- <a class="mapgis-link-name" title="TextSymbol#yoffset" TextSymbol.html#yoffset>TextSymbol#yoffset</a>
3754
+ <a goto="yoffset" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#yoffset" TextSymbol.html#yoffset>TextSymbol#yoffset</a>
3668
3755
  </li></ul></dd>
3669
3756
 
3670
3757
 
@@ -3721,12 +3808,13 @@ const textSymbol = new MapGISTextSymbol({
3721
3808
  <tbody>
3722
3809
 
3723
3810
  <tr class="deep-level-0">
3724
- <td class="name"><code><a href="MapGISTextSymbol.html#fromJSON">fromJSON</a></code></td>
3811
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3725
3812
  <td class="name">
3726
3813
  <code>
3727
3814
 
3728
3815
 
3729
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
3816
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
3817
+
3730
3818
 
3731
3819
 
3732
3820
 
@@ -3737,12 +3825,13 @@ const textSymbol = new MapGISTextSymbol({
3737
3825
  </tr>
3738
3826
 
3739
3827
  <tr class="deep-level-0">
3740
- <td class="name"><code><a href="MapGISTextSymbol.html#clone">clone</a></code></td>
3828
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3741
3829
  <td class="name">
3742
3830
  <code>
3743
3831
 
3744
3832
 
3745
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
3833
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
3834
+
3746
3835
 
3747
3836
 
3748
3837
 
@@ -3753,7 +3842,7 @@ const textSymbol = new MapGISTextSymbol({
3753
3842
  </tr>
3754
3843
 
3755
3844
  <tr class="deep-level-0">
3756
- <td class="name"><code><a href="MapGISTextSymbol.html#toJSON">toJSON</a></code></td>
3845
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3757
3846
  <td class="name">
3758
3847
  <code>
3759
3848
 
@@ -3761,6 +3850,7 @@ const textSymbol = new MapGISTextSymbol({
3761
3850
  <span class="param-type">Object</span>
3762
3851
 
3763
3852
 
3853
+
3764
3854
 
3765
3855
  </code>
3766
3856
  </td>
@@ -3840,6 +3930,7 @@ const textSymbol = new MapGISTextSymbol({
3840
3930
  <span class="param-type">Object</span>
3841
3931
 
3842
3932
 
3933
+
3843
3934
 
3844
3935
  </td>
3845
3936
 
@@ -3925,7 +4016,8 @@ const textSymbol = new MapGISTextSymbol({
3925
4016
  <div class='column is-5 has-text-left'>
3926
4017
  <label>类型: </label>
3927
4018
 
3928
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4019
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4020
+
3929
4021
 
3930
4022
 
3931
4023
  </div>
@@ -4047,7 +4139,8 @@ const textSymbol = new MapGISTextSymbol({
4047
4139
  <div class='column is-5 has-text-left'>
4048
4140
  <label>类型: </label>
4049
4141
 
4050
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4142
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4143
+
4051
4144
 
4052
4145
 
4053
4146
  </div>
@@ -4172,6 +4265,7 @@ const textSymbol = new MapGISTextSymbol({
4172
4265
  <span class="param-type">Object</span>
4173
4266
 
4174
4267
 
4268
+
4175
4269
  </div>
4176
4270
 
4177
4271
  </div>