@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
@@ -75,13 +75,18 @@
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>
89
+
85
90
 
86
91
 
87
92
 
@@ -101,13 +106,18 @@
101
106
 
102
107
  <tr class="deep-level-1">
103
108
 
104
- <td class="name" id="material"><code>material</code></td>
109
+ <td class="name"><code>material</code></td>
105
110
 
106
111
 
107
112
  <td class="type">
108
113
 
109
114
 
110
- <span class="param-type"><a 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>
120
+
111
121
 
112
122
 
113
123
 
@@ -130,13 +140,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
130
140
 
131
141
  <tr class="deep-level-1">
132
142
 
133
- <td class="name" id="profile"><code>profile</code></td>
143
+ <td class="name"><code>profile</code></td>
134
144
 
135
145
 
136
146
  <td class="type">
137
147
 
138
148
 
139
- <span class="param-type"><a 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>
154
+
140
155
 
141
156
 
142
157
 
@@ -158,13 +173,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
158
173
 
159
174
  <tr class="deep-level-1">
160
175
 
161
- <td class="name" id="width"><code>width</code></td>
176
+ <td class="name"><code>width</code></td>
162
177
 
163
178
 
164
179
  <td class="type">
165
180
 
166
181
 
167
- <span class="param-type">Number</span>
182
+ <span class="param-type">
183
+
184
+ Number
185
+
186
+ </span>
187
+
168
188
 
169
189
 
170
190
 
@@ -186,13 +206,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="height"><code>height</code></td>
209
+ <td class="name"><code>height</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
220
+
196
221
 
197
222
 
198
223
 
@@ -214,13 +239,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
214
239
 
215
240
  <tr class="deep-level-1">
216
241
 
217
- <td class="name" id="join"><code>join</code></td>
242
+ <td class="name"><code>join</code></td>
218
243
 
219
244
 
220
245
  <td class="type">
221
246
 
222
247
 
223
- <span class="param-type"><a 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>
253
+
224
254
 
225
255
 
226
256
 
@@ -242,13 +272,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
242
272
 
243
273
  <tr class="deep-level-1">
244
274
 
245
- <td class="name" id="cap"><code>cap</code></td>
275
+ <td class="name"><code>cap</code></td>
246
276
 
247
277
 
248
278
  <td class="type">
249
279
 
250
280
 
251
- <span class="param-type"><a 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>
286
+
252
287
 
253
288
 
254
289
 
@@ -270,13 +305,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
270
305
 
271
306
  <tr class="deep-level-1">
272
307
 
273
- <td class="name" id="castShadows"><code>castShadows</code></td>
308
+ <td class="name"><code>castShadows</code></td>
274
309
 
275
310
 
276
311
  <td class="type">
277
312
 
278
313
 
279
- <span class="param-type">Boolean</span>
314
+ <span class="param-type">
315
+
316
+ Boolean
317
+
318
+ </span>
319
+
280
320
 
281
321
 
282
322
 
@@ -298,13 +338,18 @@ ColorMaterial: 纯色材质,通过设置纯色材质来改变管道的颜色</
298
338
 
299
339
  <tr class="deep-level-1">
300
340
 
301
- <td class="name" id="anchor"><code>anchor</code></td>
341
+ <td class="name"><code>anchor</code></td>
302
342
 
303
343
 
304
344
  <td class="type">
305
345
 
306
346
 
307
- <span class="param-type"><a 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>
352
+
308
353
 
309
354
 
310
355
 
@@ -443,7 +488,7 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
443
488
 
444
489
 
445
490
  <ul>
446
- <li><a class="mapgis-link-name" title="Symbol3DLayer" Symbol3DLayer.html>Symbol3DLayer</a></li>
491
+ <li><a link="Symbol3DLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3DLayer" Symbol3DLayer.html>Symbol3DLayer</a></li>
447
492
  </ul>
448
493
 
449
494
 
@@ -475,11 +520,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
475
520
  <tbody>
476
521
 
477
522
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="PathSymbol3DLayer.html#anchor">anchor</a></code></td>
523
+ <td class="name"><code><a href="#anchor">anchor</a></code></td>
479
524
  <td class="name">
480
525
  <code>
481
526
 
482
- <span class="param-type"><a 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>
532
+
483
533
 
484
534
 
485
535
  </code>
@@ -488,11 +538,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
488
538
  </tr>
489
539
 
490
540
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="PathSymbol3DLayer.html#cap">cap</a></code></td>
541
+ <td class="name"><code><a href="#cap">cap</a></code></td>
492
542
  <td class="name">
493
543
  <code>
494
544
 
495
- <span class="param-type"><a 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>
550
+
496
551
 
497
552
 
498
553
  </code>
@@ -501,11 +556,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
501
556
  </tr>
502
557
 
503
558
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="PathSymbol3DLayer.html#castShadows">castShadows</a></code></td>
559
+ <td class="name"><code><a href="#castShadows">castShadows</a></code></td>
505
560
  <td class="name">
506
561
  <code>
507
562
 
508
- <span class="param-type">Boolean</span>
563
+ <span class="param-type">
564
+
565
+ Boolean
566
+
567
+ </span>
568
+
509
569
 
510
570
 
511
571
  </code>
@@ -514,11 +574,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
514
574
  </tr>
515
575
 
516
576
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="PathSymbol3DLayer.html#castShadows">castShadows</a></code></td>
577
+ <td class="name"><code><a href="#castShadows">castShadows</a></code></td>
518
578
  <td class="name">
519
579
  <code>
520
580
 
521
- <span class="param-type">Boolean</span>
581
+ <span class="param-type">
582
+
583
+ Boolean
584
+
585
+ </span>
586
+
522
587
 
523
588
 
524
589
  </code>
@@ -527,11 +592,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
527
592
  </tr>
528
593
 
529
594
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="PathSymbol3DLayer.html#color">color</a></code></td>
595
+ <td class="name"><code><a href="#color">color</a></code></td>
531
596
  <td class="name">
532
597
  <code>
533
598
 
534
- <span class="param-type"><a 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>
604
+
535
605
 
536
606
 
537
607
  </code>
@@ -540,11 +610,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
540
610
  </tr>
541
611
 
542
612
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="PathSymbol3DLayer.html#extendOptions">extendOptions</a></code></td>
613
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
544
614
  <td class="name">
545
615
  <code>
546
616
 
547
- <span class="param-type">Object</span>
617
+ <span class="param-type">
618
+
619
+ Object
620
+
621
+ </span>
622
+
548
623
 
549
624
 
550
625
  </code>
@@ -553,11 +628,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
553
628
  </tr>
554
629
 
555
630
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="PathSymbol3DLayer.html#height">height</a></code></td>
631
+ <td class="name"><code><a href="#height">height</a></code></td>
557
632
  <td class="name">
558
633
  <code>
559
634
 
560
- <span class="param-type">Number</span>
635
+ <span class="param-type">
636
+
637
+ Number
638
+
639
+ </span>
640
+
561
641
 
562
642
 
563
643
  </code>
@@ -566,11 +646,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
566
646
  </tr>
567
647
 
568
648
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="PathSymbol3DLayer.html#height">height</a></code></td>
649
+ <td class="name"><code><a href="#height">height</a></code></td>
570
650
  <td class="name">
571
651
  <code>
572
652
 
573
- <span class="param-type">Boolean</span>
653
+ <span class="param-type">
654
+
655
+ Boolean
656
+
657
+ </span>
658
+
574
659
 
575
660
 
576
661
  </code>
@@ -579,11 +664,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
579
664
  </tr>
580
665
 
581
666
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="PathSymbol3DLayer.html#join">join</a></code></td>
667
+ <td class="name"><code><a href="#join">join</a></code></td>
583
668
  <td class="name">
584
669
  <code>
585
670
 
586
- <span class="param-type"><a 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>
676
+
587
677
 
588
678
 
589
679
  </code>
@@ -592,11 +682,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
592
682
  </tr>
593
683
 
594
684
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="PathSymbol3DLayer.html#material">material</a></code></td>
685
+ <td class="name"><code><a href="#material">material</a></code></td>
596
686
  <td class="name">
597
687
  <code>
598
688
 
599
- <span class="param-type"><a 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>
694
+
600
695
 
601
696
 
602
697
  </code>
@@ -605,11 +700,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
605
700
  </tr>
606
701
 
607
702
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="PathSymbol3DLayer.html#material">material</a></code></td>
703
+ <td class="name"><code><a href="#material">material</a></code></td>
609
704
  <td class="name">
610
705
  <code>
611
706
 
612
- <span class="param-type"><a 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>
712
+
613
713
 
614
714
 
615
715
  </code>
@@ -618,11 +718,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
618
718
  </tr>
619
719
 
620
720
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="PathSymbol3DLayer.html#outline">outline</a></code></td>
721
+ <td class="name"><code><a href="#outline">outline</a></code></td>
622
722
  <td class="name">
623
723
  <code>
624
724
 
625
- <span class="param-type"><a 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>
730
+
626
731
 
627
732
 
628
733
  </code>
@@ -631,11 +736,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
631
736
  </tr>
632
737
 
633
738
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="PathSymbol3DLayer.html#pattern">pattern</a></code></td>
739
+ <td class="name"><code><a href="#pattern">pattern</a></code></td>
635
740
  <td class="name">
636
741
  <code>
637
742
 
638
- <span class="param-type"><a 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>
748
+
639
749
 
640
750
 
641
751
  </code>
@@ -644,11 +754,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
644
754
  </tr>
645
755
 
646
756
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="PathSymbol3DLayer.html#profile">profile</a></code></td>
757
+ <td class="name"><code><a href="#profile">profile</a></code></td>
648
758
  <td class="name">
649
759
  <code>
650
760
 
651
- <span class="param-type"><a 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>
766
+
652
767
 
653
768
 
654
769
  </code>
@@ -657,11 +772,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
657
772
  </tr>
658
773
 
659
774
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="PathSymbol3DLayer.html#type">type</a></code></td>
775
+ <td class="name"><code><a href="#type">type</a></code></td>
661
776
  <td class="name">
662
777
  <code>
663
778
 
664
- <span class="param-type"><a 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>
784
+
665
785
 
666
786
 
667
787
  </code>
@@ -670,11 +790,16 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
670
790
  </tr>
671
791
 
672
792
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="PathSymbol3DLayer.html#type">type</a></code></td>
793
+ <td class="name"><code><a href="#type">type</a></code></td>
674
794
  <td class="name">
675
795
  <code>
676
796
 
677
- <span class="param-type"><a 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>
802
+
678
803
 
679
804
 
680
805
  </code>
@@ -693,7 +818,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
693
818
  <span class="method-parameter is-pulled-right">
694
819
  <label>类型:</label>
695
820
 
696
- <span class="param-type"><a 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>
826
+
697
827
 
698
828
 
699
829
  </span>
@@ -763,7 +893,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
763
893
  <span class="method-parameter is-pulled-right">
764
894
  <label>类型:</label>
765
895
 
766
- <span class="param-type"><a 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>
901
+
767
902
 
768
903
 
769
904
  </span>
@@ -833,7 +968,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
833
968
  <span class="method-parameter is-pulled-right">
834
969
  <label>类型:</label>
835
970
 
836
- <span class="param-type">Boolean</span>
971
+ <span class="param-type">
972
+
973
+ Boolean
974
+
975
+ </span>
976
+
837
977
 
838
978
 
839
979
  </span>
@@ -903,7 +1043,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
903
1043
  <span class="method-parameter is-pulled-right">
904
1044
  <label>类型:</label>
905
1045
 
906
- <span class="param-type">Boolean</span>
1046
+ <span class="param-type">
1047
+
1048
+ Boolean
1049
+
1050
+ </span>
1051
+
907
1052
 
908
1053
 
909
1054
  </span>
@@ -973,7 +1118,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
973
1118
  <span class="method-parameter is-pulled-right">
974
1119
  <label>类型:</label>
975
1120
 
976
- <span class="param-type"><a 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>
1126
+
977
1127
 
978
1128
 
979
1129
  </span>
@@ -1007,7 +1157,7 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1007
1157
 
1008
1158
  <dt class="inherited-from">Inherited From:</dt>
1009
1159
  <dd class="inherited-from"><ul class="dummy"><li>
1010
- <a class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
1160
+ <a goto="color" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
1011
1161
  </li></ul></dd>
1012
1162
 
1013
1163
 
@@ -1048,7 +1198,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1048
1198
  <span class="method-parameter is-pulled-right">
1049
1199
  <label>类型:</label>
1050
1200
 
1051
- <span class="param-type">Object</span>
1201
+ <span class="param-type">
1202
+
1203
+ Object
1204
+
1205
+ </span>
1206
+
1052
1207
 
1053
1208
 
1054
1209
  </span>
@@ -1082,7 +1237,7 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1082
1237
 
1083
1238
  <dt class="inherited-from">Inherited From:</dt>
1084
1239
  <dd class="inherited-from"><ul class="dummy"><li>
1085
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1240
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
1086
1241
  </li></ul></dd>
1087
1242
 
1088
1243
 
@@ -1123,7 +1278,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1123
1278
  <span class="method-parameter is-pulled-right">
1124
1279
  <label>类型:</label>
1125
1280
 
1126
- <span class="param-type">Number</span>
1281
+ <span class="param-type">
1282
+
1283
+ Number
1284
+
1285
+ </span>
1286
+
1127
1287
 
1128
1288
 
1129
1289
  </span>
@@ -1193,7 +1353,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1193
1353
  <span class="method-parameter is-pulled-right">
1194
1354
  <label>类型:</label>
1195
1355
 
1196
- <span class="param-type">Boolean</span>
1356
+ <span class="param-type">
1357
+
1358
+ Boolean
1359
+
1360
+ </span>
1361
+
1197
1362
 
1198
1363
 
1199
1364
  </span>
@@ -1263,7 +1428,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1263
1428
  <span class="method-parameter is-pulled-right">
1264
1429
  <label>类型:</label>
1265
1430
 
1266
- <span class="param-type"><a 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>
1436
+
1267
1437
 
1268
1438
 
1269
1439
  </span>
@@ -1333,7 +1503,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1333
1503
  <span class="method-parameter is-pulled-right">
1334
1504
  <label>类型:</label>
1335
1505
 
1336
- <span class="param-type"><a 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>
1511
+
1337
1512
 
1338
1513
 
1339
1514
  </span>
@@ -1403,7 +1578,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1403
1578
  <span class="method-parameter is-pulled-right">
1404
1579
  <label>类型:</label>
1405
1580
 
1406
- <span class="param-type"><a 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>
1586
+
1407
1587
 
1408
1588
 
1409
1589
  </span>
@@ -1473,7 +1653,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1473
1653
  <span class="method-parameter is-pulled-right">
1474
1654
  <label>类型:</label>
1475
1655
 
1476
- <span class="param-type"><a 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>
1661
+
1477
1662
 
1478
1663
 
1479
1664
  </span>
@@ -1543,7 +1728,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1543
1728
  <span class="method-parameter is-pulled-right">
1544
1729
  <label>类型:</label>
1545
1730
 
1546
- <span class="param-type"><a 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>
1736
+
1547
1737
 
1548
1738
 
1549
1739
  </span>
@@ -1613,7 +1803,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1613
1803
  <span class="method-parameter is-pulled-right">
1614
1804
  <label>类型:</label>
1615
1805
 
1616
- <span class="param-type"><a 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>
1811
+
1617
1812
 
1618
1813
 
1619
1814
  </span>
@@ -1683,7 +1878,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1683
1878
  <span class="method-parameter is-pulled-right">
1684
1879
  <label>类型:</label>
1685
1880
 
1686
- <span class="param-type"><a 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>
1886
+
1687
1887
 
1688
1888
 
1689
1889
  </span>
@@ -1758,7 +1958,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1758
1958
  <span class="method-parameter is-pulled-right">
1759
1959
  <label>类型:</label>
1760
1960
 
1761
- <span class="param-type"><a 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>
1966
+
1762
1967
 
1763
1968
 
1764
1969
  </span>
@@ -1849,51 +2054,63 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1849
2054
  <tbody>
1850
2055
 
1851
2056
  <tr class="deep-level-0">
1852
- <td class="name"><code><a href="PathSymbol3DLayer.html#fromJSON">fromJSON</a></code></td>
2057
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1853
2058
  <td class="name">
1854
2059
  <code>
1855
2060
 
1856
2061
 
1857
- <span class="param-type"><a 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>
2067
+
1858
2068
 
1859
2069
 
1860
2070
 
1861
2071
  </code>
1862
2072
  </td>
1863
- <td class="name"><code><a id='fromJSON'/>
1864
- 通过json数据构造一个PathSymbol3DLayer对象</code></td>
2073
+ <td class="name"><code></code></td>
1865
2074
  </tr>
1866
2075
 
1867
2076
  <tr class="deep-level-0">
1868
- <td class="name"><code><a href="PathSymbol3DLayer.html#clone">clone</a></code></td>
2077
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1869
2078
  <td class="name">
1870
2079
  <code>
1871
2080
 
1872
2081
 
1873
- <span class="param-type"><a 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>
2087
+
1874
2088
 
1875
2089
 
1876
2090
 
1877
2091
  </code>
1878
2092
  </td>
1879
- <td class="name"><code><a id='clone'/>
1880
- 克隆并返回一个新的PathSymbol3DLayer对象</code></td>
2093
+ <td class="name"><code></code></td>
1881
2094
  </tr>
1882
2095
 
1883
2096
  <tr class="deep-level-0">
1884
- <td class="name"><code><a href="PathSymbol3DLayer.html#toJSON">toJSON</a></code></td>
2097
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1885
2098
  <td class="name">
1886
2099
  <code>
1887
2100
 
1888
2101
 
1889
- <span class="param-type">Object</span>
2102
+ <span class="param-type">
2103
+
2104
+ Object
2105
+
2106
+ </span>
2107
+
1890
2108
 
1891
2109
 
1892
2110
 
1893
2111
  </code>
1894
2112
  </td>
1895
- <td class="name"><code><a id='toJSON'/>
1896
- 导出为json数据</code></td>
2113
+ <td class="name"><code></code></td>
1897
2114
  </tr>
1898
2115
 
1899
2116
  </tbody>
@@ -1959,13 +2176,18 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
1959
2176
 
1960
2177
  <tr class="deep-level-0">
1961
2178
 
1962
- <td class="name" id="json"><code>json</code></td>
2179
+ <td class="name"><code>json</code></td>
1963
2180
 
1964
2181
 
1965
2182
  <td class="type">
1966
2183
 
1967
2184
 
1968
- <span class="param-type">Object</span>
2185
+ <span class="param-type">
2186
+
2187
+ Object
2188
+
2189
+ </span>
2190
+
1969
2191
 
1970
2192
 
1971
2193
 
@@ -2053,7 +2275,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2053
2275
  <div class='column is-5 has-text-left'>
2054
2276
  <label>类型: </label>
2055
2277
 
2056
- <span class="param-type"><a 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>
2283
+
2057
2284
 
2058
2285
 
2059
2286
  </div>
@@ -2175,7 +2402,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2175
2402
  <div class='column is-5 has-text-left'>
2176
2403
  <label>类型: </label>
2177
2404
 
2178
- <span class="param-type"><a 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>
2410
+
2179
2411
 
2180
2412
 
2181
2413
  </div>
@@ -2297,7 +2529,12 @@ const pathSymbol3DLayer = new PathSymbol3DLayer({
2297
2529
  <div class='column is-5 has-text-left'>
2298
2530
  <label>类型: </label>
2299
2531
 
2300
- <span class="param-type">Object</span>
2532
+ <span class="param-type">
2533
+
2534
+ Object
2535
+
2536
+ </span>
2537
+
2301
2538
 
2302
2539
 
2303
2540
  </div>