@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,16 +104,25 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="symbol"><code>symbol</code></td>
107
+ <td class="name"><code>symbol</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
116
+
117
+ </span>
109
118
  |
110
119
 
111
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
120
+ <span class="param-type">
121
+
122
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
123
+
124
+ </span>
125
+
112
126
 
113
127
 
114
128
 
@@ -128,13 +142,18 @@
128
142
 
129
143
  <tr class="deep-level-1">
130
144
 
131
- <td class="name" id="renderMode"><code>renderMode</code></td>
145
+ <td class="name"><code>renderMode</code></td>
132
146
 
133
147
 
134
148
  <td class="type">
135
149
 
136
150
 
137
- <span class="param-type">String</span>
151
+ <span class="param-type">
152
+
153
+ String
154
+
155
+ </span>
156
+
138
157
 
139
158
 
140
159
 
@@ -154,13 +173,18 @@
154
173
 
155
174
  <tr class="deep-level-1">
156
175
 
157
- <td class="name" id="groundScale"><code>groundScale</code></td>
176
+ <td class="name"><code>groundScale</code></td>
158
177
 
159
178
 
160
179
  <td class="type">
161
180
 
162
181
 
163
- <span class="param-type">Number</span>
182
+ <span class="param-type">
183
+
184
+ Number
185
+
186
+ </span>
187
+
164
188
 
165
189
 
166
190
 
@@ -182,13 +206,18 @@
182
206
 
183
207
  <tr class="deep-level-1">
184
208
 
185
- <td class="name" id="deconflictionStrategy"><code>deconflictionStrategy</code></td>
209
+ <td class="name"><code>deconflictionStrategy</code></td>
186
210
 
187
211
 
188
212
  <td class="type">
189
213
 
190
214
 
191
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
220
+
192
221
 
193
222
 
194
223
 
@@ -208,13 +237,18 @@
208
237
 
209
238
  <tr class="deep-level-1">
210
239
 
211
- <td class="name" id="maxScale"><code>maxScale</code></td>
240
+ <td class="name"><code>maxScale</code></td>
212
241
 
213
242
 
214
243
  <td class="type">
215
244
 
216
245
 
217
- <span class="param-type">Number</span>
246
+ <span class="param-type">
247
+
248
+ Number
249
+
250
+ </span>
251
+
218
252
 
219
253
 
220
254
 
@@ -234,13 +268,18 @@
234
268
 
235
269
  <tr class="deep-level-1">
236
270
 
237
- <td class="name" id="minScale"><code>minScale</code></td>
271
+ <td class="name"><code>minScale</code></td>
238
272
 
239
273
 
240
274
  <td class="type">
241
275
 
242
276
 
243
- <span class="param-type">Number</span>
277
+ <span class="param-type">
278
+
279
+ Number
280
+
281
+ </span>
282
+
244
283
 
245
284
 
246
285
 
@@ -260,13 +299,18 @@
260
299
 
261
300
  <tr class="deep-level-1">
262
301
 
263
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
302
+ <td class="name"><code>elevationInfo</code></td>
264
303
 
265
304
 
266
305
  <td class="type">
267
306
 
268
307
 
269
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
308
+ <span class="param-type">
309
+
310
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
311
+
312
+ </span>
313
+
270
314
 
271
315
 
272
316
 
@@ -286,13 +330,18 @@
286
330
 
287
331
  <tr class="deep-level-1">
288
332
 
289
- <td class="name" id="labelPlacement"><code>labelPlacement</code></td>
333
+ <td class="name"><code>labelPlacement</code></td>
290
334
 
291
335
 
292
336
  <td class="type">
293
337
 
294
338
 
295
- <span class="param-type">String</span>
339
+ <span class="param-type">
340
+
341
+ String
342
+
343
+ </span>
344
+
296
345
 
297
346
 
298
347
 
@@ -312,13 +361,18 @@
312
361
 
313
362
  <tr class="deep-level-1">
314
363
 
315
- <td class="name" id="currentAttributeName"><code>currentAttributeName</code></td>
364
+ <td class="name"><code>currentAttributeName</code></td>
316
365
 
317
366
 
318
367
  <td class="type">
319
368
 
320
369
 
321
- <span class="param-type">String</span>
370
+ <span class="param-type">
371
+
372
+ String
373
+
374
+ </span>
375
+
322
376
 
323
377
 
324
378
 
@@ -338,13 +392,18 @@
338
392
 
339
393
  <tr class="deep-level-1">
340
394
 
341
- <td class="name" id="labelExpression"><code>labelExpression</code></td>
395
+ <td class="name"><code>labelExpression</code></td>
342
396
 
343
397
 
344
398
  <td class="type">
345
399
 
346
400
 
347
- <span class="param-type">String</span>
401
+ <span class="param-type">
402
+
403
+ String
404
+
405
+ </span>
406
+
348
407
 
349
408
 
350
409
 
@@ -364,13 +423,18 @@
364
423
 
365
424
  <tr class="deep-level-1">
366
425
 
367
- <td class="name" id="repeatLabel"><code>repeatLabel</code></td>
426
+ <td class="name"><code>repeatLabel</code></td>
368
427
 
369
428
 
370
429
  <td class="type">
371
430
 
372
431
 
373
- <span class="param-type">Boolean</span>
432
+ <span class="param-type">
433
+
434
+ Boolean
435
+
436
+ </span>
437
+
374
438
 
375
439
 
376
440
 
@@ -392,13 +456,18 @@
392
456
 
393
457
  <tr class="deep-level-1">
394
458
 
395
- <td class="name" id="repeatLabelDistance"><code>repeatLabelDistance</code></td>
459
+ <td class="name"><code>repeatLabelDistance</code></td>
396
460
 
397
461
 
398
462
  <td class="type">
399
463
 
400
464
 
401
- <span class="param-type">Number</span>
465
+ <span class="param-type">
466
+
467
+ Number
468
+
469
+ </span>
470
+
402
471
 
403
472
 
404
473
 
@@ -420,13 +489,18 @@
420
489
 
421
490
  <tr class="deep-level-1">
422
491
 
423
- <td class="name" id="repeatStartRate"><code>repeatStartRate</code></td>
492
+ <td class="name"><code>repeatStartRate</code></td>
424
493
 
425
494
 
426
495
  <td class="type">
427
496
 
428
497
 
429
- <span class="param-type">Number</span>
498
+ <span class="param-type">
499
+
500
+ Number
501
+
502
+ </span>
503
+
430
504
 
431
505
 
432
506
 
@@ -448,13 +522,18 @@
448
522
 
449
523
  <tr class="deep-level-1">
450
524
 
451
- <td class="name" id="repeatEndRate"><code>repeatEndRate</code></td>
525
+ <td class="name"><code>repeatEndRate</code></td>
452
526
 
453
527
 
454
528
  <td class="type">
455
529
 
456
530
 
457
- <span class="param-type">Number</span>
531
+ <span class="param-type">
532
+
533
+ Number
534
+
535
+ </span>
536
+
458
537
 
459
538
 
460
539
 
@@ -476,13 +555,18 @@
476
555
 
477
556
  <tr class="deep-level-1">
478
557
 
479
- <td class="name" id="lineLabelSpread"><code>lineLabelSpread</code></td>
558
+ <td class="name"><code>lineLabelSpread</code></td>
480
559
 
481
560
 
482
561
  <td class="type">
483
562
 
484
563
 
485
- <span class="param-type">Number</span>
564
+ <span class="param-type">
565
+
566
+ Number
567
+
568
+ </span>
569
+
486
570
 
487
571
 
488
572
 
@@ -504,13 +588,18 @@
504
588
 
505
589
  <tr class="deep-level-1">
506
590
 
507
- <td class="name" id="labelPositionAlong"><code>labelPositionAlong</code></td>
591
+ <td class="name"><code>labelPositionAlong</code></td>
508
592
 
509
593
 
510
594
  <td class="type">
511
595
 
512
596
 
513
- <span class="param-type">Number</span>
597
+ <span class="param-type">
598
+
599
+ Number
600
+
601
+ </span>
602
+
514
603
 
515
604
 
516
605
 
@@ -532,13 +621,18 @@
532
621
 
533
622
  <tr class="deep-level-1">
534
623
 
535
- <td class="name" id="skeletonLineStartRate"><code>skeletonLineStartRate</code></td>
624
+ <td class="name"><code>skeletonLineStartRate</code></td>
536
625
 
537
626
 
538
627
  <td class="type">
539
628
 
540
629
 
541
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
635
+
542
636
 
543
637
 
544
638
 
@@ -560,13 +654,18 @@
560
654
 
561
655
  <tr class="deep-level-1">
562
656
 
563
- <td class="name" id="skeletonLineEndRate"><code>skeletonLineEndRate</code></td>
657
+ <td class="name"><code>skeletonLineEndRate</code></td>
564
658
 
565
659
 
566
660
  <td class="type">
567
661
 
568
662
 
569
- <span class="param-type">Number</span>
663
+ <span class="param-type">
664
+
665
+ Number
666
+
667
+ </span>
668
+
570
669
 
571
670
 
572
671
 
@@ -588,13 +687,18 @@
588
687
 
589
688
  <tr class="deep-level-1">
590
689
 
591
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
690
+ <td class="name"><code>extendOptions</code></td>
592
691
 
593
692
 
594
693
  <td class="type">
595
694
 
596
695
 
597
- <span class="param-type">Object</span>
696
+ <span class="param-type">
697
+
698
+ Object
699
+
700
+ </span>
701
+
598
702
 
599
703
 
600
704
 
@@ -749,11 +853,16 @@
749
853
  <tbody>
750
854
 
751
855
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="LabelClass.html#currentAttributeName">currentAttributeName</a></code></td>
856
+ <td class="name"><code><a href="#currentAttributeName">currentAttributeName</a></code></td>
753
857
  <td class="name">
754
858
  <code>
755
859
 
756
- <span class="param-type">String</span>
860
+ <span class="param-type">
861
+
862
+ String
863
+
864
+ </span>
865
+
757
866
 
758
867
 
759
868
  </code>
@@ -762,11 +871,16 @@
762
871
  </tr>
763
872
 
764
873
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="LabelClass.html#deconflictionStrategy">deconflictionStrategy</a></code></td>
874
+ <td class="name"><code><a href="#deconflictionStrategy">deconflictionStrategy</a></code></td>
766
875
  <td class="name">
767
876
  <code>
768
877
 
769
- <span class="param-type">String</span>
878
+ <span class="param-type">
879
+
880
+ String
881
+
882
+ </span>
883
+
770
884
 
771
885
 
772
886
  </code>
@@ -775,11 +889,16 @@
775
889
  </tr>
776
890
 
777
891
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="LabelClass.html#elevationInfo">elevationInfo</a></code></td>
892
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
779
893
  <td class="name">
780
894
  <code>
781
895
 
782
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
896
+ <span class="param-type">
897
+
898
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
899
+
900
+ </span>
901
+
783
902
 
784
903
 
785
904
  </code>
@@ -788,11 +907,16 @@
788
907
  </tr>
789
908
 
790
909
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="LabelClass.html#extendOptions">extendOptions</a></code></td>
910
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
792
911
  <td class="name">
793
912
  <code>
794
913
 
795
- <span class="param-type">Object</span>
914
+ <span class="param-type">
915
+
916
+ Object
917
+
918
+ </span>
919
+
796
920
 
797
921
 
798
922
  </code>
@@ -801,11 +925,16 @@
801
925
  </tr>
802
926
 
803
927
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="LabelClass.html#groundScale">groundScale</a></code></td>
928
+ <td class="name"><code><a href="#groundScale">groundScale</a></code></td>
805
929
  <td class="name">
806
930
  <code>
807
931
 
808
- <span class="param-type">Number</span>
932
+ <span class="param-type">
933
+
934
+ Number
935
+
936
+ </span>
937
+
809
938
 
810
939
 
811
940
  </code>
@@ -814,11 +943,16 @@
814
943
  </tr>
815
944
 
816
945
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="LabelClass.html#labelExpression">labelExpression</a></code></td>
946
+ <td class="name"><code><a href="#labelExpression">labelExpression</a></code></td>
818
947
  <td class="name">
819
948
  <code>
820
949
 
821
- <span class="param-type">String</span>
950
+ <span class="param-type">
951
+
952
+ String
953
+
954
+ </span>
955
+
822
956
 
823
957
 
824
958
  </code>
@@ -827,11 +961,16 @@
827
961
  </tr>
828
962
 
829
963
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="LabelClass.html#labelPlacement">labelPlacement</a></code></td>
964
+ <td class="name"><code><a href="#labelPlacement">labelPlacement</a></code></td>
831
965
  <td class="name">
832
966
  <code>
833
967
 
834
- <span class="param-type">String</span>
968
+ <span class="param-type">
969
+
970
+ String
971
+
972
+ </span>
973
+
835
974
 
836
975
 
837
976
  </code>
@@ -840,11 +979,16 @@
840
979
  </tr>
841
980
 
842
981
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="LabelClass.html#labelPositionAlong">labelPositionAlong</a></code></td>
982
+ <td class="name"><code><a href="#labelPositionAlong">labelPositionAlong</a></code></td>
844
983
  <td class="name">
845
984
  <code>
846
985
 
847
- <span class="param-type">String</span>
986
+ <span class="param-type">
987
+
988
+ String
989
+
990
+ </span>
991
+
848
992
 
849
993
 
850
994
  </code>
@@ -853,11 +997,16 @@
853
997
  </tr>
854
998
 
855
999
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="LabelClass.html#lineLabelSpread">lineLabelSpread</a></code></td>
1000
+ <td class="name"><code><a href="#lineLabelSpread">lineLabelSpread</a></code></td>
857
1001
  <td class="name">
858
1002
  <code>
859
1003
 
860
- <span class="param-type">String</span>
1004
+ <span class="param-type">
1005
+
1006
+ String
1007
+
1008
+ </span>
1009
+
861
1010
 
862
1011
 
863
1012
  </code>
@@ -866,11 +1015,16 @@
866
1015
  </tr>
867
1016
 
868
1017
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="LabelClass.html#maxScale">maxScale</a></code></td>
1018
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
870
1019
  <td class="name">
871
1020
  <code>
872
1021
 
873
- <span class="param-type">Number</span>
1022
+ <span class="param-type">
1023
+
1024
+ Number
1025
+
1026
+ </span>
1027
+
874
1028
 
875
1029
 
876
1030
  </code>
@@ -879,11 +1033,16 @@
879
1033
  </tr>
880
1034
 
881
1035
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="LabelClass.html#minScale">minScale</a></code></td>
1036
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
883
1037
  <td class="name">
884
1038
  <code>
885
1039
 
886
- <span class="param-type">Number</span>
1040
+ <span class="param-type">
1041
+
1042
+ Number
1043
+
1044
+ </span>
1045
+
887
1046
 
888
1047
 
889
1048
  </code>
@@ -892,11 +1051,16 @@
892
1051
  </tr>
893
1052
 
894
1053
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="LabelClass.html#renderMode">renderMode</a></code></td>
1054
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
896
1055
  <td class="name">
897
1056
  <code>
898
1057
 
899
- <span class="param-type">String</span>
1058
+ <span class="param-type">
1059
+
1060
+ String
1061
+
1062
+ </span>
1063
+
900
1064
 
901
1065
 
902
1066
  </code>
@@ -905,11 +1069,16 @@
905
1069
  </tr>
906
1070
 
907
1071
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="LabelClass.html#repeatEndRate">repeatEndRate</a></code></td>
1072
+ <td class="name"><code><a href="#repeatEndRate">repeatEndRate</a></code></td>
909
1073
  <td class="name">
910
1074
  <code>
911
1075
 
912
- <span class="param-type">Number</span>
1076
+ <span class="param-type">
1077
+
1078
+ Number
1079
+
1080
+ </span>
1081
+
913
1082
 
914
1083
 
915
1084
  </code>
@@ -918,11 +1087,16 @@
918
1087
  </tr>
919
1088
 
920
1089
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="LabelClass.html#repeatLabel">repeatLabel</a></code></td>
1090
+ <td class="name"><code><a href="#repeatLabel">repeatLabel</a></code></td>
922
1091
  <td class="name">
923
1092
  <code>
924
1093
 
925
- <span class="param-type">Boolean</span>
1094
+ <span class="param-type">
1095
+
1096
+ Boolean
1097
+
1098
+ </span>
1099
+
926
1100
 
927
1101
 
928
1102
  </code>
@@ -931,11 +1105,16 @@
931
1105
  </tr>
932
1106
 
933
1107
  <tr class="deep-level-0">
934
- <td class="name"><code><a href="LabelClass.html#repeatLabelDistance">repeatLabelDistance</a></code></td>
1108
+ <td class="name"><code><a href="#repeatLabelDistance">repeatLabelDistance</a></code></td>
935
1109
  <td class="name">
936
1110
  <code>
937
1111
 
938
- <span class="param-type">Number</span>
1112
+ <span class="param-type">
1113
+
1114
+ Number
1115
+
1116
+ </span>
1117
+
939
1118
 
940
1119
 
941
1120
  </code>
@@ -944,11 +1123,16 @@
944
1123
  </tr>
945
1124
 
946
1125
  <tr class="deep-level-0">
947
- <td class="name"><code><a href="LabelClass.html#repeatStartRate">repeatStartRate</a></code></td>
1126
+ <td class="name"><code><a href="#repeatStartRate">repeatStartRate</a></code></td>
948
1127
  <td class="name">
949
1128
  <code>
950
1129
 
951
- <span class="param-type">Number</span>
1130
+ <span class="param-type">
1131
+
1132
+ Number
1133
+
1134
+ </span>
1135
+
952
1136
 
953
1137
 
954
1138
  </code>
@@ -957,11 +1141,16 @@
957
1141
  </tr>
958
1142
 
959
1143
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="LabelClass.html#skeletonLineEndRate">skeletonLineEndRate</a></code></td>
1144
+ <td class="name"><code><a href="#skeletonLineEndRate">skeletonLineEndRate</a></code></td>
961
1145
  <td class="name">
962
1146
  <code>
963
1147
 
964
- <span class="param-type">String</span>
1148
+ <span class="param-type">
1149
+
1150
+ String
1151
+
1152
+ </span>
1153
+
965
1154
 
966
1155
 
967
1156
  </code>
@@ -970,11 +1159,16 @@
970
1159
  </tr>
971
1160
 
972
1161
  <tr class="deep-level-0">
973
- <td class="name"><code><a href="LabelClass.html#skeletonLineStartRate">skeletonLineStartRate</a></code></td>
1162
+ <td class="name"><code><a href="#skeletonLineStartRate">skeletonLineStartRate</a></code></td>
974
1163
  <td class="name">
975
1164
  <code>
976
1165
 
977
- <span class="param-type">String</span>
1166
+ <span class="param-type">
1167
+
1168
+ String
1169
+
1170
+ </span>
1171
+
978
1172
 
979
1173
 
980
1174
  </code>
@@ -983,14 +1177,23 @@
983
1177
  </tr>
984
1178
 
985
1179
  <tr class="deep-level-0">
986
- <td class="name"><code><a href="LabelClass.html#symbol">symbol</a></code></td>
1180
+ <td class="name"><code><a href="#symbol">symbol</a></code></td>
987
1181
  <td class="name">
988
1182
  <code>
989
1183
 
990
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
1184
+ <span class="param-type">
1185
+
1186
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
1187
+
1188
+ </span>
991
1189
  |
992
1190
 
993
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1191
+ <span class="param-type">
1192
+
1193
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
1194
+
1195
+ </span>
1196
+
994
1197
 
995
1198
 
996
1199
  </code>
@@ -1009,7 +1212,12 @@
1009
1212
  <span class="method-parameter is-pulled-right">
1010
1213
  <label>类型:</label>
1011
1214
 
1012
- <span class="param-type">String</span>
1215
+ <span class="param-type">
1216
+
1217
+ String
1218
+
1219
+ </span>
1220
+
1013
1221
 
1014
1222
 
1015
1223
  </span>
@@ -1079,7 +1287,12 @@
1079
1287
  <span class="method-parameter is-pulled-right">
1080
1288
  <label>类型:</label>
1081
1289
 
1082
- <span class="param-type">String</span>
1290
+ <span class="param-type">
1291
+
1292
+ String
1293
+
1294
+ </span>
1295
+
1083
1296
 
1084
1297
 
1085
1298
  </span>
@@ -1149,7 +1362,12 @@
1149
1362
  <span class="method-parameter is-pulled-right">
1150
1363
  <label>类型:</label>
1151
1364
 
1152
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1365
+ <span class="param-type">
1366
+
1367
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1368
+
1369
+ </span>
1370
+
1153
1371
 
1154
1372
 
1155
1373
  </span>
@@ -1219,7 +1437,12 @@
1219
1437
  <span class="method-parameter is-pulled-right">
1220
1438
  <label>类型:</label>
1221
1439
 
1222
- <span class="param-type">Object</span>
1440
+ <span class="param-type">
1441
+
1442
+ Object
1443
+
1444
+ </span>
1445
+
1223
1446
 
1224
1447
 
1225
1448
  </span>
@@ -1289,7 +1512,12 @@
1289
1512
  <span class="method-parameter is-pulled-right">
1290
1513
  <label>类型:</label>
1291
1514
 
1292
- <span class="param-type">Number</span>
1515
+ <span class="param-type">
1516
+
1517
+ Number
1518
+
1519
+ </span>
1520
+
1293
1521
 
1294
1522
 
1295
1523
  </span>
@@ -1359,7 +1587,12 @@
1359
1587
  <span class="method-parameter is-pulled-right">
1360
1588
  <label>类型:</label>
1361
1589
 
1362
- <span class="param-type">String</span>
1590
+ <span class="param-type">
1591
+
1592
+ String
1593
+
1594
+ </span>
1595
+
1363
1596
 
1364
1597
 
1365
1598
  </span>
@@ -1429,7 +1662,12 @@
1429
1662
  <span class="method-parameter is-pulled-right">
1430
1663
  <label>类型:</label>
1431
1664
 
1432
- <span class="param-type">String</span>
1665
+ <span class="param-type">
1666
+
1667
+ String
1668
+
1669
+ </span>
1670
+
1433
1671
 
1434
1672
 
1435
1673
  </span>
@@ -1499,7 +1737,12 @@
1499
1737
  <span class="method-parameter is-pulled-right">
1500
1738
  <label>类型:</label>
1501
1739
 
1502
- <span class="param-type">String</span>
1740
+ <span class="param-type">
1741
+
1742
+ String
1743
+
1744
+ </span>
1745
+
1503
1746
 
1504
1747
 
1505
1748
  </span>
@@ -1569,7 +1812,12 @@
1569
1812
  <span class="method-parameter is-pulled-right">
1570
1813
  <label>类型:</label>
1571
1814
 
1572
- <span class="param-type">String</span>
1815
+ <span class="param-type">
1816
+
1817
+ String
1818
+
1819
+ </span>
1820
+
1573
1821
 
1574
1822
 
1575
1823
  </span>
@@ -1639,7 +1887,12 @@
1639
1887
  <span class="method-parameter is-pulled-right">
1640
1888
  <label>类型:</label>
1641
1889
 
1642
- <span class="param-type">Number</span>
1890
+ <span class="param-type">
1891
+
1892
+ Number
1893
+
1894
+ </span>
1895
+
1643
1896
 
1644
1897
 
1645
1898
  </span>
@@ -1709,7 +1962,12 @@
1709
1962
  <span class="method-parameter is-pulled-right">
1710
1963
  <label>类型:</label>
1711
1964
 
1712
- <span class="param-type">Number</span>
1965
+ <span class="param-type">
1966
+
1967
+ Number
1968
+
1969
+ </span>
1970
+
1713
1971
 
1714
1972
 
1715
1973
  </span>
@@ -1779,7 +2037,12 @@
1779
2037
  <span class="method-parameter is-pulled-right">
1780
2038
  <label>类型:</label>
1781
2039
 
1782
- <span class="param-type">String</span>
2040
+ <span class="param-type">
2041
+
2042
+ String
2043
+
2044
+ </span>
2045
+
1783
2046
 
1784
2047
 
1785
2048
  </span>
@@ -1849,7 +2112,12 @@
1849
2112
  <span class="method-parameter is-pulled-right">
1850
2113
  <label>类型:</label>
1851
2114
 
1852
- <span class="param-type">Number</span>
2115
+ <span class="param-type">
2116
+
2117
+ Number
2118
+
2119
+ </span>
2120
+
1853
2121
 
1854
2122
 
1855
2123
  </span>
@@ -1919,7 +2187,12 @@
1919
2187
  <span class="method-parameter is-pulled-right">
1920
2188
  <label>类型:</label>
1921
2189
 
1922
- <span class="param-type">Boolean</span>
2190
+ <span class="param-type">
2191
+
2192
+ Boolean
2193
+
2194
+ </span>
2195
+
1923
2196
 
1924
2197
 
1925
2198
  </span>
@@ -1989,7 +2262,12 @@
1989
2262
  <span class="method-parameter is-pulled-right">
1990
2263
  <label>类型:</label>
1991
2264
 
1992
- <span class="param-type">Number</span>
2265
+ <span class="param-type">
2266
+
2267
+ Number
2268
+
2269
+ </span>
2270
+
1993
2271
 
1994
2272
 
1995
2273
  </span>
@@ -2059,7 +2337,12 @@
2059
2337
  <span class="method-parameter is-pulled-right">
2060
2338
  <label>类型:</label>
2061
2339
 
2062
- <span class="param-type">Number</span>
2340
+ <span class="param-type">
2341
+
2342
+ Number
2343
+
2344
+ </span>
2345
+
2063
2346
 
2064
2347
 
2065
2348
  </span>
@@ -2129,7 +2412,12 @@
2129
2412
  <span class="method-parameter is-pulled-right">
2130
2413
  <label>类型:</label>
2131
2414
 
2132
- <span class="param-type">String</span>
2415
+ <span class="param-type">
2416
+
2417
+ String
2418
+
2419
+ </span>
2420
+
2133
2421
 
2134
2422
 
2135
2423
  </span>
@@ -2199,7 +2487,12 @@
2199
2487
  <span class="method-parameter is-pulled-right">
2200
2488
  <label>类型:</label>
2201
2489
 
2202
- <span class="param-type">String</span>
2490
+ <span class="param-type">
2491
+
2492
+ String
2493
+
2494
+ </span>
2495
+
2203
2496
 
2204
2497
 
2205
2498
  </span>
@@ -2269,10 +2562,19 @@
2269
2562
  <span class="method-parameter is-pulled-right">
2270
2563
  <label>类型:</label>
2271
2564
 
2272
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
2565
+ <span class="param-type">
2566
+
2567
+ <a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a>
2568
+
2569
+ </span>
2273
2570
  |
2274
2571
 
2275
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2572
+ <span class="param-type">
2573
+
2574
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2575
+
2576
+ </span>
2577
+
2276
2578
 
2277
2579
 
2278
2580
  </span>
@@ -2358,48 +2660,63 @@
2358
2660
  <tbody>
2359
2661
 
2360
2662
  <tr class="deep-level-0">
2361
- <td class="name"><code><a href="LabelClass.html#fromJSON">fromJSON</a></code></td>
2663
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2362
2664
  <td class="name">
2363
2665
  <code>
2364
2666
 
2365
2667
 
2366
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2668
+ <span class="param-type">
2669
+
2670
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2671
+
2672
+ </span>
2673
+
2367
2674
 
2368
2675
 
2369
2676
 
2370
2677
  </code>
2371
2678
  </td>
2372
- <td class="name"><code><p>将JSON里的数据导入,并返回一个新的LabelClass对象<a id='fromJSON'></a></p></code></td>
2679
+ <td class="name"><code><p>将JSON里的数据导入,并返回一个新的LabelClass对象</code></td>
2373
2680
  </tr>
2374
2681
 
2375
2682
  <tr class="deep-level-0">
2376
- <td class="name"><code><a href="LabelClass.html#clone">clone</a></code></td>
2683
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2377
2684
  <td class="name">
2378
2685
  <code>
2379
2686
 
2380
2687
 
2381
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2688
+ <span class="param-type">
2689
+
2690
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2691
+
2692
+ </span>
2693
+
2382
2694
 
2383
2695
 
2384
2696
 
2385
2697
  </code>
2386
2698
  </td>
2387
- <td class="name"><code><p>克隆并返回一个新的LabelClass对象<a id='clone'></a></p></code></td>
2699
+ <td class="name"><code><p>克隆并返回一个新的LabelClass对象</code></td>
2388
2700
  </tr>
2389
2701
 
2390
2702
  <tr class="deep-level-0">
2391
- <td class="name"><code><a href="LabelClass.html#toJSON">toJSON</a></code></td>
2703
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2392
2704
  <td class="name">
2393
2705
  <code>
2394
2706
 
2395
2707
 
2396
- <span class="param-type">Object</span>
2708
+ <span class="param-type">
2709
+
2710
+ Object
2711
+
2712
+ </span>
2713
+
2397
2714
 
2398
2715
 
2399
2716
 
2400
2717
  </code>
2401
2718
  </td>
2402
- <td class="name"><code><p>转换为json对象<a id='toJSON'></a></p></code></td>
2719
+ <td class="name"><code><p>转换为json对象</code></td>
2403
2720
  </tr>
2404
2721
 
2405
2722
  </tbody>
@@ -2464,13 +2781,18 @@
2464
2781
 
2465
2782
  <tr class="deep-level-0">
2466
2783
 
2467
- <td class="name" id="json"><code>json</code></td>
2784
+ <td class="name"><code>json</code></td>
2468
2785
 
2469
2786
 
2470
2787
  <td class="type">
2471
2788
 
2472
2789
 
2473
- <span class="param-type">Object</span>
2790
+ <span class="param-type">
2791
+
2792
+ Object
2793
+
2794
+ </span>
2795
+
2474
2796
 
2475
2797
 
2476
2798
 
@@ -2558,7 +2880,12 @@
2558
2880
  <div class='column is-5 has-text-left'>
2559
2881
  <label>类型: </label>
2560
2882
 
2561
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2883
+ <span class="param-type">
2884
+
2885
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
2886
+
2887
+ </span>
2888
+
2562
2889
 
2563
2890
 
2564
2891
  </div>
@@ -2674,7 +3001,12 @@
2674
3001
  <div class='column is-5 has-text-left'>
2675
3002
  <label>类型: </label>
2676
3003
 
2677
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
3004
+ <span class="param-type">
3005
+
3006
+ <a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a>
3007
+
3008
+ </span>
3009
+
2678
3010
 
2679
3011
 
2680
3012
  </div>
@@ -2790,7 +3122,12 @@
2790
3122
  <div class='column is-5 has-text-left'>
2791
3123
  <label>类型: </label>
2792
3124
 
2793
- <span class="param-type">Object</span>
3125
+ <span class="param-type">
3126
+
3127
+ Object
3128
+
3129
+ </span>
3130
+
2794
3131
 
2795
3132
 
2796
3133
  </div>