@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
@@ -80,13 +80,18 @@ sphere、cylinder、cube、cone、inverted-cone、diamond、tetrahedron<br/>
80
80
 
81
81
  <tr class="deep-level-0">
82
82
 
83
- <td class="name" id="options"><code>options</code></td>
83
+ <td class="name"><code>options</code></td>
84
84
 
85
85
 
86
86
  <td class="type">
87
87
 
88
88
 
89
- <span class="param-type">Object</span>
89
+ <span class="param-type">
90
+
91
+ Object
92
+
93
+ </span>
94
+
90
95
 
91
96
 
92
97
 
@@ -106,13 +111,18 @@ sphere、cylinder、cube、cone、inverted-cone、diamond、tetrahedron<br/>
106
111
 
107
112
  <tr class="deep-level-1">
108
113
 
109
- <td class="name" id="resource"><code>resource</code></td>
114
+ <td class="name"><code>resource</code></td>
110
115
 
111
116
 
112
117
  <td class="type">
113
118
 
114
119
 
115
- <span class="param-type"><a class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a></span>
120
+ <span class="param-type">
121
+
122
+ <a link="IconResource.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a>
123
+
124
+ </span>
125
+
116
126
 
117
127
 
118
128
 
@@ -135,13 +145,18 @@ sphere、cylinder、cube、cone、inverted-cone、diamond、tetrahedron<br/>
135
145
 
136
146
  <tr class="deep-level-1">
137
147
 
138
- <td class="name" id="material"><code>material</code></td>
148
+ <td class="name"><code>material</code></td>
139
149
 
140
150
 
141
151
  <td class="type">
142
152
 
143
153
 
144
- <span class="param-type"><a class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a></span>
154
+ <span class="param-type">
155
+
156
+ <a link="ColorMaterial.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ColorMaterial" ColorMaterial.html>ColorMaterial</a>
157
+
158
+ </span>
159
+
145
160
 
146
161
 
147
162
 
@@ -164,13 +179,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
164
179
 
165
180
  <tr class="deep-level-1">
166
181
 
167
- <td class="name" id="height"><code>height</code></td>
182
+ <td class="name"><code>height</code></td>
168
183
 
169
184
 
170
185
  <td class="type">
171
186
 
172
187
 
173
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
191
+
192
+ </span>
193
+
174
194
 
175
195
 
176
196
 
@@ -192,13 +212,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
192
212
 
193
213
  <tr class="deep-level-1">
194
214
 
195
- <td class="name" id="width"><code>width</code></td>
215
+ <td class="name"><code>width</code></td>
196
216
 
197
217
 
198
218
  <td class="type">
199
219
 
200
220
 
201
- <span class="param-type">Number</span>
221
+ <span class="param-type">
222
+
223
+ Number
224
+
225
+ </span>
226
+
202
227
 
203
228
 
204
229
 
@@ -220,13 +245,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
220
245
 
221
246
  <tr class="deep-level-1">
222
247
 
223
- <td class="name" id="depth"><code>depth</code></td>
248
+ <td class="name"><code>depth</code></td>
224
249
 
225
250
 
226
251
  <td class="type">
227
252
 
228
253
 
229
- <span class="param-type">Number</span>
254
+ <span class="param-type">
255
+
256
+ Number
257
+
258
+ </span>
259
+
230
260
 
231
261
 
232
262
 
@@ -248,13 +278,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
248
278
 
249
279
  <tr class="deep-level-1">
250
280
 
251
- <td class="name" id="castShadows"><code>castShadows</code></td>
281
+ <td class="name"><code>castShadows</code></td>
252
282
 
253
283
 
254
284
  <td class="type">
255
285
 
256
286
 
257
- <span class="param-type">Boolean</span>
287
+ <span class="param-type">
288
+
289
+ Boolean
290
+
291
+ </span>
292
+
258
293
 
259
294
 
260
295
 
@@ -276,13 +311,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
276
311
 
277
312
  <tr class="deep-level-1">
278
313
 
279
- <td class="name" id="heading"><code>heading</code></td>
314
+ <td class="name"><code>heading</code></td>
280
315
 
281
316
 
282
317
  <td class="type">
283
318
 
284
319
 
285
- <span class="param-type">Number</span>
320
+ <span class="param-type">
321
+
322
+ Number
323
+
324
+ </span>
325
+
286
326
 
287
327
 
288
328
 
@@ -304,13 +344,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
304
344
 
305
345
  <tr class="deep-level-1">
306
346
 
307
- <td class="name" id="roll"><code>roll</code></td>
347
+ <td class="name"><code>roll</code></td>
308
348
 
309
349
 
310
350
  <td class="type">
311
351
 
312
352
 
313
- <span class="param-type">Number</span>
353
+ <span class="param-type">
354
+
355
+ Number
356
+
357
+ </span>
358
+
314
359
 
315
360
 
316
361
 
@@ -332,13 +377,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
332
377
 
333
378
  <tr class="deep-level-1">
334
379
 
335
- <td class="name" id="tilt"><code>tilt</code></td>
380
+ <td class="name"><code>tilt</code></td>
336
381
 
337
382
 
338
383
  <td class="type">
339
384
 
340
385
 
341
- <span class="param-type">Number</span>
386
+ <span class="param-type">
387
+
388
+ Number
389
+
390
+ </span>
391
+
342
392
 
343
393
 
344
394
 
@@ -360,13 +410,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
360
410
 
361
411
  <tr class="deep-level-1">
362
412
 
363
- <td class="name" id="anchor"><code>anchor</code></td>
413
+ <td class="name"><code>anchor</code></td>
364
414
 
365
415
 
366
416
  <td class="type">
367
417
 
368
418
 
369
- <span class="param-type"><a class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
419
+ <span class="param-type">
420
+
421
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
422
+
423
+ </span>
424
+
370
425
 
371
426
 
372
427
 
@@ -388,13 +443,18 @@ ColorMaterial: 纯色材质,当图标的资源是网络gltf资源时,指的
388
443
 
389
444
  <tr class="deep-level-1">
390
445
 
391
- <td class="name" id="anchorPosition"><code>anchorPosition</code></td>
446
+ <td class="name"><code>anchorPosition</code></td>
392
447
 
393
448
 
394
449
  <td class="type">
395
450
 
396
451
 
397
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
452
+ <span class="param-type">
453
+
454
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
455
+
456
+ </span>
457
+
398
458
 
399
459
 
400
460
 
@@ -562,7 +622,7 @@ const symbol = new ObjectSymbol3DLayer({
562
622
 
563
623
 
564
624
  <ul>
565
- <li><a class="mapgis-link-name" title="Symbol3DLayer" Symbol3DLayer.html>Symbol3DLayer</a></li>
625
+ <li><a link="Symbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayer" Symbol3DLayer.html>Symbol3DLayer</a></li>
566
626
  </ul>
567
627
 
568
628
 
@@ -594,11 +654,16 @@ const symbol = new ObjectSymbol3DLayer({
594
654
  <tbody>
595
655
 
596
656
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#anchor">anchor</a></code></td>
657
+ <td class="name"><code><a href="#anchor">anchor</a></code></td>
598
658
  <td class="name">
599
659
  <code>
600
660
 
601
- <span class="param-type"><a class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
661
+ <span class="param-type">
662
+
663
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
664
+
665
+ </span>
666
+
602
667
 
603
668
 
604
669
  </code>
@@ -607,11 +672,16 @@ const symbol = new ObjectSymbol3DLayer({
607
672
  </tr>
608
673
 
609
674
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#anchorPosition">anchorPosition</a></code></td>
675
+ <td class="name"><code><a href="#anchorPosition">anchorPosition</a></code></td>
611
676
  <td class="name">
612
677
  <code>
613
678
 
614
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
679
+ <span class="param-type">
680
+
681
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
682
+
683
+ </span>
684
+
615
685
 
616
686
 
617
687
  </code>
@@ -620,11 +690,16 @@ const symbol = new ObjectSymbol3DLayer({
620
690
  </tr>
621
691
 
622
692
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#castShadows">castShadows</a></code></td>
693
+ <td class="name"><code><a href="#castShadows">castShadows</a></code></td>
624
694
  <td class="name">
625
695
  <code>
626
696
 
627
- <span class="param-type">Boolean</span>
697
+ <span class="param-type">
698
+
699
+ Boolean
700
+
701
+ </span>
702
+
628
703
 
629
704
 
630
705
  </code>
@@ -633,11 +708,16 @@ const symbol = new ObjectSymbol3DLayer({
633
708
  </tr>
634
709
 
635
710
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#color">color</a></code></td>
711
+ <td class="name"><code><a href="#color">color</a></code></td>
637
712
  <td class="name">
638
713
  <code>
639
714
 
640
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
715
+ <span class="param-type">
716
+
717
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
718
+
719
+ </span>
720
+
641
721
 
642
722
 
643
723
  </code>
@@ -646,11 +726,16 @@ const symbol = new ObjectSymbol3DLayer({
646
726
  </tr>
647
727
 
648
728
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#depth">depth</a></code></td>
729
+ <td class="name"><code><a href="#depth">depth</a></code></td>
650
730
  <td class="name">
651
731
  <code>
652
732
 
653
- <span class="param-type">Number</span>
733
+ <span class="param-type">
734
+
735
+ Number
736
+
737
+ </span>
738
+
654
739
 
655
740
 
656
741
  </code>
@@ -659,11 +744,16 @@ const symbol = new ObjectSymbol3DLayer({
659
744
  </tr>
660
745
 
661
746
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#extendOptions">extendOptions</a></code></td>
747
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
663
748
  <td class="name">
664
749
  <code>
665
750
 
666
- <span class="param-type">Object</span>
751
+ <span class="param-type">
752
+
753
+ Object
754
+
755
+ </span>
756
+
667
757
 
668
758
 
669
759
  </code>
@@ -672,11 +762,16 @@ const symbol = new ObjectSymbol3DLayer({
672
762
  </tr>
673
763
 
674
764
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#heading">heading</a></code></td>
765
+ <td class="name"><code><a href="#heading">heading</a></code></td>
676
766
  <td class="name">
677
767
  <code>
678
768
 
679
- <span class="param-type">Number</span>
769
+ <span class="param-type">
770
+
771
+ Number
772
+
773
+ </span>
774
+
680
775
 
681
776
 
682
777
  </code>
@@ -685,11 +780,16 @@ const symbol = new ObjectSymbol3DLayer({
685
780
  </tr>
686
781
 
687
782
  <tr class="deep-level-0">
688
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#height">height</a></code></td>
783
+ <td class="name"><code><a href="#height">height</a></code></td>
689
784
  <td class="name">
690
785
  <code>
691
786
 
692
- <span class="param-type">Number</span>
787
+ <span class="param-type">
788
+
789
+ Number
790
+
791
+ </span>
792
+
693
793
 
694
794
 
695
795
  </code>
@@ -698,11 +798,16 @@ const symbol = new ObjectSymbol3DLayer({
698
798
  </tr>
699
799
 
700
800
  <tr class="deep-level-0">
701
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#material">material</a></code></td>
801
+ <td class="name"><code><a href="#material">material</a></code></td>
702
802
  <td class="name">
703
803
  <code>
704
804
 
705
- <span class="param-type">Object</span>
805
+ <span class="param-type">
806
+
807
+ Object
808
+
809
+ </span>
810
+
706
811
 
707
812
 
708
813
  </code>
@@ -711,11 +816,16 @@ const symbol = new ObjectSymbol3DLayer({
711
816
  </tr>
712
817
 
713
818
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#resource">resource</a></code></td>
819
+ <td class="name"><code><a href="#resource">resource</a></code></td>
715
820
  <td class="name">
716
821
  <code>
717
822
 
718
- <span class="param-type"><a class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a></span>
823
+ <span class="param-type">
824
+
825
+ <a link="IconResource.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a>
826
+
827
+ </span>
828
+
719
829
 
720
830
 
721
831
  </code>
@@ -724,11 +834,16 @@ const symbol = new ObjectSymbol3DLayer({
724
834
  </tr>
725
835
 
726
836
  <tr class="deep-level-0">
727
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#roll">roll</a></code></td>
837
+ <td class="name"><code><a href="#roll">roll</a></code></td>
728
838
  <td class="name">
729
839
  <code>
730
840
 
731
- <span class="param-type">Number</span>
841
+ <span class="param-type">
842
+
843
+ Number
844
+
845
+ </span>
846
+
732
847
 
733
848
 
734
849
  </code>
@@ -737,11 +852,16 @@ const symbol = new ObjectSymbol3DLayer({
737
852
  </tr>
738
853
 
739
854
  <tr class="deep-level-0">
740
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#tilt">tilt</a></code></td>
855
+ <td class="name"><code><a href="#tilt">tilt</a></code></td>
741
856
  <td class="name">
742
857
  <code>
743
858
 
744
- <span class="param-type">Number</span>
859
+ <span class="param-type">
860
+
861
+ Number
862
+
863
+ </span>
864
+
745
865
 
746
866
 
747
867
  </code>
@@ -750,11 +870,16 @@ const symbol = new ObjectSymbol3DLayer({
750
870
  </tr>
751
871
 
752
872
  <tr class="deep-level-0">
753
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#type">type</a></code></td>
873
+ <td class="name"><code><a href="#type">type</a></code></td>
754
874
  <td class="name">
755
875
  <code>
756
876
 
757
- <span class="param-type"><a class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
877
+ <span class="param-type">
878
+
879
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
880
+
881
+ </span>
882
+
758
883
 
759
884
 
760
885
  </code>
@@ -763,11 +888,16 @@ const symbol = new ObjectSymbol3DLayer({
763
888
  </tr>
764
889
 
765
890
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#width">width</a></code></td>
891
+ <td class="name"><code><a href="#width">width</a></code></td>
767
892
  <td class="name">
768
893
  <code>
769
894
 
770
- <span class="param-type">Number</span>
895
+ <span class="param-type">
896
+
897
+ Number
898
+
899
+ </span>
900
+
771
901
 
772
902
 
773
903
  </code>
@@ -786,7 +916,12 @@ const symbol = new ObjectSymbol3DLayer({
786
916
  <span class="method-parameter is-pulled-right">
787
917
  <label>类型:</label>
788
918
 
789
- <span class="param-type"><a class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a></span>
919
+ <span class="param-type">
920
+
921
+ <a link="AnchorType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AnchorType" global.html#AnchorType>AnchorType</a>
922
+
923
+ </span>
924
+
790
925
 
791
926
 
792
927
  </span>
@@ -856,7 +991,12 @@ const symbol = new ObjectSymbol3DLayer({
856
991
  <span class="method-parameter is-pulled-right">
857
992
  <label>类型:</label>
858
993
 
859
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
994
+ <span class="param-type">
995
+
996
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
997
+
998
+ </span>
999
+
860
1000
 
861
1001
 
862
1002
  </span>
@@ -926,7 +1066,12 @@ const symbol = new ObjectSymbol3DLayer({
926
1066
  <span class="method-parameter is-pulled-right">
927
1067
  <label>类型:</label>
928
1068
 
929
- <span class="param-type">Boolean</span>
1069
+ <span class="param-type">
1070
+
1071
+ Boolean
1072
+
1073
+ </span>
1074
+
930
1075
 
931
1076
 
932
1077
  </span>
@@ -996,7 +1141,12 @@ const symbol = new ObjectSymbol3DLayer({
996
1141
  <span class="method-parameter is-pulled-right">
997
1142
  <label>类型:</label>
998
1143
 
999
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1144
+ <span class="param-type">
1145
+
1146
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1147
+
1148
+ </span>
1149
+
1000
1150
 
1001
1151
 
1002
1152
  </span>
@@ -1030,7 +1180,7 @@ const symbol = new ObjectSymbol3DLayer({
1030
1180
 
1031
1181
  <dt class="inherited-from">Inherited From:</dt>
1032
1182
  <dd class="inherited-from"><ul class="dummy"><li>
1033
- <a class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
1183
+ <a goto="color" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
1034
1184
  </li></ul></dd>
1035
1185
 
1036
1186
 
@@ -1071,7 +1221,12 @@ const symbol = new ObjectSymbol3DLayer({
1071
1221
  <span class="method-parameter is-pulled-right">
1072
1222
  <label>类型:</label>
1073
1223
 
1074
- <span class="param-type">Number</span>
1224
+ <span class="param-type">
1225
+
1226
+ Number
1227
+
1228
+ </span>
1229
+
1075
1230
 
1076
1231
 
1077
1232
  </span>
@@ -1141,7 +1296,12 @@ const symbol = new ObjectSymbol3DLayer({
1141
1296
  <span class="method-parameter is-pulled-right">
1142
1297
  <label>类型:</label>
1143
1298
 
1144
- <span class="param-type">Object</span>
1299
+ <span class="param-type">
1300
+
1301
+ Object
1302
+
1303
+ </span>
1304
+
1145
1305
 
1146
1306
 
1147
1307
  </span>
@@ -1175,7 +1335,7 @@ const symbol = new ObjectSymbol3DLayer({
1175
1335
 
1176
1336
  <dt class="inherited-from">Inherited From:</dt>
1177
1337
  <dd class="inherited-from"><ul class="dummy"><li>
1178
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1338
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1179
1339
  </li></ul></dd>
1180
1340
 
1181
1341
 
@@ -1216,7 +1376,12 @@ const symbol = new ObjectSymbol3DLayer({
1216
1376
  <span class="method-parameter is-pulled-right">
1217
1377
  <label>类型:</label>
1218
1378
 
1219
- <span class="param-type">Number</span>
1379
+ <span class="param-type">
1380
+
1381
+ Number
1382
+
1383
+ </span>
1384
+
1220
1385
 
1221
1386
 
1222
1387
  </span>
@@ -1286,7 +1451,12 @@ const symbol = new ObjectSymbol3DLayer({
1286
1451
  <span class="method-parameter is-pulled-right">
1287
1452
  <label>类型:</label>
1288
1453
 
1289
- <span class="param-type">Number</span>
1454
+ <span class="param-type">
1455
+
1456
+ Number
1457
+
1458
+ </span>
1459
+
1290
1460
 
1291
1461
 
1292
1462
  </span>
@@ -1356,7 +1526,12 @@ const symbol = new ObjectSymbol3DLayer({
1356
1526
  <span class="method-parameter is-pulled-right">
1357
1527
  <label>类型:</label>
1358
1528
 
1359
- <span class="param-type">Object</span>
1529
+ <span class="param-type">
1530
+
1531
+ Object
1532
+
1533
+ </span>
1534
+
1360
1535
 
1361
1536
 
1362
1537
  </span>
@@ -1426,7 +1601,12 @@ const symbol = new ObjectSymbol3DLayer({
1426
1601
  <span class="method-parameter is-pulled-right">
1427
1602
  <label>类型:</label>
1428
1603
 
1429
- <span class="param-type"><a class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a></span>
1604
+ <span class="param-type">
1605
+
1606
+ <a link="IconResource.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="IconResource" IconResource.html>IconResource</a>
1607
+
1608
+ </span>
1609
+
1430
1610
 
1431
1611
 
1432
1612
  </span>
@@ -1496,7 +1676,12 @@ const symbol = new ObjectSymbol3DLayer({
1496
1676
  <span class="method-parameter is-pulled-right">
1497
1677
  <label>类型:</label>
1498
1678
 
1499
- <span class="param-type">Number</span>
1679
+ <span class="param-type">
1680
+
1681
+ Number
1682
+
1683
+ </span>
1684
+
1500
1685
 
1501
1686
 
1502
1687
  </span>
@@ -1566,7 +1751,12 @@ const symbol = new ObjectSymbol3DLayer({
1566
1751
  <span class="method-parameter is-pulled-right">
1567
1752
  <label>类型:</label>
1568
1753
 
1569
- <span class="param-type">Number</span>
1754
+ <span class="param-type">
1755
+
1756
+ Number
1757
+
1758
+ </span>
1759
+
1570
1760
 
1571
1761
 
1572
1762
  </span>
@@ -1636,7 +1826,12 @@ const symbol = new ObjectSymbol3DLayer({
1636
1826
  <span class="method-parameter is-pulled-right">
1637
1827
  <label>类型:</label>
1638
1828
 
1639
- <span class="param-type"><a class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a></span>
1829
+ <span class="param-type">
1830
+
1831
+ <a link="Symbol3DLayerType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayerType" global.html#Symbol3DLayerType>Symbol3DLayerType</a>
1832
+
1833
+ </span>
1834
+
1640
1835
 
1641
1836
 
1642
1837
  </span>
@@ -1711,7 +1906,12 @@ const symbol = new ObjectSymbol3DLayer({
1711
1906
  <span class="method-parameter is-pulled-right">
1712
1907
  <label>类型:</label>
1713
1908
 
1714
- <span class="param-type">Number</span>
1909
+ <span class="param-type">
1910
+
1911
+ Number
1912
+
1913
+ </span>
1914
+
1715
1915
 
1716
1916
 
1717
1917
  </span>
@@ -1797,51 +1997,63 @@ const symbol = new ObjectSymbol3DLayer({
1797
1997
  <tbody>
1798
1998
 
1799
1999
  <tr class="deep-level-0">
1800
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#fromJSON">fromJSON</a></code></td>
2000
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1801
2001
  <td class="name">
1802
2002
  <code>
1803
2003
 
1804
2004
 
1805
- <span class="param-type"><a class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a></span>
2005
+ <span class="param-type">
2006
+
2007
+ <a link="ObjectSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a>
2008
+
2009
+ </span>
2010
+
1806
2011
 
1807
2012
 
1808
2013
 
1809
2014
  </code>
1810
2015
  </td>
1811
- <td class="name"><code><a id='fromJSON'/>
1812
- 通过json数据构造一个ObjectSymbol3DLayer对象</code></td>
2016
+ <td class="name"><code></code></td>
1813
2017
  </tr>
1814
2018
 
1815
2019
  <tr class="deep-level-0">
1816
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#clone">clone</a></code></td>
2020
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1817
2021
  <td class="name">
1818
2022
  <code>
1819
2023
 
1820
2024
 
1821
- <span class="param-type"><a class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a></span>
2025
+ <span class="param-type">
2026
+
2027
+ <a link="ObjectSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a>
2028
+
2029
+ </span>
2030
+
1822
2031
 
1823
2032
 
1824
2033
 
1825
2034
  </code>
1826
2035
  </td>
1827
- <td class="name"><code><a id='clone'/>
1828
- 克隆并返回一个新的ObjectSymbol3DLayer对象</code></td>
2036
+ <td class="name"><code></code></td>
1829
2037
  </tr>
1830
2038
 
1831
2039
  <tr class="deep-level-0">
1832
- <td class="name"><code><a href="ObjectSymbol3DLayer.html#toJSON">toJSON</a></code></td>
2040
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1833
2041
  <td class="name">
1834
2042
  <code>
1835
2043
 
1836
2044
 
1837
- <span class="param-type">Object</span>
2045
+ <span class="param-type">
2046
+
2047
+ Object
2048
+
2049
+ </span>
2050
+
1838
2051
 
1839
2052
 
1840
2053
 
1841
2054
  </code>
1842
2055
  </td>
1843
- <td class="name"><code><p><a id='toJSON'></a>
1844
- 导出为JSON对象</p></code></td>
2056
+ <td class="name"><code><p></code></td>
1845
2057
  </tr>
1846
2058
 
1847
2059
  </tbody>
@@ -1907,13 +2119,18 @@ const symbol = new ObjectSymbol3DLayer({
1907
2119
 
1908
2120
  <tr class="deep-level-0">
1909
2121
 
1910
- <td class="name" id="json"><code>json</code></td>
2122
+ <td class="name"><code>json</code></td>
1911
2123
 
1912
2124
 
1913
2125
  <td class="type">
1914
2126
 
1915
2127
 
1916
- <span class="param-type">Object</span>
2128
+ <span class="param-type">
2129
+
2130
+ Object
2131
+
2132
+ </span>
2133
+
1917
2134
 
1918
2135
 
1919
2136
 
@@ -2001,7 +2218,12 @@ const symbol = new ObjectSymbol3DLayer({
2001
2218
  <div class='column is-5 has-text-left'>
2002
2219
  <label>类型: </label>
2003
2220
 
2004
- <span class="param-type"><a class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a></span>
2221
+ <span class="param-type">
2222
+
2223
+ <a link="ObjectSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a>
2224
+
2225
+ </span>
2226
+
2005
2227
 
2006
2228
 
2007
2229
  </div>
@@ -2123,7 +2345,12 @@ const symbol = new ObjectSymbol3DLayer({
2123
2345
  <div class='column is-5 has-text-left'>
2124
2346
  <label>类型: </label>
2125
2347
 
2126
- <span class="param-type"><a class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a></span>
2348
+ <span class="param-type">
2349
+
2350
+ <a link="ObjectSymbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ObjectSymbol3DLayer" ObjectSymbol3DLayer.html>ObjectSymbol3DLayer</a>
2351
+
2352
+ </span>
2353
+
2127
2354
 
2128
2355
 
2129
2356
  </div>
@@ -2245,7 +2472,12 @@ const symbol = new ObjectSymbol3DLayer({
2245
2472
  <div class='column is-5 has-text-left'>
2246
2473
  <label>类型: </label>
2247
2474
 
2248
- <span class="param-type">Object</span>
2475
+ <span class="param-type">
2476
+
2477
+ Object
2478
+
2479
+ </span>
2480
+
2249
2481
 
2250
2482
 
2251
2483
  </div>