@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,13 +104,18 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="renderer"><code>renderer</code></td>
107
+ <td class="name"><code>renderer</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
113
+ <span class="param-type">
114
+
115
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
116
+
117
+ </span>
118
+
109
119
 
110
120
 
111
121
 
@@ -125,13 +135,18 @@
125
135
 
126
136
  <tr class="deep-level-1">
127
137
 
128
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
138
+ <td class="name"><code>labelingInfo</code></td>
129
139
 
130
140
 
131
141
  <td class="type">
132
142
 
133
143
 
134
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
144
+ <span class="param-type">
145
+
146
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
147
+
148
+ </span>
149
+
135
150
 
136
151
 
137
152
 
@@ -153,13 +168,18 @@
153
168
 
154
169
  <tr class="deep-level-1">
155
170
 
156
- <td class="name" id="extendOptions"><code>extendOptions</code></td>
171
+ <td class="name"><code>extendOptions</code></td>
157
172
 
158
173
 
159
174
  <td class="type">
160
175
 
161
176
 
162
- <span class="param-type">Object</span>
177
+ <span class="param-type">
178
+
179
+ Object
180
+
181
+ </span>
182
+
163
183
 
164
184
 
165
185
 
@@ -260,7 +280,7 @@
260
280
 
261
281
 
262
282
  <ul>
263
- <li><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></li>
283
+ <li><a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></li>
264
284
  </ul>
265
285
 
266
286
 
@@ -292,11 +312,16 @@
292
312
  <tbody>
293
313
 
294
314
  <tr class="deep-level-0">
295
- <td class="name"><code><a href="IGSSceneSubLayer.html#beginLevel">beginLevel</a></code></td>
315
+ <td class="name"><code><a href="#beginLevel">beginLevel</a></code></td>
296
316
  <td class="name">
297
317
  <code>
298
318
 
299
- <span class="param-type">Number</span>
319
+ <span class="param-type">
320
+
321
+ Number
322
+
323
+ </span>
324
+
300
325
 
301
326
 
302
327
  </code>
@@ -305,11 +330,16 @@
305
330
  </tr>
306
331
 
307
332
  <tr class="deep-level-0">
308
- <td class="name"><code><a href="IGSSceneSubLayer.html#endLevel">endLevel</a></code></td>
333
+ <td class="name"><code><a href="#endLevel">endLevel</a></code></td>
309
334
  <td class="name">
310
335
  <code>
311
336
 
312
- <span class="param-type">Number</span>
337
+ <span class="param-type">
338
+
339
+ Number
340
+
341
+ </span>
342
+
313
343
 
314
344
 
315
345
  </code>
@@ -318,11 +348,16 @@
318
348
  </tr>
319
349
 
320
350
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="IGSSceneSubLayer.html#extendOptions">extendOptions</a></code></td>
351
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
322
352
  <td class="name">
323
353
  <code>
324
354
 
325
- <span class="param-type">Object</span>
355
+ <span class="param-type">
356
+
357
+ Object
358
+
359
+ </span>
360
+
326
361
 
327
362
 
328
363
  </code>
@@ -331,11 +366,16 @@
331
366
  </tr>
332
367
 
333
368
  <tr class="deep-level-0">
334
- <td class="name"><code><a href="IGSSceneSubLayer.html#id">id</a></code></td>
369
+ <td class="name"><code><a href="#id">id</a></code></td>
335
370
  <td class="name">
336
371
  <code>
337
372
 
338
- <span class="param-type">String</span>
373
+ <span class="param-type">
374
+
375
+ String
376
+
377
+ </span>
378
+
339
379
 
340
380
 
341
381
  </code>
@@ -344,11 +384,16 @@
344
384
  </tr>
345
385
 
346
386
  <tr class="deep-level-0">
347
- <td class="name"><code><a href="IGSSceneSubLayer.html#labelingInfo">labelingInfo</a></code></td>
387
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
348
388
  <td class="name">
349
389
  <code>
350
390
 
351
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
391
+ <span class="param-type">
392
+
393
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
394
+
395
+ </span>
396
+
352
397
 
353
398
 
354
399
  </code>
@@ -357,11 +402,16 @@
357
402
  </tr>
358
403
 
359
404
  <tr class="deep-level-0">
360
- <td class="name"><code><a href="IGSSceneSubLayer.html#labelingInfo">labelingInfo</a></code></td>
405
+ <td class="name"><code><a href="#labelingInfo">labelingInfo</a></code></td>
361
406
  <td class="name">
362
407
  <code>
363
408
 
364
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
409
+ <span class="param-type">
410
+
411
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
412
+
413
+ </span>
414
+
365
415
 
366
416
 
367
417
  </code>
@@ -370,11 +420,16 @@
370
420
  </tr>
371
421
 
372
422
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="IGSSceneSubLayer.html#layer">layer</a></code></td>
423
+ <td class="name"><code><a href="#layer">layer</a></code></td>
374
424
  <td class="name">
375
425
  <code>
376
426
 
377
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
427
+ <span class="param-type">
428
+
429
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
430
+
431
+ </span>
432
+
378
433
 
379
434
 
380
435
  </code>
@@ -383,11 +438,16 @@
383
438
  </tr>
384
439
 
385
440
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="IGSSceneSubLayer.html#layerIndex">layerIndex</a></code></td>
441
+ <td class="name"><code><a href="#layerIndex">layerIndex</a></code></td>
387
442
  <td class="name">
388
443
  <code>
389
444
 
390
- <span class="param-type">Number</span>
445
+ <span class="param-type">
446
+
447
+ Number
448
+
449
+ </span>
450
+
391
451
 
392
452
 
393
453
  </code>
@@ -396,11 +456,16 @@
396
456
  </tr>
397
457
 
398
458
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="IGSSceneSubLayer.html#maxFrameSize">maxFrameSize</a></code></td>
459
+ <td class="name"><code><a href="#maxFrameSize">maxFrameSize</a></code></td>
400
460
  <td class="name">
401
461
  <code>
402
462
 
403
- <span class="param-type">Number</span>
463
+ <span class="param-type">
464
+
465
+ Number
466
+
467
+ </span>
468
+
404
469
 
405
470
 
406
471
  </code>
@@ -409,11 +474,16 @@
409
474
  </tr>
410
475
 
411
476
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="IGSSceneSubLayer.html#opacity">opacity</a></code></td>
477
+ <td class="name"><code><a href="#opacity">opacity</a></code></td>
413
478
  <td class="name">
414
479
  <code>
415
480
 
416
- <span class="param-type">Number</span>
481
+ <span class="param-type">
482
+
483
+ Number
484
+
485
+ </span>
486
+
417
487
 
418
488
 
419
489
  </code>
@@ -422,11 +492,16 @@
422
492
  </tr>
423
493
 
424
494
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="IGSSceneSubLayer.html#originPoint">originPoint</a></code></td>
495
+ <td class="name"><code><a href="#originPoint">originPoint</a></code></td>
426
496
  <td class="name">
427
497
  <code>
428
498
 
429
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
499
+ <span class="param-type">
500
+
501
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
502
+
503
+ </span>
504
+
430
505
 
431
506
 
432
507
  </code>
@@ -435,11 +510,16 @@
435
510
  </tr>
436
511
 
437
512
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="IGSSceneSubLayer.html#range">range</a></code></td>
513
+ <td class="name"><code><a href="#range">range</a></code></td>
439
514
  <td class="name">
440
515
  <code>
441
516
 
442
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
517
+ <span class="param-type">
518
+
519
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
520
+
521
+ </span>
522
+
443
523
 
444
524
 
445
525
  </code>
@@ -448,11 +528,16 @@
448
528
  </tr>
449
529
 
450
530
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="IGSSceneSubLayer.html#range3D">range3D</a></code></td>
531
+ <td class="name"><code><a href="#range3D">range3D</a></code></td>
452
532
  <td class="name">
453
533
  <code>
454
534
 
455
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
535
+ <span class="param-type">
536
+
537
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
538
+
539
+ </span>
540
+
456
541
 
457
542
 
458
543
  </code>
@@ -461,11 +546,16 @@
461
546
  </tr>
462
547
 
463
548
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="IGSSceneSubLayer.html#renderer">renderer</a></code></td>
549
+ <td class="name"><code><a href="#renderer">renderer</a></code></td>
465
550
  <td class="name">
466
551
  <code>
467
552
 
468
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
553
+ <span class="param-type">
554
+
555
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
556
+
557
+ </span>
558
+
469
559
 
470
560
 
471
561
  </code>
@@ -474,11 +564,16 @@
474
564
  </tr>
475
565
 
476
566
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="IGSSceneSubLayer.html#renderType">renderType</a></code></td>
567
+ <td class="name"><code><a href="#renderType">renderType</a></code></td>
478
568
  <td class="name">
479
569
  <code>
480
570
 
481
- <span class="param-type">String</span>
571
+ <span class="param-type">
572
+
573
+ String
574
+
575
+ </span>
576
+
482
577
 
483
578
 
484
579
  </code>
@@ -487,11 +582,16 @@
487
582
  </tr>
488
583
 
489
584
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="IGSSceneSubLayer.html#sublayers">sublayers</a></code></td>
585
+ <td class="name"><code><a href="#sublayers">sublayers</a></code></td>
491
586
  <td class="name">
492
587
  <code>
493
588
 
494
- <span class="param-type">Array</span>
589
+ <span class="param-type">
590
+
591
+ Array
592
+
593
+ </span>
594
+
495
595
 
496
596
 
497
597
  </code>
@@ -500,11 +600,16 @@
500
600
  </tr>
501
601
 
502
602
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="IGSSceneSubLayer.html#title">title</a></code></td>
603
+ <td class="name"><code><a href="#title">title</a></code></td>
504
604
  <td class="name">
505
605
  <code>
506
606
 
507
- <span class="param-type">String</span>
607
+ <span class="param-type">
608
+
609
+ String
610
+
611
+ </span>
612
+
508
613
 
509
614
 
510
615
  </code>
@@ -513,11 +618,16 @@
513
618
  </tr>
514
619
 
515
620
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="IGSSceneSubLayer.html#type">type</a></code></td>
621
+ <td class="name"><code><a href="#type">type</a></code></td>
517
622
  <td class="name">
518
623
  <code>
519
624
 
520
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
630
+
521
631
 
522
632
 
523
633
  </code>
@@ -526,11 +636,16 @@
526
636
  </tr>
527
637
 
528
638
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="IGSSceneSubLayer.html#url">url</a></code></td>
639
+ <td class="name"><code><a href="#url">url</a></code></td>
530
640
  <td class="name">
531
641
  <code>
532
642
 
533
- <span class="param-type">String</span>
643
+ <span class="param-type">
644
+
645
+ String
646
+
647
+ </span>
648
+
534
649
 
535
650
 
536
651
  </code>
@@ -539,11 +654,16 @@
539
654
  </tr>
540
655
 
541
656
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="IGSSceneSubLayer.html#visible">visible</a></code></td>
657
+ <td class="name"><code><a href="#visible">visible</a></code></td>
543
658
  <td class="name">
544
659
  <code>
545
660
 
546
- <span class="param-type">Boolean</span>
661
+ <span class="param-type">
662
+
663
+ Boolean
664
+
665
+ </span>
666
+
547
667
 
548
668
 
549
669
  </code>
@@ -562,7 +682,12 @@
562
682
  <span class="method-parameter is-pulled-right">
563
683
  <label>类型:</label>
564
684
 
565
- <span class="param-type">Number</span>
685
+ <span class="param-type">
686
+
687
+ Number
688
+
689
+ </span>
690
+
566
691
 
567
692
 
568
693
  </span>
@@ -632,7 +757,12 @@
632
757
  <span class="method-parameter is-pulled-right">
633
758
  <label>类型:</label>
634
759
 
635
- <span class="param-type">Number</span>
760
+ <span class="param-type">
761
+
762
+ Number
763
+
764
+ </span>
765
+
636
766
 
637
767
 
638
768
  </span>
@@ -702,7 +832,12 @@
702
832
  <span class="method-parameter is-pulled-right">
703
833
  <label>类型:</label>
704
834
 
705
- <span class="param-type">Object</span>
835
+ <span class="param-type">
836
+
837
+ Object
838
+
839
+ </span>
840
+
706
841
 
707
842
 
708
843
  </span>
@@ -772,7 +907,12 @@
772
907
  <span class="method-parameter is-pulled-right">
773
908
  <label>类型:</label>
774
909
 
775
- <span class="param-type">String</span>
910
+ <span class="param-type">
911
+
912
+ String
913
+
914
+ </span>
915
+
776
916
 
777
917
 
778
918
  </span>
@@ -847,7 +987,12 @@
847
987
  <span class="method-parameter is-pulled-right">
848
988
  <label>类型:</label>
849
989
 
850
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
990
+ <span class="param-type">
991
+
992
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
993
+
994
+ </span>
995
+
851
996
 
852
997
 
853
998
  </span>
@@ -917,7 +1062,12 @@
917
1062
  <span class="method-parameter is-pulled-right">
918
1063
  <label>类型:</label>
919
1064
 
920
- <span class="param-type">Array.&lt;<a href="LabelClass.html">LabelClass</a>></span>
1065
+ <span class="param-type">
1066
+
1067
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1068
+
1069
+ </span>
1070
+
921
1071
 
922
1072
 
923
1073
  </span>
@@ -987,7 +1137,12 @@
987
1137
  <span class="method-parameter is-pulled-right">
988
1138
  <label>类型:</label>
989
1139
 
990
- <span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
1140
+ <span class="param-type">
1141
+
1142
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
1143
+
1144
+ </span>
1145
+
991
1146
 
992
1147
 
993
1148
  </span>
@@ -1062,7 +1217,12 @@
1062
1217
  <span class="method-parameter is-pulled-right">
1063
1218
  <label>类型:</label>
1064
1219
 
1065
- <span class="param-type">Number</span>
1220
+ <span class="param-type">
1221
+
1222
+ Number
1223
+
1224
+ </span>
1225
+
1066
1226
 
1067
1227
 
1068
1228
  </span>
@@ -1132,7 +1292,12 @@
1132
1292
  <span class="method-parameter is-pulled-right">
1133
1293
  <label>类型:</label>
1134
1294
 
1135
- <span class="param-type">Number</span>
1295
+ <span class="param-type">
1296
+
1297
+ Number
1298
+
1299
+ </span>
1300
+
1136
1301
 
1137
1302
 
1138
1303
  </span>
@@ -1202,7 +1367,12 @@
1202
1367
  <span class="method-parameter is-pulled-right">
1203
1368
  <label>类型:</label>
1204
1369
 
1205
- <span class="param-type">Number</span>
1370
+ <span class="param-type">
1371
+
1372
+ Number
1373
+
1374
+ </span>
1375
+
1206
1376
 
1207
1377
 
1208
1378
  </span>
@@ -1272,7 +1442,12 @@
1272
1442
  <span class="method-parameter is-pulled-right">
1273
1443
  <label>类型:</label>
1274
1444
 
1275
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1445
+ <span class="param-type">
1446
+
1447
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1448
+
1449
+ </span>
1450
+
1276
1451
 
1277
1452
 
1278
1453
  </span>
@@ -1342,7 +1517,12 @@
1342
1517
  <span class="method-parameter is-pulled-right">
1343
1518
  <label>类型:</label>
1344
1519
 
1345
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1520
+ <span class="param-type">
1521
+
1522
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1523
+
1524
+ </span>
1525
+
1346
1526
 
1347
1527
 
1348
1528
  </span>
@@ -1412,7 +1592,12 @@
1412
1592
  <span class="method-parameter is-pulled-right">
1413
1593
  <label>类型:</label>
1414
1594
 
1415
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1595
+ <span class="param-type">
1596
+
1597
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1598
+
1599
+ </span>
1600
+
1416
1601
 
1417
1602
 
1418
1603
  </span>
@@ -1482,7 +1667,12 @@
1482
1667
  <span class="method-parameter is-pulled-right">
1483
1668
  <label>类型:</label>
1484
1669
 
1485
- <span class="param-type"><a class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
1670
+ <span class="param-type">
1671
+
1672
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
1673
+
1674
+ </span>
1675
+
1486
1676
 
1487
1677
 
1488
1678
  </span>
@@ -1552,7 +1742,12 @@
1552
1742
  <span class="method-parameter is-pulled-right">
1553
1743
  <label>类型:</label>
1554
1744
 
1555
- <span class="param-type">String</span>
1745
+ <span class="param-type">
1746
+
1747
+ String
1748
+
1749
+ </span>
1750
+
1556
1751
 
1557
1752
 
1558
1753
  </span>
@@ -1622,7 +1817,12 @@
1622
1817
  <span class="method-parameter is-pulled-right">
1623
1818
  <label>类型:</label>
1624
1819
 
1625
- <span class="param-type">Array</span>
1820
+ <span class="param-type">
1821
+
1822
+ Array
1823
+
1824
+ </span>
1825
+
1626
1826
 
1627
1827
 
1628
1828
  </span>
@@ -1697,7 +1897,12 @@
1697
1897
  <span class="method-parameter is-pulled-right">
1698
1898
  <label>类型:</label>
1699
1899
 
1700
- <span class="param-type">String</span>
1900
+ <span class="param-type">
1901
+
1902
+ String
1903
+
1904
+ </span>
1905
+
1701
1906
 
1702
1907
 
1703
1908
  </span>
@@ -1731,7 +1936,7 @@
1731
1936
 
1732
1937
  <dt class="inherited-from">Inherited From:</dt>
1733
1938
  <dd class="inherited-from"><ul class="dummy"><li>
1734
- <a class="mapgis-link-name" title="SubLayer#title" SubLayer.html#title>SubLayer#title</a>
1939
+ <a goto="title" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#title" SubLayer.html#title>SubLayer#title</a>
1735
1940
  </li></ul></dd>
1736
1941
 
1737
1942
 
@@ -1772,7 +1977,12 @@
1772
1977
  <span class="method-parameter is-pulled-right">
1773
1978
  <label>类型:</label>
1774
1979
 
1775
- <span class="param-type">String</span>
1980
+ <span class="param-type">
1981
+
1982
+ String
1983
+
1984
+ </span>
1985
+
1776
1986
 
1777
1987
 
1778
1988
  </span>
@@ -1842,7 +2052,12 @@
1842
2052
  <span class="method-parameter is-pulled-right">
1843
2053
  <label>类型:</label>
1844
2054
 
1845
- <span class="param-type">String</span>
2055
+ <span class="param-type">
2056
+
2057
+ String
2058
+
2059
+ </span>
2060
+
1846
2061
 
1847
2062
 
1848
2063
  </span>
@@ -1912,7 +2127,12 @@
1912
2127
  <span class="method-parameter is-pulled-right">
1913
2128
  <label>类型:</label>
1914
2129
 
1915
- <span class="param-type">Boolean</span>
2130
+ <span class="param-type">
2131
+
2132
+ Boolean
2133
+
2134
+ </span>
2135
+
1916
2136
 
1917
2137
 
1918
2138
  </span>
@@ -2003,7 +2223,7 @@
2003
2223
  <tbody>
2004
2224
 
2005
2225
  <tr class="deep-level-0">
2006
- <td class="name"><code><a href="IGSSceneSubLayer.html#fromJSON">fromJSON</a></code></td>
2226
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2007
2227
  <td class="name">
2008
2228
  <code>
2009
2229
 
@@ -2013,12 +2233,17 @@
2013
2233
  </tr>
2014
2234
 
2015
2235
  <tr class="deep-level-0">
2016
- <td class="name"><code><a href="IGSSceneSubLayer.html#clone">clone</a></code></td>
2236
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2017
2237
  <td class="name">
2018
2238
  <code>
2019
2239
 
2020
2240
 
2021
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2241
+ <span class="param-type">
2242
+
2243
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
2244
+
2245
+ </span>
2246
+
2022
2247
 
2023
2248
 
2024
2249
 
@@ -2028,7 +2253,7 @@
2028
2253
  </tr>
2029
2254
 
2030
2255
  <tr class="deep-level-0">
2031
- <td class="name"><code><a href="IGSSceneSubLayer.html#reset">reset</a></code></td>
2256
+ <td class="name"><code><a href="#reset">reset</a></code></td>
2032
2257
  <td class="name">
2033
2258
  <code>
2034
2259
 
@@ -2038,12 +2263,17 @@
2038
2263
  </tr>
2039
2264
 
2040
2265
  <tr class="deep-level-0">
2041
- <td class="name"><code><a href="IGSSceneSubLayer.html#toJSON">toJSON</a></code></td>
2266
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2042
2267
  <td class="name">
2043
2268
  <code>
2044
2269
 
2045
2270
 
2046
- <span class="param-type">Object</span>
2271
+ <span class="param-type">
2272
+
2273
+ Object
2274
+
2275
+ </span>
2276
+
2047
2277
 
2048
2278
 
2049
2279
 
@@ -2114,13 +2344,18 @@
2114
2344
 
2115
2345
  <tr class="deep-level-0">
2116
2346
 
2117
- <td class="name" id="json"><code>json</code></td>
2347
+ <td class="name"><code>json</code></td>
2118
2348
 
2119
2349
 
2120
2350
  <td class="type">
2121
2351
 
2122
2352
 
2123
- <span class="param-type">Object</span>
2353
+ <span class="param-type">
2354
+
2355
+ Object
2356
+
2357
+ </span>
2358
+
2124
2359
 
2125
2360
 
2126
2361
 
@@ -2243,7 +2478,7 @@
2243
2478
 
2244
2479
  <dt class="inherited-from">Inherited From:</dt>
2245
2480
  <dd class="inherited-from"><ul class="dummy"><li>
2246
- <a class="mapgis-link-name" title="SubLayer#clone" SubLayer.html#clone>SubLayer#clone</a>
2481
+ <a goto="clone" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#clone" SubLayer.html#clone>SubLayer#clone</a>
2247
2482
  </li></ul></dd>
2248
2483
 
2249
2484
 
@@ -2304,7 +2539,12 @@
2304
2539
  <div class='column is-5 has-text-left'>
2305
2540
  <label>类型: </label>
2306
2541
 
2307
- <span class="param-type"><a class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a></span>
2542
+ <span class="param-type">
2543
+
2544
+ <a link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer" SubLayer.html>SubLayer</a>
2545
+
2546
+ </span>
2547
+
2308
2548
 
2309
2549
 
2310
2550
  </div>
@@ -2516,7 +2756,12 @@
2516
2756
  <div class='column is-5 has-text-left'>
2517
2757
  <label>类型: </label>
2518
2758
 
2519
- <span class="param-type">Object</span>
2759
+ <span class="param-type">
2760
+
2761
+ Object
2762
+
2763
+ </span>
2764
+
2520
2765
 
2521
2766
 
2522
2767
  </div>