@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -73,13 +73,17 @@
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>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
138
+ <td class="name"><code>tokenKey</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -156,13 +168,17 @@
156
168
 
157
169
  <tr class="deep-level-1">
158
170
 
159
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
171
+ <td class="name"><code>tokenValue</code></td>
160
172
 
161
173
 
162
174
  <td class="type">
163
175
 
164
176
 
165
- <span class="param-type">String</span>
177
+ <span class="param-type">
178
+
179
+ String
180
+
181
+ </span>
166
182
 
167
183
 
168
184
 
@@ -183,13 +199,17 @@
183
199
 
184
200
  <tr class="deep-level-1">
185
201
 
186
- <td class="name" id="autoReset"><code>autoReset</code></td>
202
+ <td class="name"><code>autoReset</code></td>
187
203
 
188
204
 
189
205
  <td class="type">
190
206
 
191
207
 
192
- <span class="param-type">Boolean</span>
208
+ <span class="param-type">
209
+
210
+ Boolean
211
+
212
+ </span>
193
213
 
194
214
 
195
215
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="requestVertexNormals"><code>requestVertexNormals</code></td>
235
+ <td class="name"><code>requestVertexNormals</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">Boolean</span>
241
+ <span class="param-type">
242
+
243
+ Boolean
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -293,7 +317,7 @@
293
317
  <div class="column is-2"><label>绑定事件</label></div>
294
318
  <div class="column is-10">
295
319
  <ul>
296
- <li><a class="mapgis-link-name" title="TerrainCacheLayer#event:图层加载完毕事件" TerrainCacheLayer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>TerrainCacheLayer#event:图层加载完毕事件</a></li>
320
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
297
321
  </ul>
298
322
  </div>
299
323
  </div>
@@ -383,7 +407,11 @@ terrainCacheLayer = new TerrainCacheLayer({
383
407
  <td class="name">
384
408
  <code>
385
409
 
386
- <span class="param-type">String</span>
410
+ <span class="param-type">
411
+
412
+ String
413
+
414
+ </span>
387
415
 
388
416
 
389
417
 
@@ -397,7 +425,11 @@ terrainCacheLayer = new TerrainCacheLayer({
397
425
  <td class="name">
398
426
  <code>
399
427
 
400
- <span class="param-type">String</span>
428
+ <span class="param-type">
429
+
430
+ String
431
+
432
+ </span>
401
433
 
402
434
 
403
435
 
@@ -411,7 +443,11 @@ terrainCacheLayer = new TerrainCacheLayer({
411
443
  <td class="name">
412
444
  <code>
413
445
 
414
- <span class="param-type">Object</span>
446
+ <span class="param-type">
447
+
448
+ Object
449
+
450
+ </span>
415
451
 
416
452
 
417
453
 
@@ -425,7 +461,11 @@ terrainCacheLayer = new TerrainCacheLayer({
425
461
  <td class="name">
426
462
  <code>
427
463
 
428
- <span class="param-type">Object</span>
464
+ <span class="param-type">
465
+
466
+ Object
467
+
468
+ </span>
429
469
 
430
470
 
431
471
 
@@ -439,7 +479,11 @@ terrainCacheLayer = new TerrainCacheLayer({
439
479
  <td class="name">
440
480
  <code>
441
481
 
442
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
482
+ <span class="param-type">
483
+
484
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
485
+
486
+ </span>
443
487
 
444
488
 
445
489
 
@@ -453,7 +497,11 @@ terrainCacheLayer = new TerrainCacheLayer({
453
497
  <td class="name">
454
498
  <code>
455
499
 
456
- <span class="param-type">String</span>
500
+ <span class="param-type">
501
+
502
+ String
503
+
504
+ </span>
457
505
 
458
506
 
459
507
 
@@ -467,7 +515,11 @@ terrainCacheLayer = new TerrainCacheLayer({
467
515
  <td class="name">
468
516
  <code>
469
517
 
470
- <span class="param-type">String</span>
518
+ <span class="param-type">
519
+
520
+ String
521
+
522
+ </span>
471
523
 
472
524
 
473
525
 
@@ -481,7 +533,11 @@ terrainCacheLayer = new TerrainCacheLayer({
481
533
  <td class="name">
482
534
  <code>
483
535
 
484
- <span class="param-type">String</span>
536
+ <span class="param-type">
537
+
538
+ String
539
+
540
+ </span>
485
541
 
486
542
 
487
543
 
@@ -495,7 +551,11 @@ terrainCacheLayer = new TerrainCacheLayer({
495
551
  <td class="name">
496
552
  <code>
497
553
 
498
- <span class="param-type">Number</span>
554
+ <span class="param-type">
555
+
556
+ Number
557
+
558
+ </span>
499
559
 
500
560
 
501
561
 
@@ -509,7 +569,11 @@ terrainCacheLayer = new TerrainCacheLayer({
509
569
  <td class="name">
510
570
  <code>
511
571
 
512
- <span class="param-type">Boolean</span>
572
+ <span class="param-type">
573
+
574
+ Boolean
575
+
576
+ </span>
513
577
 
514
578
 
515
579
 
@@ -523,7 +587,11 @@ terrainCacheLayer = new TerrainCacheLayer({
523
587
  <td class="name">
524
588
  <code>
525
589
 
526
- <span class="param-type">String</span>
590
+ <span class="param-type">
591
+
592
+ String
593
+
594
+ </span>
527
595
 
528
596
 
529
597
 
@@ -537,7 +605,11 @@ terrainCacheLayer = new TerrainCacheLayer({
537
605
  <td class="name">
538
606
  <code>
539
607
 
540
- <span class="param-type">Number</span>
608
+ <span class="param-type">
609
+
610
+ Number
611
+
612
+ </span>
541
613
 
542
614
 
543
615
 
@@ -551,7 +623,11 @@ terrainCacheLayer = new TerrainCacheLayer({
551
623
  <td class="name">
552
624
  <code>
553
625
 
554
- <span class="param-type">Number</span>
626
+ <span class="param-type">
627
+
628
+ Number
629
+
630
+ </span>
555
631
 
556
632
 
557
633
 
@@ -565,7 +641,11 @@ terrainCacheLayer = new TerrainCacheLayer({
565
641
  <td class="name">
566
642
  <code>
567
643
 
568
- <span class="param-type">Number</span>
644
+ <span class="param-type">
645
+
646
+ Number
647
+
648
+ </span>
569
649
 
570
650
 
571
651
 
@@ -579,7 +659,11 @@ terrainCacheLayer = new TerrainCacheLayer({
579
659
  <td class="name">
580
660
  <code>
581
661
 
582
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
662
+ <span class="param-type">
663
+
664
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
665
+
666
+ </span>
583
667
 
584
668
 
585
669
 
@@ -593,7 +677,11 @@ terrainCacheLayer = new TerrainCacheLayer({
593
677
  <td class="name">
594
678
  <code>
595
679
 
596
- <span class="param-type">String</span>
680
+ <span class="param-type">
681
+
682
+ String
683
+
684
+ </span>
597
685
 
598
686
 
599
687
 
@@ -607,7 +695,11 @@ terrainCacheLayer = new TerrainCacheLayer({
607
695
  <td class="name">
608
696
  <code>
609
697
 
610
- <span class="param-type">String</span>
698
+ <span class="param-type">
699
+
700
+ String
701
+
702
+ </span>
611
703
 
612
704
 
613
705
 
@@ -621,7 +713,11 @@ terrainCacheLayer = new TerrainCacheLayer({
621
713
  <td class="name">
622
714
  <code>
623
715
 
624
- <span class="param-type">String</span>
716
+ <span class="param-type">
717
+
718
+ String
719
+
720
+ </span>
625
721
 
626
722
 
627
723
 
@@ -635,7 +731,11 @@ terrainCacheLayer = new TerrainCacheLayer({
635
731
  <td class="name">
636
732
  <code>
637
733
 
638
- <span class="param-type">String</span>
734
+ <span class="param-type">
735
+
736
+ String
737
+
738
+ </span>
639
739
 
640
740
 
641
741
 
@@ -649,7 +749,11 @@ terrainCacheLayer = new TerrainCacheLayer({
649
749
  <td class="name">
650
750
  <code>
651
751
 
652
- <span class="param-type">String</span>
752
+ <span class="param-type">
753
+
754
+ String
755
+
756
+ </span>
653
757
 
654
758
 
655
759
 
@@ -663,7 +767,11 @@ terrainCacheLayer = new TerrainCacheLayer({
663
767
  <td class="name">
664
768
  <code>
665
769
 
666
- <span class="param-type">Number</span>
770
+ <span class="param-type">
771
+
772
+ Number
773
+
774
+ </span>
667
775
 
668
776
 
669
777
 
@@ -683,7 +791,11 @@ terrainCacheLayer = new TerrainCacheLayer({
683
791
  <span class="method-parameter is-pulled-right">
684
792
  <label>类型:</label>
685
793
 
686
- <span class="param-type">String</span>
794
+ <span class="param-type">
795
+
796
+ String
797
+
798
+ </span>
687
799
 
688
800
 
689
801
 
@@ -763,7 +875,11 @@ terrainCacheLayer = new TerrainCacheLayer({
763
875
  <span class="method-parameter is-pulled-right">
764
876
  <label>类型:</label>
765
877
 
766
- <span class="param-type">String</span>
878
+ <span class="param-type">
879
+
880
+ String
881
+
882
+ </span>
767
883
 
768
884
 
769
885
 
@@ -843,7 +959,11 @@ terrainCacheLayer = new TerrainCacheLayer({
843
959
  <span class="method-parameter is-pulled-right">
844
960
  <label>类型:</label>
845
961
 
846
- <span class="param-type">Object</span>
962
+ <span class="param-type">
963
+
964
+ Object
965
+
966
+ </span>
847
967
 
848
968
 
849
969
 
@@ -919,7 +1039,11 @@ terrainCacheLayer = new TerrainCacheLayer({
919
1039
  <span class="method-parameter is-pulled-right">
920
1040
  <label>类型:</label>
921
1041
 
922
- <span class="param-type">Object</span>
1042
+ <span class="param-type">
1043
+
1044
+ Object
1045
+
1046
+ </span>
923
1047
 
924
1048
 
925
1049
 
@@ -995,7 +1119,11 @@ terrainCacheLayer = new TerrainCacheLayer({
995
1119
  <span class="method-parameter is-pulled-right">
996
1120
  <label>类型:</label>
997
1121
 
998
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1122
+ <span class="param-type">
1123
+
1124
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1125
+
1126
+ </span>
999
1127
 
1000
1128
 
1001
1129
 
@@ -1075,7 +1203,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1075
1203
  <span class="method-parameter is-pulled-right">
1076
1204
  <label>类型:</label>
1077
1205
 
1078
- <span class="param-type">String</span>
1206
+ <span class="param-type">
1207
+
1208
+ String
1209
+
1210
+ </span>
1079
1211
 
1080
1212
 
1081
1213
 
@@ -1151,7 +1283,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1151
1283
  <span class="method-parameter is-pulled-right">
1152
1284
  <label>类型:</label>
1153
1285
 
1154
- <span class="param-type">String</span>
1286
+ <span class="param-type">
1287
+
1288
+ String
1289
+
1290
+ </span>
1155
1291
 
1156
1292
 
1157
1293
 
@@ -1227,7 +1363,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1227
1363
  <span class="method-parameter is-pulled-right">
1228
1364
  <label>类型:</label>
1229
1365
 
1230
- <span class="param-type">String</span>
1366
+ <span class="param-type">
1367
+
1368
+ String
1369
+
1370
+ </span>
1231
1371
 
1232
1372
 
1233
1373
 
@@ -1307,7 +1447,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1307
1447
  <span class="method-parameter is-pulled-right">
1308
1448
  <label>类型:</label>
1309
1449
 
1310
- <span class="param-type">Number</span>
1450
+ <span class="param-type">
1451
+
1452
+ Number
1453
+
1454
+ </span>
1311
1455
 
1312
1456
 
1313
1457
 
@@ -1383,7 +1527,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1383
1527
  <span class="method-parameter is-pulled-right">
1384
1528
  <label>类型:</label>
1385
1529
 
1386
- <span class="param-type">Boolean</span>
1530
+ <span class="param-type">
1531
+
1532
+ Boolean
1533
+
1534
+ </span>
1387
1535
 
1388
1536
 
1389
1537
 
@@ -1468,7 +1616,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1468
1616
  <span class="method-parameter is-pulled-right">
1469
1617
  <label>类型:</label>
1470
1618
 
1471
- <span class="param-type">String</span>
1619
+ <span class="param-type">
1620
+
1621
+ String
1622
+
1623
+ </span>
1472
1624
 
1473
1625
 
1474
1626
 
@@ -1553,7 +1705,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1553
1705
  <span class="method-parameter is-pulled-right">
1554
1706
  <label>类型:</label>
1555
1707
 
1556
- <span class="param-type">Number</span>
1708
+ <span class="param-type">
1709
+
1710
+ Number
1711
+
1712
+ </span>
1557
1713
 
1558
1714
 
1559
1715
 
@@ -1634,7 +1790,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1634
1790
  <span class="method-parameter is-pulled-right">
1635
1791
  <label>类型:</label>
1636
1792
 
1637
- <span class="param-type">Number</span>
1793
+ <span class="param-type">
1794
+
1795
+ Number
1796
+
1797
+ </span>
1638
1798
 
1639
1799
 
1640
1800
 
@@ -1715,7 +1875,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1715
1875
  <span class="method-parameter is-pulled-right">
1716
1876
  <label>类型:</label>
1717
1877
 
1718
- <span class="param-type">Number</span>
1878
+ <span class="param-type">
1879
+
1880
+ Number
1881
+
1882
+ </span>
1719
1883
 
1720
1884
 
1721
1885
 
@@ -1791,7 +1955,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1791
1955
  <span class="method-parameter is-pulled-right">
1792
1956
  <label>类型:</label>
1793
1957
 
1794
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1958
+ <span class="param-type">
1959
+
1960
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1961
+
1962
+ </span>
1795
1963
 
1796
1964
 
1797
1965
 
@@ -1867,7 +2035,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1867
2035
  <span class="method-parameter is-pulled-right">
1868
2036
  <label>类型:</label>
1869
2037
 
1870
- <span class="param-type">String</span>
2038
+ <span class="param-type">
2039
+
2040
+ String
2041
+
2042
+ </span>
1871
2043
 
1872
2044
 
1873
2045
 
@@ -1943,7 +2115,11 @@ terrainCacheLayer = new TerrainCacheLayer({
1943
2115
  <span class="method-parameter is-pulled-right">
1944
2116
  <label>类型:</label>
1945
2117
 
1946
- <span class="param-type">String</span>
2118
+ <span class="param-type">
2119
+
2120
+ String
2121
+
2122
+ </span>
1947
2123
 
1948
2124
 
1949
2125
 
@@ -2024,7 +2200,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2024
2200
  <span class="method-parameter is-pulled-right">
2025
2201
  <label>类型:</label>
2026
2202
 
2027
- <span class="param-type">String</span>
2203
+ <span class="param-type">
2204
+
2205
+ String
2206
+
2207
+ </span>
2028
2208
 
2029
2209
 
2030
2210
 
@@ -2100,7 +2280,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2100
2280
  <span class="method-parameter is-pulled-right">
2101
2281
  <label>类型:</label>
2102
2282
 
2103
- <span class="param-type">String</span>
2283
+ <span class="param-type">
2284
+
2285
+ String
2286
+
2287
+ </span>
2104
2288
 
2105
2289
 
2106
2290
 
@@ -2176,7 +2360,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2176
2360
  <span class="method-parameter is-pulled-right">
2177
2361
  <label>类型:</label>
2178
2362
 
2179
- <span class="param-type">String</span>
2363
+ <span class="param-type">
2364
+
2365
+ String
2366
+
2367
+ </span>
2180
2368
 
2181
2369
 
2182
2370
 
@@ -2247,7 +2435,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2247
2435
  <span class="method-parameter is-pulled-right">
2248
2436
  <label>类型:</label>
2249
2437
 
2250
- <span class="param-type">Number</span>
2438
+ <span class="param-type">
2439
+
2440
+ Number
2441
+
2442
+ </span>
2251
2443
 
2252
2444
 
2253
2445
 
@@ -2344,7 +2536,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2344
2536
  <code>
2345
2537
 
2346
2538
 
2347
- <span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
2539
+ <span class="param-type">
2540
+
2541
+ <a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a>
2542
+
2543
+ </span>
2348
2544
 
2349
2545
 
2350
2546
 
@@ -2360,7 +2556,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2360
2556
  <code>
2361
2557
 
2362
2558
 
2363
- <span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
2559
+ <span class="param-type">
2560
+
2561
+ <a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a>
2562
+
2563
+ </span>
2364
2564
 
2365
2565
 
2366
2566
 
@@ -2376,7 +2576,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2376
2576
  <code>
2377
2577
 
2378
2578
 
2379
- <span class="param-type">*</span>
2579
+ <span class="param-type">
2580
+
2581
+ *
2582
+
2583
+ </span>
2380
2584
 
2381
2585
 
2382
2586
 
@@ -2392,7 +2596,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2392
2596
  <code>
2393
2597
 
2394
2598
 
2395
- <span class="param-type">Boolean</span>
2599
+ <span class="param-type">
2600
+
2601
+ Boolean
2602
+
2603
+ </span>
2396
2604
 
2397
2605
 
2398
2606
 
@@ -2428,7 +2636,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2428
2636
  <code>
2429
2637
 
2430
2638
 
2431
- <span class="param-type">Object</span>
2639
+ <span class="param-type">
2640
+
2641
+ Object
2642
+
2643
+ </span>
2432
2644
 
2433
2645
 
2434
2646
 
@@ -2500,13 +2712,17 @@ terrainCacheLayer = new TerrainCacheLayer({
2500
2712
 
2501
2713
  <tr class="deep-level-0">
2502
2714
 
2503
- <td class="name" id="url"><code>url</code></td>
2715
+ <td class="name"><code>url</code></td>
2504
2716
 
2505
2717
 
2506
2718
  <td class="type">
2507
2719
 
2508
2720
 
2509
- <span class="param-type">String</span>
2721
+ <span class="param-type">
2722
+
2723
+ String
2724
+
2725
+ </span>
2510
2726
 
2511
2727
 
2512
2728
 
@@ -2595,7 +2811,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2595
2811
  <div class='column is-5 has-text-left'>
2596
2812
  <label>类型: </label>
2597
2813
 
2598
- <span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
2814
+ <span class="param-type">
2815
+
2816
+ <a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a>
2817
+
2818
+ </span>
2599
2819
 
2600
2820
 
2601
2821
 
@@ -2717,7 +2937,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2717
2937
  <div class='column is-5 has-text-left'>
2718
2938
  <label>类型: </label>
2719
2939
 
2720
- <span class="param-type"><a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a></span>
2940
+ <span class="param-type">
2941
+
2942
+ <a link="TerrainCacheLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TerrainCacheLayer" TerrainCacheLayer.html>TerrainCacheLayer</a>
2943
+
2944
+ </span>
2721
2945
 
2722
2946
 
2723
2947
 
@@ -2833,7 +3057,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2833
3057
  <div class='column is-5 has-text-left'>
2834
3058
  <label>类型: </label>
2835
3059
 
2836
- <span class="param-type">*</span>
3060
+ <span class="param-type">
3061
+
3062
+ *
3063
+
3064
+ </span>
2837
3065
 
2838
3066
 
2839
3067
 
@@ -2955,7 +3183,11 @@ terrainCacheLayer = new TerrainCacheLayer({
2955
3183
  <div class='column is-5 has-text-left'>
2956
3184
  <label>类型: </label>
2957
3185
 
2958
- <span class="param-type">Boolean</span>
3186
+ <span class="param-type">
3187
+
3188
+ Boolean
3189
+
3190
+ </span>
2959
3191
 
2960
3192
 
2961
3193
 
@@ -3264,7 +3496,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3264
3496
  <div class='column is-5 has-text-left'>
3265
3497
  <label>类型: </label>
3266
3498
 
3267
- <span class="param-type">Object</span>
3499
+ <span class="param-type">
3500
+
3501
+ Object
3502
+
3503
+ </span>
3268
3504
 
3269
3505
 
3270
3506
 
@@ -3304,37 +3540,37 @@ terrainCacheLayer = new TerrainCacheLayer({
3304
3540
  <tbody>
3305
3541
 
3306
3542
  <tr class="deep-level-0">
3307
- <td class="name"><code><a href="TerrainCacheLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3543
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
3308
3544
  <td class="name"><code>图层刷新完毕事件</code></td>
3309
3545
  </tr>
3310
3546
 
3311
3547
  <tr class="deep-level-0">
3312
- <td class="name"><code><a href="TerrainCacheLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
3548
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
3313
3549
  <td class="name"><code>图层加载完毕事件</code></td>
3314
3550
  </tr>
3315
3551
 
3316
3552
  <tr class="deep-level-0">
3317
- <td class="name"><code><a href="TerrainCacheLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3553
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
3318
3554
  <td class="name"><code>图层显隐更新完毕事件</code></td>
3319
3555
  </tr>
3320
3556
 
3321
3557
  <tr class="deep-level-0">
3322
- <td class="name"><code><a href="TerrainCacheLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
3558
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
3323
3559
  <td class="name"><code>图层更新完毕事件</code></td>
3324
3560
  </tr>
3325
3561
 
3326
3562
  <tr class="deep-level-0">
3327
- <td class="name"><code><a href="TerrainCacheLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3563
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
3328
3564
  <td class="name"><code>图层透明度更新完毕事件</code></td>
3329
3565
  </tr>
3330
3566
 
3331
3567
  <tr class="deep-level-0">
3332
- <td class="name"><code><a href="TerrainCacheLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3568
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
3333
3569
  <td class="name"><code>图层销毁完毕事件</code></td>
3334
3570
  </tr>
3335
3571
 
3336
3572
  <tr class="deep-level-0">
3337
- <td class="name"><code><a href="TerrainCacheLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3573
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
3338
3574
  <td class="name"><code>图层顺序更新完毕事件</code></td>
3339
3575
  </tr>
3340
3576
 
@@ -3414,7 +3650,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3414
3650
  <td class="type">
3415
3651
 
3416
3652
 
3417
- <span class="param-type">Object</span>
3653
+ <span class="param-type">
3654
+
3655
+ Object
3656
+
3657
+ </span>
3418
3658
 
3419
3659
 
3420
3660
 
@@ -3448,7 +3688,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3448
3688
  <td class="type">
3449
3689
 
3450
3690
 
3451
- <span class="param-type">String</span>
3691
+ <span class="param-type">
3692
+
3693
+ String
3694
+
3695
+ </span>
3452
3696
 
3453
3697
 
3454
3698
 
@@ -3486,7 +3730,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3486
3730
  <td class="type">
3487
3731
 
3488
3732
 
3489
- <span class="param-type">String</span>
3733
+ <span class="param-type">
3734
+
3735
+ String
3736
+
3737
+ </span>
3490
3738
 
3491
3739
 
3492
3740
 
@@ -3524,7 +3772,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3524
3772
  <td class="type">
3525
3773
 
3526
3774
 
3527
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
3775
+ <span class="param-type">
3776
+
3777
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
3778
+
3779
+ </span>
3528
3780
 
3529
3781
 
3530
3782
 
@@ -3562,7 +3814,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3562
3814
  <td class="type">
3563
3815
 
3564
3816
 
3565
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3817
+ <span class="param-type">
3818
+
3819
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3820
+
3821
+ </span>
3566
3822
 
3567
3823
 
3568
3824
 
@@ -3600,7 +3856,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3600
3856
  <td class="type">
3601
3857
 
3602
3858
 
3603
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
3859
+ <span class="param-type">
3860
+
3861
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
3862
+
3863
+ </span>
3604
3864
 
3605
3865
 
3606
3866
 
@@ -3638,7 +3898,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3638
3898
  <td class="type">
3639
3899
 
3640
3900
 
3641
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3901
+ <span class="param-type">
3902
+
3903
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3904
+
3905
+ </span>
3642
3906
 
3643
3907
 
3644
3908
 
@@ -3676,7 +3940,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3676
3940
  <td class="type">
3677
3941
 
3678
3942
 
3679
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
3943
+ <span class="param-type">
3944
+
3945
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
3946
+
3947
+ </span>
3680
3948
 
3681
3949
 
3682
3950
 
@@ -3868,7 +4136,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3868
4136
  <td class="type">
3869
4137
 
3870
4138
 
3871
- <span class="param-type">Object</span>
4139
+ <span class="param-type">
4140
+
4141
+ Object
4142
+
4143
+ </span>
3872
4144
 
3873
4145
 
3874
4146
 
@@ -3902,7 +4174,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3902
4174
  <td class="type">
3903
4175
 
3904
4176
 
3905
- <span class="param-type">String</span>
4177
+ <span class="param-type">
4178
+
4179
+ String
4180
+
4181
+ </span>
3906
4182
 
3907
4183
 
3908
4184
 
@@ -3940,7 +4216,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3940
4216
  <td class="type">
3941
4217
 
3942
4218
 
3943
- <span class="param-type">String</span>
4219
+ <span class="param-type">
4220
+
4221
+ String
4222
+
4223
+ </span>
3944
4224
 
3945
4225
 
3946
4226
 
@@ -3978,7 +4258,11 @@ terrainCacheLayer = new TerrainCacheLayer({
3978
4258
  <td class="type">
3979
4259
 
3980
4260
 
3981
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4261
+ <span class="param-type">
4262
+
4263
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4264
+
4265
+ </span>
3982
4266
 
3983
4267
 
3984
4268
 
@@ -4016,7 +4300,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4016
4300
  <td class="type">
4017
4301
 
4018
4302
 
4019
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4303
+ <span class="param-type">
4304
+
4305
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4306
+
4307
+ </span>
4020
4308
 
4021
4309
 
4022
4310
 
@@ -4054,7 +4342,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4054
4342
  <td class="type">
4055
4343
 
4056
4344
 
4057
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4345
+ <span class="param-type">
4346
+
4347
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4348
+
4349
+ </span>
4058
4350
 
4059
4351
 
4060
4352
 
@@ -4092,7 +4384,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4092
4384
  <td class="type">
4093
4385
 
4094
4386
 
4095
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4387
+ <span class="param-type">
4388
+
4389
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4390
+
4391
+ </span>
4096
4392
 
4097
4393
 
4098
4394
 
@@ -4130,7 +4426,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4130
4426
  <td class="type">
4131
4427
 
4132
4428
 
4133
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4429
+ <span class="param-type">
4430
+
4431
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4432
+
4433
+ </span>
4134
4434
 
4135
4435
 
4136
4436
 
@@ -4312,7 +4612,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4312
4612
  <td class="type">
4313
4613
 
4314
4614
 
4315
- <span class="param-type">Object</span>
4615
+ <span class="param-type">
4616
+
4617
+ Object
4618
+
4619
+ </span>
4316
4620
 
4317
4621
 
4318
4622
 
@@ -4346,7 +4650,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4346
4650
  <td class="type">
4347
4651
 
4348
4652
 
4349
- <span class="param-type">String</span>
4653
+ <span class="param-type">
4654
+
4655
+ String
4656
+
4657
+ </span>
4350
4658
 
4351
4659
 
4352
4660
 
@@ -4384,7 +4692,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4384
4692
  <td class="type">
4385
4693
 
4386
4694
 
4387
- <span class="param-type">String</span>
4695
+ <span class="param-type">
4696
+
4697
+ String
4698
+
4699
+ </span>
4388
4700
 
4389
4701
 
4390
4702
 
@@ -4422,7 +4734,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4422
4734
  <td class="type">
4423
4735
 
4424
4736
 
4425
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
4737
+ <span class="param-type">
4738
+
4739
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
4740
+
4741
+ </span>
4426
4742
 
4427
4743
 
4428
4744
 
@@ -4460,7 +4776,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4460
4776
  <td class="type">
4461
4777
 
4462
4778
 
4463
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4779
+ <span class="param-type">
4780
+
4781
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4782
+
4783
+ </span>
4464
4784
 
4465
4785
 
4466
4786
 
@@ -4498,7 +4818,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4498
4818
  <td class="type">
4499
4819
 
4500
4820
 
4501
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4821
+ <span class="param-type">
4822
+
4823
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4824
+
4825
+ </span>
4502
4826
 
4503
4827
 
4504
4828
 
@@ -4536,7 +4860,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4536
4860
  <td class="type">
4537
4861
 
4538
4862
 
4539
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4863
+ <span class="param-type">
4864
+
4865
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4866
+
4867
+ </span>
4540
4868
 
4541
4869
 
4542
4870
 
@@ -4574,7 +4902,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4574
4902
  <td class="type">
4575
4903
 
4576
4904
 
4577
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
4905
+ <span class="param-type">
4906
+
4907
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
4908
+
4909
+ </span>
4578
4910
 
4579
4911
 
4580
4912
 
@@ -4766,7 +5098,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4766
5098
  <td class="type">
4767
5099
 
4768
5100
 
4769
- <span class="param-type">Object</span>
5101
+ <span class="param-type">
5102
+
5103
+ Object
5104
+
5105
+ </span>
4770
5106
 
4771
5107
 
4772
5108
 
@@ -4800,7 +5136,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4800
5136
  <td class="type">
4801
5137
 
4802
5138
 
4803
- <span class="param-type">String</span>
5139
+ <span class="param-type">
5140
+
5141
+ String
5142
+
5143
+ </span>
4804
5144
 
4805
5145
 
4806
5146
 
@@ -4838,7 +5178,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4838
5178
  <td class="type">
4839
5179
 
4840
5180
 
4841
- <span class="param-type">String</span>
5181
+ <span class="param-type">
5182
+
5183
+ String
5184
+
5185
+ </span>
4842
5186
 
4843
5187
 
4844
5188
 
@@ -4876,7 +5220,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4876
5220
  <td class="type">
4877
5221
 
4878
5222
 
4879
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5223
+ <span class="param-type">
5224
+
5225
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5226
+
5227
+ </span>
4880
5228
 
4881
5229
 
4882
5230
 
@@ -4914,7 +5262,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4914
5262
  <td class="type">
4915
5263
 
4916
5264
 
4917
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5265
+ <span class="param-type">
5266
+
5267
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5268
+
5269
+ </span>
4918
5270
 
4919
5271
 
4920
5272
 
@@ -4952,7 +5304,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4952
5304
  <td class="type">
4953
5305
 
4954
5306
 
4955
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5307
+ <span class="param-type">
5308
+
5309
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5310
+
5311
+ </span>
4956
5312
 
4957
5313
 
4958
5314
 
@@ -4990,7 +5346,11 @@ terrainCacheLayer = new TerrainCacheLayer({
4990
5346
  <td class="type">
4991
5347
 
4992
5348
 
4993
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5349
+ <span class="param-type">
5350
+
5351
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5352
+
5353
+ </span>
4994
5354
 
4995
5355
 
4996
5356
 
@@ -5028,7 +5388,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5028
5388
  <td class="type">
5029
5389
 
5030
5390
 
5031
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5391
+ <span class="param-type">
5392
+
5393
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5394
+
5395
+ </span>
5032
5396
 
5033
5397
 
5034
5398
 
@@ -5210,7 +5574,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5210
5574
  <td class="type">
5211
5575
 
5212
5576
 
5213
- <span class="param-type">Object</span>
5577
+ <span class="param-type">
5578
+
5579
+ Object
5580
+
5581
+ </span>
5214
5582
 
5215
5583
 
5216
5584
 
@@ -5244,7 +5612,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5244
5612
  <td class="type">
5245
5613
 
5246
5614
 
5247
- <span class="param-type">String</span>
5615
+ <span class="param-type">
5616
+
5617
+ String
5618
+
5619
+ </span>
5248
5620
 
5249
5621
 
5250
5622
 
@@ -5282,7 +5654,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5282
5654
  <td class="type">
5283
5655
 
5284
5656
 
5285
- <span class="param-type">String</span>
5657
+ <span class="param-type">
5658
+
5659
+ String
5660
+
5661
+ </span>
5286
5662
 
5287
5663
 
5288
5664
 
@@ -5320,7 +5696,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5320
5696
  <td class="type">
5321
5697
 
5322
5698
 
5323
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5699
+ <span class="param-type">
5700
+
5701
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5702
+
5703
+ </span>
5324
5704
 
5325
5705
 
5326
5706
 
@@ -5358,7 +5738,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5358
5738
  <td class="type">
5359
5739
 
5360
5740
 
5361
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5741
+ <span class="param-type">
5742
+
5743
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5744
+
5745
+ </span>
5362
5746
 
5363
5747
 
5364
5748
 
@@ -5396,7 +5780,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5396
5780
  <td class="type">
5397
5781
 
5398
5782
 
5399
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5783
+ <span class="param-type">
5784
+
5785
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5786
+
5787
+ </span>
5400
5788
 
5401
5789
 
5402
5790
 
@@ -5434,7 +5822,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5434
5822
  <td class="type">
5435
5823
 
5436
5824
 
5437
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5825
+ <span class="param-type">
5826
+
5827
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5828
+
5829
+ </span>
5438
5830
 
5439
5831
 
5440
5832
 
@@ -5472,7 +5864,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5472
5864
  <td class="type">
5473
5865
 
5474
5866
 
5475
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5867
+ <span class="param-type">
5868
+
5869
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5870
+
5871
+ </span>
5476
5872
 
5477
5873
 
5478
5874
 
@@ -5664,7 +6060,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5664
6060
  <td class="type">
5665
6061
 
5666
6062
 
5667
- <span class="param-type">Object</span>
6063
+ <span class="param-type">
6064
+
6065
+ Object
6066
+
6067
+ </span>
5668
6068
 
5669
6069
 
5670
6070
 
@@ -5698,7 +6098,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5698
6098
  <td class="type">
5699
6099
 
5700
6100
 
5701
- <span class="param-type">String</span>
6101
+ <span class="param-type">
6102
+
6103
+ String
6104
+
6105
+ </span>
5702
6106
 
5703
6107
 
5704
6108
 
@@ -5736,7 +6140,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5736
6140
  <td class="type">
5737
6141
 
5738
6142
 
5739
- <span class="param-type">String</span>
6143
+ <span class="param-type">
6144
+
6145
+ String
6146
+
6147
+ </span>
5740
6148
 
5741
6149
 
5742
6150
 
@@ -5774,7 +6182,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5774
6182
  <td class="type">
5775
6183
 
5776
6184
 
5777
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6185
+ <span class="param-type">
6186
+
6187
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6188
+
6189
+ </span>
5778
6190
 
5779
6191
 
5780
6192
 
@@ -5812,7 +6224,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5812
6224
  <td class="type">
5813
6225
 
5814
6226
 
5815
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6227
+ <span class="param-type">
6228
+
6229
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6230
+
6231
+ </span>
5816
6232
 
5817
6233
 
5818
6234
 
@@ -5850,7 +6266,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5850
6266
  <td class="type">
5851
6267
 
5852
6268
 
5853
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6269
+ <span class="param-type">
6270
+
6271
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6272
+
6273
+ </span>
5854
6274
 
5855
6275
 
5856
6276
 
@@ -5888,7 +6308,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5888
6308
  <td class="type">
5889
6309
 
5890
6310
 
5891
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6311
+ <span class="param-type">
6312
+
6313
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6314
+
6315
+ </span>
5892
6316
 
5893
6317
 
5894
6318
 
@@ -5926,7 +6350,11 @@ terrainCacheLayer = new TerrainCacheLayer({
5926
6350
  <td class="type">
5927
6351
 
5928
6352
 
5929
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6353
+ <span class="param-type">
6354
+
6355
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6356
+
6357
+ </span>
5930
6358
 
5931
6359
 
5932
6360
 
@@ -6108,7 +6536,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6108
6536
  <td class="type">
6109
6537
 
6110
6538
 
6111
- <span class="param-type">Object</span>
6539
+ <span class="param-type">
6540
+
6541
+ Object
6542
+
6543
+ </span>
6112
6544
 
6113
6545
 
6114
6546
 
@@ -6142,7 +6574,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6142
6574
  <td class="type">
6143
6575
 
6144
6576
 
6145
- <span class="param-type">String</span>
6577
+ <span class="param-type">
6578
+
6579
+ String
6580
+
6581
+ </span>
6146
6582
 
6147
6583
 
6148
6584
 
@@ -6180,7 +6616,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6180
6616
  <td class="type">
6181
6617
 
6182
6618
 
6183
- <span class="param-type">String</span>
6619
+ <span class="param-type">
6620
+
6621
+ String
6622
+
6623
+ </span>
6184
6624
 
6185
6625
 
6186
6626
 
@@ -6218,7 +6658,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6218
6658
  <td class="type">
6219
6659
 
6220
6660
 
6221
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6661
+ <span class="param-type">
6662
+
6663
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6664
+
6665
+ </span>
6222
6666
 
6223
6667
 
6224
6668
 
@@ -6256,7 +6700,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6256
6700
  <td class="type">
6257
6701
 
6258
6702
 
6259
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6703
+ <span class="param-type">
6704
+
6705
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6706
+
6707
+ </span>
6260
6708
 
6261
6709
 
6262
6710
 
@@ -6294,7 +6742,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6294
6742
  <td class="type">
6295
6743
 
6296
6744
 
6297
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6745
+ <span class="param-type">
6746
+
6747
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6748
+
6749
+ </span>
6298
6750
 
6299
6751
 
6300
6752
 
@@ -6332,7 +6784,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6332
6784
  <td class="type">
6333
6785
 
6334
6786
 
6335
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6787
+ <span class="param-type">
6788
+
6789
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6790
+
6791
+ </span>
6336
6792
 
6337
6793
 
6338
6794
 
@@ -6370,7 +6826,11 @@ terrainCacheLayer = new TerrainCacheLayer({
6370
6826
  <td class="type">
6371
6827
 
6372
6828
 
6373
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6829
+ <span class="param-type">
6830
+
6831
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6832
+
6833
+ </span>
6374
6834
 
6375
6835
 
6376
6836