@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -78,13 +78,17 @@ import { MapGISTextSymbol } 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>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="backgroundPadding"><code>backgroundPadding</code></td>
112
+ <td class="name"><code>backgroundPadding</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Array.&lt;Number></span>
118
+ <span class="param-type">
119
+
120
+ Array.&lt;Number>
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,16 +142,24 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="backgroundImage"><code>backgroundImage</code></td>
145
+ <td class="name"><code>backgroundImage</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type">Image</span>
151
+ <span class="param-type">
152
+
153
+ Image
154
+
155
+ </span>
144
156
  |
145
157
 
146
- <span class="param-type">function</span>
158
+ <span class="param-type">
159
+
160
+ function
161
+
162
+ </span>
147
163
 
148
164
 
149
165
 
@@ -164,13 +180,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
164
180
 
165
181
  <tr class="deep-level-1">
166
182
 
167
- <td class="name" id="textDecorationUnderlineColor"><code>textDecorationUnderlineColor</code></td>
183
+ <td class="name"><code>textDecorationUnderlineColor</code></td>
168
184
 
169
185
 
170
186
  <td class="type">
171
187
 
172
188
 
173
- <span class="param-type">String</span>
189
+ <span class="param-type">
190
+
191
+ String
192
+
193
+ </span>
174
194
 
175
195
 
176
196
 
@@ -191,13 +211,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
191
211
 
192
212
  <tr class="deep-level-1">
193
213
 
194
- <td class="name" id="textDecorationUnderlineWidth"><code>textDecorationUnderlineWidth</code></td>
214
+ <td class="name"><code>textDecorationUnderlineWidth</code></td>
195
215
 
196
216
 
197
217
  <td class="type">
198
218
 
199
219
 
200
- <span class="param-type">Number</span>
220
+ <span class="param-type">
221
+
222
+ Number
223
+
224
+ </span>
201
225
 
202
226
 
203
227
 
@@ -218,13 +242,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
218
242
 
219
243
  <tr class="deep-level-1">
220
244
 
221
- <td class="name" id="textDecorationThroughlineColor"><code>textDecorationThroughlineColor</code></td>
245
+ <td class="name"><code>textDecorationThroughlineColor</code></td>
222
246
 
223
247
 
224
248
  <td class="type">
225
249
 
226
250
 
227
- <span class="param-type">String</span>
251
+ <span class="param-type">
252
+
253
+ String
254
+
255
+ </span>
228
256
 
229
257
 
230
258
 
@@ -245,13 +273,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
245
273
 
246
274
  <tr class="deep-level-1">
247
275
 
248
- <td class="name" id="textDecorationThroughlineWidth"><code>textDecorationThroughlineWidth</code></td>
276
+ <td class="name"><code>textDecorationThroughlineWidth</code></td>
249
277
 
250
278
 
251
279
  <td class="type">
252
280
 
253
281
 
254
- <span class="param-type">Number</span>
282
+ <span class="param-type">
283
+
284
+ Number
285
+
286
+ </span>
255
287
 
256
288
 
257
289
 
@@ -272,13 +304,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
272
304
 
273
305
  <tr class="deep-level-1">
274
306
 
275
- <td class="name" id="textShadowOffsetX"><code>textShadowOffsetX</code></td>
307
+ <td class="name"><code>textShadowOffsetX</code></td>
276
308
 
277
309
 
278
310
  <td class="type">
279
311
 
280
312
 
281
- <span class="param-type">Number</span>
313
+ <span class="param-type">
314
+
315
+ Number
316
+
317
+ </span>
282
318
 
283
319
 
284
320
 
@@ -301,13 +337,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
301
337
 
302
338
  <tr class="deep-level-1">
303
339
 
304
- <td class="name" id="textShadowOffsetY"><code>textShadowOffsetY</code></td>
340
+ <td class="name"><code>textShadowOffsetY</code></td>
305
341
 
306
342
 
307
343
  <td class="type">
308
344
 
309
345
 
310
- <span class="param-type">Number</span>
346
+ <span class="param-type">
347
+
348
+ Number
349
+
350
+ </span>
311
351
 
312
352
 
313
353
 
@@ -330,13 +370,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
330
370
 
331
371
  <tr class="deep-level-1">
332
372
 
333
- <td class="name" id="textShadowBlur"><code>textShadowBlur</code></td>
373
+ <td class="name"><code>textShadowBlur</code></td>
334
374
 
335
375
 
336
376
  <td class="type">
337
377
 
338
378
 
339
- <span class="param-type">Number</span>
379
+ <span class="param-type">
380
+
381
+ Number
382
+
383
+ </span>
340
384
 
341
385
 
342
386
 
@@ -359,13 +403,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
359
403
 
360
404
  <tr class="deep-level-1">
361
405
 
362
- <td class="name" id="textShadowColor"><code>textShadowColor</code></td>
406
+ <td class="name"><code>textShadowColor</code></td>
363
407
 
364
408
 
365
409
  <td class="type">
366
410
 
367
411
 
368
- <span class="param-type">String</span>
412
+ <span class="param-type">
413
+
414
+ String
415
+
416
+ </span>
369
417
 
370
418
 
371
419
 
@@ -386,13 +434,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
386
434
 
387
435
  <tr class="deep-level-1">
388
436
 
389
- <td class="name" id="letterSpacing"><code>letterSpacing</code></td>
437
+ <td class="name"><code>letterSpacing</code></td>
390
438
 
391
439
 
392
440
  <td class="type">
393
441
 
394
442
 
395
- <span class="param-type">Number</span>
443
+ <span class="param-type">
444
+
445
+ Number
446
+
447
+ </span>
396
448
 
397
449
 
398
450
 
@@ -415,13 +467,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
415
467
 
416
468
  <tr class="deep-level-1">
417
469
 
418
- <td class="name" id="lineMaxNum"><code>lineMaxNum</code></td>
470
+ <td class="name"><code>lineMaxNum</code></td>
419
471
 
420
472
 
421
473
  <td class="type">
422
474
 
423
475
 
424
- <span class="param-type">Number</span>
476
+ <span class="param-type">
477
+
478
+ Number
479
+
480
+ </span>
425
481
 
426
482
 
427
483
 
@@ -444,13 +500,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
444
500
 
445
501
  <tr class="deep-level-1">
446
502
 
447
- <td class="name" id="textWraps"><code>textWraps</code></td>
503
+ <td class="name"><code>textWraps</code></td>
448
504
 
449
505
 
450
506
  <td class="type">
451
507
 
452
508
 
453
- <span class="param-type">Boolean</span>
509
+ <span class="param-type">
510
+
511
+ Boolean
512
+
513
+ </span>
454
514
 
455
515
 
456
516
 
@@ -473,13 +533,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
473
533
 
474
534
  <tr class="deep-level-1">
475
535
 
476
- <td class="name" id="textExtraIcon"><code>textExtraIcon</code></td>
536
+ <td class="name"><code>textExtraIcon</code></td>
477
537
 
478
538
 
479
539
  <td class="type">
480
540
 
481
541
 
482
- <span class="param-type">Image</span>
542
+ <span class="param-type">
543
+
544
+ Image
545
+
546
+ </span>
483
547
 
484
548
 
485
549
 
@@ -500,13 +564,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
500
564
 
501
565
  <tr class="deep-level-1">
502
566
 
503
- <td class="name" id="textExtraIconAnchor"><code>textExtraIconAnchor</code></td>
567
+ <td class="name"><code>textExtraIconAnchor</code></td>
504
568
 
505
569
 
506
570
  <td class="type">
507
571
 
508
572
 
509
- <span class="param-type">String</span>
573
+ <span class="param-type">
574
+
575
+ String
576
+
577
+ </span>
510
578
 
511
579
 
512
580
 
@@ -529,13 +597,17 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
529
597
 
530
598
  <tr class="deep-level-1">
531
599
 
532
- <td class="name" id="textExtraIconSize"><code>textExtraIconSize</code></td>
600
+ <td class="name"><code>textExtraIconSize</code></td>
533
601
 
534
602
 
535
603
  <td class="type">
536
604
 
537
605
 
538
- <span class="param-type">Number</span>
606
+ <span class="param-type">
607
+
608
+ Number
609
+
610
+ </span>
539
611
 
540
612
 
541
613
 
@@ -710,7 +782,11 @@ const textSymbol = new MapGISTextSymbol({
710
782
  <td class="name">
711
783
  <code>
712
784
 
713
- <span class="param-type">Number</span>
785
+ <span class="param-type">
786
+
787
+ Number
788
+
789
+ </span>
714
790
 
715
791
 
716
792
 
@@ -724,7 +800,11 @@ const textSymbol = new MapGISTextSymbol({
724
800
  <td class="name">
725
801
  <code>
726
802
 
727
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
803
+ <span class="param-type">
804
+
805
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
806
+
807
+ </span>
728
808
 
729
809
 
730
810
 
@@ -738,10 +818,18 @@ const textSymbol = new MapGISTextSymbol({
738
818
  <td class="name">
739
819
  <code>
740
820
 
741
- <span class="param-type">function</span>
821
+ <span class="param-type">
822
+
823
+ function
824
+
825
+ </span>
742
826
  |
743
827
 
744
- <span class="param-type">Image</span>
828
+ <span class="param-type">
829
+
830
+ Image
831
+
832
+ </span>
745
833
 
746
834
 
747
835
 
@@ -755,7 +843,11 @@ const textSymbol = new MapGISTextSymbol({
755
843
  <td class="name">
756
844
  <code>
757
845
 
758
- <span class="param-type">Array.&lt;Number></span>
846
+ <span class="param-type">
847
+
848
+ Array.&lt;Number>
849
+
850
+ </span>
759
851
 
760
852
 
761
853
 
@@ -769,7 +861,11 @@ const textSymbol = new MapGISTextSymbol({
769
861
  <td class="name">
770
862
  <code>
771
863
 
772
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
864
+ <span class="param-type">
865
+
866
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
867
+
868
+ </span>
773
869
 
774
870
 
775
871
 
@@ -783,7 +879,11 @@ const textSymbol = new MapGISTextSymbol({
783
879
  <td class="name">
784
880
  <code>
785
881
 
786
- <span class="param-type">Number</span>
882
+ <span class="param-type">
883
+
884
+ Number
885
+
886
+ </span>
787
887
 
788
888
 
789
889
 
@@ -797,7 +897,11 @@ const textSymbol = new MapGISTextSymbol({
797
897
  <td class="name">
798
898
  <code>
799
899
 
800
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
900
+ <span class="param-type">
901
+
902
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
903
+
904
+ </span>
801
905
 
802
906
 
803
907
 
@@ -811,7 +915,11 @@ const textSymbol = new MapGISTextSymbol({
811
915
  <td class="name">
812
916
  <code>
813
917
 
814
- <span class="param-type">Object</span>
918
+ <span class="param-type">
919
+
920
+ Object
921
+
922
+ </span>
815
923
 
816
924
 
817
925
 
@@ -825,7 +933,11 @@ const textSymbol = new MapGISTextSymbol({
825
933
  <td class="name">
826
934
  <code>
827
935
 
828
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
829
941
 
830
942
 
831
943
 
@@ -839,7 +951,11 @@ const textSymbol = new MapGISTextSymbol({
839
951
  <td class="name">
840
952
  <code>
841
953
 
842
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
954
+ <span class="param-type">
955
+
956
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
957
+
958
+ </span>
843
959
 
844
960
 
845
961
 
@@ -853,7 +969,11 @@ const textSymbol = new MapGISTextSymbol({
853
969
  <td class="name">
854
970
  <code>
855
971
 
856
- <span class="param-type">Number</span>
972
+ <span class="param-type">
973
+
974
+ Number
975
+
976
+ </span>
857
977
 
858
978
 
859
979
 
@@ -867,7 +987,11 @@ const textSymbol = new MapGISTextSymbol({
867
987
  <td class="name">
868
988
  <code>
869
989
 
870
- <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
990
+ <span class="param-type">
991
+
992
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
993
+
994
+ </span>
871
995
 
872
996
 
873
997
 
@@ -881,7 +1005,11 @@ const textSymbol = new MapGISTextSymbol({
881
1005
  <td class="name">
882
1006
  <code>
883
1007
 
884
- <span class="param-type">Boolean</span>
1008
+ <span class="param-type">
1009
+
1010
+ Boolean
1011
+
1012
+ </span>
885
1013
 
886
1014
 
887
1015
 
@@ -895,7 +1023,11 @@ const textSymbol = new MapGISTextSymbol({
895
1023
  <td class="name">
896
1024
  <code>
897
1025
 
898
- <span class="param-type">Number</span>
1026
+ <span class="param-type">
1027
+
1028
+ Number
1029
+
1030
+ </span>
899
1031
 
900
1032
 
901
1033
 
@@ -909,7 +1041,11 @@ const textSymbol = new MapGISTextSymbol({
909
1041
  <td class="name">
910
1042
  <code>
911
1043
 
912
- <span class="param-type">Number</span>
1044
+ <span class="param-type">
1045
+
1046
+ Number
1047
+
1048
+ </span>
913
1049
 
914
1050
 
915
1051
 
@@ -923,7 +1059,11 @@ const textSymbol = new MapGISTextSymbol({
923
1059
  <td class="name">
924
1060
  <code>
925
1061
 
926
- <span class="param-type">Number</span>
1062
+ <span class="param-type">
1063
+
1064
+ Number
1065
+
1066
+ </span>
927
1067
 
928
1068
 
929
1069
 
@@ -937,7 +1077,11 @@ const textSymbol = new MapGISTextSymbol({
937
1077
  <td class="name">
938
1078
  <code>
939
1079
 
940
- <span class="param-type">Number</span>
1080
+ <span class="param-type">
1081
+
1082
+ Number
1083
+
1084
+ </span>
941
1085
 
942
1086
 
943
1087
 
@@ -951,7 +1095,11 @@ const textSymbol = new MapGISTextSymbol({
951
1095
  <td class="name">
952
1096
  <code>
953
1097
 
954
- <span class="param-type">Boolean</span>
1098
+ <span class="param-type">
1099
+
1100
+ Boolean
1101
+
1102
+ </span>
955
1103
 
956
1104
 
957
1105
 
@@ -965,7 +1113,11 @@ const textSymbol = new MapGISTextSymbol({
965
1113
  <td class="name">
966
1114
  <code>
967
1115
 
968
- <span class="param-type">String</span>
1116
+ <span class="param-type">
1117
+
1118
+ String
1119
+
1120
+ </span>
969
1121
 
970
1122
 
971
1123
 
@@ -979,7 +1131,11 @@ const textSymbol = new MapGISTextSymbol({
979
1131
  <td class="name">
980
1132
  <code>
981
1133
 
982
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1134
+ <span class="param-type">
1135
+
1136
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1137
+
1138
+ </span>
983
1139
 
984
1140
 
985
1141
 
@@ -993,7 +1149,11 @@ const textSymbol = new MapGISTextSymbol({
993
1149
  <td class="name">
994
1150
  <code>
995
1151
 
996
- <span class="param-type">Number</span>
1152
+ <span class="param-type">
1153
+
1154
+ Number
1155
+
1156
+ </span>
997
1157
 
998
1158
 
999
1159
 
@@ -1007,7 +1167,11 @@ const textSymbol = new MapGISTextSymbol({
1007
1167
  <td class="name">
1008
1168
  <code>
1009
1169
 
1010
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1170
+ <span class="param-type">
1171
+
1172
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1173
+
1174
+ </span>
1011
1175
 
1012
1176
 
1013
1177
 
@@ -1021,7 +1185,11 @@ const textSymbol = new MapGISTextSymbol({
1021
1185
  <td class="name">
1022
1186
  <code>
1023
1187
 
1024
- <span class="param-type">Number</span>
1188
+ <span class="param-type">
1189
+
1190
+ Number
1191
+
1192
+ </span>
1025
1193
 
1026
1194
 
1027
1195
 
@@ -1035,7 +1203,11 @@ const textSymbol = new MapGISTextSymbol({
1035
1203
  <td class="name">
1036
1204
  <code>
1037
1205
 
1038
- <span class="param-type">Image</span>
1206
+ <span class="param-type">
1207
+
1208
+ Image
1209
+
1210
+ </span>
1039
1211
 
1040
1212
 
1041
1213
 
@@ -1049,7 +1221,11 @@ const textSymbol = new MapGISTextSymbol({
1049
1221
  <td class="name">
1050
1222
  <code>
1051
1223
 
1052
- <span class="param-type">String</span>
1224
+ <span class="param-type">
1225
+
1226
+ String
1227
+
1228
+ </span>
1053
1229
 
1054
1230
 
1055
1231
 
@@ -1063,7 +1239,11 @@ const textSymbol = new MapGISTextSymbol({
1063
1239
  <td class="name">
1064
1240
  <code>
1065
1241
 
1066
- <span class="param-type">Number</span>
1242
+ <span class="param-type">
1243
+
1244
+ Number
1245
+
1246
+ </span>
1067
1247
 
1068
1248
 
1069
1249
 
@@ -1077,7 +1257,11 @@ const textSymbol = new MapGISTextSymbol({
1077
1257
  <td class="name">
1078
1258
  <code>
1079
1259
 
1080
- <span class="param-type">Number</span>
1260
+ <span class="param-type">
1261
+
1262
+ Number
1263
+
1264
+ </span>
1081
1265
 
1082
1266
 
1083
1267
 
@@ -1091,7 +1275,11 @@ const textSymbol = new MapGISTextSymbol({
1091
1275
  <td class="name">
1092
1276
  <code>
1093
1277
 
1094
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1278
+ <span class="param-type">
1279
+
1280
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1281
+
1282
+ </span>
1095
1283
 
1096
1284
 
1097
1285
 
@@ -1105,7 +1293,11 @@ const textSymbol = new MapGISTextSymbol({
1105
1293
  <td class="name">
1106
1294
  <code>
1107
1295
 
1108
- <span class="param-type">Number</span>
1296
+ <span class="param-type">
1297
+
1298
+ Number
1299
+
1300
+ </span>
1109
1301
 
1110
1302
 
1111
1303
 
@@ -1119,7 +1311,11 @@ const textSymbol = new MapGISTextSymbol({
1119
1311
  <td class="name">
1120
1312
  <code>
1121
1313
 
1122
- <span class="param-type">Number</span>
1314
+ <span class="param-type">
1315
+
1316
+ Number
1317
+
1318
+ </span>
1123
1319
 
1124
1320
 
1125
1321
 
@@ -1133,7 +1329,11 @@ const textSymbol = new MapGISTextSymbol({
1133
1329
  <td class="name">
1134
1330
  <code>
1135
1331
 
1136
- <span class="param-type">Boolean</span>
1332
+ <span class="param-type">
1333
+
1334
+ Boolean
1335
+
1336
+ </span>
1137
1337
 
1138
1338
 
1139
1339
 
@@ -1147,7 +1347,11 @@ const textSymbol = new MapGISTextSymbol({
1147
1347
  <td class="name">
1148
1348
  <code>
1149
1349
 
1150
- <span class="param-type">String</span>
1350
+ <span class="param-type">
1351
+
1352
+ String
1353
+
1354
+ </span>
1151
1355
 
1152
1356
 
1153
1357
 
@@ -1161,7 +1365,11 @@ const textSymbol = new MapGISTextSymbol({
1161
1365
  <td class="name">
1162
1366
  <code>
1163
1367
 
1164
- <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
1368
+ <span class="param-type">
1369
+
1370
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
1371
+
1372
+ </span>
1165
1373
 
1166
1374
 
1167
1375
 
@@ -1175,7 +1383,11 @@ const textSymbol = new MapGISTextSymbol({
1175
1383
  <td class="name">
1176
1384
  <code>
1177
1385
 
1178
- <span class="param-type">Number</span>
1386
+ <span class="param-type">
1387
+
1388
+ Number
1389
+
1390
+ </span>
1179
1391
 
1180
1392
 
1181
1393
 
@@ -1189,7 +1401,11 @@ const textSymbol = new MapGISTextSymbol({
1189
1401
  <td class="name">
1190
1402
  <code>
1191
1403
 
1192
- <span class="param-type">Number</span>
1404
+ <span class="param-type">
1405
+
1406
+ Number
1407
+
1408
+ </span>
1193
1409
 
1194
1410
 
1195
1411
 
@@ -1209,7 +1425,11 @@ const textSymbol = new MapGISTextSymbol({
1209
1425
  <span class="method-parameter is-pulled-right">
1210
1426
  <label>类型:</label>
1211
1427
 
1212
- <span class="param-type">Number</span>
1428
+ <span class="param-type">
1429
+
1430
+ Number
1431
+
1432
+ </span>
1213
1433
 
1214
1434
 
1215
1435
 
@@ -1285,7 +1505,11 @@ const textSymbol = new MapGISTextSymbol({
1285
1505
  <span class="method-parameter is-pulled-right">
1286
1506
  <label>类型:</label>
1287
1507
 
1288
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1508
+ <span class="param-type">
1509
+
1510
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1511
+
1512
+ </span>
1289
1513
 
1290
1514
 
1291
1515
 
@@ -1361,10 +1585,18 @@ const textSymbol = new MapGISTextSymbol({
1361
1585
  <span class="method-parameter is-pulled-right">
1362
1586
  <label>类型:</label>
1363
1587
 
1364
- <span class="param-type">function</span>
1588
+ <span class="param-type">
1589
+
1590
+ function
1591
+
1592
+ </span>
1365
1593
  |
1366
1594
 
1367
- <span class="param-type">Image</span>
1595
+ <span class="param-type">
1596
+
1597
+ Image
1598
+
1599
+ </span>
1368
1600
 
1369
1601
 
1370
1602
 
@@ -1435,7 +1667,11 @@ const textSymbol = new MapGISTextSymbol({
1435
1667
  <span class="method-parameter is-pulled-right">
1436
1668
  <label>类型:</label>
1437
1669
 
1438
- <span class="param-type">Array.&lt;Number></span>
1670
+ <span class="param-type">
1671
+
1672
+ Array.&lt;Number>
1673
+
1674
+ </span>
1439
1675
 
1440
1676
 
1441
1677
 
@@ -1506,7 +1742,11 @@ const textSymbol = new MapGISTextSymbol({
1506
1742
  <span class="method-parameter is-pulled-right">
1507
1743
  <label>类型:</label>
1508
1744
 
1509
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1745
+ <span class="param-type">
1746
+
1747
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1748
+
1749
+ </span>
1510
1750
 
1511
1751
 
1512
1752
 
@@ -1582,7 +1822,11 @@ const textSymbol = new MapGISTextSymbol({
1582
1822
  <span class="method-parameter is-pulled-right">
1583
1823
  <label>类型:</label>
1584
1824
 
1585
- <span class="param-type">Number</span>
1825
+ <span class="param-type">
1826
+
1827
+ Number
1828
+
1829
+ </span>
1586
1830
 
1587
1831
 
1588
1832
 
@@ -1658,7 +1902,11 @@ const textSymbol = new MapGISTextSymbol({
1658
1902
  <span class="method-parameter is-pulled-right">
1659
1903
  <label>类型:</label>
1660
1904
 
1661
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1905
+ <span class="param-type">
1906
+
1907
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1908
+
1909
+ </span>
1662
1910
 
1663
1911
 
1664
1912
 
@@ -1734,7 +1982,11 @@ const textSymbol = new MapGISTextSymbol({
1734
1982
  <span class="method-parameter is-pulled-right">
1735
1983
  <label>类型:</label>
1736
1984
 
1737
- <span class="param-type">Object</span>
1985
+ <span class="param-type">
1986
+
1987
+ Object
1988
+
1989
+ </span>
1738
1990
 
1739
1991
 
1740
1992
 
@@ -1810,7 +2062,11 @@ const textSymbol = new MapGISTextSymbol({
1810
2062
  <span class="method-parameter is-pulled-right">
1811
2063
  <label>类型:</label>
1812
2064
 
1813
- <span class="param-type">String</span>
2065
+ <span class="param-type">
2066
+
2067
+ String
2068
+
2069
+ </span>
1814
2070
 
1815
2071
 
1816
2072
 
@@ -1886,7 +2142,11 @@ const textSymbol = new MapGISTextSymbol({
1886
2142
  <span class="method-parameter is-pulled-right">
1887
2143
  <label>类型:</label>
1888
2144
 
1889
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2145
+ <span class="param-type">
2146
+
2147
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
2148
+
2149
+ </span>
1890
2150
 
1891
2151
 
1892
2152
 
@@ -1962,7 +2222,11 @@ const textSymbol = new MapGISTextSymbol({
1962
2222
  <span class="method-parameter is-pulled-right">
1963
2223
  <label>类型:</label>
1964
2224
 
1965
- <span class="param-type">Number</span>
2225
+ <span class="param-type">
2226
+
2227
+ Number
2228
+
2229
+ </span>
1966
2230
 
1967
2231
 
1968
2232
 
@@ -2038,7 +2302,11 @@ const textSymbol = new MapGISTextSymbol({
2038
2302
  <span class="method-parameter is-pulled-right">
2039
2303
  <label>类型:</label>
2040
2304
 
2041
- <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
2305
+ <span class="param-type">
2306
+
2307
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
2308
+
2309
+ </span>
2042
2310
 
2043
2311
 
2044
2312
 
@@ -2114,7 +2382,11 @@ const textSymbol = new MapGISTextSymbol({
2114
2382
  <span class="method-parameter is-pulled-right">
2115
2383
  <label>类型:</label>
2116
2384
 
2117
- <span class="param-type">Boolean</span>
2385
+ <span class="param-type">
2386
+
2387
+ Boolean
2388
+
2389
+ </span>
2118
2390
 
2119
2391
 
2120
2392
 
@@ -2190,7 +2462,11 @@ const textSymbol = new MapGISTextSymbol({
2190
2462
  <span class="method-parameter is-pulled-right">
2191
2463
  <label>类型:</label>
2192
2464
 
2193
- <span class="param-type">Number</span>
2465
+ <span class="param-type">
2466
+
2467
+ Number
2468
+
2469
+ </span>
2194
2470
 
2195
2471
 
2196
2472
 
@@ -2261,7 +2537,11 @@ const textSymbol = new MapGISTextSymbol({
2261
2537
  <span class="method-parameter is-pulled-right">
2262
2538
  <label>类型:</label>
2263
2539
 
2264
- <span class="param-type">Number</span>
2540
+ <span class="param-type">
2541
+
2542
+ Number
2543
+
2544
+ </span>
2265
2545
 
2266
2546
 
2267
2547
 
@@ -2337,7 +2617,11 @@ const textSymbol = new MapGISTextSymbol({
2337
2617
  <span class="method-parameter is-pulled-right">
2338
2618
  <label>类型:</label>
2339
2619
 
2340
- <span class="param-type">Number</span>
2620
+ <span class="param-type">
2621
+
2622
+ Number
2623
+
2624
+ </span>
2341
2625
 
2342
2626
 
2343
2627
 
@@ -2408,7 +2692,11 @@ const textSymbol = new MapGISTextSymbol({
2408
2692
  <span class="method-parameter is-pulled-right">
2409
2693
  <label>类型:</label>
2410
2694
 
2411
- <span class="param-type">Number</span>
2695
+ <span class="param-type">
2696
+
2697
+ Number
2698
+
2699
+ </span>
2412
2700
 
2413
2701
 
2414
2702
 
@@ -2484,7 +2772,11 @@ const textSymbol = new MapGISTextSymbol({
2484
2772
  <span class="method-parameter is-pulled-right">
2485
2773
  <label>类型:</label>
2486
2774
 
2487
- <span class="param-type">Boolean</span>
2775
+ <span class="param-type">
2776
+
2777
+ Boolean
2778
+
2779
+ </span>
2488
2780
 
2489
2781
 
2490
2782
 
@@ -2560,7 +2852,11 @@ const textSymbol = new MapGISTextSymbol({
2560
2852
  <span class="method-parameter is-pulled-right">
2561
2853
  <label>类型:</label>
2562
2854
 
2563
- <span class="param-type">String</span>
2855
+ <span class="param-type">
2856
+
2857
+ String
2858
+
2859
+ </span>
2564
2860
 
2565
2861
 
2566
2862
 
@@ -2636,7 +2932,11 @@ const textSymbol = new MapGISTextSymbol({
2636
2932
  <span class="method-parameter is-pulled-right">
2637
2933
  <label>类型:</label>
2638
2934
 
2639
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
2935
+ <span class="param-type">
2936
+
2937
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
2938
+
2939
+ </span>
2640
2940
 
2641
2941
 
2642
2942
 
@@ -2707,7 +3007,11 @@ const textSymbol = new MapGISTextSymbol({
2707
3007
  <span class="method-parameter is-pulled-right">
2708
3008
  <label>类型:</label>
2709
3009
 
2710
- <span class="param-type">Number</span>
3010
+ <span class="param-type">
3011
+
3012
+ Number
3013
+
3014
+ </span>
2711
3015
 
2712
3016
 
2713
3017
 
@@ -2778,7 +3082,11 @@ const textSymbol = new MapGISTextSymbol({
2778
3082
  <span class="method-parameter is-pulled-right">
2779
3083
  <label>类型:</label>
2780
3084
 
2781
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
3085
+ <span class="param-type">
3086
+
3087
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
3088
+
3089
+ </span>
2782
3090
 
2783
3091
 
2784
3092
 
@@ -2849,7 +3157,11 @@ const textSymbol = new MapGISTextSymbol({
2849
3157
  <span class="method-parameter is-pulled-right">
2850
3158
  <label>类型:</label>
2851
3159
 
2852
- <span class="param-type">Number</span>
3160
+ <span class="param-type">
3161
+
3162
+ Number
3163
+
3164
+ </span>
2853
3165
 
2854
3166
 
2855
3167
 
@@ -2920,7 +3232,11 @@ const textSymbol = new MapGISTextSymbol({
2920
3232
  <span class="method-parameter is-pulled-right">
2921
3233
  <label>类型:</label>
2922
3234
 
2923
- <span class="param-type">Image</span>
3235
+ <span class="param-type">
3236
+
3237
+ Image
3238
+
3239
+ </span>
2924
3240
 
2925
3241
 
2926
3242
 
@@ -2991,7 +3307,11 @@ const textSymbol = new MapGISTextSymbol({
2991
3307
  <span class="method-parameter is-pulled-right">
2992
3308
  <label>类型:</label>
2993
3309
 
2994
- <span class="param-type">String</span>
3310
+ <span class="param-type">
3311
+
3312
+ String
3313
+
3314
+ </span>
2995
3315
 
2996
3316
 
2997
3317
 
@@ -3062,7 +3382,11 @@ const textSymbol = new MapGISTextSymbol({
3062
3382
  <span class="method-parameter is-pulled-right">
3063
3383
  <label>类型:</label>
3064
3384
 
3065
- <span class="param-type">Number</span>
3385
+ <span class="param-type">
3386
+
3387
+ Number
3388
+
3389
+ </span>
3066
3390
 
3067
3391
 
3068
3392
 
@@ -3133,7 +3457,11 @@ const textSymbol = new MapGISTextSymbol({
3133
3457
  <span class="method-parameter is-pulled-right">
3134
3458
  <label>类型:</label>
3135
3459
 
3136
- <span class="param-type">Number</span>
3460
+ <span class="param-type">
3461
+
3462
+ Number
3463
+
3464
+ </span>
3137
3465
 
3138
3466
 
3139
3467
 
@@ -3204,7 +3532,11 @@ const textSymbol = new MapGISTextSymbol({
3204
3532
  <span class="method-parameter is-pulled-right">
3205
3533
  <label>类型:</label>
3206
3534
 
3207
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
3535
+ <span class="param-type">
3536
+
3537
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
3538
+
3539
+ </span>
3208
3540
 
3209
3541
 
3210
3542
 
@@ -3275,7 +3607,11 @@ const textSymbol = new MapGISTextSymbol({
3275
3607
  <span class="method-parameter is-pulled-right">
3276
3608
  <label>类型:</label>
3277
3609
 
3278
- <span class="param-type">Number</span>
3610
+ <span class="param-type">
3611
+
3612
+ Number
3613
+
3614
+ </span>
3279
3615
 
3280
3616
 
3281
3617
 
@@ -3346,7 +3682,11 @@ const textSymbol = new MapGISTextSymbol({
3346
3682
  <span class="method-parameter is-pulled-right">
3347
3683
  <label>类型:</label>
3348
3684
 
3349
- <span class="param-type">Number</span>
3685
+ <span class="param-type">
3686
+
3687
+ Number
3688
+
3689
+ </span>
3350
3690
 
3351
3691
 
3352
3692
 
@@ -3417,7 +3757,11 @@ const textSymbol = new MapGISTextSymbol({
3417
3757
  <span class="method-parameter is-pulled-right">
3418
3758
  <label>类型:</label>
3419
3759
 
3420
- <span class="param-type">Boolean</span>
3760
+ <span class="param-type">
3761
+
3762
+ Boolean
3763
+
3764
+ </span>
3421
3765
 
3422
3766
 
3423
3767
 
@@ -3488,7 +3832,11 @@ const textSymbol = new MapGISTextSymbol({
3488
3832
  <span class="method-parameter is-pulled-right">
3489
3833
  <label>类型:</label>
3490
3834
 
3491
- <span class="param-type">String</span>
3835
+ <span class="param-type">
3836
+
3837
+ String
3838
+
3839
+ </span>
3492
3840
 
3493
3841
 
3494
3842
 
@@ -3564,7 +3912,11 @@ const textSymbol = new MapGISTextSymbol({
3564
3912
  <span class="method-parameter is-pulled-right">
3565
3913
  <label>类型:</label>
3566
3914
 
3567
- <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
3915
+ <span class="param-type">
3916
+
3917
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
3918
+
3919
+ </span>
3568
3920
 
3569
3921
 
3570
3922
 
@@ -3640,7 +3992,11 @@ const textSymbol = new MapGISTextSymbol({
3640
3992
  <span class="method-parameter is-pulled-right">
3641
3993
  <label>类型:</label>
3642
3994
 
3643
- <span class="param-type">Number</span>
3995
+ <span class="param-type">
3996
+
3997
+ Number
3998
+
3999
+ </span>
3644
4000
 
3645
4001
 
3646
4002
 
@@ -3716,7 +4072,11 @@ const textSymbol = new MapGISTextSymbol({
3716
4072
  <span class="method-parameter is-pulled-right">
3717
4073
  <label>类型:</label>
3718
4074
 
3719
- <span class="param-type">Number</span>
4075
+ <span class="param-type">
4076
+
4077
+ Number
4078
+
4079
+ </span>
3720
4080
 
3721
4081
 
3722
4082
 
@@ -3813,15 +4173,18 @@ const textSymbol = new MapGISTextSymbol({
3813
4173
  <code>
3814
4174
 
3815
4175
 
3816
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4176
+ <span class="param-type">
4177
+
4178
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
4179
+
4180
+ </span>
3817
4181
 
3818
4182
 
3819
4183
 
3820
4184
 
3821
4185
  </code>
3822
4186
  </td>
3823
- <td class="name"><code><a id='fromJSON'/>
3824
- 将JSON里的数据导入,并返回一个新的TextSymbol对象<a id='fromJSON'></a></code></td>
4187
+ <td class="name"><code></code></td>
3825
4188
  </tr>
3826
4189
 
3827
4190
  <tr class="deep-level-0">
@@ -3830,15 +4193,18 @@ const textSymbol = new MapGISTextSymbol({
3830
4193
  <code>
3831
4194
 
3832
4195
 
3833
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4196
+ <span class="param-type">
4197
+
4198
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
4199
+
4200
+ </span>
3834
4201
 
3835
4202
 
3836
4203
 
3837
4204
 
3838
4205
  </code>
3839
4206
  </td>
3840
- <td class="name"><code><a id='clone'/>
3841
- 克隆并返回新的符号对象</code></td>
4207
+ <td class="name"><code></code></td>
3842
4208
  </tr>
3843
4209
 
3844
4210
  <tr class="deep-level-0">
@@ -3847,15 +4213,18 @@ const textSymbol = new MapGISTextSymbol({
3847
4213
  <code>
3848
4214
 
3849
4215
 
3850
- <span class="param-type">Object</span>
4216
+ <span class="param-type">
4217
+
4218
+ Object
4219
+
4220
+ </span>
3851
4221
 
3852
4222
 
3853
4223
 
3854
4224
 
3855
4225
  </code>
3856
4226
  </td>
3857
- <td class="name"><code><a id='toJSON'/>
3858
- 导出为JSON对象</code></td>
4227
+ <td class="name"><code></code></td>
3859
4228
  </tr>
3860
4229
 
3861
4230
  </tbody>
@@ -3921,13 +4290,17 @@ const textSymbol = new MapGISTextSymbol({
3921
4290
 
3922
4291
  <tr class="deep-level-0">
3923
4292
 
3924
- <td class="name" id="json"><code>json</code></td>
4293
+ <td class="name"><code>json</code></td>
3925
4294
 
3926
4295
 
3927
4296
  <td class="type">
3928
4297
 
3929
4298
 
3930
- <span class="param-type">Object</span>
4299
+ <span class="param-type">
4300
+
4301
+ Object
4302
+
4303
+ </span>
3931
4304
 
3932
4305
 
3933
4306
 
@@ -4016,7 +4389,11 @@ const textSymbol = new MapGISTextSymbol({
4016
4389
  <div class='column is-5 has-text-left'>
4017
4390
  <label>类型: </label>
4018
4391
 
4019
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4392
+ <span class="param-type">
4393
+
4394
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
4395
+
4396
+ </span>
4020
4397
 
4021
4398
 
4022
4399
 
@@ -4139,7 +4516,11 @@ const textSymbol = new MapGISTextSymbol({
4139
4516
  <div class='column is-5 has-text-left'>
4140
4517
  <label>类型: </label>
4141
4518
 
4142
- <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
4519
+ <span class="param-type">
4520
+
4521
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
4522
+
4523
+ </span>
4143
4524
 
4144
4525
 
4145
4526
 
@@ -4262,7 +4643,11 @@ const textSymbol = new MapGISTextSymbol({
4262
4643
  <div class='column is-5 has-text-left'>
4263
4644
  <label>类型: </label>
4264
4645
 
4265
- <span class="param-type">Object</span>
4646
+ <span class="param-type">
4647
+
4648
+ Object
4649
+
4650
+ </span>
4266
4651
 
4267
4652
 
4268
4653