@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -75,13 +75,17 @@
75
75
 
76
76
  <tr class="deep-level-0">
77
77
 
78
- <td class="name" id="options"><code>options</code></td>
78
+ <td class="name"><code>options</code></td>
79
79
 
80
80
 
81
81
  <td class="type">
82
82
 
83
83
 
84
- <span class="param-type">Object</span>
84
+ <span class="param-type">
85
+
86
+ Object
87
+
88
+ </span>
85
89
 
86
90
 
87
91
 
@@ -102,13 +106,17 @@
102
106
 
103
107
  <tr class="deep-level-1">
104
108
 
105
- <td class="name" id="material"><code>material</code></td>
109
+ <td class="name"><code>material</code></td>
106
110
 
107
111
 
108
112
  <td class="type">
109
113
 
110
114
 
111
- <span class="param-type"><a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
115
+ <span class="param-type">
116
+
117
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
118
+
119
+ </span>
112
120
 
113
121
 
114
122
 
@@ -132,13 +140,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
132
140
 
133
141
  <tr class="deep-level-1">
134
142
 
135
- <td class="name" id="profile"><code>profile</code></td>
143
+ <td class="name"><code>profile</code></td>
136
144
 
137
145
 
138
146
  <td class="type">
139
147
 
140
148
 
141
- <span class="param-type"><a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a></span>
149
+ <span class="param-type">
150
+
151
+ <a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a>
152
+
153
+ </span>
142
154
 
143
155
 
144
156
 
@@ -161,13 +173,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
161
173
 
162
174
  <tr class="deep-level-1">
163
175
 
164
- <td class="name" id="width"><code>width</code></td>
176
+ <td class="name"><code>width</code></td>
165
177
 
166
178
 
167
179
  <td class="type">
168
180
 
169
181
 
170
- <span class="param-type">Number</span>
182
+ <span class="param-type">
183
+
184
+ Number
185
+
186
+ </span>
171
187
 
172
188
 
173
189
 
@@ -190,13 +206,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
190
206
 
191
207
  <tr class="deep-level-1">
192
208
 
193
- <td class="name" id="height"><code>height</code></td>
209
+ <td class="name"><code>height</code></td>
194
210
 
195
211
 
196
212
  <td class="type">
197
213
 
198
214
 
199
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
200
220
 
201
221
 
202
222
 
@@ -219,13 +239,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
219
239
 
220
240
  <tr class="deep-level-1">
221
241
 
222
- <td class="name" id="join"><code>join</code></td>
242
+ <td class="name"><code>join</code></td>
223
243
 
224
244
 
225
245
  <td class="type">
226
246
 
227
247
 
228
- <span class="param-type"><a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a></span>
248
+ <span class="param-type">
249
+
250
+ <a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a>
251
+
252
+ </span>
229
253
 
230
254
 
231
255
 
@@ -248,13 +272,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
248
272
 
249
273
  <tr class="deep-level-1">
250
274
 
251
- <td class="name" id="cap"><code>cap</code></td>
275
+ <td class="name"><code>cap</code></td>
252
276
 
253
277
 
254
278
  <td class="type">
255
279
 
256
280
 
257
- <span class="param-type"><a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a></span>
281
+ <span class="param-type">
282
+
283
+ <a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a>
284
+
285
+ </span>
258
286
 
259
287
 
260
288
 
@@ -277,13 +305,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
277
305
 
278
306
  <tr class="deep-level-1">
279
307
 
280
- <td class="name" id="castShadows"><code>castShadows</code></td>
308
+ <td class="name"><code>castShadows</code></td>
281
309
 
282
310
 
283
311
  <td class="type">
284
312
 
285
313
 
286
- <span class="param-type">Boolean</span>
314
+ <span class="param-type">
315
+
316
+ Boolean
317
+
318
+ </span>
287
319
 
288
320
 
289
321
 
@@ -306,13 +338,17 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
306
338
 
307
339
  <tr class="deep-level-1">
308
340
 
309
- <td class="name" id="anchor"><code>anchor</code></td>
341
+ <td class="name"><code>anchor</code></td>
310
342
 
311
343
 
312
344
  <td class="type">
313
345
 
314
346
 
315
- <span class="param-type"><a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
347
+ <span class="param-type">
348
+
349
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
350
+
351
+ </span>
316
352
 
317
353
 
318
354
 
@@ -488,7 +524,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
488
524
  <td class="name">
489
525
  <code>
490
526
 
491
- <span class="param-type"><a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
527
+ <span class="param-type">
528
+
529
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
530
+
531
+ </span>
492
532
 
493
533
 
494
534
 
@@ -502,7 +542,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
502
542
  <td class="name">
503
543
  <code>
504
544
 
505
- <span class="param-type"><a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a></span>
545
+ <span class="param-type">
546
+
547
+ <a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a>
548
+
549
+ </span>
506
550
 
507
551
 
508
552
 
@@ -516,7 +560,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
516
560
  <td class="name">
517
561
  <code>
518
562
 
519
- <span class="param-type">Boolean</span>
563
+ <span class="param-type">
564
+
565
+ Boolean
566
+
567
+ </span>
520
568
 
521
569
 
522
570
 
@@ -530,7 +578,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
530
578
  <td class="name">
531
579
  <code>
532
580
 
533
- <span class="param-type">Boolean</span>
581
+ <span class="param-type">
582
+
583
+ Boolean
584
+
585
+ </span>
534
586
 
535
587
 
536
588
 
@@ -544,7 +596,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
544
596
  <td class="name">
545
597
  <code>
546
598
 
547
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
599
+ <span class="param-type">
600
+
601
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
602
+
603
+ </span>
548
604
 
549
605
 
550
606
 
@@ -558,7 +614,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
558
614
  <td class="name">
559
615
  <code>
560
616
 
561
- <span class="param-type">Object</span>
617
+ <span class="param-type">
618
+
619
+ Object
620
+
621
+ </span>
562
622
 
563
623
 
564
624
 
@@ -572,7 +632,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
572
632
  <td class="name">
573
633
  <code>
574
634
 
575
- <span class="param-type">Number</span>
635
+ <span class="param-type">
636
+
637
+ Number
638
+
639
+ </span>
576
640
 
577
641
 
578
642
 
@@ -586,7 +650,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
586
650
  <td class="name">
587
651
  <code>
588
652
 
589
- <span class="param-type">Boolean</span>
653
+ <span class="param-type">
654
+
655
+ Boolean
656
+
657
+ </span>
590
658
 
591
659
 
592
660
 
@@ -600,7 +668,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
600
668
  <td class="name">
601
669
  <code>
602
670
 
603
- <span class="param-type"><a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a></span>
671
+ <span class="param-type">
672
+
673
+ <a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a>
674
+
675
+ </span>
604
676
 
605
677
 
606
678
 
@@ -614,7 +686,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
614
686
  <td class="name">
615
687
  <code>
616
688
 
617
- <span class="param-type"><a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
689
+ <span class="param-type">
690
+
691
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
692
+
693
+ </span>
618
694
 
619
695
 
620
696
 
@@ -628,7 +704,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
628
704
  <td class="name">
629
705
  <code>
630
706
 
631
- <span class="param-type"><a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
707
+ <span class="param-type">
708
+
709
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
710
+
711
+ </span>
632
712
 
633
713
 
634
714
 
@@ -642,7 +722,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
642
722
  <td class="name">
643
723
  <code>
644
724
 
645
- <span class="param-type"><a link="FillSymbol3DOutline.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol3DOutline" FillSymbol3DOutline.html>FillSymbol3DOutline</a></span>
725
+ <span class="param-type">
726
+
727
+ <a link="FillSymbol3DOutline.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol3DOutline" FillSymbol3DOutline.html>FillSymbol3DOutline</a>
728
+
729
+ </span>
646
730
 
647
731
 
648
732
 
@@ -656,7 +740,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
656
740
  <td class="name">
657
741
  <code>
658
742
 
659
- <span class="param-type"><a link="StylePattern3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="StylePattern3D" StylePattern3D.html>StylePattern3D</a></span>
743
+ <span class="param-type">
744
+
745
+ <a link="StylePattern3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="StylePattern3D" StylePattern3D.html>StylePattern3D</a>
746
+
747
+ </span>
660
748
 
661
749
 
662
750
 
@@ -670,7 +758,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
670
758
  <td class="name">
671
759
  <code>
672
760
 
673
- <span class="param-type"><a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a></span>
761
+ <span class="param-type">
762
+
763
+ <a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a>
764
+
765
+ </span>
674
766
 
675
767
 
676
768
 
@@ -684,7 +776,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
684
776
  <td class="name">
685
777
  <code>
686
778
 
687
- <span class="param-type"><a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
779
+ <span class="param-type">
780
+
781
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
782
+
783
+ </span>
688
784
 
689
785
 
690
786
 
@@ -698,7 +794,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
698
794
  <td class="name">
699
795
  <code>
700
796
 
701
- <span class="param-type"><a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
797
+ <span class="param-type">
798
+
799
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
800
+
801
+ </span>
702
802
 
703
803
 
704
804
 
@@ -718,7 +818,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
718
818
  <span class="method-parameter is-pulled-right">
719
819
  <label>类型:</label>
720
820
 
721
- <span class="param-type"><a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
821
+ <span class="param-type">
822
+
823
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
824
+
825
+ </span>
722
826
 
723
827
 
724
828
 
@@ -789,7 +893,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
789
893
  <span class="method-parameter is-pulled-right">
790
894
  <label>类型:</label>
791
895
 
792
- <span class="param-type"><a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a></span>
896
+ <span class="param-type">
897
+
898
+ <a link="LineCapType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCapType" global.html#LineCapType>LineCapType</a>
899
+
900
+ </span>
793
901
 
794
902
 
795
903
 
@@ -860,7 +968,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
860
968
  <span class="method-parameter is-pulled-right">
861
969
  <label>类型:</label>
862
970
 
863
- <span class="param-type">Boolean</span>
971
+ <span class="param-type">
972
+
973
+ Boolean
974
+
975
+ </span>
864
976
 
865
977
 
866
978
 
@@ -931,7 +1043,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
931
1043
  <span class="method-parameter is-pulled-right">
932
1044
  <label>类型:</label>
933
1045
 
934
- <span class="param-type">Boolean</span>
1046
+ <span class="param-type">
1047
+
1048
+ Boolean
1049
+
1050
+ </span>
935
1051
 
936
1052
 
937
1053
 
@@ -1002,7 +1118,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1002
1118
  <span class="method-parameter is-pulled-right">
1003
1119
  <label>类型:</label>
1004
1120
 
1005
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1121
+ <span class="param-type">
1122
+
1123
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1124
+
1125
+ </span>
1006
1126
 
1007
1127
 
1008
1128
 
@@ -1078,7 +1198,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1078
1198
  <span class="method-parameter is-pulled-right">
1079
1199
  <label>类型:</label>
1080
1200
 
1081
- <span class="param-type">Object</span>
1201
+ <span class="param-type">
1202
+
1203
+ Object
1204
+
1205
+ </span>
1082
1206
 
1083
1207
 
1084
1208
 
@@ -1154,7 +1278,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1154
1278
  <span class="method-parameter is-pulled-right">
1155
1279
  <label>类型:</label>
1156
1280
 
1157
- <span class="param-type">Number</span>
1281
+ <span class="param-type">
1282
+
1283
+ Number
1284
+
1285
+ </span>
1158
1286
 
1159
1287
 
1160
1288
 
@@ -1225,7 +1353,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1225
1353
  <span class="method-parameter is-pulled-right">
1226
1354
  <label>类型:</label>
1227
1355
 
1228
- <span class="param-type">Boolean</span>
1356
+ <span class="param-type">
1357
+
1358
+ Boolean
1359
+
1360
+ </span>
1229
1361
 
1230
1362
 
1231
1363
 
@@ -1296,7 +1428,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1296
1428
  <span class="method-parameter is-pulled-right">
1297
1429
  <label>类型:</label>
1298
1430
 
1299
- <span class="param-type"><a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a></span>
1431
+ <span class="param-type">
1432
+
1433
+ <a link="LineJoinType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineJoinType" global.html#LineJoinType>LineJoinType</a>
1434
+
1435
+ </span>
1300
1436
 
1301
1437
 
1302
1438
 
@@ -1367,7 +1503,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1367
1503
  <span class="method-parameter is-pulled-right">
1368
1504
  <label>类型:</label>
1369
1505
 
1370
- <span class="param-type"><a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
1506
+ <span class="param-type">
1507
+
1508
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
1509
+
1510
+ </span>
1371
1511
 
1372
1512
 
1373
1513
 
@@ -1438,7 +1578,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1438
1578
  <span class="method-parameter is-pulled-right">
1439
1579
  <label>类型:</label>
1440
1580
 
1441
- <span class="param-type"><a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
1581
+ <span class="param-type">
1582
+
1583
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
1584
+
1585
+ </span>
1442
1586
 
1443
1587
 
1444
1588
 
@@ -1509,7 +1653,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1509
1653
  <span class="method-parameter is-pulled-right">
1510
1654
  <label>类型:</label>
1511
1655
 
1512
- <span class="param-type"><a link="FillSymbol3DOutline.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol3DOutline" FillSymbol3DOutline.html>FillSymbol3DOutline</a></span>
1656
+ <span class="param-type">
1657
+
1658
+ <a link="FillSymbol3DOutline.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol3DOutline" FillSymbol3DOutline.html>FillSymbol3DOutline</a>
1659
+
1660
+ </span>
1513
1661
 
1514
1662
 
1515
1663
 
@@ -1580,7 +1728,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1580
1728
  <span class="method-parameter is-pulled-right">
1581
1729
  <label>类型:</label>
1582
1730
 
1583
- <span class="param-type"><a link="StylePattern3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="StylePattern3D" StylePattern3D.html>StylePattern3D</a></span>
1731
+ <span class="param-type">
1732
+
1733
+ <a link="StylePattern3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="StylePattern3D" StylePattern3D.html>StylePattern3D</a>
1734
+
1735
+ </span>
1584
1736
 
1585
1737
 
1586
1738
 
@@ -1651,7 +1803,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1651
1803
  <span class="method-parameter is-pulled-right">
1652
1804
  <label>类型:</label>
1653
1805
 
1654
- <span class="param-type"><a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a></span>
1806
+ <span class="param-type">
1807
+
1808
+ <a link="ProfileType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ProfileType" global.html#ProfileType>ProfileType</a>
1809
+
1810
+ </span>
1655
1811
 
1656
1812
 
1657
1813
 
@@ -1722,7 +1878,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1722
1878
  <span class="method-parameter is-pulled-right">
1723
1879
  <label>类型:</label>
1724
1880
 
1725
- <span class="param-type"><a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
1881
+ <span class="param-type">
1882
+
1883
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
1884
+
1885
+ </span>
1726
1886
 
1727
1887
 
1728
1888
 
@@ -1798,7 +1958,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1798
1958
  <span class="method-parameter is-pulled-right">
1799
1959
  <label>类型:</label>
1800
1960
 
1801
- <span class="param-type"><a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
1961
+ <span class="param-type">
1962
+
1963
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
1964
+
1965
+ </span>
1802
1966
 
1803
1967
 
1804
1968
 
@@ -1895,15 +2059,18 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1895
2059
  <code>
1896
2060
 
1897
2061
 
1898
- <span class="param-type"><a link="LineCallout3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCallout3D" LineCallout3D.html>LineCallout3D</a></span>
2062
+ <span class="param-type">
2063
+
2064
+ <a link="LineCallout3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCallout3D" LineCallout3D.html>LineCallout3D</a>
2065
+
2066
+ </span>
1899
2067
 
1900
2068
 
1901
2069
 
1902
2070
 
1903
2071
  </code>
1904
2072
  </td>
1905
- <td class="name"><code><a id='fromJSON'/>
1906
- 通过json数据构造一个PathSymbol3DLayer对象</code></td>
2073
+ <td class="name"><code></code></td>
1907
2074
  </tr>
1908
2075
 
1909
2076
  <tr class="deep-level-0">
@@ -1912,15 +2079,18 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1912
2079
  <code>
1913
2080
 
1914
2081
 
1915
- <span class="param-type"><a link="PathSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PathSymbol3DLayer" PathSymbol3DLayer.html>PathSymbol3DLayer</a></span>
2082
+ <span class="param-type">
2083
+
2084
+ <a link="PathSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PathSymbol3DLayer" PathSymbol3DLayer.html>PathSymbol3DLayer</a>
2085
+
2086
+ </span>
1916
2087
 
1917
2088
 
1918
2089
 
1919
2090
 
1920
2091
  </code>
1921
2092
  </td>
1922
- <td class="name"><code><a id='clone'/>
1923
- 克隆并返回一个新的PathSymbol3DLayer对象</code></td>
2093
+ <td class="name"><code></code></td>
1924
2094
  </tr>
1925
2095
 
1926
2096
  <tr class="deep-level-0">
@@ -1929,15 +2099,18 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1929
2099
  <code>
1930
2100
 
1931
2101
 
1932
- <span class="param-type">Object</span>
2102
+ <span class="param-type">
2103
+
2104
+ Object
2105
+
2106
+ </span>
1933
2107
 
1934
2108
 
1935
2109
 
1936
2110
 
1937
2111
  </code>
1938
2112
  </td>
1939
- <td class="name"><code><a id='toJSON'/>
1940
- 导出为json数据</code></td>
2113
+ <td class="name"><code></code></td>
1941
2114
  </tr>
1942
2115
 
1943
2116
  </tbody>
@@ -2003,13 +2176,17 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2003
2176
 
2004
2177
  <tr class="deep-level-0">
2005
2178
 
2006
- <td class="name" id="json"><code>json</code></td>
2179
+ <td class="name"><code>json</code></td>
2007
2180
 
2008
2181
 
2009
2182
  <td class="type">
2010
2183
 
2011
2184
 
2012
- <span class="param-type">Object</span>
2185
+ <span class="param-type">
2186
+
2187
+ Object
2188
+
2189
+ </span>
2013
2190
 
2014
2191
 
2015
2192
 
@@ -2098,7 +2275,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2098
2275
  <div class='column is-5 has-text-left'>
2099
2276
  <label>类型: </label>
2100
2277
 
2101
- <span class="param-type"><a link="LineCallout3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCallout3D" LineCallout3D.html>LineCallout3D</a></span>
2278
+ <span class="param-type">
2279
+
2280
+ <a link="LineCallout3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineCallout3D" LineCallout3D.html>LineCallout3D</a>
2281
+
2282
+ </span>
2102
2283
 
2103
2284
 
2104
2285
 
@@ -2221,7 +2402,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2221
2402
  <div class='column is-5 has-text-left'>
2222
2403
  <label>类型: </label>
2223
2404
 
2224
- <span class="param-type"><a link="PathSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PathSymbol3DLayer" PathSymbol3DLayer.html>PathSymbol3DLayer</a></span>
2405
+ <span class="param-type">
2406
+
2407
+ <a link="PathSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PathSymbol3DLayer" PathSymbol3DLayer.html>PathSymbol3DLayer</a>
2408
+
2409
+ </span>
2225
2410
 
2226
2411
 
2227
2412
 
@@ -2344,7 +2529,11 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2344
2529
  <div class='column is-5 has-text-left'>
2345
2530
  <label>类型: </label>
2346
2531
 
2347
- <span class="param-type">Object</span>
2532
+ <span class="param-type">
2533
+
2534
+ Object
2535
+
2536
+ </span>
2348
2537
 
2349
2538
 
2350
2539