@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
 
@@ -97,13 +102,18 @@
97
102
 
98
103
  <tr class="deep-level-1">
99
104
 
100
- <td class="name" id="symbolLayers"><code>symbolLayers</code></td>
105
+ <td class="name"><code>symbolLayers</code></td>
101
106
 
102
107
 
103
108
  <td class="type">
104
109
 
105
110
 
106
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
111
+ <span class="param-type">
112
+
113
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
114
+
115
+ </span>
116
+
107
117
 
108
118
 
109
119
 
@@ -233,7 +243,7 @@ const polygonSymbol3D = new PolygonSymbol3D({
233
243
 
234
244
 
235
245
  <ul>
236
- <li><a class="mapgis-link-name" title="Symbol3D" Symbol3D.html>Symbol3D</a></li>
246
+ <li><a link="Symbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3D" Symbol3D.html>Symbol3D</a></li>
237
247
  </ul>
238
248
 
239
249
 
@@ -265,11 +275,16 @@ const polygonSymbol3D = new PolygonSymbol3D({
265
275
  <tbody>
266
276
 
267
277
  <tr class="deep-level-0">
268
- <td class="name"><code><a href="PolygonSymbol3D.html#symbolLayers">symbolLayers</a></code></td>
278
+ <td class="name"><code><a href="#symbolLayers">symbolLayers</a></code></td>
269
279
  <td class="name">
270
280
  <code>
271
281
 
272
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
282
+ <span class="param-type">
283
+
284
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
285
+
286
+ </span>
287
+
273
288
 
274
289
 
275
290
  </code>
@@ -278,11 +293,16 @@ const polygonSymbol3D = new PolygonSymbol3D({
278
293
  </tr>
279
294
 
280
295
  <tr class="deep-level-0">
281
- <td class="name"><code><a href="PolygonSymbol3D.html#type">type</a></code></td>
296
+ <td class="name"><code><a href="#type">type</a></code></td>
282
297
  <td class="name">
283
298
  <code>
284
299
 
285
- <span class="param-type">String</span>
300
+ <span class="param-type">
301
+
302
+ String
303
+
304
+ </span>
305
+
286
306
 
287
307
 
288
308
  </code>
@@ -291,11 +311,16 @@ const polygonSymbol3D = new PolygonSymbol3D({
291
311
  </tr>
292
312
 
293
313
  <tr class="deep-level-0">
294
- <td class="name"><code><a href="PolygonSymbol3D.html#type">type</a></code></td>
314
+ <td class="name"><code><a href="#type">type</a></code></td>
295
315
  <td class="name">
296
316
  <code>
297
317
 
298
- <span class="param-type">String</span>
318
+ <span class="param-type">
319
+
320
+ String
321
+
322
+ </span>
323
+
299
324
 
300
325
 
301
326
  </code>
@@ -314,7 +339,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
314
339
  <span class="method-parameter is-pulled-right">
315
340
  <label>类型:</label>
316
341
 
317
- <span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
342
+ <span class="param-type">
343
+
344
+ <a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a>
345
+
346
+ </span>
347
+
318
348
 
319
349
 
320
350
  </span>
@@ -348,7 +378,7 @@ const polygonSymbol3D = new PolygonSymbol3D({
348
378
 
349
379
  <dt class="inherited-from">Inherited From:</dt>
350
380
  <dd class="inherited-from"><ul class="dummy"><li>
351
- <a class="mapgis-link-name" title="Symbol3D#symbolLayers" Symbol3D.html#symbolLayers>Symbol3D#symbolLayers</a>
381
+ <a goto="symbolLayers" link="Symbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol3D#symbolLayers" Symbol3D.html#symbolLayers>Symbol3D#symbolLayers</a>
352
382
  </li></ul></dd>
353
383
 
354
384
 
@@ -389,7 +419,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
389
419
  <span class="method-parameter is-pulled-right">
390
420
  <label>类型:</label>
391
421
 
392
- <span class="param-type">String</span>
422
+ <span class="param-type">
423
+
424
+ String
425
+
426
+ </span>
427
+
393
428
 
394
429
 
395
430
  </span>
@@ -459,7 +494,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
459
494
  <span class="method-parameter is-pulled-right">
460
495
  <label>类型:</label>
461
496
 
462
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
502
+
463
503
 
464
504
 
465
505
  </span>
@@ -545,51 +585,63 @@ const polygonSymbol3D = new PolygonSymbol3D({
545
585
  <tbody>
546
586
 
547
587
  <tr class="deep-level-0">
548
- <td class="name"><code><a href="PolygonSymbol3D.html#fromJSON">fromJSON</a></code></td>
588
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
549
589
  <td class="name">
550
590
  <code>
551
591
 
552
592
 
553
- <span class="param-type"><a class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a></span>
593
+ <span class="param-type">
594
+
595
+ <a link="PolygonSymbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a>
596
+
597
+ </span>
598
+
554
599
 
555
600
 
556
601
 
557
602
  </code>
558
603
  </td>
559
- <td class="name"><code><p><a id='fromJSON'></a>
560
- 通过json构造并返回一个新的PolygonSymbol3D对象</p></code></td>
604
+ <td class="name"><code><p></code></td>
561
605
  </tr>
562
606
 
563
607
  <tr class="deep-level-0">
564
- <td class="name"><code><a href="PolygonSymbol3D.html#clone">clone</a></code></td>
608
+ <td class="name"><code><a href="#clone">clone</a></code></td>
565
609
  <td class="name">
566
610
  <code>
567
611
 
568
612
 
569
- <span class="param-type"><a class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a></span>
613
+ <span class="param-type">
614
+
615
+ <a link="PolygonSymbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a>
616
+
617
+ </span>
618
+
570
619
 
571
620
 
572
621
 
573
622
  </code>
574
623
  </td>
575
- <td class="name"><code><p><a id='clone'></a>
576
- 克隆并返回新的符号对象</p></code></td>
624
+ <td class="name"><code><p></code></td>
577
625
  </tr>
578
626
 
579
627
  <tr class="deep-level-0">
580
- <td class="name"><code><a href="PolygonSymbol3D.html#toJSON">toJSON</a></code></td>
628
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
581
629
  <td class="name">
582
630
  <code>
583
631
 
584
632
 
585
- <span class="param-type">Object</span>
633
+ <span class="param-type">
634
+
635
+ Object
636
+
637
+ </span>
638
+
586
639
 
587
640
 
588
641
 
589
642
  </code>
590
643
  </td>
591
- <td class="name"><code><p><a id='toJSON'></a>
592
- 导出为JSON对象</p></code></td>
644
+ <td class="name"><code><p></code></td>
593
645
  </tr>
594
646
 
595
647
  </tbody>
@@ -655,13 +707,18 @@ const polygonSymbol3D = new PolygonSymbol3D({
655
707
 
656
708
  <tr class="deep-level-0">
657
709
 
658
- <td class="name" id="json"><code>json</code></td>
710
+ <td class="name"><code>json</code></td>
659
711
 
660
712
 
661
713
  <td class="type">
662
714
 
663
715
 
664
- <span class="param-type">Object</span>
716
+ <span class="param-type">
717
+
718
+ Object
719
+
720
+ </span>
721
+
665
722
 
666
723
 
667
724
 
@@ -749,7 +806,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
749
806
  <div class='column is-5 has-text-left'>
750
807
  <label>类型: </label>
751
808
 
752
- <span class="param-type"><a class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a></span>
809
+ <span class="param-type">
810
+
811
+ <a link="PolygonSymbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a>
812
+
813
+ </span>
814
+
753
815
 
754
816
 
755
817
  </div>
@@ -866,7 +928,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
866
928
  <div class='column is-5 has-text-left'>
867
929
  <label>类型: </label>
868
930
 
869
- <span class="param-type"><a class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a></span>
931
+ <span class="param-type">
932
+
933
+ <a link="PolygonSymbol3D.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PolygonSymbol3D" PolygonSymbol3D.html>PolygonSymbol3D</a>
934
+
935
+ </span>
936
+
870
937
 
871
938
 
872
939
  </div>
@@ -988,7 +1055,12 @@ const polygonSymbol3D = new PolygonSymbol3D({
988
1055
  <div class='column is-5 has-text-left'>
989
1056
  <label>类型: </label>
990
1057
 
991
- <span class="param-type">Object</span>
1058
+ <span class="param-type">
1059
+
1060
+ Object
1061
+
1062
+ </span>
1063
+
992
1064
 
993
1065
 
994
1066
  </div>
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options.ProjAngleUnit"><code>options.ProjAngleUnit</code></td>
76
+ <td class="name"><code>options.ProjAngleUnit</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Number</span>
82
+ <span class="param-type">
83
+
84
+ Number
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -103,13 +108,18 @@
103
108
 
104
109
  <tr class="deep-level-0">
105
110
 
106
- <td class="name" id="options.ProjLat"><code>options.ProjLat</code></td>
111
+ <td class="name"><code>options.ProjLat</code></td>
107
112
 
108
113
 
109
114
  <td class="type">
110
115
 
111
116
 
112
- <span class="param-type">Number</span>
117
+ <span class="param-type">
118
+
119
+ Number
120
+
121
+ </span>
122
+
113
123
 
114
124
 
115
125
 
@@ -133,13 +143,18 @@
133
143
 
134
144
  <tr class="deep-level-0">
135
145
 
136
- <td class="name" id="options.ProjLat1"><code>options.ProjLat1</code></td>
146
+ <td class="name"><code>options.ProjLat1</code></td>
137
147
 
138
148
 
139
149
  <td class="type">
140
150
 
141
151
 
142
- <span class="param-type">Number</span>
152
+ <span class="param-type">
153
+
154
+ Number
155
+
156
+ </span>
157
+
143
158
 
144
159
 
145
160
 
@@ -163,13 +178,18 @@
163
178
 
164
179
  <tr class="deep-level-0">
165
180
 
166
- <td class="name" id="options.ProjLat2"><code>options.ProjLat2</code></td>
181
+ <td class="name"><code>options.ProjLat2</code></td>
167
182
 
168
183
 
169
184
  <td class="type">
170
185
 
171
186
 
172
- <span class="param-type">Number</span>
187
+ <span class="param-type">
188
+
189
+ Number
190
+
191
+ </span>
192
+
173
193
 
174
194
 
175
195
 
@@ -193,13 +213,18 @@
193
213
 
194
214
  <tr class="deep-level-0">
195
215
 
196
- <td class="name" id="options.ProjLon"><code>options.ProjLon</code></td>
216
+ <td class="name"><code>options.ProjLon</code></td>
197
217
 
198
218
 
199
219
  <td class="type">
200
220
 
201
221
 
202
- <span class="param-type">Number</span>
222
+ <span class="param-type">
223
+
224
+ Number
225
+
226
+ </span>
227
+
203
228
 
204
229
 
205
230
 
@@ -223,13 +248,18 @@
223
248
 
224
249
  <tr class="deep-level-0">
225
250
 
226
- <td class="name" id="options.ProjRate"><code>options.ProjRate</code></td>
251
+ <td class="name"><code>options.ProjRate</code></td>
227
252
 
228
253
 
229
254
  <td class="type">
230
255
 
231
256
 
232
- <span class="param-type">Number</span>
257
+ <span class="param-type">
258
+
259
+ Number
260
+
261
+ </span>
262
+
233
263
 
234
264
 
235
265
 
@@ -253,13 +283,18 @@
253
283
 
254
284
  <tr class="deep-level-0">
255
285
 
256
- <td class="name" id="options.ProjType"><code>options.ProjType</code></td>
286
+ <td class="name"><code>options.ProjType</code></td>
257
287
 
258
288
 
259
289
  <td class="type">
260
290
 
261
291
 
262
- <span class="param-type">Number</span>
292
+ <span class="param-type">
293
+
294
+ Number
295
+
296
+ </span>
297
+
263
298
 
264
299
 
265
300
 
@@ -283,13 +318,18 @@
283
318
 
284
319
  <tr class="deep-level-0">
285
320
 
286
- <td class="name" id="options.ProjTypeID"><code>options.ProjTypeID</code></td>
321
+ <td class="name"><code>options.ProjTypeID</code></td>
287
322
 
288
323
 
289
324
  <td class="type">
290
325
 
291
326
 
292
- <span class="param-type">Number</span>
327
+ <span class="param-type">
328
+
329
+ Number
330
+
331
+ </span>
332
+
293
333
 
294
334
 
295
335
 
@@ -313,13 +353,18 @@
313
353
 
314
354
  <tr class="deep-level-0">
315
355
 
316
- <td class="name" id="options.ProjUnit"><code>options.ProjUnit</code></td>
356
+ <td class="name"><code>options.ProjUnit</code></td>
317
357
 
318
358
 
319
359
  <td class="type">
320
360
 
321
361
 
322
- <span class="param-type">Number</span>
362
+ <span class="param-type">
363
+
364
+ Number
365
+
366
+ </span>
367
+
323
368
 
324
369
 
325
370
 
@@ -343,13 +388,18 @@
343
388
 
344
389
  <tr class="deep-level-0">
345
390
 
346
- <td class="name" id="options.ProjZoneNO"><code>options.ProjZoneNO</code></td>
391
+ <td class="name"><code>options.ProjZoneNO</code></td>
347
392
 
348
393
 
349
394
  <td class="type">
350
395
 
351
396
 
352
- <span class="param-type">Number</span>
397
+ <span class="param-type">
398
+
399
+ Number
400
+
401
+ </span>
402
+
353
403
 
354
404
 
355
405
 
@@ -373,13 +423,18 @@
373
423
 
374
424
  <tr class="deep-level-0">
375
425
 
376
- <td class="name" id="options.ProjZoneType"><code>options.ProjZoneType</code></td>
426
+ <td class="name"><code>options.ProjZoneType</code></td>
377
427
 
378
428
 
379
429
  <td class="type">
380
430
 
381
431
 
382
- <span class="param-type">Number</span>
432
+ <span class="param-type">
433
+
434
+ Number
435
+
436
+ </span>
437
+
383
438
 
384
439
 
385
440
 
@@ -403,13 +458,18 @@
403
458
 
404
459
  <tr class="deep-level-0">
405
460
 
406
- <td class="name" id="options.SphereID"><code>options.SphereID</code></td>
461
+ <td class="name"><code>options.SphereID</code></td>
407
462
 
408
463
 
409
464
  <td class="type">
410
465
 
411
466
 
412
- <span class="param-type">Number</span>
467
+ <span class="param-type">
468
+
469
+ Number
470
+
471
+ </span>
472
+
413
473
 
414
474
 
415
475
 
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options.DesSrsID"><code>options.DesSrsID</code></td>
76
+ <td class="name"><code>options.DesSrsID</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Number</span>
82
+ <span class="param-type">
83
+
84
+ Number
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -103,13 +108,18 @@
103
108
 
104
109
  <tr class="deep-level-0">
105
110
 
106
- <td class="name" id="options.GdbInfo"><code>options.GdbInfo</code></td>
111
+ <td class="name"><code>options.GdbInfo</code></td>
107
112
 
108
113
 
109
114
  <td class="type">
110
115
 
111
116
 
112
- <span class="param-type">Object</span>
117
+ <span class="param-type">
118
+
119
+ Object
120
+
121
+ </span>
122
+
113
123
 
114
124
 
115
125
 
@@ -129,13 +139,18 @@
129
139
 
130
140
  <tr class="deep-level-1">
131
141
 
132
- <td class="name" id="GDBName"><code>GDBName</code></td>
142
+ <td class="name"><code>GDBName</code></td>
133
143
 
134
144
 
135
145
  <td class="type">
136
146
 
137
147
 
138
- <span class="param-type">String</span>
148
+ <span class="param-type">
149
+
150
+ String
151
+
152
+ </span>
153
+
139
154
 
140
155
 
141
156
 
@@ -157,13 +172,18 @@
157
172
 
158
173
  <tr class="deep-level-1">
159
174
 
160
- <td class="name" id="GDBSvrName"><code>GDBSvrName</code></td>
175
+ <td class="name"><code>GDBSvrName</code></td>
161
176
 
162
177
 
163
178
  <td class="type">
164
179
 
165
180
 
166
- <span class="param-type">String</span>
181
+ <span class="param-type">
182
+
183
+ String
184
+
185
+ </span>
186
+
167
187
 
168
188
 
169
189
 
@@ -185,13 +205,18 @@
185
205
 
186
206
  <tr class="deep-level-1">
187
207
 
188
- <td class="name" id="Password"><code>Password</code></td>
208
+ <td class="name"><code>Password</code></td>
189
209
 
190
210
 
191
211
  <td class="type">
192
212
 
193
213
 
194
- <span class="param-type">String</span>
214
+ <span class="param-type">
215
+
216
+ String
217
+
218
+ </span>
219
+
195
220
 
196
221
 
197
222
 
@@ -211,13 +236,18 @@
211
236
 
212
237
  <tr class="deep-level-1">
213
238
 
214
- <td class="name" id="User"><code>User</code></td>
239
+ <td class="name"><code>User</code></td>
215
240
 
216
241
 
217
242
  <td class="type">
218
243
 
219
244
 
220
- <span class="param-type">String</span>
245
+ <span class="param-type">
246
+
247
+ String
248
+
249
+ </span>
250
+
221
251
 
222
252
 
223
253