@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="angle"><code>angle</code></td>
112
+ <td class="name"><code>angle</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Number</span>
118
+ <span class="param-type">
119
+
120
+ Number
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="backgroundColor"><code>backgroundColor</code></td>
145
+ <td class="name"><code>backgroundColor</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -158,13 +173,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
158
173
 
159
174
  <tr class="deep-level-1">
160
175
 
161
- <td class="name" id="borderLineColor"><code>borderLineColor</code></td>
176
+ <td class="name"><code>borderLineColor</code></td>
162
177
 
163
178
 
164
179
  <td class="type">
165
180
 
166
181
 
167
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
185
+
186
+ </span>
187
+
168
188
 
169
189
 
170
190
 
@@ -184,13 +204,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
184
204
 
185
205
  <tr class="deep-level-1">
186
206
 
187
- <td class="name" id="borderLineSize"><code>borderLineSize</code></td>
207
+ <td class="name"><code>borderLineSize</code></td>
188
208
 
189
209
 
190
210
  <td class="type">
191
211
 
192
212
 
193
- <span class="param-type">Number</span>
213
+ <span class="param-type">
214
+
215
+ Number
216
+
217
+ </span>
218
+
194
219
 
195
220
 
196
221
 
@@ -210,13 +235,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
210
235
 
211
236
  <tr class="deep-level-1">
212
237
 
213
- <td class="name" id="color"><code>color</code></td>
238
+ <td class="name"><code>color</code></td>
214
239
 
215
240
 
216
241
  <td class="type">
217
242
 
218
243
 
219
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
244
+ <span class="param-type">
245
+
246
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
247
+
248
+ </span>
249
+
220
250
 
221
251
 
222
252
 
@@ -238,13 +268,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
238
268
 
239
269
  <tr class="deep-level-1">
240
270
 
241
- <td class="name" id="font"><code>font</code></td>
271
+ <td class="name"><code>font</code></td>
242
272
 
243
273
 
244
274
  <td class="type">
245
275
 
246
276
 
247
- <span class="param-type"><a class="mapgis-link-name" title="Font" Font.html>Font</a></span>
277
+ <span class="param-type">
278
+
279
+ <a link="Font.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Font" Font.html>Font</a>
280
+
281
+ </span>
282
+
248
283
 
249
284
 
250
285
 
@@ -264,13 +299,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
264
299
 
265
300
  <tr class="deep-level-1">
266
301
 
267
- <td class="name" id="haloColor"><code>haloColor</code></td>
302
+ <td class="name"><code>haloColor</code></td>
268
303
 
269
304
 
270
305
  <td class="type">
271
306
 
272
307
 
273
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
308
+ <span class="param-type">
309
+
310
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
311
+
312
+ </span>
313
+
274
314
 
275
315
 
276
316
 
@@ -290,13 +330,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
290
330
 
291
331
  <tr class="deep-level-1">
292
332
 
293
- <td class="name" id="haloSize"><code>haloSize</code></td>
333
+ <td class="name"><code>haloSize</code></td>
294
334
 
295
335
 
296
336
  <td class="type">
297
337
 
298
338
 
299
- <span class="param-type">Number</span>
339
+ <span class="param-type">
340
+
341
+ Number
342
+
343
+ </span>
344
+
300
345
 
301
346
 
302
347
 
@@ -316,13 +361,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
316
361
 
317
362
  <tr class="deep-level-1">
318
363
 
319
- <td class="name" id="horizontalAlignment"><code>horizontalAlignment</code></td>
364
+ <td class="name"><code>horizontalAlignment</code></td>
320
365
 
321
366
 
322
367
  <td class="type">
323
368
 
324
369
 
325
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
370
+ <span class="param-type">
371
+
372
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
373
+
374
+ </span>
375
+
326
376
 
327
377
 
328
378
 
@@ -344,13 +394,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
344
394
 
345
395
  <tr class="deep-level-1">
346
396
 
347
- <td class="name" id="kerning"><code>kerning</code></td>
397
+ <td class="name"><code>kerning</code></td>
348
398
 
349
399
 
350
400
  <td class="type">
351
401
 
352
402
 
353
- <span class="param-type">Boolean</span>
403
+ <span class="param-type">
404
+
405
+ Boolean
406
+
407
+ </span>
408
+
354
409
 
355
410
 
356
411
 
@@ -372,13 +427,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
372
427
 
373
428
  <tr class="deep-level-1">
374
429
 
375
- <td class="name" id="lineHeight"><code>lineHeight</code></td>
430
+ <td class="name"><code>lineHeight</code></td>
376
431
 
377
432
 
378
433
  <td class="type">
379
434
 
380
435
 
381
- <span class="param-type">Number</span>
436
+ <span class="param-type">
437
+
438
+ Number
439
+
440
+ </span>
441
+
382
442
 
383
443
 
384
444
 
@@ -400,13 +460,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
400
460
 
401
461
  <tr class="deep-level-1">
402
462
 
403
- <td class="name" id="lineWidth"><code>lineWidth</code></td>
463
+ <td class="name"><code>lineWidth</code></td>
404
464
 
405
465
 
406
466
  <td class="type">
407
467
 
408
468
 
409
- <span class="param-type">Number</span>
469
+ <span class="param-type">
470
+
471
+ Number
472
+
473
+ </span>
474
+
410
475
 
411
476
 
412
477
 
@@ -428,13 +493,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
428
493
 
429
494
  <tr class="deep-level-1">
430
495
 
431
- <td class="name" id="rotated"><code>rotated</code></td>
496
+ <td class="name"><code>rotated</code></td>
432
497
 
433
498
 
434
499
  <td class="type">
435
500
 
436
501
 
437
- <span class="param-type">Boolean</span>
502
+ <span class="param-type">
503
+
504
+ Boolean
505
+
506
+ </span>
507
+
438
508
 
439
509
 
440
510
 
@@ -456,13 +526,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
456
526
 
457
527
  <tr class="deep-level-1">
458
528
 
459
- <td class="name" id="text"><code>text</code></td>
529
+ <td class="name"><code>text</code></td>
460
530
 
461
531
 
462
532
  <td class="type">
463
533
 
464
534
 
465
- <span class="param-type">String</span>
535
+ <span class="param-type">
536
+
537
+ String
538
+
539
+ </span>
540
+
466
541
 
467
542
 
468
543
 
@@ -482,13 +557,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
482
557
 
483
558
  <tr class="deep-level-1">
484
559
 
485
- <td class="name" id="verticalAlignment"><code>verticalAlignment</code></td>
560
+ <td class="name"><code>verticalAlignment</code></td>
486
561
 
487
562
 
488
563
  <td class="type">
489
564
 
490
565
 
491
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
566
+ <span class="param-type">
567
+
568
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
569
+
570
+ </span>
571
+
492
572
 
493
573
 
494
574
 
@@ -510,13 +590,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
510
590
 
511
591
  <tr class="deep-level-1">
512
592
 
513
- <td class="name" id="xoffset"><code>xoffset</code></td>
593
+ <td class="name"><code>xoffset</code></td>
514
594
 
515
595
 
516
596
  <td class="type">
517
597
 
518
598
 
519
- <span class="param-type">Number</span>
599
+ <span class="param-type">
600
+
601
+ Number
602
+
603
+ </span>
604
+
520
605
 
521
606
 
522
607
 
@@ -538,13 +623,18 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
538
623
 
539
624
  <tr class="deep-level-1">
540
625
 
541
- <td class="name" id="yoffset"><code>yoffset</code></td>
626
+ <td class="name"><code>yoffset</code></td>
542
627
 
543
628
 
544
629
  <td class="type">
545
630
 
546
631
 
547
- <span class="param-type">Number</span>
632
+ <span class="param-type">
633
+
634
+ Number
635
+
636
+ </span>
637
+
548
638
 
549
639
 
550
640
 
@@ -682,7 +772,7 @@ const textSymbol = new TextSymbol({
682
772
 
683
773
 
684
774
  <ul>
685
- <li><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></li>
775
+ <li><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></li>
686
776
  </ul>
687
777
 
688
778
 
@@ -714,11 +804,16 @@ const textSymbol = new TextSymbol({
714
804
  <tbody>
715
805
 
716
806
  <tr class="deep-level-0">
717
- <td class="name"><code><a href="TextSymbol.html#angle">angle</a></code></td>
807
+ <td class="name"><code><a href="#angle">angle</a></code></td>
718
808
  <td class="name">
719
809
  <code>
720
810
 
721
- <span class="param-type">Number</span>
811
+ <span class="param-type">
812
+
813
+ Number
814
+
815
+ </span>
816
+
722
817
 
723
818
 
724
819
  </code>
@@ -727,11 +822,16 @@ const textSymbol = new TextSymbol({
727
822
  </tr>
728
823
 
729
824
  <tr class="deep-level-0">
730
- <td class="name"><code><a href="TextSymbol.html#backgroundColor">backgroundColor</a></code></td>
825
+ <td class="name"><code><a href="#backgroundColor">backgroundColor</a></code></td>
731
826
  <td class="name">
732
827
  <code>
733
828
 
734
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
829
+ <span class="param-type">
830
+
831
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
832
+
833
+ </span>
834
+
735
835
 
736
836
 
737
837
  </code>
@@ -740,11 +840,16 @@ const textSymbol = new TextSymbol({
740
840
  </tr>
741
841
 
742
842
  <tr class="deep-level-0">
743
- <td class="name"><code><a href="TextSymbol.html#borderLineColor">borderLineColor</a></code></td>
843
+ <td class="name"><code><a href="#borderLineColor">borderLineColor</a></code></td>
744
844
  <td class="name">
745
845
  <code>
746
846
 
747
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
847
+ <span class="param-type">
848
+
849
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
850
+
851
+ </span>
852
+
748
853
 
749
854
 
750
855
  </code>
@@ -753,11 +858,16 @@ const textSymbol = new TextSymbol({
753
858
  </tr>
754
859
 
755
860
  <tr class="deep-level-0">
756
- <td class="name"><code><a href="TextSymbol.html#borderLineSize">borderLineSize</a></code></td>
861
+ <td class="name"><code><a href="#borderLineSize">borderLineSize</a></code></td>
757
862
  <td class="name">
758
863
  <code>
759
864
 
760
- <span class="param-type">Number</span>
865
+ <span class="param-type">
866
+
867
+ Number
868
+
869
+ </span>
870
+
761
871
 
762
872
 
763
873
  </code>
@@ -766,11 +876,16 @@ const textSymbol = new TextSymbol({
766
876
  </tr>
767
877
 
768
878
  <tr class="deep-level-0">
769
- <td class="name"><code><a href="TextSymbol.html#color">color</a></code></td>
879
+ <td class="name"><code><a href="#color">color</a></code></td>
770
880
  <td class="name">
771
881
  <code>
772
882
 
773
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
883
+ <span class="param-type">
884
+
885
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
886
+
887
+ </span>
888
+
774
889
 
775
890
 
776
891
  </code>
@@ -779,11 +894,16 @@ const textSymbol = new TextSymbol({
779
894
  </tr>
780
895
 
781
896
  <tr class="deep-level-0">
782
- <td class="name"><code><a href="TextSymbol.html#extendOptions">extendOptions</a></code></td>
897
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
783
898
  <td class="name">
784
899
  <code>
785
900
 
786
- <span class="param-type">Object</span>
901
+ <span class="param-type">
902
+
903
+ Object
904
+
905
+ </span>
906
+
787
907
 
788
908
 
789
909
  </code>
@@ -792,11 +912,16 @@ const textSymbol = new TextSymbol({
792
912
  </tr>
793
913
 
794
914
  <tr class="deep-level-0">
795
- <td class="name"><code><a href="TextSymbol.html#font">font</a></code></td>
915
+ <td class="name"><code><a href="#font">font</a></code></td>
796
916
  <td class="name">
797
917
  <code>
798
918
 
799
- <span class="param-type">String</span>
919
+ <span class="param-type">
920
+
921
+ String
922
+
923
+ </span>
924
+
800
925
 
801
926
 
802
927
  </code>
@@ -805,11 +930,16 @@ const textSymbol = new TextSymbol({
805
930
  </tr>
806
931
 
807
932
  <tr class="deep-level-0">
808
- <td class="name"><code><a href="TextSymbol.html#haloColor">haloColor</a></code></td>
933
+ <td class="name"><code><a href="#haloColor">haloColor</a></code></td>
809
934
  <td class="name">
810
935
  <code>
811
936
 
812
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
937
+ <span class="param-type">
938
+
939
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
940
+
941
+ </span>
942
+
813
943
 
814
944
 
815
945
  </code>
@@ -818,11 +948,16 @@ const textSymbol = new TextSymbol({
818
948
  </tr>
819
949
 
820
950
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="TextSymbol.html#haloSize">haloSize</a></code></td>
951
+ <td class="name"><code><a href="#haloSize">haloSize</a></code></td>
822
952
  <td class="name">
823
953
  <code>
824
954
 
825
- <span class="param-type">Number</span>
955
+ <span class="param-type">
956
+
957
+ Number
958
+
959
+ </span>
960
+
826
961
 
827
962
 
828
963
  </code>
@@ -831,11 +966,16 @@ const textSymbol = new TextSymbol({
831
966
  </tr>
832
967
 
833
968
  <tr class="deep-level-0">
834
- <td class="name"><code><a href="TextSymbol.html#horizontalAlignment">horizontalAlignment</a></code></td>
969
+ <td class="name"><code><a href="#horizontalAlignment">horizontalAlignment</a></code></td>
835
970
  <td class="name">
836
971
  <code>
837
972
 
838
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
973
+ <span class="param-type">
974
+
975
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
976
+
977
+ </span>
978
+
839
979
 
840
980
 
841
981
  </code>
@@ -844,11 +984,16 @@ const textSymbol = new TextSymbol({
844
984
  </tr>
845
985
 
846
986
  <tr class="deep-level-0">
847
- <td class="name"><code><a href="TextSymbol.html#kerning">kerning</a></code></td>
987
+ <td class="name"><code><a href="#kerning">kerning</a></code></td>
848
988
  <td class="name">
849
989
  <code>
850
990
 
851
- <span class="param-type">Boolean</span>
991
+ <span class="param-type">
992
+
993
+ Boolean
994
+
995
+ </span>
996
+
852
997
 
853
998
 
854
999
  </code>
@@ -857,11 +1002,16 @@ const textSymbol = new TextSymbol({
857
1002
  </tr>
858
1003
 
859
1004
  <tr class="deep-level-0">
860
- <td class="name"><code><a href="TextSymbol.html#lineHeight">lineHeight</a></code></td>
1005
+ <td class="name"><code><a href="#lineHeight">lineHeight</a></code></td>
861
1006
  <td class="name">
862
1007
  <code>
863
1008
 
864
- <span class="param-type">Number</span>
1009
+ <span class="param-type">
1010
+
1011
+ Number
1012
+
1013
+ </span>
1014
+
865
1015
 
866
1016
 
867
1017
  </code>
@@ -870,11 +1020,16 @@ const textSymbol = new TextSymbol({
870
1020
  </tr>
871
1021
 
872
1022
  <tr class="deep-level-0">
873
- <td class="name"><code><a href="TextSymbol.html#lineWidth">lineWidth</a></code></td>
1023
+ <td class="name"><code><a href="#lineWidth">lineWidth</a></code></td>
874
1024
  <td class="name">
875
1025
  <code>
876
1026
 
877
- <span class="param-type">Number</span>
1027
+ <span class="param-type">
1028
+
1029
+ Number
1030
+
1031
+ </span>
1032
+
878
1033
 
879
1034
 
880
1035
  </code>
@@ -883,11 +1038,16 @@ const textSymbol = new TextSymbol({
883
1038
  </tr>
884
1039
 
885
1040
  <tr class="deep-level-0">
886
- <td class="name"><code><a href="TextSymbol.html#rotated">rotated</a></code></td>
1041
+ <td class="name"><code><a href="#rotated">rotated</a></code></td>
887
1042
  <td class="name">
888
1043
  <code>
889
1044
 
890
- <span class="param-type">Boolean</span>
1045
+ <span class="param-type">
1046
+
1047
+ Boolean
1048
+
1049
+ </span>
1050
+
891
1051
 
892
1052
 
893
1053
  </code>
@@ -896,11 +1056,16 @@ const textSymbol = new TextSymbol({
896
1056
  </tr>
897
1057
 
898
1058
  <tr class="deep-level-0">
899
- <td class="name"><code><a href="TextSymbol.html#text">text</a></code></td>
1059
+ <td class="name"><code><a href="#text">text</a></code></td>
900
1060
  <td class="name">
901
1061
  <code>
902
1062
 
903
- <span class="param-type">String</span>
1063
+ <span class="param-type">
1064
+
1065
+ String
1066
+
1067
+ </span>
1068
+
904
1069
 
905
1070
 
906
1071
  </code>
@@ -909,11 +1074,16 @@ const textSymbol = new TextSymbol({
909
1074
  </tr>
910
1075
 
911
1076
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="TextSymbol.html#type">type</a></code></td>
1077
+ <td class="name"><code><a href="#type">type</a></code></td>
913
1078
  <td class="name">
914
1079
  <code>
915
1080
 
916
- <span class="param-type">String</span>
1081
+ <span class="param-type">
1082
+
1083
+ String
1084
+
1085
+ </span>
1086
+
917
1087
 
918
1088
 
919
1089
  </code>
@@ -922,11 +1092,16 @@ const textSymbol = new TextSymbol({
922
1092
  </tr>
923
1093
 
924
1094
  <tr class="deep-level-0">
925
- <td class="name"><code><a href="TextSymbol.html#verticalAlignment">verticalAlignment</a></code></td>
1095
+ <td class="name"><code><a href="#verticalAlignment">verticalAlignment</a></code></td>
926
1096
  <td class="name">
927
1097
  <code>
928
1098
 
929
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
1099
+ <span class="param-type">
1100
+
1101
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
1102
+
1103
+ </span>
1104
+
930
1105
 
931
1106
 
932
1107
  </code>
@@ -935,11 +1110,16 @@ const textSymbol = new TextSymbol({
935
1110
  </tr>
936
1111
 
937
1112
  <tr class="deep-level-0">
938
- <td class="name"><code><a href="TextSymbol.html#xoffset">xoffset</a></code></td>
1113
+ <td class="name"><code><a href="#xoffset">xoffset</a></code></td>
939
1114
  <td class="name">
940
1115
  <code>
941
1116
 
942
- <span class="param-type">Number</span>
1117
+ <span class="param-type">
1118
+
1119
+ Number
1120
+
1121
+ </span>
1122
+
943
1123
 
944
1124
 
945
1125
  </code>
@@ -948,11 +1128,16 @@ const textSymbol = new TextSymbol({
948
1128
  </tr>
949
1129
 
950
1130
  <tr class="deep-level-0">
951
- <td class="name"><code><a href="TextSymbol.html#yoffset">yoffset</a></code></td>
1131
+ <td class="name"><code><a href="#yoffset">yoffset</a></code></td>
952
1132
  <td class="name">
953
1133
  <code>
954
1134
 
955
- <span class="param-type">Number</span>
1135
+ <span class="param-type">
1136
+
1137
+ Number
1138
+
1139
+ </span>
1140
+
956
1141
 
957
1142
 
958
1143
  </code>
@@ -971,7 +1156,12 @@ const textSymbol = new TextSymbol({
971
1156
  <span class="method-parameter is-pulled-right">
972
1157
  <label>类型:</label>
973
1158
 
974
- <span class="param-type">Number</span>
1159
+ <span class="param-type">
1160
+
1161
+ Number
1162
+
1163
+ </span>
1164
+
975
1165
 
976
1166
 
977
1167
  </span>
@@ -1041,7 +1231,12 @@ const textSymbol = new TextSymbol({
1041
1231
  <span class="method-parameter is-pulled-right">
1042
1232
  <label>类型:</label>
1043
1233
 
1044
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1234
+ <span class="param-type">
1235
+
1236
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1237
+
1238
+ </span>
1239
+
1045
1240
 
1046
1241
 
1047
1242
  </span>
@@ -1111,7 +1306,12 @@ const textSymbol = new TextSymbol({
1111
1306
  <span class="method-parameter is-pulled-right">
1112
1307
  <label>类型:</label>
1113
1308
 
1114
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1309
+ <span class="param-type">
1310
+
1311
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1312
+
1313
+ </span>
1314
+
1115
1315
 
1116
1316
 
1117
1317
  </span>
@@ -1181,7 +1381,12 @@ const textSymbol = new TextSymbol({
1181
1381
  <span class="method-parameter is-pulled-right">
1182
1382
  <label>类型:</label>
1183
1383
 
1184
- <span class="param-type">Number</span>
1384
+ <span class="param-type">
1385
+
1386
+ Number
1387
+
1388
+ </span>
1389
+
1185
1390
 
1186
1391
 
1187
1392
  </span>
@@ -1251,7 +1456,12 @@ const textSymbol = new TextSymbol({
1251
1456
  <span class="method-parameter is-pulled-right">
1252
1457
  <label>类型:</label>
1253
1458
 
1254
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1459
+ <span class="param-type">
1460
+
1461
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1462
+
1463
+ </span>
1464
+
1255
1465
 
1256
1466
 
1257
1467
  </span>
@@ -1326,7 +1536,12 @@ const textSymbol = new TextSymbol({
1326
1536
  <span class="method-parameter is-pulled-right">
1327
1537
  <label>类型:</label>
1328
1538
 
1329
- <span class="param-type">Object</span>
1539
+ <span class="param-type">
1540
+
1541
+ Object
1542
+
1543
+ </span>
1544
+
1330
1545
 
1331
1546
 
1332
1547
  </span>
@@ -1360,7 +1575,7 @@ const textSymbol = new TextSymbol({
1360
1575
 
1361
1576
  <dt class="inherited-from">Inherited From:</dt>
1362
1577
  <dd class="inherited-from"><ul class="dummy"><li>
1363
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1578
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1364
1579
  </li></ul></dd>
1365
1580
 
1366
1581
 
@@ -1401,7 +1616,12 @@ const textSymbol = new TextSymbol({
1401
1616
  <span class="method-parameter is-pulled-right">
1402
1617
  <label>类型:</label>
1403
1618
 
1404
- <span class="param-type">String</span>
1619
+ <span class="param-type">
1620
+
1621
+ String
1622
+
1623
+ </span>
1624
+
1405
1625
 
1406
1626
 
1407
1627
  </span>
@@ -1471,7 +1691,12 @@ const textSymbol = new TextSymbol({
1471
1691
  <span class="method-parameter is-pulled-right">
1472
1692
  <label>类型:</label>
1473
1693
 
1474
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1694
+ <span class="param-type">
1695
+
1696
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1697
+
1698
+ </span>
1699
+
1475
1700
 
1476
1701
 
1477
1702
  </span>
@@ -1541,7 +1766,12 @@ const textSymbol = new TextSymbol({
1541
1766
  <span class="method-parameter is-pulled-right">
1542
1767
  <label>类型:</label>
1543
1768
 
1544
- <span class="param-type">Number</span>
1769
+ <span class="param-type">
1770
+
1771
+ Number
1772
+
1773
+ </span>
1774
+
1545
1775
 
1546
1776
 
1547
1777
  </span>
@@ -1611,7 +1841,12 @@ const textSymbol = new TextSymbol({
1611
1841
  <span class="method-parameter is-pulled-right">
1612
1842
  <label>类型:</label>
1613
1843
 
1614
- <span class="param-type"><a class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
1844
+ <span class="param-type">
1845
+
1846
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
1847
+
1848
+ </span>
1849
+
1615
1850
 
1616
1851
 
1617
1852
  </span>
@@ -1681,7 +1916,12 @@ const textSymbol = new TextSymbol({
1681
1916
  <span class="method-parameter is-pulled-right">
1682
1917
  <label>类型:</label>
1683
1918
 
1684
- <span class="param-type">Boolean</span>
1919
+ <span class="param-type">
1920
+
1921
+ Boolean
1922
+
1923
+ </span>
1924
+
1685
1925
 
1686
1926
 
1687
1927
  </span>
@@ -1751,7 +1991,12 @@ const textSymbol = new TextSymbol({
1751
1991
  <span class="method-parameter is-pulled-right">
1752
1992
  <label>类型:</label>
1753
1993
 
1754
- <span class="param-type">Number</span>
1994
+ <span class="param-type">
1995
+
1996
+ Number
1997
+
1998
+ </span>
1999
+
1755
2000
 
1756
2001
 
1757
2002
  </span>
@@ -1821,7 +2066,12 @@ const textSymbol = new TextSymbol({
1821
2066
  <span class="method-parameter is-pulled-right">
1822
2067
  <label>类型:</label>
1823
2068
 
1824
- <span class="param-type">Number</span>
2069
+ <span class="param-type">
2070
+
2071
+ Number
2072
+
2073
+ </span>
2074
+
1825
2075
 
1826
2076
 
1827
2077
  </span>
@@ -1891,7 +2141,12 @@ const textSymbol = new TextSymbol({
1891
2141
  <span class="method-parameter is-pulled-right">
1892
2142
  <label>类型:</label>
1893
2143
 
1894
- <span class="param-type">Boolean</span>
2144
+ <span class="param-type">
2145
+
2146
+ Boolean
2147
+
2148
+ </span>
2149
+
1895
2150
 
1896
2151
 
1897
2152
  </span>
@@ -1961,7 +2216,12 @@ const textSymbol = new TextSymbol({
1961
2216
  <span class="method-parameter is-pulled-right">
1962
2217
  <label>类型:</label>
1963
2218
 
1964
- <span class="param-type">String</span>
2219
+ <span class="param-type">
2220
+
2221
+ String
2222
+
2223
+ </span>
2224
+
1965
2225
 
1966
2226
 
1967
2227
  </span>
@@ -2031,7 +2291,12 @@ const textSymbol = new TextSymbol({
2031
2291
  <span class="method-parameter is-pulled-right">
2032
2292
  <label>类型:</label>
2033
2293
 
2034
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2299
+
2035
2300
 
2036
2301
 
2037
2302
  </span>
@@ -2106,7 +2371,12 @@ const textSymbol = new TextSymbol({
2106
2371
  <span class="method-parameter is-pulled-right">
2107
2372
  <label>类型:</label>
2108
2373
 
2109
- <span class="param-type"><a class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
2374
+ <span class="param-type">
2375
+
2376
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
2377
+
2378
+ </span>
2379
+
2110
2380
 
2111
2381
 
2112
2382
  </span>
@@ -2176,7 +2446,12 @@ const textSymbol = new TextSymbol({
2176
2446
  <span class="method-parameter is-pulled-right">
2177
2447
  <label>类型:</label>
2178
2448
 
2179
- <span class="param-type">Number</span>
2449
+ <span class="param-type">
2450
+
2451
+ Number
2452
+
2453
+ </span>
2454
+
2180
2455
 
2181
2456
 
2182
2457
  </span>
@@ -2246,7 +2521,12 @@ const textSymbol = new TextSymbol({
2246
2521
  <span class="method-parameter is-pulled-right">
2247
2522
  <label>类型:</label>
2248
2523
 
2249
- <span class="param-type">Number</span>
2524
+ <span class="param-type">
2525
+
2526
+ Number
2527
+
2528
+ </span>
2529
+
2250
2530
 
2251
2531
 
2252
2532
  </span>
@@ -2332,27 +2612,37 @@ const textSymbol = new TextSymbol({
2332
2612
  <tbody>
2333
2613
 
2334
2614
  <tr class="deep-level-0">
2335
- <td class="name"><code><a href="TextSymbol.html#fromJSON">fromJSON</a></code></td>
2615
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2336
2616
  <td class="name">
2337
2617
  <code>
2338
2618
 
2339
2619
 
2340
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2620
+ <span class="param-type">
2621
+
2622
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2623
+
2624
+ </span>
2625
+
2341
2626
 
2342
2627
 
2343
2628
 
2344
2629
  </code>
2345
2630
  </td>
2346
- <td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol对象<a id='fromJSON'></a></p></code></td>
2631
+ <td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol对象</code></td>
2347
2632
  </tr>
2348
2633
 
2349
2634
  <tr class="deep-level-0">
2350
- <td class="name"><code><a href="TextSymbol.html#clone">clone</a></code></td>
2635
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2351
2636
  <td class="name">
2352
2637
  <code>
2353
2638
 
2354
2639
 
2355
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2640
+ <span class="param-type">
2641
+
2642
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2643
+
2644
+ </span>
2645
+
2356
2646
 
2357
2647
 
2358
2648
 
@@ -2362,12 +2652,17 @@ const textSymbol = new TextSymbol({
2362
2652
  </tr>
2363
2653
 
2364
2654
  <tr class="deep-level-0">
2365
- <td class="name"><code><a href="TextSymbol.html#toJSON">toJSON</a></code></td>
2655
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2366
2656
  <td class="name">
2367
2657
  <code>
2368
2658
 
2369
2659
 
2370
- <span class="param-type">Object</span>
2660
+ <span class="param-type">
2661
+
2662
+ Object
2663
+
2664
+ </span>
2665
+
2371
2666
 
2372
2667
 
2373
2668
 
@@ -2438,13 +2733,18 @@ const textSymbol = new TextSymbol({
2438
2733
 
2439
2734
  <tr class="deep-level-0">
2440
2735
 
2441
- <td class="name" id="json"><code>json</code></td>
2736
+ <td class="name"><code>json</code></td>
2442
2737
 
2443
2738
 
2444
2739
  <td class="type">
2445
2740
 
2446
2741
 
2447
- <span class="param-type">Object</span>
2742
+ <span class="param-type">
2743
+
2744
+ Object
2745
+
2746
+ </span>
2747
+
2448
2748
 
2449
2749
 
2450
2750
 
@@ -2532,7 +2832,12 @@ const textSymbol = new TextSymbol({
2532
2832
  <div class='column is-5 has-text-left'>
2533
2833
  <label>类型: </label>
2534
2834
 
2535
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2835
+ <span class="param-type">
2836
+
2837
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2838
+
2839
+ </span>
2840
+
2536
2841
 
2537
2842
 
2538
2843
  </div>
@@ -2653,7 +2958,12 @@ const textSymbol = new TextSymbol({
2653
2958
  <div class='column is-5 has-text-left'>
2654
2959
  <label>类型: </label>
2655
2960
 
2656
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2961
+ <span class="param-type">
2962
+
2963
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2964
+
2965
+ </span>
2966
+
2657
2967
 
2658
2968
 
2659
2969
  </div>
@@ -2774,7 +3084,12 @@ const textSymbol = new TextSymbol({
2774
3084
  <div class='column is-5 has-text-left'>
2775
3085
  <label>类型: </label>
2776
3086
 
2777
- <span class="param-type">Object</span>
3087
+ <span class="param-type">
3088
+
3089
+ Object
3090
+
3091
+ </span>
3092
+
2778
3093
 
2779
3094
 
2780
3095
  </div>