@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 { 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>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="backgroundPadding"><code>backgroundPadding</code></td>
112
+ <td class="name"><code>backgroundPadding</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Array.&lt;Number></span>
118
+ <span class="param-type">
119
+
120
+ Array.&lt;Number>
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,16 +142,25 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="backgroundImage"><code>backgroundImage</code></td>
145
+ <td class="name"><code>backgroundImage</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type">Image</span>
151
+ <span class="param-type">
152
+
153
+ Image
154
+
155
+ </span>
142
156
  |
143
157
 
144
- <span class="param-type">function</span>
158
+ <span class="param-type">
159
+
160
+ function
161
+
162
+ </span>
163
+
145
164
 
146
165
 
147
166
 
@@ -161,13 +180,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
161
180
 
162
181
  <tr class="deep-level-1">
163
182
 
164
- <td class="name" id="textDecorationUnderlineColor"><code>textDecorationUnderlineColor</code></td>
183
+ <td class="name"><code>textDecorationUnderlineColor</code></td>
165
184
 
166
185
 
167
186
  <td class="type">
168
187
 
169
188
 
170
- <span class="param-type">String</span>
189
+ <span class="param-type">
190
+
191
+ String
192
+
193
+ </span>
194
+
171
195
 
172
196
 
173
197
 
@@ -187,13 +211,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
187
211
 
188
212
  <tr class="deep-level-1">
189
213
 
190
- <td class="name" id="textDecorationUnderlineWidth"><code>textDecorationUnderlineWidth</code></td>
214
+ <td class="name"><code>textDecorationUnderlineWidth</code></td>
191
215
 
192
216
 
193
217
  <td class="type">
194
218
 
195
219
 
196
- <span class="param-type">Number</span>
220
+ <span class="param-type">
221
+
222
+ Number
223
+
224
+ </span>
225
+
197
226
 
198
227
 
199
228
 
@@ -213,13 +242,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
213
242
 
214
243
  <tr class="deep-level-1">
215
244
 
216
- <td class="name" id="textDecorationThroughlineColor"><code>textDecorationThroughlineColor</code></td>
245
+ <td class="name"><code>textDecorationThroughlineColor</code></td>
217
246
 
218
247
 
219
248
  <td class="type">
220
249
 
221
250
 
222
- <span class="param-type">String</span>
251
+ <span class="param-type">
252
+
253
+ String
254
+
255
+ </span>
256
+
223
257
 
224
258
 
225
259
 
@@ -239,13 +273,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
239
273
 
240
274
  <tr class="deep-level-1">
241
275
 
242
- <td class="name" id="textDecorationThroughlineWidth"><code>textDecorationThroughlineWidth</code></td>
276
+ <td class="name"><code>textDecorationThroughlineWidth</code></td>
243
277
 
244
278
 
245
279
  <td class="type">
246
280
 
247
281
 
248
- <span class="param-type">Number</span>
282
+ <span class="param-type">
283
+
284
+ Number
285
+
286
+ </span>
287
+
249
288
 
250
289
 
251
290
 
@@ -265,13 +304,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
265
304
 
266
305
  <tr class="deep-level-1">
267
306
 
268
- <td class="name" id="textShadowOffsetX"><code>textShadowOffsetX</code></td>
307
+ <td class="name"><code>textShadowOffsetX</code></td>
269
308
 
270
309
 
271
310
  <td class="type">
272
311
 
273
312
 
274
- <span class="param-type">Number</span>
313
+ <span class="param-type">
314
+
315
+ Number
316
+
317
+ </span>
318
+
275
319
 
276
320
 
277
321
 
@@ -293,13 +337,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
293
337
 
294
338
  <tr class="deep-level-1">
295
339
 
296
- <td class="name" id="textShadowOffsetY"><code>textShadowOffsetY</code></td>
340
+ <td class="name"><code>textShadowOffsetY</code></td>
297
341
 
298
342
 
299
343
  <td class="type">
300
344
 
301
345
 
302
- <span class="param-type">Number</span>
346
+ <span class="param-type">
347
+
348
+ Number
349
+
350
+ </span>
351
+
303
352
 
304
353
 
305
354
 
@@ -321,13 +370,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
321
370
 
322
371
  <tr class="deep-level-1">
323
372
 
324
- <td class="name" id="textShadowBlur"><code>textShadowBlur</code></td>
373
+ <td class="name"><code>textShadowBlur</code></td>
325
374
 
326
375
 
327
376
  <td class="type">
328
377
 
329
378
 
330
- <span class="param-type">Number</span>
379
+ <span class="param-type">
380
+
381
+ Number
382
+
383
+ </span>
384
+
331
385
 
332
386
 
333
387
 
@@ -349,13 +403,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
349
403
 
350
404
  <tr class="deep-level-1">
351
405
 
352
- <td class="name" id="textShadowColor"><code>textShadowColor</code></td>
406
+ <td class="name"><code>textShadowColor</code></td>
353
407
 
354
408
 
355
409
  <td class="type">
356
410
 
357
411
 
358
- <span class="param-type">String</span>
412
+ <span class="param-type">
413
+
414
+ String
415
+
416
+ </span>
417
+
359
418
 
360
419
 
361
420
 
@@ -375,13 +434,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
375
434
 
376
435
  <tr class="deep-level-1">
377
436
 
378
- <td class="name" id="letterSpacing"><code>letterSpacing</code></td>
437
+ <td class="name"><code>letterSpacing</code></td>
379
438
 
380
439
 
381
440
  <td class="type">
382
441
 
383
442
 
384
- <span class="param-type">Number</span>
443
+ <span class="param-type">
444
+
445
+ Number
446
+
447
+ </span>
448
+
385
449
 
386
450
 
387
451
 
@@ -403,13 +467,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
403
467
 
404
468
  <tr class="deep-level-1">
405
469
 
406
- <td class="name" id="lineMaxNum"><code>lineMaxNum</code></td>
470
+ <td class="name"><code>lineMaxNum</code></td>
407
471
 
408
472
 
409
473
  <td class="type">
410
474
 
411
475
 
412
- <span class="param-type">Number</span>
476
+ <span class="param-type">
477
+
478
+ Number
479
+
480
+ </span>
481
+
413
482
 
414
483
 
415
484
 
@@ -431,13 +500,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
431
500
 
432
501
  <tr class="deep-level-1">
433
502
 
434
- <td class="name" id="textWraps"><code>textWraps</code></td>
503
+ <td class="name"><code>textWraps</code></td>
435
504
 
436
505
 
437
506
  <td class="type">
438
507
 
439
508
 
440
- <span class="param-type">Boolean</span>
509
+ <span class="param-type">
510
+
511
+ Boolean
512
+
513
+ </span>
514
+
441
515
 
442
516
 
443
517
 
@@ -459,13 +533,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
459
533
 
460
534
  <tr class="deep-level-1">
461
535
 
462
- <td class="name" id="textExtraIcon"><code>textExtraIcon</code></td>
536
+ <td class="name"><code>textExtraIcon</code></td>
463
537
 
464
538
 
465
539
  <td class="type">
466
540
 
467
541
 
468
- <span class="param-type">Image</span>
542
+ <span class="param-type">
543
+
544
+ Image
545
+
546
+ </span>
547
+
469
548
 
470
549
 
471
550
 
@@ -485,13 +564,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
485
564
 
486
565
  <tr class="deep-level-1">
487
566
 
488
- <td class="name" id="textExtraIconAnchor"><code>textExtraIconAnchor</code></td>
567
+ <td class="name"><code>textExtraIconAnchor</code></td>
489
568
 
490
569
 
491
570
  <td class="type">
492
571
 
493
572
 
494
- <span class="param-type">String</span>
573
+ <span class="param-type">
574
+
575
+ String
576
+
577
+ </span>
578
+
495
579
 
496
580
 
497
581
 
@@ -513,13 +597,18 @@ import { MapGISTextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
513
597
 
514
598
  <tr class="deep-level-1">
515
599
 
516
- <td class="name" id="textExtraIconSize"><code>textExtraIconSize</code></td>
600
+ <td class="name"><code>textExtraIconSize</code></td>
517
601
 
518
602
 
519
603
  <td class="type">
520
604
 
521
605
 
522
- <span class="param-type">Number</span>
606
+ <span class="param-type">
607
+
608
+ Number
609
+
610
+ </span>
611
+
523
612
 
524
613
 
525
614
 
@@ -657,7 +746,7 @@ const textSymbol = new MapGISTextSymbol({
657
746
 
658
747
 
659
748
  <ul>
660
- <li><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></li>
749
+ <li><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></li>
661
750
  </ul>
662
751
 
663
752
 
@@ -689,11 +778,16 @@ const textSymbol = new MapGISTextSymbol({
689
778
  <tbody>
690
779
 
691
780
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="MapGISTextSymbol.html#angle">angle</a></code></td>
781
+ <td class="name"><code><a href="#angle">angle</a></code></td>
693
782
  <td class="name">
694
783
  <code>
695
784
 
696
- <span class="param-type">Number</span>
785
+ <span class="param-type">
786
+
787
+ Number
788
+
789
+ </span>
790
+
697
791
 
698
792
 
699
793
  </code>
@@ -702,11 +796,16 @@ const textSymbol = new MapGISTextSymbol({
702
796
  </tr>
703
797
 
704
798
  <tr class="deep-level-0">
705
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundColor">backgroundColor</a></code></td>
799
+ <td class="name"><code><a href="#backgroundColor">backgroundColor</a></code></td>
706
800
  <td class="name">
707
801
  <code>
708
802
 
709
- <span class="param-type"><a 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>
808
+
710
809
 
711
810
 
712
811
  </code>
@@ -715,14 +814,23 @@ const textSymbol = new MapGISTextSymbol({
715
814
  </tr>
716
815
 
717
816
  <tr class="deep-level-0">
718
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundImage">backgroundImage</a></code></td>
817
+ <td class="name"><code><a href="#backgroundImage">backgroundImage</a></code></td>
719
818
  <td class="name">
720
819
  <code>
721
820
 
722
- <span class="param-type">function</span>
821
+ <span class="param-type">
822
+
823
+ function
824
+
825
+ </span>
723
826
  |
724
827
 
725
- <span class="param-type">Image</span>
828
+ <span class="param-type">
829
+
830
+ Image
831
+
832
+ </span>
833
+
726
834
 
727
835
 
728
836
  </code>
@@ -731,11 +839,16 @@ const textSymbol = new MapGISTextSymbol({
731
839
  </tr>
732
840
 
733
841
  <tr class="deep-level-0">
734
- <td class="name"><code><a href="MapGISTextSymbol.html#backgroundPadding">backgroundPadding</a></code></td>
842
+ <td class="name"><code><a href="#backgroundPadding">backgroundPadding</a></code></td>
735
843
  <td class="name">
736
844
  <code>
737
845
 
738
- <span class="param-type">Array.&lt;Number></span>
846
+ <span class="param-type">
847
+
848
+ Array.&lt;Number>
849
+
850
+ </span>
851
+
739
852
 
740
853
 
741
854
  </code>
@@ -744,11 +857,16 @@ const textSymbol = new MapGISTextSymbol({
744
857
  </tr>
745
858
 
746
859
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="MapGISTextSymbol.html#borderLineColor">borderLineColor</a></code></td>
860
+ <td class="name"><code><a href="#borderLineColor">borderLineColor</a></code></td>
748
861
  <td class="name">
749
862
  <code>
750
863
 
751
- <span class="param-type"><a 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>
869
+
752
870
 
753
871
 
754
872
  </code>
@@ -757,11 +875,16 @@ const textSymbol = new MapGISTextSymbol({
757
875
  </tr>
758
876
 
759
877
  <tr class="deep-level-0">
760
- <td class="name"><code><a href="MapGISTextSymbol.html#borderLineSize">borderLineSize</a></code></td>
878
+ <td class="name"><code><a href="#borderLineSize">borderLineSize</a></code></td>
761
879
  <td class="name">
762
880
  <code>
763
881
 
764
- <span class="param-type">Number</span>
882
+ <span class="param-type">
883
+
884
+ Number
885
+
886
+ </span>
887
+
765
888
 
766
889
 
767
890
  </code>
@@ -770,11 +893,16 @@ const textSymbol = new MapGISTextSymbol({
770
893
  </tr>
771
894
 
772
895
  <tr class="deep-level-0">
773
- <td class="name"><code><a href="MapGISTextSymbol.html#color">color</a></code></td>
896
+ <td class="name"><code><a href="#color">color</a></code></td>
774
897
  <td class="name">
775
898
  <code>
776
899
 
777
- <span class="param-type"><a 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>
905
+
778
906
 
779
907
 
780
908
  </code>
@@ -783,11 +911,16 @@ const textSymbol = new MapGISTextSymbol({
783
911
  </tr>
784
912
 
785
913
  <tr class="deep-level-0">
786
- <td class="name"><code><a href="MapGISTextSymbol.html#extendOptions">extendOptions</a></code></td>
914
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
787
915
  <td class="name">
788
916
  <code>
789
917
 
790
- <span class="param-type">Object</span>
918
+ <span class="param-type">
919
+
920
+ Object
921
+
922
+ </span>
923
+
791
924
 
792
925
 
793
926
  </code>
@@ -796,11 +929,16 @@ const textSymbol = new MapGISTextSymbol({
796
929
  </tr>
797
930
 
798
931
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="MapGISTextSymbol.html#font">font</a></code></td>
932
+ <td class="name"><code><a href="#font">font</a></code></td>
800
933
  <td class="name">
801
934
  <code>
802
935
 
803
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
941
+
804
942
 
805
943
 
806
944
  </code>
@@ -809,11 +947,16 @@ const textSymbol = new MapGISTextSymbol({
809
947
  </tr>
810
948
 
811
949
  <tr class="deep-level-0">
812
- <td class="name"><code><a href="MapGISTextSymbol.html#haloColor">haloColor</a></code></td>
950
+ <td class="name"><code><a href="#haloColor">haloColor</a></code></td>
813
951
  <td class="name">
814
952
  <code>
815
953
 
816
- <span class="param-type"><a 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>
959
+
817
960
 
818
961
 
819
962
  </code>
@@ -822,11 +965,16 @@ const textSymbol = new MapGISTextSymbol({
822
965
  </tr>
823
966
 
824
967
  <tr class="deep-level-0">
825
- <td class="name"><code><a href="MapGISTextSymbol.html#haloSize">haloSize</a></code></td>
968
+ <td class="name"><code><a href="#haloSize">haloSize</a></code></td>
826
969
  <td class="name">
827
970
  <code>
828
971
 
829
- <span class="param-type">Number</span>
972
+ <span class="param-type">
973
+
974
+ Number
975
+
976
+ </span>
977
+
830
978
 
831
979
 
832
980
  </code>
@@ -835,11 +983,16 @@ const textSymbol = new MapGISTextSymbol({
835
983
  </tr>
836
984
 
837
985
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="MapGISTextSymbol.html#horizontalAlignment">horizontalAlignment</a></code></td>
986
+ <td class="name"><code><a href="#horizontalAlignment">horizontalAlignment</a></code></td>
839
987
  <td class="name">
840
988
  <code>
841
989
 
842
- <span class="param-type"><a 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>
995
+
843
996
 
844
997
 
845
998
  </code>
@@ -848,11 +1001,16 @@ const textSymbol = new MapGISTextSymbol({
848
1001
  </tr>
849
1002
 
850
1003
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="MapGISTextSymbol.html#kerning">kerning</a></code></td>
1004
+ <td class="name"><code><a href="#kerning">kerning</a></code></td>
852
1005
  <td class="name">
853
1006
  <code>
854
1007
 
855
- <span class="param-type">Boolean</span>
1008
+ <span class="param-type">
1009
+
1010
+ Boolean
1011
+
1012
+ </span>
1013
+
856
1014
 
857
1015
 
858
1016
  </code>
@@ -861,11 +1019,16 @@ const textSymbol = new MapGISTextSymbol({
861
1019
  </tr>
862
1020
 
863
1021
  <tr class="deep-level-0">
864
- <td class="name"><code><a href="MapGISTextSymbol.html#letterSpacing">letterSpacing</a></code></td>
1022
+ <td class="name"><code><a href="#letterSpacing">letterSpacing</a></code></td>
865
1023
  <td class="name">
866
1024
  <code>
867
1025
 
868
- <span class="param-type">Number</span>
1026
+ <span class="param-type">
1027
+
1028
+ Number
1029
+
1030
+ </span>
1031
+
869
1032
 
870
1033
 
871
1034
  </code>
@@ -874,11 +1037,16 @@ const textSymbol = new MapGISTextSymbol({
874
1037
  </tr>
875
1038
 
876
1039
  <tr class="deep-level-0">
877
- <td class="name"><code><a href="MapGISTextSymbol.html#lineHeight">lineHeight</a></code></td>
1040
+ <td class="name"><code><a href="#lineHeight">lineHeight</a></code></td>
878
1041
  <td class="name">
879
1042
  <code>
880
1043
 
881
- <span class="param-type">Number</span>
1044
+ <span class="param-type">
1045
+
1046
+ Number
1047
+
1048
+ </span>
1049
+
882
1050
 
883
1051
 
884
1052
  </code>
@@ -887,11 +1055,16 @@ const textSymbol = new MapGISTextSymbol({
887
1055
  </tr>
888
1056
 
889
1057
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="MapGISTextSymbol.html#lineMaxNum">lineMaxNum</a></code></td>
1058
+ <td class="name"><code><a href="#lineMaxNum">lineMaxNum</a></code></td>
891
1059
  <td class="name">
892
1060
  <code>
893
1061
 
894
- <span class="param-type">Number</span>
1062
+ <span class="param-type">
1063
+
1064
+ Number
1065
+
1066
+ </span>
1067
+
895
1068
 
896
1069
 
897
1070
  </code>
@@ -900,11 +1073,16 @@ const textSymbol = new MapGISTextSymbol({
900
1073
  </tr>
901
1074
 
902
1075
  <tr class="deep-level-0">
903
- <td class="name"><code><a href="MapGISTextSymbol.html#lineWidth">lineWidth</a></code></td>
1076
+ <td class="name"><code><a href="#lineWidth">lineWidth</a></code></td>
904
1077
  <td class="name">
905
1078
  <code>
906
1079
 
907
- <span class="param-type">Number</span>
1080
+ <span class="param-type">
1081
+
1082
+ Number
1083
+
1084
+ </span>
1085
+
908
1086
 
909
1087
 
910
1088
  </code>
@@ -913,11 +1091,16 @@ const textSymbol = new MapGISTextSymbol({
913
1091
  </tr>
914
1092
 
915
1093
  <tr class="deep-level-0">
916
- <td class="name"><code><a href="MapGISTextSymbol.html#rotated">rotated</a></code></td>
1094
+ <td class="name"><code><a href="#rotated">rotated</a></code></td>
917
1095
  <td class="name">
918
1096
  <code>
919
1097
 
920
- <span class="param-type">Boolean</span>
1098
+ <span class="param-type">
1099
+
1100
+ Boolean
1101
+
1102
+ </span>
1103
+
921
1104
 
922
1105
 
923
1106
  </code>
@@ -926,11 +1109,16 @@ const textSymbol = new MapGISTextSymbol({
926
1109
  </tr>
927
1110
 
928
1111
  <tr class="deep-level-0">
929
- <td class="name"><code><a href="MapGISTextSymbol.html#text">text</a></code></td>
1112
+ <td class="name"><code><a href="#text">text</a></code></td>
930
1113
  <td class="name">
931
1114
  <code>
932
1115
 
933
- <span class="param-type">String</span>
1116
+ <span class="param-type">
1117
+
1118
+ String
1119
+
1120
+ </span>
1121
+
934
1122
 
935
1123
 
936
1124
  </code>
@@ -939,11 +1127,16 @@ const textSymbol = new MapGISTextSymbol({
939
1127
  </tr>
940
1128
 
941
1129
  <tr class="deep-level-0">
942
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationThroughlineColor">textDecorationThroughlineColor</a></code></td>
1130
+ <td class="name"><code><a href="#textDecorationThroughlineColor">textDecorationThroughlineColor</a></code></td>
943
1131
  <td class="name">
944
1132
  <code>
945
1133
 
946
- <span class="param-type"><a 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>
1139
+
947
1140
 
948
1141
 
949
1142
  </code>
@@ -952,11 +1145,16 @@ const textSymbol = new MapGISTextSymbol({
952
1145
  </tr>
953
1146
 
954
1147
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationThroughlineWidth">textDecorationThroughlineWidth</a></code></td>
1148
+ <td class="name"><code><a href="#textDecorationThroughlineWidth">textDecorationThroughlineWidth</a></code></td>
956
1149
  <td class="name">
957
1150
  <code>
958
1151
 
959
- <span class="param-type">Number</span>
1152
+ <span class="param-type">
1153
+
1154
+ Number
1155
+
1156
+ </span>
1157
+
960
1158
 
961
1159
 
962
1160
  </code>
@@ -965,11 +1163,16 @@ const textSymbol = new MapGISTextSymbol({
965
1163
  </tr>
966
1164
 
967
1165
  <tr class="deep-level-0">
968
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationUnderlineColor">textDecorationUnderlineColor</a></code></td>
1166
+ <td class="name"><code><a href="#textDecorationUnderlineColor">textDecorationUnderlineColor</a></code></td>
969
1167
  <td class="name">
970
1168
  <code>
971
1169
 
972
- <span class="param-type"><a 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>
1175
+
973
1176
 
974
1177
 
975
1178
  </code>
@@ -978,11 +1181,16 @@ const textSymbol = new MapGISTextSymbol({
978
1181
  </tr>
979
1182
 
980
1183
  <tr class="deep-level-0">
981
- <td class="name"><code><a href="MapGISTextSymbol.html#textDecorationUnderlineWidth">textDecorationUnderlineWidth</a></code></td>
1184
+ <td class="name"><code><a href="#textDecorationUnderlineWidth">textDecorationUnderlineWidth</a></code></td>
982
1185
  <td class="name">
983
1186
  <code>
984
1187
 
985
- <span class="param-type">Number</span>
1188
+ <span class="param-type">
1189
+
1190
+ Number
1191
+
1192
+ </span>
1193
+
986
1194
 
987
1195
 
988
1196
  </code>
@@ -991,11 +1199,16 @@ const textSymbol = new MapGISTextSymbol({
991
1199
  </tr>
992
1200
 
993
1201
  <tr class="deep-level-0">
994
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIcon">textExtraIcon</a></code></td>
1202
+ <td class="name"><code><a href="#textExtraIcon">textExtraIcon</a></code></td>
995
1203
  <td class="name">
996
1204
  <code>
997
1205
 
998
- <span class="param-type">Image</span>
1206
+ <span class="param-type">
1207
+
1208
+ Image
1209
+
1210
+ </span>
1211
+
999
1212
 
1000
1213
 
1001
1214
  </code>
@@ -1004,11 +1217,16 @@ const textSymbol = new MapGISTextSymbol({
1004
1217
  </tr>
1005
1218
 
1006
1219
  <tr class="deep-level-0">
1007
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIconAnchor">textExtraIconAnchor</a></code></td>
1220
+ <td class="name"><code><a href="#textExtraIconAnchor">textExtraIconAnchor</a></code></td>
1008
1221
  <td class="name">
1009
1222
  <code>
1010
1223
 
1011
- <span class="param-type">String</span>
1224
+ <span class="param-type">
1225
+
1226
+ String
1227
+
1228
+ </span>
1229
+
1012
1230
 
1013
1231
 
1014
1232
  </code>
@@ -1017,11 +1235,16 @@ const textSymbol = new MapGISTextSymbol({
1017
1235
  </tr>
1018
1236
 
1019
1237
  <tr class="deep-level-0">
1020
- <td class="name"><code><a href="MapGISTextSymbol.html#textExtraIconSize">textExtraIconSize</a></code></td>
1238
+ <td class="name"><code><a href="#textExtraIconSize">textExtraIconSize</a></code></td>
1021
1239
  <td class="name">
1022
1240
  <code>
1023
1241
 
1024
- <span class="param-type">Number</span>
1242
+ <span class="param-type">
1243
+
1244
+ Number
1245
+
1246
+ </span>
1247
+
1025
1248
 
1026
1249
 
1027
1250
  </code>
@@ -1030,11 +1253,16 @@ const textSymbol = new MapGISTextSymbol({
1030
1253
  </tr>
1031
1254
 
1032
1255
  <tr class="deep-level-0">
1033
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowBlur">textShadowBlur</a></code></td>
1256
+ <td class="name"><code><a href="#textShadowBlur">textShadowBlur</a></code></td>
1034
1257
  <td class="name">
1035
1258
  <code>
1036
1259
 
1037
- <span class="param-type">Number</span>
1260
+ <span class="param-type">
1261
+
1262
+ Number
1263
+
1264
+ </span>
1265
+
1038
1266
 
1039
1267
 
1040
1268
  </code>
@@ -1043,11 +1271,16 @@ const textSymbol = new MapGISTextSymbol({
1043
1271
  </tr>
1044
1272
 
1045
1273
  <tr class="deep-level-0">
1046
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowColor">textShadowColor</a></code></td>
1274
+ <td class="name"><code><a href="#textShadowColor">textShadowColor</a></code></td>
1047
1275
  <td class="name">
1048
1276
  <code>
1049
1277
 
1050
- <span class="param-type"><a 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>
1283
+
1051
1284
 
1052
1285
 
1053
1286
  </code>
@@ -1056,11 +1289,16 @@ const textSymbol = new MapGISTextSymbol({
1056
1289
  </tr>
1057
1290
 
1058
1291
  <tr class="deep-level-0">
1059
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowOffsetX">textShadowOffsetX</a></code></td>
1292
+ <td class="name"><code><a href="#textShadowOffsetX">textShadowOffsetX</a></code></td>
1060
1293
  <td class="name">
1061
1294
  <code>
1062
1295
 
1063
- <span class="param-type">Number</span>
1296
+ <span class="param-type">
1297
+
1298
+ Number
1299
+
1300
+ </span>
1301
+
1064
1302
 
1065
1303
 
1066
1304
  </code>
@@ -1069,11 +1307,16 @@ const textSymbol = new MapGISTextSymbol({
1069
1307
  </tr>
1070
1308
 
1071
1309
  <tr class="deep-level-0">
1072
- <td class="name"><code><a href="MapGISTextSymbol.html#textShadowOffsetY">textShadowOffsetY</a></code></td>
1310
+ <td class="name"><code><a href="#textShadowOffsetY">textShadowOffsetY</a></code></td>
1073
1311
  <td class="name">
1074
1312
  <code>
1075
1313
 
1076
- <span class="param-type">Number</span>
1314
+ <span class="param-type">
1315
+
1316
+ Number
1317
+
1318
+ </span>
1319
+
1077
1320
 
1078
1321
 
1079
1322
  </code>
@@ -1082,11 +1325,16 @@ const textSymbol = new MapGISTextSymbol({
1082
1325
  </tr>
1083
1326
 
1084
1327
  <tr class="deep-level-0">
1085
- <td class="name"><code><a href="MapGISTextSymbol.html#textWraps">textWraps</a></code></td>
1328
+ <td class="name"><code><a href="#textWraps">textWraps</a></code></td>
1086
1329
  <td class="name">
1087
1330
  <code>
1088
1331
 
1089
- <span class="param-type">Boolean</span>
1332
+ <span class="param-type">
1333
+
1334
+ Boolean
1335
+
1336
+ </span>
1337
+
1090
1338
 
1091
1339
 
1092
1340
  </code>
@@ -1095,11 +1343,16 @@ const textSymbol = new MapGISTextSymbol({
1095
1343
  </tr>
1096
1344
 
1097
1345
  <tr class="deep-level-0">
1098
- <td class="name"><code><a href="MapGISTextSymbol.html#type">type</a></code></td>
1346
+ <td class="name"><code><a href="#type">type</a></code></td>
1099
1347
  <td class="name">
1100
1348
  <code>
1101
1349
 
1102
- <span class="param-type">String</span>
1350
+ <span class="param-type">
1351
+
1352
+ String
1353
+
1354
+ </span>
1355
+
1103
1356
 
1104
1357
 
1105
1358
  </code>
@@ -1108,11 +1361,16 @@ const textSymbol = new MapGISTextSymbol({
1108
1361
  </tr>
1109
1362
 
1110
1363
  <tr class="deep-level-0">
1111
- <td class="name"><code><a href="MapGISTextSymbol.html#verticalAlignment">verticalAlignment</a></code></td>
1364
+ <td class="name"><code><a href="#verticalAlignment">verticalAlignment</a></code></td>
1112
1365
  <td class="name">
1113
1366
  <code>
1114
1367
 
1115
- <span class="param-type"><a 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>
1373
+
1116
1374
 
1117
1375
 
1118
1376
  </code>
@@ -1121,11 +1379,16 @@ const textSymbol = new MapGISTextSymbol({
1121
1379
  </tr>
1122
1380
 
1123
1381
  <tr class="deep-level-0">
1124
- <td class="name"><code><a href="MapGISTextSymbol.html#xoffset">xoffset</a></code></td>
1382
+ <td class="name"><code><a href="#xoffset">xoffset</a></code></td>
1125
1383
  <td class="name">
1126
1384
  <code>
1127
1385
 
1128
- <span class="param-type">Number</span>
1386
+ <span class="param-type">
1387
+
1388
+ Number
1389
+
1390
+ </span>
1391
+
1129
1392
 
1130
1393
 
1131
1394
  </code>
@@ -1134,11 +1397,16 @@ const textSymbol = new MapGISTextSymbol({
1134
1397
  </tr>
1135
1398
 
1136
1399
  <tr class="deep-level-0">
1137
- <td class="name"><code><a href="MapGISTextSymbol.html#yoffset">yoffset</a></code></td>
1400
+ <td class="name"><code><a href="#yoffset">yoffset</a></code></td>
1138
1401
  <td class="name">
1139
1402
  <code>
1140
1403
 
1141
- <span class="param-type">Number</span>
1404
+ <span class="param-type">
1405
+
1406
+ Number
1407
+
1408
+ </span>
1409
+
1142
1410
 
1143
1411
 
1144
1412
  </code>
@@ -1157,7 +1425,12 @@ const textSymbol = new MapGISTextSymbol({
1157
1425
  <span class="method-parameter is-pulled-right">
1158
1426
  <label>类型:</label>
1159
1427
 
1160
- <span class="param-type">Number</span>
1428
+ <span class="param-type">
1429
+
1430
+ Number
1431
+
1432
+ </span>
1433
+
1161
1434
 
1162
1435
 
1163
1436
  </span>
@@ -1191,7 +1464,7 @@ const textSymbol = new MapGISTextSymbol({
1191
1464
 
1192
1465
  <dt class="inherited-from">Inherited From:</dt>
1193
1466
  <dd class="inherited-from"><ul class="dummy"><li>
1194
- <a class="mapgis-link-name" title="TextSymbol#angle" TextSymbol.html#angle>TextSymbol#angle</a>
1467
+ <a goto="angle" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#angle" TextSymbol.html#angle>TextSymbol#angle</a>
1195
1468
  </li></ul></dd>
1196
1469
 
1197
1470
 
@@ -1232,7 +1505,12 @@ const textSymbol = new MapGISTextSymbol({
1232
1505
  <span class="method-parameter is-pulled-right">
1233
1506
  <label>类型:</label>
1234
1507
 
1235
- <span class="param-type"><a 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>
1513
+
1236
1514
 
1237
1515
 
1238
1516
  </span>
@@ -1266,7 +1544,7 @@ const textSymbol = new MapGISTextSymbol({
1266
1544
 
1267
1545
  <dt class="inherited-from">Inherited From:</dt>
1268
1546
  <dd class="inherited-from"><ul class="dummy"><li>
1269
- <a class="mapgis-link-name" title="TextSymbol#backgroundColor" TextSymbol.html#backgroundColor>TextSymbol#backgroundColor</a>
1547
+ <a goto="backgroundColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#backgroundColor" TextSymbol.html#backgroundColor>TextSymbol#backgroundColor</a>
1270
1548
  </li></ul></dd>
1271
1549
 
1272
1550
 
@@ -1307,10 +1585,19 @@ const textSymbol = new MapGISTextSymbol({
1307
1585
  <span class="method-parameter is-pulled-right">
1308
1586
  <label>类型:</label>
1309
1587
 
1310
- <span class="param-type">function</span>
1588
+ <span class="param-type">
1589
+
1590
+ function
1591
+
1592
+ </span>
1311
1593
  |
1312
1594
 
1313
- <span class="param-type">Image</span>
1595
+ <span class="param-type">
1596
+
1597
+ Image
1598
+
1599
+ </span>
1600
+
1314
1601
 
1315
1602
 
1316
1603
  </span>
@@ -1380,7 +1667,12 @@ const textSymbol = new MapGISTextSymbol({
1380
1667
  <span class="method-parameter is-pulled-right">
1381
1668
  <label>类型:</label>
1382
1669
 
1383
- <span class="param-type">Array.&lt;Number></span>
1670
+ <span class="param-type">
1671
+
1672
+ Array.&lt;Number>
1673
+
1674
+ </span>
1675
+
1384
1676
 
1385
1677
 
1386
1678
  </span>
@@ -1450,7 +1742,12 @@ const textSymbol = new MapGISTextSymbol({
1450
1742
  <span class="method-parameter is-pulled-right">
1451
1743
  <label>类型:</label>
1452
1744
 
1453
- <span class="param-type"><a 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>
1750
+
1454
1751
 
1455
1752
 
1456
1753
  </span>
@@ -1484,7 +1781,7 @@ const textSymbol = new MapGISTextSymbol({
1484
1781
 
1485
1782
  <dt class="inherited-from">Inherited From:</dt>
1486
1783
  <dd class="inherited-from"><ul class="dummy"><li>
1487
- <a class="mapgis-link-name" title="TextSymbol#borderLineColor" TextSymbol.html#borderLineColor>TextSymbol#borderLineColor</a>
1784
+ <a goto="borderLineColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#borderLineColor" TextSymbol.html#borderLineColor>TextSymbol#borderLineColor</a>
1488
1785
  </li></ul></dd>
1489
1786
 
1490
1787
 
@@ -1525,7 +1822,12 @@ const textSymbol = new MapGISTextSymbol({
1525
1822
  <span class="method-parameter is-pulled-right">
1526
1823
  <label>类型:</label>
1527
1824
 
1528
- <span class="param-type">Number</span>
1825
+ <span class="param-type">
1826
+
1827
+ Number
1828
+
1829
+ </span>
1830
+
1529
1831
 
1530
1832
 
1531
1833
  </span>
@@ -1559,7 +1861,7 @@ const textSymbol = new MapGISTextSymbol({
1559
1861
 
1560
1862
  <dt class="inherited-from">Inherited From:</dt>
1561
1863
  <dd class="inherited-from"><ul class="dummy"><li>
1562
- <a class="mapgis-link-name" title="TextSymbol#borderLineSize" TextSymbol.html#borderLineSize>TextSymbol#borderLineSize</a>
1864
+ <a goto="borderLineSize" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#borderLineSize" TextSymbol.html#borderLineSize>TextSymbol#borderLineSize</a>
1563
1865
  </li></ul></dd>
1564
1866
 
1565
1867
 
@@ -1600,7 +1902,12 @@ const textSymbol = new MapGISTextSymbol({
1600
1902
  <span class="method-parameter is-pulled-right">
1601
1903
  <label>类型:</label>
1602
1904
 
1603
- <span class="param-type"><a 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>
1910
+
1604
1911
 
1605
1912
 
1606
1913
  </span>
@@ -1634,7 +1941,7 @@ const textSymbol = new MapGISTextSymbol({
1634
1941
 
1635
1942
  <dt class="inherited-from">Inherited From:</dt>
1636
1943
  <dd class="inherited-from"><ul class="dummy"><li>
1637
- <a class="mapgis-link-name" title="TextSymbol#color" TextSymbol.html#color>TextSymbol#color</a>
1944
+ <a goto="color" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#color" TextSymbol.html#color>TextSymbol#color</a>
1638
1945
  </li></ul></dd>
1639
1946
 
1640
1947
 
@@ -1675,7 +1982,12 @@ const textSymbol = new MapGISTextSymbol({
1675
1982
  <span class="method-parameter is-pulled-right">
1676
1983
  <label>类型:</label>
1677
1984
 
1678
- <span class="param-type">Object</span>
1985
+ <span class="param-type">
1986
+
1987
+ Object
1988
+
1989
+ </span>
1990
+
1679
1991
 
1680
1992
 
1681
1993
  </span>
@@ -1709,7 +2021,7 @@ const textSymbol = new MapGISTextSymbol({
1709
2021
 
1710
2022
  <dt class="inherited-from">Inherited From:</dt>
1711
2023
  <dd class="inherited-from"><ul class="dummy"><li>
1712
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
2024
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1713
2025
  </li></ul></dd>
1714
2026
 
1715
2027
 
@@ -1750,7 +2062,12 @@ const textSymbol = new MapGISTextSymbol({
1750
2062
  <span class="method-parameter is-pulled-right">
1751
2063
  <label>类型:</label>
1752
2064
 
1753
- <span class="param-type">String</span>
2065
+ <span class="param-type">
2066
+
2067
+ String
2068
+
2069
+ </span>
2070
+
1754
2071
 
1755
2072
 
1756
2073
  </span>
@@ -1784,7 +2101,7 @@ const textSymbol = new MapGISTextSymbol({
1784
2101
 
1785
2102
  <dt class="inherited-from">Inherited From:</dt>
1786
2103
  <dd class="inherited-from"><ul class="dummy"><li>
1787
- <a class="mapgis-link-name" title="TextSymbol#font" TextSymbol.html#font>TextSymbol#font</a>
2104
+ <a goto="font" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#font" TextSymbol.html#font>TextSymbol#font</a>
1788
2105
  </li></ul></dd>
1789
2106
 
1790
2107
 
@@ -1825,7 +2142,12 @@ const textSymbol = new MapGISTextSymbol({
1825
2142
  <span class="method-parameter is-pulled-right">
1826
2143
  <label>类型:</label>
1827
2144
 
1828
- <span class="param-type"><a 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>
2150
+
1829
2151
 
1830
2152
 
1831
2153
  </span>
@@ -1859,7 +2181,7 @@ const textSymbol = new MapGISTextSymbol({
1859
2181
 
1860
2182
  <dt class="inherited-from">Inherited From:</dt>
1861
2183
  <dd class="inherited-from"><ul class="dummy"><li>
1862
- <a class="mapgis-link-name" title="TextSymbol#haloColor" TextSymbol.html#haloColor>TextSymbol#haloColor</a>
2184
+ <a goto="haloColor" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#haloColor" TextSymbol.html#haloColor>TextSymbol#haloColor</a>
1863
2185
  </li></ul></dd>
1864
2186
 
1865
2187
 
@@ -1900,7 +2222,12 @@ const textSymbol = new MapGISTextSymbol({
1900
2222
  <span class="method-parameter is-pulled-right">
1901
2223
  <label>类型:</label>
1902
2224
 
1903
- <span class="param-type">Number</span>
2225
+ <span class="param-type">
2226
+
2227
+ Number
2228
+
2229
+ </span>
2230
+
1904
2231
 
1905
2232
 
1906
2233
  </span>
@@ -1934,7 +2261,7 @@ const textSymbol = new MapGISTextSymbol({
1934
2261
 
1935
2262
  <dt class="inherited-from">Inherited From:</dt>
1936
2263
  <dd class="inherited-from"><ul class="dummy"><li>
1937
- <a class="mapgis-link-name" title="TextSymbol#haloSize" TextSymbol.html#haloSize>TextSymbol#haloSize</a>
2264
+ <a goto="haloSize" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#haloSize" TextSymbol.html#haloSize>TextSymbol#haloSize</a>
1938
2265
  </li></ul></dd>
1939
2266
 
1940
2267
 
@@ -1975,7 +2302,12 @@ const textSymbol = new MapGISTextSymbol({
1975
2302
  <span class="method-parameter is-pulled-right">
1976
2303
  <label>类型:</label>
1977
2304
 
1978
- <span class="param-type"><a 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>
2310
+
1979
2311
 
1980
2312
 
1981
2313
  </span>
@@ -2009,7 +2341,7 @@ const textSymbol = new MapGISTextSymbol({
2009
2341
 
2010
2342
  <dt class="inherited-from">Inherited From:</dt>
2011
2343
  <dd class="inherited-from"><ul class="dummy"><li>
2012
- <a class="mapgis-link-name" title="TextSymbol#horizontalAlignment" TextSymbol.html#horizontalAlignment>TextSymbol#horizontalAlignment</a>
2344
+ <a goto="horizontalAlignment" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#horizontalAlignment" TextSymbol.html#horizontalAlignment>TextSymbol#horizontalAlignment</a>
2013
2345
  </li></ul></dd>
2014
2346
 
2015
2347
 
@@ -2050,7 +2382,12 @@ const textSymbol = new MapGISTextSymbol({
2050
2382
  <span class="method-parameter is-pulled-right">
2051
2383
  <label>类型:</label>
2052
2384
 
2053
- <span class="param-type">Boolean</span>
2385
+ <span class="param-type">
2386
+
2387
+ Boolean
2388
+
2389
+ </span>
2390
+
2054
2391
 
2055
2392
 
2056
2393
  </span>
@@ -2084,7 +2421,7 @@ const textSymbol = new MapGISTextSymbol({
2084
2421
 
2085
2422
  <dt class="inherited-from">Inherited From:</dt>
2086
2423
  <dd class="inherited-from"><ul class="dummy"><li>
2087
- <a class="mapgis-link-name" title="TextSymbol#kerning" TextSymbol.html#kerning>TextSymbol#kerning</a>
2424
+ <a goto="kerning" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#kerning" TextSymbol.html#kerning>TextSymbol#kerning</a>
2088
2425
  </li></ul></dd>
2089
2426
 
2090
2427
 
@@ -2125,7 +2462,12 @@ const textSymbol = new MapGISTextSymbol({
2125
2462
  <span class="method-parameter is-pulled-right">
2126
2463
  <label>类型:</label>
2127
2464
 
2128
- <span class="param-type">Number</span>
2465
+ <span class="param-type">
2466
+
2467
+ Number
2468
+
2469
+ </span>
2470
+
2129
2471
 
2130
2472
 
2131
2473
  </span>
@@ -2195,7 +2537,12 @@ const textSymbol = new MapGISTextSymbol({
2195
2537
  <span class="method-parameter is-pulled-right">
2196
2538
  <label>类型:</label>
2197
2539
 
2198
- <span class="param-type">Number</span>
2540
+ <span class="param-type">
2541
+
2542
+ Number
2543
+
2544
+ </span>
2545
+
2199
2546
 
2200
2547
 
2201
2548
  </span>
@@ -2229,7 +2576,7 @@ const textSymbol = new MapGISTextSymbol({
2229
2576
 
2230
2577
  <dt class="inherited-from">Inherited From:</dt>
2231
2578
  <dd class="inherited-from"><ul class="dummy"><li>
2232
- <a class="mapgis-link-name" title="TextSymbol#lineHeight" TextSymbol.html#lineHeight>TextSymbol#lineHeight</a>
2579
+ <a goto="lineHeight" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#lineHeight" TextSymbol.html#lineHeight>TextSymbol#lineHeight</a>
2233
2580
  </li></ul></dd>
2234
2581
 
2235
2582
 
@@ -2270,7 +2617,12 @@ const textSymbol = new MapGISTextSymbol({
2270
2617
  <span class="method-parameter is-pulled-right">
2271
2618
  <label>类型:</label>
2272
2619
 
2273
- <span class="param-type">Number</span>
2620
+ <span class="param-type">
2621
+
2622
+ Number
2623
+
2624
+ </span>
2625
+
2274
2626
 
2275
2627
 
2276
2628
  </span>
@@ -2340,7 +2692,12 @@ const textSymbol = new MapGISTextSymbol({
2340
2692
  <span class="method-parameter is-pulled-right">
2341
2693
  <label>类型:</label>
2342
2694
 
2343
- <span class="param-type">Number</span>
2695
+ <span class="param-type">
2696
+
2697
+ Number
2698
+
2699
+ </span>
2700
+
2344
2701
 
2345
2702
 
2346
2703
  </span>
@@ -2374,7 +2731,7 @@ const textSymbol = new MapGISTextSymbol({
2374
2731
 
2375
2732
  <dt class="inherited-from">Inherited From:</dt>
2376
2733
  <dd class="inherited-from"><ul class="dummy"><li>
2377
- <a class="mapgis-link-name" title="TextSymbol#lineWidth" TextSymbol.html#lineWidth>TextSymbol#lineWidth</a>
2734
+ <a goto="lineWidth" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#lineWidth" TextSymbol.html#lineWidth>TextSymbol#lineWidth</a>
2378
2735
  </li></ul></dd>
2379
2736
 
2380
2737
 
@@ -2415,7 +2772,12 @@ const textSymbol = new MapGISTextSymbol({
2415
2772
  <span class="method-parameter is-pulled-right">
2416
2773
  <label>类型:</label>
2417
2774
 
2418
- <span class="param-type">Boolean</span>
2775
+ <span class="param-type">
2776
+
2777
+ Boolean
2778
+
2779
+ </span>
2780
+
2419
2781
 
2420
2782
 
2421
2783
  </span>
@@ -2449,7 +2811,7 @@ const textSymbol = new MapGISTextSymbol({
2449
2811
 
2450
2812
  <dt class="inherited-from">Inherited From:</dt>
2451
2813
  <dd class="inherited-from"><ul class="dummy"><li>
2452
- <a class="mapgis-link-name" title="TextSymbol#rotated" TextSymbol.html#rotated>TextSymbol#rotated</a>
2814
+ <a goto="rotated" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#rotated" TextSymbol.html#rotated>TextSymbol#rotated</a>
2453
2815
  </li></ul></dd>
2454
2816
 
2455
2817
 
@@ -2490,7 +2852,12 @@ const textSymbol = new MapGISTextSymbol({
2490
2852
  <span class="method-parameter is-pulled-right">
2491
2853
  <label>类型:</label>
2492
2854
 
2493
- <span class="param-type">String</span>
2855
+ <span class="param-type">
2856
+
2857
+ String
2858
+
2859
+ </span>
2860
+
2494
2861
 
2495
2862
 
2496
2863
  </span>
@@ -2524,7 +2891,7 @@ const textSymbol = new MapGISTextSymbol({
2524
2891
 
2525
2892
  <dt class="inherited-from">Inherited From:</dt>
2526
2893
  <dd class="inherited-from"><ul class="dummy"><li>
2527
- <a class="mapgis-link-name" title="TextSymbol#text" TextSymbol.html#text>TextSymbol#text</a>
2894
+ <a goto="text" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#text" TextSymbol.html#text>TextSymbol#text</a>
2528
2895
  </li></ul></dd>
2529
2896
 
2530
2897
 
@@ -2565,7 +2932,12 @@ const textSymbol = new MapGISTextSymbol({
2565
2932
  <span class="method-parameter is-pulled-right">
2566
2933
  <label>类型:</label>
2567
2934
 
2568
- <span class="param-type"><a 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>
2940
+
2569
2941
 
2570
2942
 
2571
2943
  </span>
@@ -2635,7 +3007,12 @@ const textSymbol = new MapGISTextSymbol({
2635
3007
  <span class="method-parameter is-pulled-right">
2636
3008
  <label>类型:</label>
2637
3009
 
2638
- <span class="param-type">Number</span>
3010
+ <span class="param-type">
3011
+
3012
+ Number
3013
+
3014
+ </span>
3015
+
2639
3016
 
2640
3017
 
2641
3018
  </span>
@@ -2705,7 +3082,12 @@ const textSymbol = new MapGISTextSymbol({
2705
3082
  <span class="method-parameter is-pulled-right">
2706
3083
  <label>类型:</label>
2707
3084
 
2708
- <span class="param-type"><a 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>
3090
+
2709
3091
 
2710
3092
 
2711
3093
  </span>
@@ -2775,7 +3157,12 @@ const textSymbol = new MapGISTextSymbol({
2775
3157
  <span class="method-parameter is-pulled-right">
2776
3158
  <label>类型:</label>
2777
3159
 
2778
- <span class="param-type">Number</span>
3160
+ <span class="param-type">
3161
+
3162
+ Number
3163
+
3164
+ </span>
3165
+
2779
3166
 
2780
3167
 
2781
3168
  </span>
@@ -2845,7 +3232,12 @@ const textSymbol = new MapGISTextSymbol({
2845
3232
  <span class="method-parameter is-pulled-right">
2846
3233
  <label>类型:</label>
2847
3234
 
2848
- <span class="param-type">Image</span>
3235
+ <span class="param-type">
3236
+
3237
+ Image
3238
+
3239
+ </span>
3240
+
2849
3241
 
2850
3242
 
2851
3243
  </span>
@@ -2915,7 +3307,12 @@ const textSymbol = new MapGISTextSymbol({
2915
3307
  <span class="method-parameter is-pulled-right">
2916
3308
  <label>类型:</label>
2917
3309
 
2918
- <span class="param-type">String</span>
3310
+ <span class="param-type">
3311
+
3312
+ String
3313
+
3314
+ </span>
3315
+
2919
3316
 
2920
3317
 
2921
3318
  </span>
@@ -2985,7 +3382,12 @@ const textSymbol = new MapGISTextSymbol({
2985
3382
  <span class="method-parameter is-pulled-right">
2986
3383
  <label>类型:</label>
2987
3384
 
2988
- <span class="param-type">Number</span>
3385
+ <span class="param-type">
3386
+
3387
+ Number
3388
+
3389
+ </span>
3390
+
2989
3391
 
2990
3392
 
2991
3393
  </span>
@@ -3055,7 +3457,12 @@ const textSymbol = new MapGISTextSymbol({
3055
3457
  <span class="method-parameter is-pulled-right">
3056
3458
  <label>类型:</label>
3057
3459
 
3058
- <span class="param-type">Number</span>
3460
+ <span class="param-type">
3461
+
3462
+ Number
3463
+
3464
+ </span>
3465
+
3059
3466
 
3060
3467
 
3061
3468
  </span>
@@ -3125,7 +3532,12 @@ const textSymbol = new MapGISTextSymbol({
3125
3532
  <span class="method-parameter is-pulled-right">
3126
3533
  <label>类型:</label>
3127
3534
 
3128
- <span class="param-type"><a 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>
3540
+
3129
3541
 
3130
3542
 
3131
3543
  </span>
@@ -3195,7 +3607,12 @@ const textSymbol = new MapGISTextSymbol({
3195
3607
  <span class="method-parameter is-pulled-right">
3196
3608
  <label>类型:</label>
3197
3609
 
3198
- <span class="param-type">Number</span>
3610
+ <span class="param-type">
3611
+
3612
+ Number
3613
+
3614
+ </span>
3615
+
3199
3616
 
3200
3617
 
3201
3618
  </span>
@@ -3265,7 +3682,12 @@ const textSymbol = new MapGISTextSymbol({
3265
3682
  <span class="method-parameter is-pulled-right">
3266
3683
  <label>类型:</label>
3267
3684
 
3268
- <span class="param-type">Number</span>
3685
+ <span class="param-type">
3686
+
3687
+ Number
3688
+
3689
+ </span>
3690
+
3269
3691
 
3270
3692
 
3271
3693
  </span>
@@ -3335,7 +3757,12 @@ const textSymbol = new MapGISTextSymbol({
3335
3757
  <span class="method-parameter is-pulled-right">
3336
3758
  <label>类型:</label>
3337
3759
 
3338
- <span class="param-type">Boolean</span>
3760
+ <span class="param-type">
3761
+
3762
+ Boolean
3763
+
3764
+ </span>
3765
+
3339
3766
 
3340
3767
 
3341
3768
  </span>
@@ -3405,7 +3832,12 @@ const textSymbol = new MapGISTextSymbol({
3405
3832
  <span class="method-parameter is-pulled-right">
3406
3833
  <label>类型:</label>
3407
3834
 
3408
- <span class="param-type">String</span>
3835
+ <span class="param-type">
3836
+
3837
+ String
3838
+
3839
+ </span>
3840
+
3409
3841
 
3410
3842
 
3411
3843
  </span>
@@ -3480,7 +3912,12 @@ const textSymbol = new MapGISTextSymbol({
3480
3912
  <span class="method-parameter is-pulled-right">
3481
3913
  <label>类型:</label>
3482
3914
 
3483
- <span class="param-type"><a 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>
3920
+
3484
3921
 
3485
3922
 
3486
3923
  </span>
@@ -3514,7 +3951,7 @@ const textSymbol = new MapGISTextSymbol({
3514
3951
 
3515
3952
  <dt class="inherited-from">Inherited From:</dt>
3516
3953
  <dd class="inherited-from"><ul class="dummy"><li>
3517
- <a class="mapgis-link-name" title="TextSymbol#verticalAlignment" TextSymbol.html#verticalAlignment>TextSymbol#verticalAlignment</a>
3954
+ <a goto="verticalAlignment" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#verticalAlignment" TextSymbol.html#verticalAlignment>TextSymbol#verticalAlignment</a>
3518
3955
  </li></ul></dd>
3519
3956
 
3520
3957
 
@@ -3555,7 +3992,12 @@ const textSymbol = new MapGISTextSymbol({
3555
3992
  <span class="method-parameter is-pulled-right">
3556
3993
  <label>类型:</label>
3557
3994
 
3558
- <span class="param-type">Number</span>
3995
+ <span class="param-type">
3996
+
3997
+ Number
3998
+
3999
+ </span>
4000
+
3559
4001
 
3560
4002
 
3561
4003
  </span>
@@ -3589,7 +4031,7 @@ const textSymbol = new MapGISTextSymbol({
3589
4031
 
3590
4032
  <dt class="inherited-from">Inherited From:</dt>
3591
4033
  <dd class="inherited-from"><ul class="dummy"><li>
3592
- <a class="mapgis-link-name" title="TextSymbol#xoffset" TextSymbol.html#xoffset>TextSymbol#xoffset</a>
4034
+ <a goto="xoffset" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#xoffset" TextSymbol.html#xoffset>TextSymbol#xoffset</a>
3593
4035
  </li></ul></dd>
3594
4036
 
3595
4037
 
@@ -3630,7 +4072,12 @@ const textSymbol = new MapGISTextSymbol({
3630
4072
  <span class="method-parameter is-pulled-right">
3631
4073
  <label>类型:</label>
3632
4074
 
3633
- <span class="param-type">Number</span>
4075
+ <span class="param-type">
4076
+
4077
+ Number
4078
+
4079
+ </span>
4080
+
3634
4081
 
3635
4082
 
3636
4083
  </span>
@@ -3664,7 +4111,7 @@ const textSymbol = new MapGISTextSymbol({
3664
4111
 
3665
4112
  <dt class="inherited-from">Inherited From:</dt>
3666
4113
  <dd class="inherited-from"><ul class="dummy"><li>
3667
- <a class="mapgis-link-name" title="TextSymbol#yoffset" TextSymbol.html#yoffset>TextSymbol#yoffset</a>
4114
+ <a goto="yoffset" link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol#yoffset" TextSymbol.html#yoffset>TextSymbol#yoffset</a>
3668
4115
  </li></ul></dd>
3669
4116
 
3670
4117
 
@@ -3721,51 +4168,63 @@ const textSymbol = new MapGISTextSymbol({
3721
4168
  <tbody>
3722
4169
 
3723
4170
  <tr class="deep-level-0">
3724
- <td class="name"><code><a href="MapGISTextSymbol.html#fromJSON">fromJSON</a></code></td>
4171
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
3725
4172
  <td class="name">
3726
4173
  <code>
3727
4174
 
3728
4175
 
3729
- <span class="param-type"><a 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>
4181
+
3730
4182
 
3731
4183
 
3732
4184
 
3733
4185
  </code>
3734
4186
  </td>
3735
- <td class="name"><code><a id='fromJSON'/>
3736
- 将JSON里的数据导入,并返回一个新的TextSymbol对象<a id='fromJSON'></a></code></td>
4187
+ <td class="name"><code></code></td>
3737
4188
  </tr>
3738
4189
 
3739
4190
  <tr class="deep-level-0">
3740
- <td class="name"><code><a href="MapGISTextSymbol.html#clone">clone</a></code></td>
4191
+ <td class="name"><code><a href="#clone">clone</a></code></td>
3741
4192
  <td class="name">
3742
4193
  <code>
3743
4194
 
3744
4195
 
3745
- <span class="param-type"><a 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>
4201
+
3746
4202
 
3747
4203
 
3748
4204
 
3749
4205
  </code>
3750
4206
  </td>
3751
- <td class="name"><code><a id='clone'/>
3752
- 克隆并返回新的符号对象</code></td>
4207
+ <td class="name"><code></code></td>
3753
4208
  </tr>
3754
4209
 
3755
4210
  <tr class="deep-level-0">
3756
- <td class="name"><code><a href="MapGISTextSymbol.html#toJSON">toJSON</a></code></td>
4211
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
3757
4212
  <td class="name">
3758
4213
  <code>
3759
4214
 
3760
4215
 
3761
- <span class="param-type">Object</span>
4216
+ <span class="param-type">
4217
+
4218
+ Object
4219
+
4220
+ </span>
4221
+
3762
4222
 
3763
4223
 
3764
4224
 
3765
4225
  </code>
3766
4226
  </td>
3767
- <td class="name"><code><a id='toJSON'/>
3768
- 导出为JSON对象</code></td>
4227
+ <td class="name"><code></code></td>
3769
4228
  </tr>
3770
4229
 
3771
4230
  </tbody>
@@ -3831,13 +4290,18 @@ const textSymbol = new MapGISTextSymbol({
3831
4290
 
3832
4291
  <tr class="deep-level-0">
3833
4292
 
3834
- <td class="name" id="json"><code>json</code></td>
4293
+ <td class="name"><code>json</code></td>
3835
4294
 
3836
4295
 
3837
4296
  <td class="type">
3838
4297
 
3839
4298
 
3840
- <span class="param-type">Object</span>
4299
+ <span class="param-type">
4300
+
4301
+ Object
4302
+
4303
+ </span>
4304
+
3841
4305
 
3842
4306
 
3843
4307
 
@@ -3925,7 +4389,12 @@ const textSymbol = new MapGISTextSymbol({
3925
4389
  <div class='column is-5 has-text-left'>
3926
4390
  <label>类型: </label>
3927
4391
 
3928
- <span class="param-type"><a 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>
4397
+
3929
4398
 
3930
4399
 
3931
4400
  </div>
@@ -4047,7 +4516,12 @@ const textSymbol = new MapGISTextSymbol({
4047
4516
  <div class='column is-5 has-text-left'>
4048
4517
  <label>类型: </label>
4049
4518
 
4050
- <span class="param-type"><a 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>
4524
+
4051
4525
 
4052
4526
 
4053
4527
  </div>
@@ -4169,7 +4643,12 @@ const textSymbol = new MapGISTextSymbol({
4169
4643
  <div class='column is-5 has-text-left'>
4170
4644
  <label>类型: </label>
4171
4645
 
4172
- <span class="param-type">Object</span>
4646
+ <span class="param-type">
4647
+
4648
+ Object
4649
+
4650
+ </span>
4651
+
4173
4652
 
4174
4653
 
4175
4654
  </div>