@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -105,7 +106,8 @@
105
106
  <td class="type">
106
107
 
107
108
 
108
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
109
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
110
+
109
111
 
110
112
 
111
113
 
@@ -131,7 +133,8 @@
131
133
  <td class="type">
132
134
 
133
135
 
134
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
136
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
137
+
135
138
 
136
139
 
137
140
 
@@ -162,6 +165,7 @@
162
165
  <span class="param-type">Object</span>
163
166
 
164
167
 
168
+
165
169
 
166
170
  </td>
167
171
 
@@ -260,7 +264,7 @@
260
264
 
261
265
 
262
266
  <ul>
263
- <li><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></li>
267
+ <li><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></li>
264
268
  </ul>
265
269
 
266
270
 
@@ -292,63 +296,68 @@
292
296
  <tbody>
293
297
 
294
298
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="IGSSceneSubLayer.html#beginLevel">beginLevel</a></code></td>
299
+ <td class="name"><code><a href="#beginLevel">beginLevel</a></code></td>
296
300
  <td class="name">
297
301
  <code>
298
302
 
299
303
  <span class="param-type">Number</span>
300
304
 
301
305
 
306
+
302
307
  </code>
303
308
  </td>
304
309
  <td class="name"><code><p>开始级别</p></code></td>
305
310
  </tr>
306
311
 
307
312
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="IGSSceneSubLayer.html#endLevel">endLevel</a></code></td>
313
+ <td class="name"><code><a href="#endLevel">endLevel</a></code></td>
309
314
  <td class="name">
310
315
  <code>
311
316
 
312
317
  <span class="param-type">Number</span>
313
318
 
314
319
 
320
+
315
321
  </code>
316
322
  </td>
317
323
  <td class="name"><code><p>结束级别</p></code></td>
318
324
  </tr>
319
325
 
320
326
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="IGSSceneSubLayer.html#extendOptions">extendOptions</a></code></td>
327
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
322
328
  <td class="name">
323
329
  <code>
324
330
 
325
331
  <span class="param-type">Object</span>
326
332
 
327
333
 
334
+
328
335
  </code>
329
336
  </td>
330
337
  <td class="name"><code><p>初始化图层的额外参数,三维引擎专有的初始化参数请传入此对象</p></code></td>
331
338
  </tr>
332
339
 
333
340
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="IGSSceneSubLayer.html#id">id</a></code></td>
341
+ <td class="name"><code><a href="#id">id</a></code></td>
335
342
  <td class="name">
336
343
  <code>
337
344
 
338
345
  <span class="param-type">String</span>
339
346
 
340
347
 
348
+
341
349
  </code>
342
350
  </td>
343
351
  <td class="name"><code><p>子图层的id</p></code></td>
344
352
  </tr>
345
353
 
346
354
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="IGSSceneSubLayer.html#labelingInfo">labelingInfo</a></code></td>
355
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
348
356
  <td class="name">
349
357
  <code>
350
358
 
351
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
359
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
360
+
352
361
 
353
362
 
354
363
  </code>
@@ -357,11 +366,12 @@
357
366
  </tr>
358
367
 
359
368
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="IGSSceneSubLayer.html#labelingInfo">labelingInfo</a></code></td>
369
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
361
370
  <td class="name">
362
371
  <code>
363
372
 
364
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
373
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
374
+
365
375
 
366
376
 
367
377
  </code>
@@ -370,11 +380,12 @@
370
380
  </tr>
371
381
 
372
382
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="IGSSceneSubLayer.html#layer">layer</a></code></td>
383
+ <td class="name"><code><a href="#layer">layer</a></code></td>
374
384
  <td class="name">
375
385
  <code>
376
386
 
377
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
387
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
388
+
378
389
 
379
390
 
380
391
  </code>
@@ -383,50 +394,54 @@
383
394
  </tr>
384
395
 
385
396
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="IGSSceneSubLayer.html#layerIndex">layerIndex</a></code></td>
397
+ <td class="name"><code><a href="#layerIndex">layerIndex</a></code></td>
387
398
  <td class="name">
388
399
  <code>
389
400
 
390
401
  <span class="param-type">Number</span>
391
402
 
392
403
 
404
+
393
405
  </code>
394
406
  </td>
395
407
  <td class="name"><code><p>子图层的索引</p></code></td>
396
408
  </tr>
397
409
 
398
410
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="IGSSceneSubLayer.html#maxFrameSize">maxFrameSize</a></code></td>
411
+ <td class="name"><code><a href="#maxFrameSize">maxFrameSize</a></code></td>
400
412
  <td class="name">
401
413
  <code>
402
414
 
403
415
  <span class="param-type">Number</span>
404
416
 
405
417
 
418
+
406
419
  </code>
407
420
  </td>
408
421
  <td class="name"><code><p>最大网格大小</p></code></td>
409
422
  </tr>
410
423
 
411
424
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="IGSSceneSubLayer.html#opacity">opacity</a></code></td>
425
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
413
426
  <td class="name">
414
427
  <code>
415
428
 
416
429
  <span class="param-type">Number</span>
417
430
 
418
431
 
432
+
419
433
  </code>
420
434
  </td>
421
435
  <td class="name"><code><p>子图层透明度</p></code></td>
422
436
  </tr>
423
437
 
424
438
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="IGSSceneSubLayer.html#originPoint">originPoint</a></code></td>
439
+ <td class="name"><code><a href="#originPoint">originPoint</a></code></td>
426
440
  <td class="name">
427
441
  <code>
428
442
 
429
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
443
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
444
+
430
445
 
431
446
 
432
447
  </code>
@@ -435,11 +450,12 @@
435
450
  </tr>
436
451
 
437
452
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="IGSSceneSubLayer.html#range">range</a></code></td>
453
+ <td class="name"><code><a href="#range">range</a></code></td>
439
454
  <td class="name">
440
455
  <code>
441
456
 
442
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
457
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
458
+
443
459
 
444
460
 
445
461
  </code>
@@ -448,11 +464,12 @@
448
464
  </tr>
449
465
 
450
466
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="IGSSceneSubLayer.html#range3D">range3D</a></code></td>
467
+ <td class="name"><code><a href="#range3D">range3D</a></code></td>
452
468
  <td class="name">
453
469
  <code>
454
470
 
455
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
471
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
472
+
456
473
 
457
474
 
458
475
  </code>
@@ -461,11 +478,12 @@
461
478
  </tr>
462
479
 
463
480
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="IGSSceneSubLayer.html#renderer">renderer</a></code></td>
481
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
465
482
  <td class="name">
466
483
  <code>
467
484
 
468
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
485
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
486
+
469
487
 
470
488
 
471
489
  </code>
@@ -474,78 +492,84 @@
474
492
  </tr>
475
493
 
476
494
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="IGSSceneSubLayer.html#renderType">renderType</a></code></td>
495
+ <td class="name"><code><a href="#renderType">renderType</a></code></td>
478
496
  <td class="name">
479
497
  <code>
480
498
 
481
499
  <span class="param-type">String</span>
482
500
 
483
501
 
502
+
484
503
  </code>
485
504
  </td>
486
505
  <td class="name"><code><p>子图层渲染类型</p></code></td>
487
506
  </tr>
488
507
 
489
508
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="IGSSceneSubLayer.html#sublayers">sublayers</a></code></td>
509
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
491
510
  <td class="name">
492
511
  <code>
493
512
 
494
513
  <span class="param-type">Array</span>
495
514
 
496
515
 
516
+
497
517
  </code>
498
518
  </td>
499
519
  <td class="name"><code><p>包含的子图层对象</p></code></td>
500
520
  </tr>
501
521
 
502
522
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="IGSSceneSubLayer.html#title">title</a></code></td>
523
+ <td class="name"><code><a href="#title">title</a></code></td>
504
524
  <td class="name">
505
525
  <code>
506
526
 
507
527
  <span class="param-type">String</span>
508
528
 
509
529
 
530
+
510
531
  </code>
511
532
  </td>
512
533
  <td class="name"><code><p>图层名称</p></code></td>
513
534
  </tr>
514
535
 
515
536
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="IGSSceneSubLayer.html#type">type</a></code></td>
537
+ <td class="name"><code><a href="#type">type</a></code></td>
517
538
  <td class="name">
518
539
  <code>
519
540
 
520
541
  <span class="param-type">String</span>
521
542
 
522
543
 
544
+
523
545
  </code>
524
546
  </td>
525
547
  <td class="name"><code><p>子图层类型</p></code></td>
526
548
  </tr>
527
549
 
528
550
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="IGSSceneSubLayer.html#url">url</a></code></td>
551
+ <td class="name"><code><a href="#url">url</a></code></td>
530
552
  <td class="name">
531
553
  <code>
532
554
 
533
555
  <span class="param-type">String</span>
534
556
 
535
557
 
558
+
536
559
  </code>
537
560
  </td>
538
561
  <td class="name"><code><p>子图层服务地址</p></code></td>
539
562
  </tr>
540
563
 
541
564
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="IGSSceneSubLayer.html#visible">visible</a></code></td>
565
+ <td class="name"><code><a href="#visible">visible</a></code></td>
543
566
  <td class="name">
544
567
  <code>
545
568
 
546
569
  <span class="param-type">Boolean</span>
547
570
 
548
571
 
572
+
549
573
  </code>
550
574
  </td>
551
575
  <td class="name"><code><p>子图层可见性</p></code></td>
@@ -565,6 +589,7 @@
565
589
  <span class="param-type">Number</span>
566
590
 
567
591
 
592
+
568
593
  </span>
569
594
 
570
595
  <h4 class="name" id="beginLevel">
@@ -635,6 +660,7 @@
635
660
  <span class="param-type">Number</span>
636
661
 
637
662
 
663
+
638
664
  </span>
639
665
 
640
666
  <h4 class="name" id="endLevel">
@@ -705,6 +731,7 @@
705
731
  <span class="param-type">Object</span>
706
732
 
707
733
 
734
+
708
735
  </span>
709
736
 
710
737
  <h4 class="name" id="extendOptions">
@@ -775,6 +802,7 @@
775
802
  <span class="param-type">String</span>
776
803
 
777
804
 
805
+
778
806
  </span>
779
807
 
780
808
  <h4 class="name" id="id">
@@ -847,7 +875,8 @@
847
875
  <span class="method-parameter is-pulled-right">
848
876
  <label>类型:</label>
849
877
 
850
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
878
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
879
+
851
880
 
852
881
 
853
882
  </span>
@@ -917,7 +946,8 @@
917
946
  <span class="method-parameter is-pulled-right">
918
947
  <label>类型:</label>
919
948
 
920
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
949
+ <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
950
+
921
951
 
922
952
 
923
953
  </span>
@@ -987,7 +1017,8 @@
987
1017
  <span class="method-parameter is-pulled-right">
988
1018
  <label>类型:</label>
989
1019
 
990
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1020
+ <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1021
+
991
1022
 
992
1023
 
993
1024
  </span>
@@ -1065,6 +1096,7 @@
1065
1096
  <span class="param-type">Number</span>
1066
1097
 
1067
1098
 
1099
+
1068
1100
  </span>
1069
1101
 
1070
1102
  <h4 class="name" id="layerIndex">
@@ -1135,6 +1167,7 @@
1135
1167
  <span class="param-type">Number</span>
1136
1168
 
1137
1169
 
1170
+
1138
1171
  </span>
1139
1172
 
1140
1173
  <h4 class="name" id="maxFrameSize">
@@ -1205,6 +1238,7 @@
1205
1238
  <span class="param-type">Number</span>
1206
1239
 
1207
1240
 
1241
+
1208
1242
  </span>
1209
1243
 
1210
1244
  <h4 class="name" id="opacity">
@@ -1272,7 +1306,8 @@
1272
1306
  <span class="method-parameter is-pulled-right">
1273
1307
  <label>类型:</label>
1274
1308
 
1275
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1309
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1310
+
1276
1311
 
1277
1312
 
1278
1313
  </span>
@@ -1342,7 +1377,8 @@
1342
1377
  <span class="method-parameter is-pulled-right">
1343
1378
  <label>类型:</label>
1344
1379
 
1345
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1380
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1381
+
1346
1382
 
1347
1383
 
1348
1384
  </span>
@@ -1412,7 +1448,8 @@
1412
1448
  <span class="method-parameter is-pulled-right">
1413
1449
  <label>类型:</label>
1414
1450
 
1415
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1451
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1452
+
1416
1453
 
1417
1454
 
1418
1455
  </span>
@@ -1482,7 +1519,8 @@
1482
1519
  <span class="method-parameter is-pulled-right">
1483
1520
  <label>类型:</label>
1484
1521
 
1485
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1522
+ <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1523
+
1486
1524
 
1487
1525
 
1488
1526
  </span>
@@ -1555,6 +1593,7 @@
1555
1593
  <span class="param-type">String</span>
1556
1594
 
1557
1595
 
1596
+
1558
1597
  </span>
1559
1598
 
1560
1599
  <h4 class="name" id="renderType">
@@ -1625,6 +1664,7 @@
1625
1664
  <span class="param-type">Array</span>
1626
1665
 
1627
1666
 
1667
+
1628
1668
  </span>
1629
1669
 
1630
1670
  <h4 class="name" id="sublayers">
@@ -1700,6 +1740,7 @@
1700
1740
  <span class="param-type">String</span>
1701
1741
 
1702
1742
 
1743
+
1703
1744
  </span>
1704
1745
 
1705
1746
  <h4 class="name" id="title">
@@ -1731,7 +1772,7 @@
1731
1772
 
1732
1773
  <dt class="inherited-from">Inherited From:</dt>
1733
1774
  <dd class="inherited-from"><ul class="dummy"><li>
1734
- <a class="mapgis-link-name" title="SubLayer#title" SubLayer.html#title>SubLayer#title</a>
1775
+ <a goto="title" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#title" SubLayer.html#title>SubLayer#title</a>
1735
1776
  </li></ul></dd>
1736
1777
 
1737
1778
 
@@ -1775,6 +1816,7 @@
1775
1816
  <span class="param-type">String</span>
1776
1817
 
1777
1818
 
1819
+
1778
1820
  </span>
1779
1821
 
1780
1822
  <h4 class="name" id="type">
@@ -1845,6 +1887,7 @@
1845
1887
  <span class="param-type">String</span>
1846
1888
 
1847
1889
 
1890
+
1848
1891
  </span>
1849
1892
 
1850
1893
  <h4 class="name" id="url">
@@ -1915,6 +1958,7 @@
1915
1958
  <span class="param-type">Boolean</span>
1916
1959
 
1917
1960
 
1961
+
1918
1962
  </span>
1919
1963
 
1920
1964
  <h4 class="name" id="visible">
@@ -2003,7 +2047,7 @@
2003
2047
  <tbody>
2004
2048
 
2005
2049
  <tr class="deep-level-0">
2006
- <td class="name"><code><a href="IGSSceneSubLayer.html#fromJSON">fromJSON</a></code></td>
2050
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2007
2051
  <td class="name">
2008
2052
  <code>
2009
2053
 
@@ -2013,12 +2057,13 @@
2013
2057
  </tr>
2014
2058
 
2015
2059
  <tr class="deep-level-0">
2016
- <td class="name"><code><a href="IGSSceneSubLayer.html#clone">clone</a></code></td>
2060
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2017
2061
  <td class="name">
2018
2062
  <code>
2019
2063
 
2020
2064
 
2021
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2065
+ <span class="param-type"><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2066
+
2022
2067
 
2023
2068
 
2024
2069
 
@@ -2028,7 +2073,7 @@
2028
2073
  </tr>
2029
2074
 
2030
2075
  <tr class="deep-level-0">
2031
- <td class="name"><code><a href="IGSSceneSubLayer.html#reset">reset</a></code></td>
2076
+ <td class="name"><code><a href="#reset">reset</a></code></td>
2032
2077
  <td class="name">
2033
2078
  <code>
2034
2079
 
@@ -2038,7 +2083,7 @@
2038
2083
  </tr>
2039
2084
 
2040
2085
  <tr class="deep-level-0">
2041
- <td class="name"><code><a href="IGSSceneSubLayer.html#toJSON">toJSON</a></code></td>
2086
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2042
2087
  <td class="name">
2043
2088
  <code>
2044
2089
 
@@ -2046,6 +2091,7 @@
2046
2091
  <span class="param-type">Object</span>
2047
2092
 
2048
2093
 
2094
+
2049
2095
 
2050
2096
  </code>
2051
2097
  </td>
@@ -2123,6 +2169,7 @@
2123
2169
  <span class="param-type">Object</span>
2124
2170
 
2125
2171
 
2172
+
2126
2173
 
2127
2174
  </td>
2128
2175
 
@@ -2243,7 +2290,7 @@
2243
2290
 
2244
2291
  <dt class="inherited-from">Inherited From:</dt>
2245
2292
  <dd class="inherited-from"><ul class="dummy"><li>
2246
- <a class="mapgis-link-name" title="SubLayer#clone" SubLayer.html#clone>SubLayer#clone</a>
2293
+ <a goto="clone" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#clone" SubLayer.html#clone>SubLayer#clone</a>
2247
2294
  </li></ul></dd>
2248
2295
 
2249
2296
 
@@ -2304,7 +2351,8 @@
2304
2351
  <div class='column is-5 has-text-left'>
2305
2352
  <label>类型: </label>
2306
2353
 
2307
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2354
+ <span class="param-type"><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2355
+
2308
2356
 
2309
2357
 
2310
2358
  </div>
@@ -2519,6 +2567,7 @@
2519
2567
  <span class="param-type">Object</span>
2520
2568
 
2521
2569
 
2570
+
2522
2571
  </div>
2523
2572
 
2524
2573
  </div>