@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
@@ -80,13 +80,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
80
80
 
81
81
  <tr class="deep-level-0">
82
82
 
83
- <td class="name" id="options"><code>options</code></td>
83
+ <td class="name"><code>options</code></td>
84
84
 
85
85
 
86
86
  <td class="type">
87
87
 
88
88
 
89
- <span class="param-type">Object</span>
89
+ <span class="param-type">
90
+
91
+ Object
92
+
93
+ </span>
90
94
 
91
95
 
92
96
 
@@ -107,13 +111,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
107
111
 
108
112
  <tr class="deep-level-1">
109
113
 
110
- <td class="name" id="url"><code>url</code></td>
114
+ <td class="name"><code>url</code></td>
111
115
 
112
116
 
113
117
  <td class="type">
114
118
 
115
119
 
116
- <span class="param-type">String</span>
120
+ <span class="param-type">
121
+
122
+ String
123
+
124
+ </span>
117
125
 
118
126
 
119
127
 
@@ -138,13 +146,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
138
146
 
139
147
  <tr class="deep-level-1">
140
148
 
141
- <td class="name" id="id"><code>id</code></td>
149
+ <td class="name"><code>id</code></td>
142
150
 
143
151
 
144
152
  <td class="type">
145
153
 
146
154
 
147
- <span class="param-type">String</span>
155
+ <span class="param-type">
156
+
157
+ String
158
+
159
+ </span>
148
160
 
149
161
 
150
162
 
@@ -165,13 +177,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
165
177
 
166
178
  <tr class="deep-level-1">
167
179
 
168
- <td class="name" id="visible"><code>visible</code></td>
180
+ <td class="name"><code>visible</code></td>
169
181
 
170
182
 
171
183
  <td class="type">
172
184
 
173
185
 
174
- <span class="param-type">Boolean</span>
186
+ <span class="param-type">
187
+
188
+ Boolean
189
+
190
+ </span>
175
191
 
176
192
 
177
193
 
@@ -194,13 +210,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
194
210
 
195
211
  <tr class="deep-level-1">
196
212
 
197
- <td class="name" id="opacity"><code>opacity</code></td>
213
+ <td class="name"><code>opacity</code></td>
198
214
 
199
215
 
200
216
  <td class="type">
201
217
 
202
218
 
203
- <span class="param-type">Number</span>
219
+ <span class="param-type">
220
+
221
+ Number
222
+
223
+ </span>
204
224
 
205
225
 
206
226
 
@@ -223,13 +243,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
223
243
 
224
244
  <tr class="deep-level-1">
225
245
 
226
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
246
+ <td class="name"><code>spatialReference</code></td>
227
247
 
228
248
 
229
249
  <td class="type">
230
250
 
231
251
 
232
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
252
+ <span class="param-type">
253
+
254
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
255
+
256
+ </span>
233
257
 
234
258
 
235
259
 
@@ -250,13 +274,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
250
274
 
251
275
  <tr class="deep-level-1">
252
276
 
253
- <td class="name" id="renderer"><code>renderer</code></td>
277
+ <td class="name"><code>renderer</code></td>
254
278
 
255
279
 
256
280
  <td class="type">
257
281
 
258
282
 
259
- <span class="param-type"><a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a></span>
283
+ <span class="param-type">
284
+
285
+ <a link="BaseRenderer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseRenderer" BaseRenderer.html>BaseRenderer</a>
286
+
287
+ </span>
260
288
 
261
289
 
262
290
 
@@ -285,13 +313,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
285
313
 
286
314
  <tr class="deep-level-1">
287
315
 
288
- <td class="name" id="labelsVisible"><code>labelsVisible</code></td>
316
+ <td class="name"><code>labelsVisible</code></td>
289
317
 
290
318
 
291
319
  <td class="type">
292
320
 
293
321
 
294
- <span class="param-type">Boolean</span>
322
+ <span class="param-type">
323
+
324
+ Boolean
325
+
326
+ </span>
295
327
 
296
328
 
297
329
 
@@ -314,13 +346,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
314
346
 
315
347
  <tr class="deep-level-1">
316
348
 
317
- <td class="name" id="labelingInfo"><code>labelingInfo</code></td>
349
+ <td class="name"><code>labelingInfo</code></td>
318
350
 
319
351
 
320
352
  <td class="type">
321
353
 
322
354
 
323
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
355
+ <span class="param-type">
356
+
357
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
358
+
359
+ </span>
324
360
 
325
361
 
326
362
 
@@ -344,13 +380,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
344
380
 
345
381
  <tr class="deep-level-1">
346
382
 
347
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
383
+ <td class="name"><code>elevationInfo</code></td>
348
384
 
349
385
 
350
386
  <td class="type">
351
387
 
352
388
 
353
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
389
+ <span class="param-type">
390
+
391
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
392
+
393
+ </span>
354
394
 
355
395
 
356
396
 
@@ -371,13 +411,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
371
411
 
372
412
  <tr class="deep-level-1">
373
413
 
374
- <td class="name" id="minScale"><code>minScale</code></td>
414
+ <td class="name"><code>minScale</code></td>
375
415
 
376
416
 
377
417
  <td class="type">
378
418
 
379
419
 
380
- <span class="param-type">Number</span>
420
+ <span class="param-type">
421
+
422
+ Number
423
+
424
+ </span>
381
425
 
382
426
 
383
427
 
@@ -400,13 +444,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
400
444
 
401
445
  <tr class="deep-level-1">
402
446
 
403
- <td class="name" id="maxScale"><code>maxScale</code></td>
447
+ <td class="name"><code>maxScale</code></td>
404
448
 
405
449
 
406
450
  <td class="type">
407
451
 
408
452
 
409
- <span class="param-type">Number</span>
453
+ <span class="param-type">
454
+
455
+ Number
456
+
457
+ </span>
410
458
 
411
459
 
412
460
 
@@ -429,13 +477,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
429
477
 
430
478
  <tr class="deep-level-1">
431
479
 
432
- <td class="name" id="tokenKey"><code>tokenKey</code></td>
480
+ <td class="name"><code>tokenKey</code></td>
433
481
 
434
482
 
435
483
  <td class="type">
436
484
 
437
485
 
438
- <span class="param-type">String</span>
486
+ <span class="param-type">
487
+
488
+ String
489
+
490
+ </span>
439
491
 
440
492
 
441
493
 
@@ -458,13 +510,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
458
510
 
459
511
  <tr class="deep-level-1">
460
512
 
461
- <td class="name" id="tokenValue"><code>tokenValue</code></td>
513
+ <td class="name"><code>tokenValue</code></td>
462
514
 
463
515
 
464
516
  <td class="type">
465
517
 
466
518
 
467
- <span class="param-type">String</span>
519
+ <span class="param-type">
520
+
521
+ String
522
+
523
+ </span>
468
524
 
469
525
 
470
526
 
@@ -485,13 +541,17 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
485
541
 
486
542
  <tr class="deep-level-1">
487
543
 
488
- <td class="name" id="customParameters"><code>customParameters</code></td>
544
+ <td class="name"><code>customParameters</code></td>
489
545
 
490
546
 
491
547
  <td class="type">
492
548
 
493
549
 
494
- <span class="param-type">Object</span>
550
+ <span class="param-type">
551
+
552
+ Object
553
+
554
+ </span>
495
555
 
496
556
 
497
557
 
@@ -566,19 +626,19 @@ import { GraphicsLayer } from &quot;@mapgis/webclient-common&quot;</p>
566
626
  <div class="column is-2"><label>绑定事件</label></div>
567
627
  <div class="column is-10">
568
628
  <ul>
569
- <li><a class="mapgis-link-name" title="Layer#event:图层加载完毕事件" Layer.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>Layer#event:图层加载完毕事件</a></li>
629
+ <li><a href="#图层加载完毕事件">图层加载完毕事件</a></li>
570
630
 
571
- <li><a class="mapgis-link-name" title="Layer#event:图层销毁完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2594%2580%25E6%25AF%2581%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层销毁完毕事件</a></li>
631
+ <li><a href="#图层销毁完毕事件">图层销毁完毕事件</a></li>
572
632
 
573
- <li><a class="mapgis-link-name" title="Layer#event:图层更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层更新完毕事件</a></li>
633
+ <li><a href="#图层更新完毕事件">图层更新完毕事件</a></li>
574
634
 
575
- <li><a class="mapgis-link-name" title="Layer#event:图层显隐更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%2598%25BE%25E9%259A%2590%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层显隐更新完毕事件</a></li>
635
+ <li><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></li>
576
636
 
577
- <li><a class="mapgis-link-name" title="Layer#event:图层透明度更新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E9%2580%258F%25E6%2598%258E%25E5%25BA%25A6%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层透明度更新完毕事件</a></li>
637
+ <li><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></li>
578
638
 
579
- <li><a class="mapgis-link-name" title="Layer#event:图层刷新完毕事件" Layer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E5%2588%25B7%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>Layer#event:图层刷新完毕事件</a></li>
639
+ <li><a href="#图层刷新完毕事件">图层刷新完毕事件</a></li>
580
640
 
581
- <li><a class="mapgis-link-name" title="GeoJSONLayer#event:图层样式更新完毕事件" GeoJSONLayer.html#event:%25E5%259B%25BE%25E5%25B1%2582%25E6%25A0%25B7%25E5%25BC%258F%25E6%259B%25B4%25E6%2596%25B0%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>GeoJSONLayer#event:图层样式更新完毕事件</a></li>
641
+ <li><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></li>
582
642
  </ul>
583
643
  </div>
584
644
  </div>
@@ -934,7 +994,11 @@ const geojsonLayer = new GeoJSONLayer({
934
994
  <td class="name">
935
995
  <code>
936
996
 
937
- <span class="param-type">String</span>
997
+ <span class="param-type">
998
+
999
+ String
1000
+
1001
+ </span>
938
1002
 
939
1003
 
940
1004
 
@@ -948,7 +1012,11 @@ const geojsonLayer = new GeoJSONLayer({
948
1012
  <td class="name">
949
1013
  <code>
950
1014
 
951
- <span class="param-type">String</span>
1015
+ <span class="param-type">
1016
+
1017
+ String
1018
+
1019
+ </span>
952
1020
 
953
1021
 
954
1022
 
@@ -962,7 +1030,11 @@ const geojsonLayer = new GeoJSONLayer({
962
1030
  <td class="name">
963
1031
  <code>
964
1032
 
965
- <span class="param-type">String</span>
1033
+ <span class="param-type">
1034
+
1035
+ String
1036
+
1037
+ </span>
966
1038
 
967
1039
 
968
1040
 
@@ -976,7 +1048,11 @@ const geojsonLayer = new GeoJSONLayer({
976
1048
  <td class="name">
977
1049
  <code>
978
1050
 
979
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1051
+ <span class="param-type">
1052
+
1053
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1054
+
1055
+ </span>
980
1056
 
981
1057
 
982
1058
 
@@ -990,7 +1066,11 @@ const geojsonLayer = new GeoJSONLayer({
990
1066
  <td class="name">
991
1067
  <code>
992
1068
 
993
- <span class="param-type">Object</span>
1069
+ <span class="param-type">
1070
+
1071
+ Object
1072
+
1073
+ </span>
994
1074
 
995
1075
 
996
1076
 
@@ -1004,7 +1084,11 @@ const geojsonLayer = new GeoJSONLayer({
1004
1084
  <td class="name">
1005
1085
  <code>
1006
1086
 
1007
- <span class="param-type">Object</span>
1087
+ <span class="param-type">
1088
+
1089
+ Object
1090
+
1091
+ </span>
1008
1092
 
1009
1093
 
1010
1094
 
@@ -1018,7 +1102,11 @@ const geojsonLayer = new GeoJSONLayer({
1018
1102
  <td class="name">
1019
1103
  <code>
1020
1104
 
1021
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1105
+ <span class="param-type">
1106
+
1107
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1108
+
1109
+ </span>
1022
1110
 
1023
1111
 
1024
1112
 
@@ -1032,7 +1120,11 @@ const geojsonLayer = new GeoJSONLayer({
1032
1120
  <td class="name">
1033
1121
  <code>
1034
1122
 
1035
- <span class="param-type">String</span>
1123
+ <span class="param-type">
1124
+
1125
+ String
1126
+
1127
+ </span>
1036
1128
 
1037
1129
 
1038
1130
 
@@ -1046,7 +1138,11 @@ const geojsonLayer = new GeoJSONLayer({
1046
1138
  <td class="name">
1047
1139
  <code>
1048
1140
 
1049
- <span class="param-type">String</span>
1141
+ <span class="param-type">
1142
+
1143
+ String
1144
+
1145
+ </span>
1050
1146
 
1051
1147
 
1052
1148
 
@@ -1060,7 +1156,11 @@ const geojsonLayer = new GeoJSONLayer({
1060
1156
  <td class="name">
1061
1157
  <code>
1062
1158
 
1063
- <span class="param-type">String</span>
1159
+ <span class="param-type">
1160
+
1161
+ String
1162
+
1163
+ </span>
1064
1164
 
1065
1165
 
1066
1166
 
@@ -1074,7 +1174,11 @@ const geojsonLayer = new GeoJSONLayer({
1074
1174
  <td class="name">
1075
1175
  <code>
1076
1176
 
1077
- <span class="param-type">String</span>
1177
+ <span class="param-type">
1178
+
1179
+ String
1180
+
1181
+ </span>
1078
1182
 
1079
1183
 
1080
1184
 
@@ -1088,7 +1192,11 @@ const geojsonLayer = new GeoJSONLayer({
1088
1192
  <td class="name">
1089
1193
  <code>
1090
1194
 
1091
- <span class="param-type">Number</span>
1195
+ <span class="param-type">
1196
+
1197
+ Number
1198
+
1199
+ </span>
1092
1200
 
1093
1201
 
1094
1202
 
@@ -1102,7 +1210,11 @@ const geojsonLayer = new GeoJSONLayer({
1102
1210
  <td class="name">
1103
1211
  <code>
1104
1212
 
1105
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
1213
+ <span class="param-type">
1214
+
1215
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
1216
+
1217
+ </span>
1106
1218
 
1107
1219
 
1108
1220
 
@@ -1116,7 +1228,11 @@ const geojsonLayer = new GeoJSONLayer({
1116
1228
  <td class="name">
1117
1229
  <code>
1118
1230
 
1119
- <span class="param-type">Boolean</span>
1231
+ <span class="param-type">
1232
+
1233
+ Boolean
1234
+
1235
+ </span>
1120
1236
 
1121
1237
 
1122
1238
 
@@ -1130,7 +1246,11 @@ const geojsonLayer = new GeoJSONLayer({
1130
1246
  <td class="name">
1131
1247
  <code>
1132
1248
 
1133
- <span class="param-type">Boolean</span>
1249
+ <span class="param-type">
1250
+
1251
+ Boolean
1252
+
1253
+ </span>
1134
1254
 
1135
1255
 
1136
1256
 
@@ -1144,7 +1264,11 @@ const geojsonLayer = new GeoJSONLayer({
1144
1264
  <td class="name">
1145
1265
  <code>
1146
1266
 
1147
- <span class="param-type">String</span>
1267
+ <span class="param-type">
1268
+
1269
+ String
1270
+
1271
+ </span>
1148
1272
 
1149
1273
 
1150
1274
 
@@ -1158,7 +1282,11 @@ const geojsonLayer = new GeoJSONLayer({
1158
1282
  <td class="name">
1159
1283
  <code>
1160
1284
 
1161
- <span class="param-type">Number</span>
1285
+ <span class="param-type">
1286
+
1287
+ Number
1288
+
1289
+ </span>
1162
1290
 
1163
1291
 
1164
1292
 
@@ -1172,7 +1300,11 @@ const geojsonLayer = new GeoJSONLayer({
1172
1300
  <td class="name">
1173
1301
  <code>
1174
1302
 
1175
- <span class="param-type">Number</span>
1303
+ <span class="param-type">
1304
+
1305
+ Number
1306
+
1307
+ </span>
1176
1308
 
1177
1309
 
1178
1310
 
@@ -1186,7 +1318,11 @@ const geojsonLayer = new GeoJSONLayer({
1186
1318
  <td class="name">
1187
1319
  <code>
1188
1320
 
1189
- <span class="param-type">Number</span>
1321
+ <span class="param-type">
1322
+
1323
+ Number
1324
+
1325
+ </span>
1190
1326
 
1191
1327
 
1192
1328
 
@@ -1200,7 +1336,11 @@ const geojsonLayer = new GeoJSONLayer({
1200
1336
  <td class="name">
1201
1337
  <code>
1202
1338
 
1203
- <span class="param-type">String</span>
1339
+ <span class="param-type">
1340
+
1341
+ String
1342
+
1343
+ </span>
1204
1344
 
1205
1345
 
1206
1346
 
@@ -1214,7 +1354,11 @@ const geojsonLayer = new GeoJSONLayer({
1214
1354
  <td class="name">
1215
1355
  <code>
1216
1356
 
1217
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1357
+ <span class="param-type">
1358
+
1359
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1360
+
1361
+ </span>
1218
1362
 
1219
1363
 
1220
1364
 
@@ -1228,7 +1372,11 @@ const geojsonLayer = new GeoJSONLayer({
1228
1372
  <td class="name">
1229
1373
  <code>
1230
1374
 
1231
- <span class="param-type">String</span>
1375
+ <span class="param-type">
1376
+
1377
+ String
1378
+
1379
+ </span>
1232
1380
 
1233
1381
 
1234
1382
 
@@ -1242,7 +1390,11 @@ const geojsonLayer = new GeoJSONLayer({
1242
1390
  <td class="name">
1243
1391
  <code>
1244
1392
 
1245
- <span class="param-type">String</span>
1393
+ <span class="param-type">
1394
+
1395
+ String
1396
+
1397
+ </span>
1246
1398
 
1247
1399
 
1248
1400
 
@@ -1256,7 +1408,11 @@ const geojsonLayer = new GeoJSONLayer({
1256
1408
  <td class="name">
1257
1409
  <code>
1258
1410
 
1259
- <span class="param-type">String</span>
1411
+ <span class="param-type">
1412
+
1413
+ String
1414
+
1415
+ </span>
1260
1416
 
1261
1417
 
1262
1418
 
@@ -1270,7 +1426,11 @@ const geojsonLayer = new GeoJSONLayer({
1270
1426
  <td class="name">
1271
1427
  <code>
1272
1428
 
1273
- <span class="param-type">String</span>
1429
+ <span class="param-type">
1430
+
1431
+ String
1432
+
1433
+ </span>
1274
1434
 
1275
1435
 
1276
1436
 
@@ -1284,7 +1444,11 @@ const geojsonLayer = new GeoJSONLayer({
1284
1444
  <td class="name">
1285
1445
  <code>
1286
1446
 
1287
- <span class="param-type">String</span>
1447
+ <span class="param-type">
1448
+
1449
+ String
1450
+
1451
+ </span>
1288
1452
 
1289
1453
 
1290
1454
 
@@ -1298,7 +1462,11 @@ const geojsonLayer = new GeoJSONLayer({
1298
1462
  <td class="name">
1299
1463
  <code>
1300
1464
 
1301
- <span class="param-type">Number</span>
1465
+ <span class="param-type">
1466
+
1467
+ Number
1468
+
1469
+ </span>
1302
1470
 
1303
1471
 
1304
1472
 
@@ -1318,7 +1486,11 @@ const geojsonLayer = new GeoJSONLayer({
1318
1486
  <span class="method-parameter is-pulled-right">
1319
1487
  <label>类型:</label>
1320
1488
 
1321
- <span class="param-type">String</span>
1489
+ <span class="param-type">
1490
+
1491
+ String
1492
+
1493
+ </span>
1322
1494
 
1323
1495
 
1324
1496
 
@@ -1398,7 +1570,11 @@ const geojsonLayer = new GeoJSONLayer({
1398
1570
  <span class="method-parameter is-pulled-right">
1399
1571
  <label>类型:</label>
1400
1572
 
1401
- <span class="param-type">String</span>
1573
+ <span class="param-type">
1574
+
1575
+ String
1576
+
1577
+ </span>
1402
1578
 
1403
1579
 
1404
1580
 
@@ -1469,7 +1645,11 @@ const geojsonLayer = new GeoJSONLayer({
1469
1645
  <span class="method-parameter is-pulled-right">
1470
1646
  <label>类型:</label>
1471
1647
 
1472
- <span class="param-type">String</span>
1648
+ <span class="param-type">
1649
+
1650
+ String
1651
+
1652
+ </span>
1473
1653
 
1474
1654
 
1475
1655
 
@@ -1549,7 +1729,11 @@ const geojsonLayer = new GeoJSONLayer({
1549
1729
  <span class="method-parameter is-pulled-right">
1550
1730
  <label>类型:</label>
1551
1731
 
1552
- <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1732
+ <span class="param-type">
1733
+
1734
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
1735
+
1736
+ </span>
1553
1737
 
1554
1738
 
1555
1739
 
@@ -1620,7 +1804,11 @@ const geojsonLayer = new GeoJSONLayer({
1620
1804
  <span class="method-parameter is-pulled-right">
1621
1805
  <label>类型:</label>
1622
1806
 
1623
- <span class="param-type">Object</span>
1807
+ <span class="param-type">
1808
+
1809
+ Object
1810
+
1811
+ </span>
1624
1812
 
1625
1813
 
1626
1814
 
@@ -1696,7 +1884,11 @@ const geojsonLayer = new GeoJSONLayer({
1696
1884
  <span class="method-parameter is-pulled-right">
1697
1885
  <label>类型:</label>
1698
1886
 
1699
- <span class="param-type">Object</span>
1887
+ <span class="param-type">
1888
+
1889
+ Object
1890
+
1891
+ </span>
1700
1892
 
1701
1893
 
1702
1894
 
@@ -1772,7 +1964,11 @@ const geojsonLayer = new GeoJSONLayer({
1772
1964
  <span class="method-parameter is-pulled-right">
1773
1965
  <label>类型:</label>
1774
1966
 
1775
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1967
+ <span class="param-type">
1968
+
1969
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1970
+
1971
+ </span>
1776
1972
 
1777
1973
 
1778
1974
 
@@ -1852,7 +2048,11 @@ const geojsonLayer = new GeoJSONLayer({
1852
2048
  <span class="method-parameter is-pulled-right">
1853
2049
  <label>类型:</label>
1854
2050
 
1855
- <span class="param-type">String</span>
2051
+ <span class="param-type">
2052
+
2053
+ String
2054
+
2055
+ </span>
1856
2056
 
1857
2057
 
1858
2058
 
@@ -1923,7 +2123,11 @@ const geojsonLayer = new GeoJSONLayer({
1923
2123
  <span class="method-parameter is-pulled-right">
1924
2124
  <label>类型:</label>
1925
2125
 
1926
- <span class="param-type">String</span>
2126
+ <span class="param-type">
2127
+
2128
+ String
2129
+
2130
+ </span>
1927
2131
 
1928
2132
 
1929
2133
 
@@ -1999,7 +2203,11 @@ const geojsonLayer = new GeoJSONLayer({
1999
2203
  <span class="method-parameter is-pulled-right">
2000
2204
  <label>类型:</label>
2001
2205
 
2002
- <span class="param-type">String</span>
2206
+ <span class="param-type">
2207
+
2208
+ String
2209
+
2210
+ </span>
2003
2211
 
2004
2212
 
2005
2213
 
@@ -2075,7 +2283,11 @@ const geojsonLayer = new GeoJSONLayer({
2075
2283
  <span class="method-parameter is-pulled-right">
2076
2284
  <label>类型:</label>
2077
2285
 
2078
- <span class="param-type">String</span>
2286
+ <span class="param-type">
2287
+
2288
+ String
2289
+
2290
+ </span>
2079
2291
 
2080
2292
 
2081
2293
 
@@ -2155,7 +2367,11 @@ const geojsonLayer = new GeoJSONLayer({
2155
2367
  <span class="method-parameter is-pulled-right">
2156
2368
  <label>类型:</label>
2157
2369
 
2158
- <span class="param-type">Number</span>
2370
+ <span class="param-type">
2371
+
2372
+ Number
2373
+
2374
+ </span>
2159
2375
 
2160
2376
 
2161
2377
 
@@ -2231,7 +2447,11 @@ const geojsonLayer = new GeoJSONLayer({
2231
2447
  <span class="method-parameter is-pulled-right">
2232
2448
  <label>类型:</label>
2233
2449
 
2234
- <span class="param-type">Array.&lt;<a link="Array.<LabelClass>.html" onclick="getTypeHTML(event)" href="LabelClass.html">LabelClass</a>></span>
2450
+ <span class="param-type">
2451
+
2452
+ Array.&lt;<a onclick="getTypeHTML(event)" link="LabelClass.html">LabelClass</a>>
2453
+
2454
+ </span>
2235
2455
 
2236
2456
 
2237
2457
 
@@ -2302,7 +2522,11 @@ const geojsonLayer = new GeoJSONLayer({
2302
2522
  <span class="method-parameter is-pulled-right">
2303
2523
  <label>类型:</label>
2304
2524
 
2305
- <span class="param-type">Boolean</span>
2525
+ <span class="param-type">
2526
+
2527
+ Boolean
2528
+
2529
+ </span>
2306
2530
 
2307
2531
 
2308
2532
 
@@ -2373,7 +2597,11 @@ const geojsonLayer = new GeoJSONLayer({
2373
2597
  <span class="method-parameter is-pulled-right">
2374
2598
  <label>类型:</label>
2375
2599
 
2376
- <span class="param-type">Boolean</span>
2600
+ <span class="param-type">
2601
+
2602
+ Boolean
2603
+
2604
+ </span>
2377
2605
 
2378
2606
 
2379
2607
 
@@ -2458,7 +2686,11 @@ const geojsonLayer = new GeoJSONLayer({
2458
2686
  <span class="method-parameter is-pulled-right">
2459
2687
  <label>类型:</label>
2460
2688
 
2461
- <span class="param-type">String</span>
2689
+ <span class="param-type">
2690
+
2691
+ String
2692
+
2693
+ </span>
2462
2694
 
2463
2695
 
2464
2696
 
@@ -2543,7 +2775,11 @@ const geojsonLayer = new GeoJSONLayer({
2543
2775
  <span class="method-parameter is-pulled-right">
2544
2776
  <label>类型:</label>
2545
2777
 
2546
- <span class="param-type">Number</span>
2778
+ <span class="param-type">
2779
+
2780
+ Number
2781
+
2782
+ </span>
2547
2783
 
2548
2784
 
2549
2785
 
@@ -2619,7 +2855,11 @@ const geojsonLayer = new GeoJSONLayer({
2619
2855
  <span class="method-parameter is-pulled-right">
2620
2856
  <label>类型:</label>
2621
2857
 
2622
- <span class="param-type">Number</span>
2858
+ <span class="param-type">
2859
+
2860
+ Number
2861
+
2862
+ </span>
2623
2863
 
2624
2864
 
2625
2865
 
@@ -2695,7 +2935,11 @@ const geojsonLayer = new GeoJSONLayer({
2695
2935
  <span class="method-parameter is-pulled-right">
2696
2936
  <label>类型:</label>
2697
2937
 
2698
- <span class="param-type">Number</span>
2938
+ <span class="param-type">
2939
+
2940
+ Number
2941
+
2942
+ </span>
2699
2943
 
2700
2944
 
2701
2945
 
@@ -2771,7 +3015,11 @@ const geojsonLayer = new GeoJSONLayer({
2771
3015
  <span class="method-parameter is-pulled-right">
2772
3016
  <label>类型:</label>
2773
3017
 
2774
- <span class="param-type">String</span>
3018
+ <span class="param-type">
3019
+
3020
+ String
3021
+
3022
+ </span>
2775
3023
 
2776
3024
 
2777
3025
 
@@ -2842,7 +3090,11 @@ const geojsonLayer = new GeoJSONLayer({
2842
3090
  <span class="method-parameter is-pulled-right">
2843
3091
  <label>类型:</label>
2844
3092
 
2845
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
3093
+ <span class="param-type">
3094
+
3095
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
3096
+
3097
+ </span>
2846
3098
 
2847
3099
 
2848
3100
 
@@ -2918,7 +3170,11 @@ const geojsonLayer = new GeoJSONLayer({
2918
3170
  <span class="method-parameter is-pulled-right">
2919
3171
  <label>类型:</label>
2920
3172
 
2921
- <span class="param-type">String</span>
3173
+ <span class="param-type">
3174
+
3175
+ String
3176
+
3177
+ </span>
2922
3178
 
2923
3179
 
2924
3180
 
@@ -2994,7 +3250,11 @@ const geojsonLayer = new GeoJSONLayer({
2994
3250
  <span class="method-parameter is-pulled-right">
2995
3251
  <label>类型:</label>
2996
3252
 
2997
- <span class="param-type">String</span>
3253
+ <span class="param-type">
3254
+
3255
+ String
3256
+
3257
+ </span>
2998
3258
 
2999
3259
 
3000
3260
 
@@ -3070,7 +3330,11 @@ const geojsonLayer = new GeoJSONLayer({
3070
3330
  <span class="method-parameter is-pulled-right">
3071
3331
  <label>类型:</label>
3072
3332
 
3073
- <span class="param-type">String</span>
3333
+ <span class="param-type">
3334
+
3335
+ String
3336
+
3337
+ </span>
3074
3338
 
3075
3339
 
3076
3340
 
@@ -3146,7 +3410,11 @@ const geojsonLayer = new GeoJSONLayer({
3146
3410
  <span class="method-parameter is-pulled-right">
3147
3411
  <label>类型:</label>
3148
3412
 
3149
- <span class="param-type">String</span>
3413
+ <span class="param-type">
3414
+
3415
+ String
3416
+
3417
+ </span>
3150
3418
 
3151
3419
 
3152
3420
 
@@ -3226,7 +3494,11 @@ const geojsonLayer = new GeoJSONLayer({
3226
3494
  <span class="method-parameter is-pulled-right">
3227
3495
  <label>类型:</label>
3228
3496
 
3229
- <span class="param-type">String</span>
3497
+ <span class="param-type">
3498
+
3499
+ String
3500
+
3501
+ </span>
3230
3502
 
3231
3503
 
3232
3504
 
@@ -3297,7 +3569,11 @@ const geojsonLayer = new GeoJSONLayer({
3297
3569
  <span class="method-parameter is-pulled-right">
3298
3570
  <label>类型:</label>
3299
3571
 
3300
- <span class="param-type">Number</span>
3572
+ <span class="param-type">
3573
+
3574
+ Number
3575
+
3576
+ </span>
3301
3577
 
3302
3578
 
3303
3579
 
@@ -3395,7 +3671,7 @@ const geojsonLayer = new GeoJSONLayer({
3395
3671
 
3396
3672
  </code>
3397
3673
  </td>
3398
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
3674
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
3399
3675
  </tr>
3400
3676
 
3401
3677
  <tr class="deep-level-0">
@@ -3404,7 +3680,11 @@ const geojsonLayer = new GeoJSONLayer({
3404
3680
  <code>
3405
3681
 
3406
3682
 
3407
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
3683
+ <span class="param-type">
3684
+
3685
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
3686
+
3687
+ </span>
3408
3688
 
3409
3689
 
3410
3690
 
@@ -3421,7 +3701,7 @@ const geojsonLayer = new GeoJSONLayer({
3421
3701
 
3422
3702
  </code>
3423
3703
  </td>
3424
- <td class="name"><code><p>销毁图层<a id='destroy'></a></p></code></td>
3704
+ <td class="name"><code><p>销毁图层</code></td>
3425
3705
  </tr>
3426
3706
 
3427
3707
  <tr class="deep-level-0">
@@ -3430,7 +3710,11 @@ const geojsonLayer = new GeoJSONLayer({
3430
3710
  <code>
3431
3711
 
3432
3712
 
3433
- <span class="param-type">Boolean</span>
3713
+ <span class="param-type">
3714
+
3715
+ Boolean
3716
+
3717
+ </span>
3434
3718
 
3435
3719
 
3436
3720
 
@@ -3446,14 +3730,18 @@ const geojsonLayer = new GeoJSONLayer({
3446
3730
  <code>
3447
3731
 
3448
3732
 
3449
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
3733
+ <span class="param-type">
3734
+
3735
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
3736
+
3737
+ </span>
3450
3738
 
3451
3739
 
3452
3740
 
3453
3741
 
3454
3742
  </code>
3455
3743
  </td>
3456
- <td class="name"><code><p>返回所有要素<a id='queryFeatures'></a></p></code></td>
3744
+ <td class="name"><code><p>返回所有要素</code></td>
3457
3745
  </tr>
3458
3746
 
3459
3747
  <tr class="deep-level-0">
@@ -3462,14 +3750,18 @@ const geojsonLayer = new GeoJSONLayer({
3462
3750
  <code>
3463
3751
 
3464
3752
 
3465
- <span class="param-type">Promise.&lt;Number></span>
3753
+ <span class="param-type">
3754
+
3755
+ Promise.&lt;Number>
3756
+
3757
+ </span>
3466
3758
 
3467
3759
 
3468
3760
 
3469
3761
 
3470
3762
  </code>
3471
3763
  </td>
3472
- <td class="name"><code><p>查询要素数量<a id='queryFeaturesCount'></a></p></code></td>
3764
+ <td class="name"><code><p>查询要素数量</code></td>
3473
3765
  </tr>
3474
3766
 
3475
3767
  <tr class="deep-level-0">
@@ -3488,7 +3780,11 @@ const geojsonLayer = new GeoJSONLayer({
3488
3780
  <code>
3489
3781
 
3490
3782
 
3491
- <span class="param-type">Object</span>
3783
+ <span class="param-type">
3784
+
3785
+ Object
3786
+
3787
+ </span>
3492
3788
 
3493
3789
 
3494
3790
 
@@ -3560,13 +3856,17 @@ const geojsonLayer = new GeoJSONLayer({
3560
3856
 
3561
3857
  <tr class="deep-level-0">
3562
3858
 
3563
- <td class="name" id="json"><code>json</code></td>
3859
+ <td class="name"><code>json</code></td>
3564
3860
 
3565
3861
 
3566
3862
  <td class="type">
3567
3863
 
3568
3864
 
3569
- <span class="param-type">Object</span>
3865
+ <span class="param-type">
3866
+
3867
+ Object
3868
+
3869
+ </span>
3570
3870
 
3571
3871
 
3572
3872
 
@@ -3764,7 +4064,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3764
4064
  <div class='column is-5 has-text-left'>
3765
4065
  <label>类型: </label>
3766
4066
 
3767
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
4067
+ <span class="param-type">
4068
+
4069
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
4070
+
4071
+ </span>
3768
4072
 
3769
4073
 
3770
4074
 
@@ -3982,7 +4286,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
3982
4286
  <div class='column is-5 has-text-left'>
3983
4287
  <label>类型: </label>
3984
4288
 
3985
- <span class="param-type">Boolean</span>
4289
+ <span class="param-type">
4290
+
4291
+ Boolean
4292
+
4293
+ </span>
3986
4294
 
3987
4295
 
3988
4296
 
@@ -4097,7 +4405,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4097
4405
  <div class='column is-5 has-text-left'>
4098
4406
  <label>类型: </label>
4099
4407
 
4100
- <span class="param-type">Promise.&lt;<a link="Promise.<FeatureSet>.html" onclick="getTypeHTML(event)" href="FeatureSet.html">FeatureSet</a>></span>
4408
+ <span class="param-type">
4409
+
4410
+ Promise.&lt;<a onclick="getTypeHTML(event)" link="FeatureSet.html">FeatureSet</a>>
4411
+
4412
+ </span>
4101
4413
 
4102
4414
 
4103
4415
 
@@ -4212,7 +4524,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4212
4524
  <div class='column is-5 has-text-left'>
4213
4525
  <label>类型: </label>
4214
4526
 
4215
- <span class="param-type">Promise.&lt;Number></span>
4527
+ <span class="param-type">
4528
+
4529
+ Promise.&lt;Number>
4530
+
4531
+ </span>
4216
4532
 
4217
4533
 
4218
4534
 
@@ -4430,7 +4746,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4430
4746
  <div class='column is-5 has-text-left'>
4431
4747
  <label>类型: </label>
4432
4748
 
4433
- <span class="param-type">Object</span>
4749
+ <span class="param-type">
4750
+
4751
+ Object
4752
+
4753
+ </span>
4434
4754
 
4435
4755
 
4436
4756
 
@@ -4470,42 +4790,42 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4470
4790
  <tbody>
4471
4791
 
4472
4792
  <tr class="deep-level-0">
4473
- <td class="name"><code><a href="GeoJSONLayer.html#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4793
+ <td class="name"><code><a href="#图层刷新完毕事件">图层刷新完毕事件</a></code></td>
4474
4794
  <td class="name"><code>图层刷新完毕事件</code></td>
4475
4795
  </tr>
4476
4796
 
4477
4797
  <tr class="deep-level-0">
4478
- <td class="name"><code><a href="GeoJSONLayer.html#图层加载完毕事件">图层加载完毕事件</a></code></td>
4798
+ <td class="name"><code><a href="#图层加载完毕事件">图层加载完毕事件</a></code></td>
4479
4799
  <td class="name"><code>图层加载完毕事件</code></td>
4480
4800
  </tr>
4481
4801
 
4482
4802
  <tr class="deep-level-0">
4483
- <td class="name"><code><a href="GeoJSONLayer.html#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4803
+ <td class="name"><code><a href="#图层显隐更新完毕事件">图层显隐更新完毕事件</a></code></td>
4484
4804
  <td class="name"><code>图层显隐更新完毕事件</code></td>
4485
4805
  </tr>
4486
4806
 
4487
4807
  <tr class="deep-level-0">
4488
- <td class="name"><code><a href="GeoJSONLayer.html#图层更新完毕事件">图层更新完毕事件</a></code></td>
4808
+ <td class="name"><code><a href="#图层更新完毕事件">图层更新完毕事件</a></code></td>
4489
4809
  <td class="name"><code>图层更新完毕事件</code></td>
4490
4810
  </tr>
4491
4811
 
4492
4812
  <tr class="deep-level-0">
4493
- <td class="name"><code><a href="GeoJSONLayer.html#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
4813
+ <td class="name"><code><a href="#图层样式更新完毕事件">图层样式更新完毕事件</a></code></td>
4494
4814
  <td class="name"><code>图层样式更新完毕事件</code></td>
4495
4815
  </tr>
4496
4816
 
4497
4817
  <tr class="deep-level-0">
4498
- <td class="name"><code><a href="GeoJSONLayer.html#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4818
+ <td class="name"><code><a href="#图层透明度更新完毕事件">图层透明度更新完毕事件</a></code></td>
4499
4819
  <td class="name"><code>图层透明度更新完毕事件</code></td>
4500
4820
  </tr>
4501
4821
 
4502
4822
  <tr class="deep-level-0">
4503
- <td class="name"><code><a href="GeoJSONLayer.html#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4823
+ <td class="name"><code><a href="#图层销毁完毕事件">图层销毁完毕事件</a></code></td>
4504
4824
  <td class="name"><code>图层销毁完毕事件</code></td>
4505
4825
  </tr>
4506
4826
 
4507
4827
  <tr class="deep-level-0">
4508
- <td class="name"><code><a href="GeoJSONLayer.html#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4828
+ <td class="name"><code><a href="#图层顺序更新完毕事件">图层顺序更新完毕事件</a></code></td>
4509
4829
  <td class="name"><code>图层顺序更新完毕事件</code></td>
4510
4830
  </tr>
4511
4831
 
@@ -4585,7 +4905,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4585
4905
  <td class="type">
4586
4906
 
4587
4907
 
4588
- <span class="param-type">Object</span>
4908
+ <span class="param-type">
4909
+
4910
+ Object
4911
+
4912
+ </span>
4589
4913
 
4590
4914
 
4591
4915
 
@@ -4619,7 +4943,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4619
4943
  <td class="type">
4620
4944
 
4621
4945
 
4622
- <span class="param-type">String</span>
4946
+ <span class="param-type">
4947
+
4948
+ String
4949
+
4950
+ </span>
4623
4951
 
4624
4952
 
4625
4953
 
@@ -4657,7 +4985,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4657
4985
  <td class="type">
4658
4986
 
4659
4987
 
4660
- <span class="param-type">String</span>
4988
+ <span class="param-type">
4989
+
4990
+ String
4991
+
4992
+ </span>
4661
4993
 
4662
4994
 
4663
4995
 
@@ -4695,7 +5027,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4695
5027
  <td class="type">
4696
5028
 
4697
5029
 
4698
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5030
+ <span class="param-type">
5031
+
5032
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5033
+
5034
+ </span>
4699
5035
 
4700
5036
 
4701
5037
 
@@ -4733,7 +5069,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4733
5069
  <td class="type">
4734
5070
 
4735
5071
 
4736
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5072
+ <span class="param-type">
5073
+
5074
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5075
+
5076
+ </span>
4737
5077
 
4738
5078
 
4739
5079
 
@@ -4771,7 +5111,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4771
5111
  <td class="type">
4772
5112
 
4773
5113
 
4774
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5114
+ <span class="param-type">
5115
+
5116
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5117
+
5118
+ </span>
4775
5119
 
4776
5120
 
4777
5121
 
@@ -4809,7 +5153,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4809
5153
  <td class="type">
4810
5154
 
4811
5155
 
4812
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5156
+ <span class="param-type">
5157
+
5158
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5159
+
5160
+ </span>
4813
5161
 
4814
5162
 
4815
5163
 
@@ -4847,7 +5195,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
4847
5195
  <td class="type">
4848
5196
 
4849
5197
 
4850
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5198
+ <span class="param-type">
5199
+
5200
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5201
+
5202
+ </span>
4851
5203
 
4852
5204
 
4853
5205
 
@@ -5039,7 +5391,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5039
5391
  <td class="type">
5040
5392
 
5041
5393
 
5042
- <span class="param-type">Object</span>
5394
+ <span class="param-type">
5395
+
5396
+ Object
5397
+
5398
+ </span>
5043
5399
 
5044
5400
 
5045
5401
 
@@ -5073,7 +5429,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5073
5429
  <td class="type">
5074
5430
 
5075
5431
 
5076
- <span class="param-type">String</span>
5432
+ <span class="param-type">
5433
+
5434
+ String
5435
+
5436
+ </span>
5077
5437
 
5078
5438
 
5079
5439
 
@@ -5111,7 +5471,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5111
5471
  <td class="type">
5112
5472
 
5113
5473
 
5114
- <span class="param-type">String</span>
5474
+ <span class="param-type">
5475
+
5476
+ String
5477
+
5478
+ </span>
5115
5479
 
5116
5480
 
5117
5481
 
@@ -5149,7 +5513,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5149
5513
  <td class="type">
5150
5514
 
5151
5515
 
5152
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5516
+ <span class="param-type">
5517
+
5518
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5519
+
5520
+ </span>
5153
5521
 
5154
5522
 
5155
5523
 
@@ -5187,7 +5555,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5187
5555
  <td class="type">
5188
5556
 
5189
5557
 
5190
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5558
+ <span class="param-type">
5559
+
5560
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5561
+
5562
+ </span>
5191
5563
 
5192
5564
 
5193
5565
 
@@ -5225,7 +5597,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5225
5597
  <td class="type">
5226
5598
 
5227
5599
 
5228
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5600
+ <span class="param-type">
5601
+
5602
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5603
+
5604
+ </span>
5229
5605
 
5230
5606
 
5231
5607
 
@@ -5263,7 +5639,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5263
5639
  <td class="type">
5264
5640
 
5265
5641
 
5266
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
5642
+ <span class="param-type">
5643
+
5644
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
5645
+
5646
+ </span>
5267
5647
 
5268
5648
 
5269
5649
 
@@ -5301,7 +5681,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5301
5681
  <td class="type">
5302
5682
 
5303
5683
 
5304
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
5684
+ <span class="param-type">
5685
+
5686
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
5687
+
5688
+ </span>
5305
5689
 
5306
5690
 
5307
5691
 
@@ -5483,7 +5867,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5483
5867
  <td class="type">
5484
5868
 
5485
5869
 
5486
- <span class="param-type">Object</span>
5870
+ <span class="param-type">
5871
+
5872
+ Object
5873
+
5874
+ </span>
5487
5875
 
5488
5876
 
5489
5877
 
@@ -5517,7 +5905,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5517
5905
  <td class="type">
5518
5906
 
5519
5907
 
5520
- <span class="param-type">String</span>
5908
+ <span class="param-type">
5909
+
5910
+ String
5911
+
5912
+ </span>
5521
5913
 
5522
5914
 
5523
5915
 
@@ -5555,7 +5947,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5555
5947
  <td class="type">
5556
5948
 
5557
5949
 
5558
- <span class="param-type">String</span>
5950
+ <span class="param-type">
5951
+
5952
+ String
5953
+
5954
+ </span>
5559
5955
 
5560
5956
 
5561
5957
 
@@ -5593,7 +5989,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5593
5989
  <td class="type">
5594
5990
 
5595
5991
 
5596
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
5992
+ <span class="param-type">
5993
+
5994
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
5995
+
5996
+ </span>
5597
5997
 
5598
5998
 
5599
5999
 
@@ -5631,7 +6031,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5631
6031
  <td class="type">
5632
6032
 
5633
6033
 
5634
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6034
+ <span class="param-type">
6035
+
6036
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6037
+
6038
+ </span>
5635
6039
 
5636
6040
 
5637
6041
 
@@ -5669,7 +6073,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5669
6073
  <td class="type">
5670
6074
 
5671
6075
 
5672
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6076
+ <span class="param-type">
6077
+
6078
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6079
+
6080
+ </span>
5673
6081
 
5674
6082
 
5675
6083
 
@@ -5707,7 +6115,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5707
6115
  <td class="type">
5708
6116
 
5709
6117
 
5710
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6118
+ <span class="param-type">
6119
+
6120
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6121
+
6122
+ </span>
5711
6123
 
5712
6124
 
5713
6125
 
@@ -5745,7 +6157,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5745
6157
  <td class="type">
5746
6158
 
5747
6159
 
5748
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6160
+ <span class="param-type">
6161
+
6162
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6163
+
6164
+ </span>
5749
6165
 
5750
6166
 
5751
6167
 
@@ -5937,7 +6353,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5937
6353
  <td class="type">
5938
6354
 
5939
6355
 
5940
- <span class="param-type">Object</span>
6356
+ <span class="param-type">
6357
+
6358
+ Object
6359
+
6360
+ </span>
5941
6361
 
5942
6362
 
5943
6363
 
@@ -5971,7 +6391,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
5971
6391
  <td class="type">
5972
6392
 
5973
6393
 
5974
- <span class="param-type">String</span>
6394
+ <span class="param-type">
6395
+
6396
+ String
6397
+
6398
+ </span>
5975
6399
 
5976
6400
 
5977
6401
 
@@ -6009,7 +6433,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6009
6433
  <td class="type">
6010
6434
 
6011
6435
 
6012
- <span class="param-type">String</span>
6436
+ <span class="param-type">
6437
+
6438
+ String
6439
+
6440
+ </span>
6013
6441
 
6014
6442
 
6015
6443
 
@@ -6047,7 +6475,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6047
6475
  <td class="type">
6048
6476
 
6049
6477
 
6050
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6478
+ <span class="param-type">
6479
+
6480
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6481
+
6482
+ </span>
6051
6483
 
6052
6484
 
6053
6485
 
@@ -6085,7 +6517,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6085
6517
  <td class="type">
6086
6518
 
6087
6519
 
6088
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6520
+ <span class="param-type">
6521
+
6522
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6523
+
6524
+ </span>
6089
6525
 
6090
6526
 
6091
6527
 
@@ -6123,7 +6559,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6123
6559
  <td class="type">
6124
6560
 
6125
6561
 
6126
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
6562
+ <span class="param-type">
6563
+
6564
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
6565
+
6566
+ </span>
6127
6567
 
6128
6568
 
6129
6569
 
@@ -6161,7 +6601,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6161
6601
  <td class="type">
6162
6602
 
6163
6603
 
6164
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6607
+
6608
+ </span>
6165
6609
 
6166
6610
 
6167
6611
 
@@ -6199,7 +6643,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6199
6643
  <td class="type">
6200
6644
 
6201
6645
 
6202
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
6646
+ <span class="param-type">
6647
+
6648
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
6649
+
6650
+ </span>
6203
6651
 
6204
6652
 
6205
6653
 
@@ -6381,7 +6829,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6381
6829
  <td class="type">
6382
6830
 
6383
6831
 
6384
- <span class="param-type">Object</span>
6832
+ <span class="param-type">
6833
+
6834
+ Object
6835
+
6836
+ </span>
6385
6837
 
6386
6838
 
6387
6839
 
@@ -6415,7 +6867,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6415
6867
  <td class="type">
6416
6868
 
6417
6869
 
6418
- <span class="param-type">String</span>
6870
+ <span class="param-type">
6871
+
6872
+ String
6873
+
6874
+ </span>
6419
6875
 
6420
6876
 
6421
6877
 
@@ -6453,7 +6909,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6453
6909
  <td class="type">
6454
6910
 
6455
6911
 
6456
- <span class="param-type">String</span>
6912
+ <span class="param-type">
6913
+
6914
+ String
6915
+
6916
+ </span>
6457
6917
 
6458
6918
 
6459
6919
 
@@ -6491,7 +6951,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6491
6951
  <td class="type">
6492
6952
 
6493
6953
 
6494
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
6954
+ <span class="param-type">
6955
+
6956
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
6957
+
6958
+ </span>
6495
6959
 
6496
6960
 
6497
6961
 
@@ -6529,7 +6993,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6529
6993
  <td class="type">
6530
6994
 
6531
6995
 
6532
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
6996
+ <span class="param-type">
6997
+
6998
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
6999
+
7000
+ </span>
6533
7001
 
6534
7002
 
6535
7003
 
@@ -6567,7 +7035,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6567
7035
  <td class="type">
6568
7036
 
6569
7037
 
6570
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7038
+ <span class="param-type">
7039
+
7040
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7041
+
7042
+ </span>
6571
7043
 
6572
7044
 
6573
7045
 
@@ -6605,7 +7077,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6605
7077
  <td class="type">
6606
7078
 
6607
7079
 
6608
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7080
+ <span class="param-type">
7081
+
7082
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7083
+
7084
+ </span>
6609
7085
 
6610
7086
 
6611
7087
 
@@ -6643,7 +7119,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6643
7119
  <td class="type">
6644
7120
 
6645
7121
 
6646
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7122
+ <span class="param-type">
7123
+
7124
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7125
+
7126
+ </span>
6647
7127
 
6648
7128
 
6649
7129
 
@@ -6830,7 +7310,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6830
7310
  <td class="type">
6831
7311
 
6832
7312
 
6833
- <span class="param-type">Object</span>
7313
+ <span class="param-type">
7314
+
7315
+ Object
7316
+
7317
+ </span>
6834
7318
 
6835
7319
 
6836
7320
 
@@ -6864,7 +7348,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6864
7348
  <td class="type">
6865
7349
 
6866
7350
 
6867
- <span class="param-type">String</span>
7351
+ <span class="param-type">
7352
+
7353
+ String
7354
+
7355
+ </span>
6868
7356
 
6869
7357
 
6870
7358
 
@@ -6902,7 +7390,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6902
7390
  <td class="type">
6903
7391
 
6904
7392
 
6905
- <span class="param-type">String</span>
7393
+ <span class="param-type">
7394
+
7395
+ String
7396
+
7397
+ </span>
6906
7398
 
6907
7399
 
6908
7400
 
@@ -6940,7 +7432,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6940
7432
  <td class="type">
6941
7433
 
6942
7434
 
6943
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7435
+ <span class="param-type">
7436
+
7437
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7438
+
7439
+ </span>
6944
7440
 
6945
7441
 
6946
7442
 
@@ -6978,7 +7474,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
6978
7474
  <td class="type">
6979
7475
 
6980
7476
 
6981
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7477
+ <span class="param-type">
7478
+
7479
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7480
+
7481
+ </span>
6982
7482
 
6983
7483
 
6984
7484
 
@@ -7016,7 +7516,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7016
7516
  <td class="type">
7017
7517
 
7018
7518
 
7019
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
7519
+ <span class="param-type">
7520
+
7521
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
7522
+
7523
+ </span>
7020
7524
 
7021
7525
 
7022
7526
 
@@ -7054,7 +7558,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7054
7558
  <td class="type">
7055
7559
 
7056
7560
 
7057
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7561
+ <span class="param-type">
7562
+
7563
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7564
+
7565
+ </span>
7058
7566
 
7059
7567
 
7060
7568
 
@@ -7092,7 +7600,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7092
7600
  <td class="type">
7093
7601
 
7094
7602
 
7095
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
7603
+ <span class="param-type">
7604
+
7605
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
7606
+
7607
+ </span>
7096
7608
 
7097
7609
 
7098
7610
 
@@ -7284,7 +7796,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7284
7796
  <td class="type">
7285
7797
 
7286
7798
 
7287
- <span class="param-type">Object</span>
7799
+ <span class="param-type">
7800
+
7801
+ Object
7802
+
7803
+ </span>
7288
7804
 
7289
7805
 
7290
7806
 
@@ -7318,7 +7834,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7318
7834
  <td class="type">
7319
7835
 
7320
7836
 
7321
- <span class="param-type">String</span>
7837
+ <span class="param-type">
7838
+
7839
+ String
7840
+
7841
+ </span>
7322
7842
 
7323
7843
 
7324
7844
 
@@ -7356,7 +7876,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7356
7876
  <td class="type">
7357
7877
 
7358
7878
 
7359
- <span class="param-type">String</span>
7879
+ <span class="param-type">
7880
+
7881
+ String
7882
+
7883
+ </span>
7360
7884
 
7361
7885
 
7362
7886
 
@@ -7394,7 +7918,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7394
7918
  <td class="type">
7395
7919
 
7396
7920
 
7397
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
7921
+ <span class="param-type">
7922
+
7923
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
7924
+
7925
+ </span>
7398
7926
 
7399
7927
 
7400
7928
 
@@ -7432,7 +7960,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7432
7960
  <td class="type">
7433
7961
 
7434
7962
 
7435
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
7963
+ <span class="param-type">
7964
+
7965
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
7966
+
7967
+ </span>
7436
7968
 
7437
7969
 
7438
7970
 
@@ -7470,7 +8002,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7470
8002
  <td class="type">
7471
8003
 
7472
8004
 
7473
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8005
+ <span class="param-type">
8006
+
8007
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8008
+
8009
+ </span>
7474
8010
 
7475
8011
 
7476
8012
 
@@ -7508,7 +8044,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7508
8044
  <td class="type">
7509
8045
 
7510
8046
 
7511
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8047
+ <span class="param-type">
8048
+
8049
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8050
+
8051
+ </span>
7512
8052
 
7513
8053
 
7514
8054
 
@@ -7546,7 +8086,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7546
8086
  <td class="type">
7547
8087
 
7548
8088
 
7549
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8089
+ <span class="param-type">
8090
+
8091
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8092
+
8093
+ </span>
7550
8094
 
7551
8095
 
7552
8096
 
@@ -7728,7 +8272,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7728
8272
  <td class="type">
7729
8273
 
7730
8274
 
7731
- <span class="param-type">Object</span>
8275
+ <span class="param-type">
8276
+
8277
+ Object
8278
+
8279
+ </span>
7732
8280
 
7733
8281
 
7734
8282
 
@@ -7762,7 +8310,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7762
8310
  <td class="type">
7763
8311
 
7764
8312
 
7765
- <span class="param-type">String</span>
8313
+ <span class="param-type">
8314
+
8315
+ String
8316
+
8317
+ </span>
7766
8318
 
7767
8319
 
7768
8320
 
@@ -7800,7 +8352,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7800
8352
  <td class="type">
7801
8353
 
7802
8354
 
7803
- <span class="param-type">String</span>
8355
+ <span class="param-type">
8356
+
8357
+ String
8358
+
8359
+ </span>
7804
8360
 
7805
8361
 
7806
8362
 
@@ -7838,7 +8394,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7838
8394
  <td class="type">
7839
8395
 
7840
8396
 
7841
- <span class="param-type">Array.&lt;<a link="Array.<UpdateContent>.html" onclick="getTypeHTML(event)" href="UpdateContent.html">UpdateContent</a>></span>
8397
+ <span class="param-type">
8398
+
8399
+ Array.&lt;<a onclick="getTypeHTML(event)" link="UpdateContent.html">UpdateContent</a>>
8400
+
8401
+ </span>
7842
8402
 
7843
8403
 
7844
8404
 
@@ -7876,7 +8436,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7876
8436
  <td class="type">
7877
8437
 
7878
8438
 
7879
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8439
+ <span class="param-type">
8440
+
8441
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8442
+
8443
+ </span>
7880
8444
 
7881
8445
 
7882
8446
 
@@ -7914,7 +8478,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7914
8478
  <td class="type">
7915
8479
 
7916
8480
 
7917
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
8481
+ <span class="param-type">
8482
+
8483
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
8484
+
8485
+ </span>
7918
8486
 
7919
8487
 
7920
8488
 
@@ -7952,7 +8520,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7952
8520
  <td class="type">
7953
8521
 
7954
8522
 
7955
- <span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
8523
+ <span class="param-type">
8524
+
8525
+ <a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a>
8526
+
8527
+ </span>
7956
8528
 
7957
8529
 
7958
8530
 
@@ -7990,7 +8562,11 @@ const geojsonLayer = new Zondy.Layer.GeoJSONLayer.fromJSON(json)</code></pre>
7990
8562
  <td class="type">
7991
8563
 
7992
8564
 
7993
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
8565
+ <span class="param-type">
8566
+
8567
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
8568
+
8569
+ </span>
7994
8570
 
7995
8571
 
7996
8572