@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
@@ -78,13 +78,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="xmin"><code>xmin</code></td>
112
+ <td class="name"><code>xmin</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Number</span>
118
+ <span class="param-type">
119
+
120
+ Number
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="ymin"><code>ymin</code></td>
145
+ <td class="name"><code>ymin</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type">Number</span>
151
+ <span class="param-type">
152
+
153
+ Number
154
+
155
+ </span>
144
156
 
145
157
 
146
158
 
@@ -163,13 +175,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
163
175
 
164
176
  <tr class="deep-level-1">
165
177
 
166
- <td class="name" id="xmax"><code>xmax</code></td>
178
+ <td class="name"><code>xmax</code></td>
167
179
 
168
180
 
169
181
  <td class="type">
170
182
 
171
183
 
172
- <span class="param-type">Number</span>
184
+ <span class="param-type">
185
+
186
+ Number
187
+
188
+ </span>
173
189
 
174
190
 
175
191
 
@@ -192,13 +208,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
192
208
 
193
209
  <tr class="deep-level-1">
194
210
 
195
- <td class="name" id="ymax"><code>ymax</code></td>
211
+ <td class="name"><code>ymax</code></td>
196
212
 
197
213
 
198
214
  <td class="type">
199
215
 
200
216
 
201
- <span class="param-type">Number</span>
217
+ <span class="param-type">
218
+
219
+ Number
220
+
221
+ </span>
202
222
 
203
223
 
204
224
 
@@ -221,13 +241,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
221
241
 
222
242
  <tr class="deep-level-1">
223
243
 
224
- <td class="name" id="zmin0"><code>zmin0</code></td>
244
+ <td class="name"><code>zmin0</code></td>
225
245
 
226
246
 
227
247
  <td class="type">
228
248
 
229
249
 
230
- <span class="param-type">Number</span>
250
+ <span class="param-type">
251
+
252
+ Number
253
+
254
+ </span>
231
255
 
232
256
 
233
257
 
@@ -248,13 +272,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
248
272
 
249
273
  <tr class="deep-level-1">
250
274
 
251
- <td class="name" id="zmax0"><code>zmax0</code></td>
275
+ <td class="name"><code>zmax0</code></td>
252
276
 
253
277
 
254
278
  <td class="type">
255
279
 
256
280
 
257
- <span class="param-type">Number</span>
281
+ <span class="param-type">
282
+
283
+ Number
284
+
285
+ </span>
258
286
 
259
287
 
260
288
 
@@ -275,13 +303,17 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
275
303
 
276
304
  <tr class="deep-level-1">
277
305
 
278
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
306
+ <td class="name"><code>spatialReference</code></td>
279
307
 
280
308
 
281
309
  <td class="type">
282
310
 
283
311
 
284
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
312
+ <span class="param-type">
313
+
314
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
315
+
316
+ </span>
285
317
 
286
318
 
287
319
 
@@ -474,7 +506,11 @@ new Extent({
474
506
  <td class="name">
475
507
  <code>
476
508
 
477
- <span class="param-type">Array.&lt;Number></span>
509
+ <span class="param-type">
510
+
511
+ Array.&lt;Number>
512
+
513
+ </span>
478
514
 
479
515
 
480
516
 
@@ -488,7 +524,11 @@ new Extent({
488
524
  <td class="name">
489
525
  <code>
490
526
 
491
- <span class="param-type">Number</span>
527
+ <span class="param-type">
528
+
529
+ Number
530
+
531
+ </span>
492
532
 
493
533
 
494
534
 
@@ -502,7 +542,11 @@ new Extent({
502
542
  <td class="name">
503
543
  <code>
504
544
 
505
- <span class="param-type">Boolean</span>
545
+ <span class="param-type">
546
+
547
+ Boolean
548
+
549
+ </span>
506
550
 
507
551
 
508
552
 
@@ -516,7 +560,11 @@ new Extent({
516
560
  <td class="name">
517
561
  <code>
518
562
 
519
- <span class="param-type">Number</span>
563
+ <span class="param-type">
564
+
565
+ Number
566
+
567
+ </span>
520
568
 
521
569
 
522
570
 
@@ -530,7 +578,11 @@ new Extent({
530
578
  <td class="name">
531
579
  <code>
532
580
 
533
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
581
+ <span class="param-type">
582
+
583
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
584
+
585
+ </span>
534
586
 
535
587
 
536
588
 
@@ -544,7 +596,11 @@ new Extent({
544
596
  <td class="name">
545
597
  <code>
546
598
 
547
- <span class="param-type">Number</span>
599
+ <span class="param-type">
600
+
601
+ Number
602
+
603
+ </span>
548
604
 
549
605
 
550
606
 
@@ -558,7 +614,11 @@ new Extent({
558
614
  <td class="name">
559
615
  <code>
560
616
 
561
- <span class="param-type">Number</span>
617
+ <span class="param-type">
618
+
619
+ Number
620
+
621
+ </span>
562
622
 
563
623
 
564
624
 
@@ -572,7 +632,11 @@ new Extent({
572
632
  <td class="name">
573
633
  <code>
574
634
 
575
- <span class="param-type">Number</span>
635
+ <span class="param-type">
636
+
637
+ Number
638
+
639
+ </span>
576
640
 
577
641
 
578
642
 
@@ -586,7 +650,11 @@ new Extent({
586
650
  <td class="name">
587
651
  <code>
588
652
 
589
- <span class="param-type">Number</span>
653
+ <span class="param-type">
654
+
655
+ Number
656
+
657
+ </span>
590
658
 
591
659
 
592
660
 
@@ -600,7 +668,11 @@ new Extent({
600
668
  <td class="name">
601
669
  <code>
602
670
 
603
- <span class="param-type">Number</span>
671
+ <span class="param-type">
672
+
673
+ Number
674
+
675
+ </span>
604
676
 
605
677
 
606
678
 
@@ -614,7 +686,11 @@ new Extent({
614
686
  <td class="name">
615
687
  <code>
616
688
 
617
- <span class="param-type">Number</span>
689
+ <span class="param-type">
690
+
691
+ Number
692
+
693
+ </span>
618
694
 
619
695
 
620
696
 
@@ -628,7 +704,11 @@ new Extent({
628
704
  <td class="name">
629
705
  <code>
630
706
 
631
- <span class="param-type">Number</span>
707
+ <span class="param-type">
708
+
709
+ Number
710
+
711
+ </span>
632
712
 
633
713
 
634
714
 
@@ -648,7 +728,11 @@ new Extent({
648
728
  <span class="method-parameter is-pulled-right">
649
729
  <label>类型:</label>
650
730
 
651
- <span class="param-type">Array.&lt;Number></span>
731
+ <span class="param-type">
732
+
733
+ Array.&lt;Number>
734
+
735
+ </span>
652
736
 
653
737
 
654
738
 
@@ -719,7 +803,11 @@ new Extent({
719
803
  <span class="method-parameter is-pulled-right">
720
804
  <label>类型:</label>
721
805
 
722
- <span class="param-type">Number</span>
806
+ <span class="param-type">
807
+
808
+ Number
809
+
810
+ </span>
723
811
 
724
812
 
725
813
 
@@ -795,7 +883,11 @@ new Extent({
795
883
  <span class="method-parameter is-pulled-right">
796
884
  <label>类型:</label>
797
885
 
798
- <span class="param-type">Boolean</span>
886
+ <span class="param-type">
887
+
888
+ Boolean
889
+
890
+ </span>
799
891
 
800
892
 
801
893
 
@@ -875,7 +967,11 @@ new Extent({
875
967
  <span class="method-parameter is-pulled-right">
876
968
  <label>类型:</label>
877
969
 
878
- <span class="param-type">Number</span>
970
+ <span class="param-type">
971
+
972
+ Number
973
+
974
+ </span>
879
975
 
880
976
 
881
977
 
@@ -946,7 +1042,11 @@ new Extent({
946
1042
  <span class="method-parameter is-pulled-right">
947
1043
  <label>类型:</label>
948
1044
 
949
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1045
+ <span class="param-type">
1046
+
1047
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1048
+
1049
+ </span>
950
1050
 
951
1051
 
952
1052
 
@@ -1022,7 +1122,11 @@ new Extent({
1022
1122
  <span class="method-parameter is-pulled-right">
1023
1123
  <label>类型:</label>
1024
1124
 
1025
- <span class="param-type">Number</span>
1125
+ <span class="param-type">
1126
+
1127
+ Number
1128
+
1129
+ </span>
1026
1130
 
1027
1131
 
1028
1132
 
@@ -1093,7 +1197,11 @@ new Extent({
1093
1197
  <span class="method-parameter is-pulled-right">
1094
1198
  <label>类型:</label>
1095
1199
 
1096
- <span class="param-type">Number</span>
1200
+ <span class="param-type">
1201
+
1202
+ Number
1203
+
1204
+ </span>
1097
1205
 
1098
1206
 
1099
1207
 
@@ -1169,7 +1277,11 @@ new Extent({
1169
1277
  <span class="method-parameter is-pulled-right">
1170
1278
  <label>类型:</label>
1171
1279
 
1172
- <span class="param-type">Number</span>
1280
+ <span class="param-type">
1281
+
1282
+ Number
1283
+
1284
+ </span>
1173
1285
 
1174
1286
 
1175
1287
 
@@ -1245,7 +1357,11 @@ new Extent({
1245
1357
  <span class="method-parameter is-pulled-right">
1246
1358
  <label>类型:</label>
1247
1359
 
1248
- <span class="param-type">Number</span>
1360
+ <span class="param-type">
1361
+
1362
+ Number
1363
+
1364
+ </span>
1249
1365
 
1250
1366
 
1251
1367
 
@@ -1321,7 +1437,11 @@ new Extent({
1321
1437
  <span class="method-parameter is-pulled-right">
1322
1438
  <label>类型:</label>
1323
1439
 
1324
- <span class="param-type">Number</span>
1440
+ <span class="param-type">
1441
+
1442
+ Number
1443
+
1444
+ </span>
1325
1445
 
1326
1446
 
1327
1447
 
@@ -1397,7 +1517,11 @@ new Extent({
1397
1517
  <span class="method-parameter is-pulled-right">
1398
1518
  <label>类型:</label>
1399
1519
 
1400
- <span class="param-type">Number</span>
1520
+ <span class="param-type">
1521
+
1522
+ Number
1523
+
1524
+ </span>
1401
1525
 
1402
1526
 
1403
1527
 
@@ -1468,7 +1592,11 @@ new Extent({
1468
1592
  <span class="method-parameter is-pulled-right">
1469
1593
  <label>类型:</label>
1470
1594
 
1471
- <span class="param-type">Number</span>
1595
+ <span class="param-type">
1596
+
1597
+ Number
1598
+
1599
+ </span>
1472
1600
 
1473
1601
 
1474
1602
 
@@ -1570,7 +1698,11 @@ new Extent({
1570
1698
  <code>
1571
1699
 
1572
1700
 
1573
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1701
+ <span class="param-type">
1702
+
1703
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1704
+
1705
+ </span>
1574
1706
 
1575
1707
 
1576
1708
 
@@ -1586,7 +1718,11 @@ new Extent({
1586
1718
  <code>
1587
1719
 
1588
1720
 
1589
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1721
+ <span class="param-type">
1722
+
1723
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1724
+
1725
+ </span>
1590
1726
 
1591
1727
 
1592
1728
 
@@ -1602,7 +1738,11 @@ new Extent({
1602
1738
  <code>
1603
1739
 
1604
1740
 
1605
- <span class="param-type">Boolean</span>
1741
+ <span class="param-type">
1742
+
1743
+ Boolean
1744
+
1745
+ </span>
1606
1746
 
1607
1747
 
1608
1748
 
@@ -1618,7 +1758,11 @@ new Extent({
1618
1758
  <code>
1619
1759
 
1620
1760
 
1621
- <span class="param-type">Boolean</span>
1761
+ <span class="param-type">
1762
+
1763
+ Boolean
1764
+
1765
+ </span>
1622
1766
 
1623
1767
 
1624
1768
 
@@ -1634,7 +1778,11 @@ new Extent({
1634
1778
  <code>
1635
1779
 
1636
1780
 
1637
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1781
+ <span class="param-type">
1782
+
1783
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1784
+
1785
+ </span>
1638
1786
 
1639
1787
 
1640
1788
 
@@ -1660,7 +1808,11 @@ new Extent({
1660
1808
  <code>
1661
1809
 
1662
1810
 
1663
- <span class="param-type">String</span>
1811
+ <span class="param-type">
1812
+
1813
+ String
1814
+
1815
+ </span>
1664
1816
 
1665
1817
 
1666
1818
 
@@ -1679,7 +1831,7 @@ new Extent({
1679
1831
 
1680
1832
  </code>
1681
1833
  </td>
1682
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
1834
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
1683
1835
  </tr>
1684
1836
 
1685
1837
  <tr class="deep-level-0">
@@ -1688,7 +1840,11 @@ new Extent({
1688
1840
  <code>
1689
1841
 
1690
1842
 
1691
- <span class="param-type">String</span>
1843
+ <span class="param-type">
1844
+
1845
+ String
1846
+
1847
+ </span>
1692
1848
 
1693
1849
 
1694
1850
 
@@ -1704,7 +1860,11 @@ new Extent({
1704
1860
  <code>
1705
1861
 
1706
1862
 
1707
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1863
+ <span class="param-type">
1864
+
1865
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1866
+
1867
+ </span>
1708
1868
 
1709
1869
 
1710
1870
 
@@ -1720,7 +1880,11 @@ new Extent({
1720
1880
  <code>
1721
1881
 
1722
1882
 
1723
- <span class="param-type">Boolean</span>
1883
+ <span class="param-type">
1884
+
1885
+ Boolean
1886
+
1887
+ </span>
1724
1888
 
1725
1889
 
1726
1890
 
@@ -1736,7 +1900,11 @@ new Extent({
1736
1900
  <code>
1737
1901
 
1738
1902
 
1739
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1903
+ <span class="param-type">
1904
+
1905
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1906
+
1907
+ </span>
1740
1908
 
1741
1909
 
1742
1910
 
@@ -1752,7 +1920,11 @@ new Extent({
1752
1920
  <code>
1753
1921
 
1754
1922
 
1755
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1923
+ <span class="param-type">
1924
+
1925
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1926
+
1927
+ </span>
1756
1928
 
1757
1929
 
1758
1930
 
@@ -1768,7 +1940,11 @@ new Extent({
1768
1940
  <code>
1769
1941
 
1770
1942
 
1771
- <span class="param-type">Object</span>
1943
+ <span class="param-type">
1944
+
1945
+ Object
1946
+
1947
+ </span>
1772
1948
 
1773
1949
 
1774
1950
 
@@ -1787,7 +1963,7 @@ new Extent({
1787
1963
 
1788
1964
  </code>
1789
1965
  </td>
1790
- <td class="name"><code><p>返回如下格式的字符串:&quot;xmin$ymin$xmax$ymax&quot;<a id='toIGSOldString'></a></p></code></td>
1966
+ <td class="name"><code><p>返回如下格式的字符串:&quot;xmin$ymin$xmax$ymax&quot;</code></td>
1791
1967
  </tr>
1792
1968
 
1793
1969
  <tr class="deep-level-0">
@@ -1796,15 +1972,18 @@ new Extent({
1796
1972
  <code>
1797
1973
 
1798
1974
 
1799
- <span class="param-type">Object</span>
1975
+ <span class="param-type">
1976
+
1977
+ Object
1978
+
1979
+ </span>
1800
1980
 
1801
1981
 
1802
1982
 
1803
1983
 
1804
1984
  </code>
1805
1985
  </td>
1806
- <td class="name"><code><p><a id='toJSON'></a>
1807
- 导出为json对象</p></code></td>
1986
+ <td class="name"><code><p></code></td>
1808
1987
  </tr>
1809
1988
 
1810
1989
  <tr class="deep-level-0">
@@ -1813,7 +1992,11 @@ new Extent({
1813
1992
  <code>
1814
1993
 
1815
1994
 
1816
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1995
+ <span class="param-type">
1996
+
1997
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1998
+
1999
+ </span>
1817
2000
 
1818
2001
 
1819
2002
 
@@ -1832,7 +2015,7 @@ new Extent({
1832
2015
 
1833
2016
  </code>
1834
2017
  </td>
1835
- <td class="name"><code><p>返回如下格式的字符串:&quot;xmin,ymin,xmax,ymax&quot;<a id='toString'></a></p></code></td>
2018
+ <td class="name"><code><p>返回如下格式的字符串:&quot;xmin,ymin,xmax,ymax&quot;</code></td>
1836
2019
  </tr>
1837
2020
 
1838
2021
  <tr class="deep-level-0">
@@ -1841,7 +2024,11 @@ new Extent({
1841
2024
  <code>
1842
2025
 
1843
2026
 
1844
- <span class="param-type">String</span>
2027
+ <span class="param-type">
2028
+
2029
+ String
2030
+
2031
+ </span>
1845
2032
 
1846
2033
 
1847
2034
 
@@ -1857,7 +2044,11 @@ new Extent({
1857
2044
  <code>
1858
2045
 
1859
2046
 
1860
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2047
+ <span class="param-type">
2048
+
2049
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2050
+
2051
+ </span>
1861
2052
 
1862
2053
 
1863
2054
 
@@ -1929,13 +2120,17 @@ new Extent({
1929
2120
 
1930
2121
  <tr class="deep-level-0">
1931
2122
 
1932
- <td class="name" id="json"><code>json</code></td>
2123
+ <td class="name"><code>json</code></td>
1933
2124
 
1934
2125
 
1935
2126
  <td class="type">
1936
2127
 
1937
2128
 
1938
- <span class="param-type">Object</span>
2129
+ <span class="param-type">
2130
+
2131
+ Object
2132
+
2133
+ </span>
1939
2134
 
1940
2135
 
1941
2136
 
@@ -2089,13 +2284,17 @@ const extent = Extent.fromJSON(json)</code></pre>
2089
2284
 
2090
2285
  <tr class="deep-level-0">
2091
2286
 
2092
- <td class="name" id="point"><code>point</code></td>
2287
+ <td class="name"><code>point</code></td>
2093
2288
 
2094
2289
 
2095
2290
  <td class="type">
2096
2291
 
2097
2292
 
2098
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2293
+ <span class="param-type">
2294
+
2295
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2296
+
2297
+ </span>
2099
2298
 
2100
2299
 
2101
2300
 
@@ -2184,7 +2383,11 @@ const extent = Extent.fromJSON(json)</code></pre>
2184
2383
  <div class='column is-5 has-text-left'>
2185
2384
  <label>类型: </label>
2186
2385
 
2187
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2386
+ <span class="param-type">
2387
+
2388
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2389
+
2390
+ </span>
2188
2391
 
2189
2392
 
2190
2393
 
@@ -2328,7 +2531,11 @@ const newConst = extent.centerAt(point)</code></pre>
2328
2531
  <div class='column is-5 has-text-left'>
2329
2532
  <label>类型: </label>
2330
2533
 
2331
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2534
+ <span class="param-type">
2535
+
2536
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2537
+
2538
+ </span>
2332
2539
 
2333
2540
 
2334
2541
 
@@ -2400,16 +2607,24 @@ const newConst = extent.centerAt(point)</code></pre>
2400
2607
 
2401
2608
  <tr class="deep-level-0">
2402
2609
 
2403
- <td class="name" id="geometry"><code>geometry</code></td>
2610
+ <td class="name"><code>geometry</code></td>
2404
2611
 
2405
2612
 
2406
2613
  <td class="type">
2407
2614
 
2408
2615
 
2409
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2616
+ <span class="param-type">
2617
+
2618
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2619
+
2620
+ </span>
2410
2621
  |
2411
2622
 
2412
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2623
+ <span class="param-type">
2624
+
2625
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2626
+
2627
+ </span>
2413
2628
 
2414
2629
 
2415
2630
 
@@ -2498,7 +2713,11 @@ const newConst = extent.centerAt(point)</code></pre>
2498
2713
  <div class='column is-5 has-text-left'>
2499
2714
  <label>类型: </label>
2500
2715
 
2501
- <span class="param-type">Boolean</span>
2716
+ <span class="param-type">
2717
+
2718
+ Boolean
2719
+
2720
+ </span>
2502
2721
 
2503
2722
 
2504
2723
 
@@ -2592,13 +2811,17 @@ const isIn = extent.contains(point)</code></pre>
2592
2811
 
2593
2812
  <tr class="deep-level-0">
2594
2813
 
2595
- <td class="name" id="extent"><code>extent</code></td>
2814
+ <td class="name"><code>extent</code></td>
2596
2815
 
2597
2816
 
2598
2817
  <td class="type">
2599
2818
 
2600
2819
 
2601
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2820
+ <span class="param-type">
2821
+
2822
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2823
+
2824
+ </span>
2602
2825
 
2603
2826
 
2604
2827
 
@@ -2687,7 +2910,11 @@ const isIn = extent.contains(point)</code></pre>
2687
2910
  <div class='column is-5 has-text-left'>
2688
2911
  <label>类型: </label>
2689
2912
 
2690
- <span class="param-type">Boolean</span>
2913
+ <span class="param-type">
2914
+
2915
+ Boolean
2916
+
2917
+ </span>
2691
2918
 
2692
2919
 
2693
2920
 
@@ -2784,13 +3011,17 @@ const isEqual = extent.equals(extent2)</code></pre>
2784
3011
 
2785
3012
  <tr class="deep-level-0">
2786
3013
 
2787
- <td class="name" id="factor"><code>factor</code></td>
3014
+ <td class="name"><code>factor</code></td>
2788
3015
 
2789
3016
 
2790
3017
  <td class="type">
2791
3018
 
2792
3019
 
2793
- <span class="param-type">Number</span>
3020
+ <span class="param-type">
3021
+
3022
+ Number
3023
+
3024
+ </span>
2794
3025
 
2795
3026
 
2796
3027
 
@@ -2879,7 +3110,11 @@ const isEqual = extent.equals(extent2)</code></pre>
2879
3110
  <div class='column is-5 has-text-left'>
2880
3111
  <label>类型: </label>
2881
3112
 
2882
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3113
+ <span class="param-type">
3114
+
3115
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3116
+
3117
+ </span>
2883
3118
 
2884
3119
 
2885
3120
 
@@ -2970,13 +3205,17 @@ extent.expand(1.5)</code></pre>
2970
3205
 
2971
3206
  <tr class="deep-level-0">
2972
3207
 
2973
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
3208
+ <td class="name"><code>GeoJSON</code></td>
2974
3209
 
2975
3210
 
2976
3211
  <td class="type">
2977
3212
 
2978
3213
 
2979
- <span class="param-type">Object</span>
3214
+ <span class="param-type">
3215
+
3216
+ Object
3217
+
3218
+ </span>
2980
3219
 
2981
3220
 
2982
3221
 
@@ -3166,7 +3405,11 @@ extent.expand(1.5)</code></pre>
3166
3405
  <div class='column is-5 has-text-left'>
3167
3406
  <label>类型: </label>
3168
3407
 
3169
- <span class="param-type">String</span>
3408
+ <span class="param-type">
3409
+
3410
+ String
3411
+
3412
+ </span>
3170
3413
 
3171
3414
 
3172
3415
 
@@ -3401,7 +3644,11 @@ extent.expand(1.5)</code></pre>
3401
3644
  <div class='column is-5 has-text-left'>
3402
3645
  <label>类型: </label>
3403
3646
 
3404
- <span class="param-type">String</span>
3647
+ <span class="param-type">
3648
+
3649
+ String
3650
+
3651
+ </span>
3405
3652
 
3406
3653
 
3407
3654
 
@@ -3473,13 +3720,17 @@ extent.expand(1.5)</code></pre>
3473
3720
 
3474
3721
  <tr class="deep-level-0">
3475
3722
 
3476
- <td class="name" id="extent"><code>extent</code></td>
3723
+ <td class="name"><code>extent</code></td>
3477
3724
 
3478
3725
 
3479
3726
  <td class="type">
3480
3727
 
3481
3728
 
3482
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3729
+ <span class="param-type">
3730
+
3731
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3732
+
3733
+ </span>
3483
3734
 
3484
3735
 
3485
3736
 
@@ -3568,7 +3819,11 @@ extent.expand(1.5)</code></pre>
3568
3819
  <div class='column is-5 has-text-left'>
3569
3820
  <label>类型: </label>
3570
3821
 
3571
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3822
+ <span class="param-type">
3823
+
3824
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3825
+
3826
+ </span>
3572
3827
 
3573
3828
 
3574
3829
 
@@ -3665,13 +3920,17 @@ const newExtent = extent.intersection(extent2)</code></pre>
3665
3920
 
3666
3921
  <tr class="deep-level-0">
3667
3922
 
3668
- <td class="name" id="geometry"><code>geometry</code></td>
3923
+ <td class="name"><code>geometry</code></td>
3669
3924
 
3670
3925
 
3671
3926
  <td class="type">
3672
3927
 
3673
3928
 
3674
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3929
+ <span class="param-type">
3930
+
3931
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3932
+
3933
+ </span>
3675
3934
 
3676
3935
 
3677
3936
 
@@ -3760,7 +4019,11 @@ const newExtent = extent.intersection(extent2)</code></pre>
3760
4019
  <div class='column is-5 has-text-left'>
3761
4020
  <label>类型: </label>
3762
4021
 
3763
- <span class="param-type">Boolean</span>
4022
+ <span class="param-type">
4023
+
4024
+ Boolean
4025
+
4026
+ </span>
3764
4027
 
3765
4028
 
3766
4029
 
@@ -3899,7 +4162,11 @@ const isIntersect = extent.intersects(point)</code></pre>
3899
4162
  <div class='column is-5 has-text-left'>
3900
4163
  <label>类型: </label>
3901
4164
 
3902
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4165
+ <span class="param-type">
4166
+
4167
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4168
+
4169
+ </span>
3903
4170
 
3904
4171
 
3905
4172
 
@@ -3990,13 +4257,17 @@ const normalize = extent.normalize()</code></pre>
3990
4257
 
3991
4258
  <tr class="deep-level-0">
3992
4259
 
3993
- <td class="name" id="dx"><code>dx</code></td>
4260
+ <td class="name"><code>dx</code></td>
3994
4261
 
3995
4262
 
3996
4263
  <td class="type">
3997
4264
 
3998
4265
 
3999
- <span class="param-type">Number</span>
4266
+ <span class="param-type">
4267
+
4268
+ Number
4269
+
4270
+ </span>
4000
4271
 
4001
4272
 
4002
4273
 
@@ -4015,13 +4286,17 @@ const normalize = extent.normalize()</code></pre>
4015
4286
 
4016
4287
  <tr class="deep-level-0">
4017
4288
 
4018
- <td class="name" id="dy"><code>dy</code></td>
4289
+ <td class="name"><code>dy</code></td>
4019
4290
 
4020
4291
 
4021
4292
  <td class="type">
4022
4293
 
4023
4294
 
4024
- <span class="param-type">Number</span>
4295
+ <span class="param-type">
4296
+
4297
+ Number
4298
+
4299
+ </span>
4025
4300
 
4026
4301
 
4027
4302
 
@@ -4040,13 +4315,17 @@ const normalize = extent.normalize()</code></pre>
4040
4315
 
4041
4316
  <tr class="deep-level-0">
4042
4317
 
4043
- <td class="name" id="dz"><code>dz</code></td>
4318
+ <td class="name"><code>dz</code></td>
4044
4319
 
4045
4320
 
4046
4321
  <td class="type">
4047
4322
 
4048
4323
 
4049
- <span class="param-type">Number</span>
4324
+ <span class="param-type">
4325
+
4326
+ Number
4327
+
4328
+ </span>
4050
4329
 
4051
4330
 
4052
4331
 
@@ -4135,7 +4414,11 @@ const normalize = extent.normalize()</code></pre>
4135
4414
  <div class='column is-5 has-text-left'>
4136
4415
  <label>类型: </label>
4137
4416
 
4138
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4417
+ <span class="param-type">
4418
+
4419
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4420
+
4421
+ </span>
4139
4422
 
4140
4423
 
4141
4424
 
@@ -4276,7 +4559,11 @@ extent.offset(0, 1, 0)</code></pre>
4276
4559
  <div class='column is-5 has-text-left'>
4277
4560
  <label>类型: </label>
4278
4561
 
4279
- <span class="param-type">Object</span>
4562
+ <span class="param-type">
4563
+
4564
+ Object
4565
+
4566
+ </span>
4280
4567
 
4281
4568
 
4282
4569
 
@@ -4507,7 +4794,11 @@ extent.offset(0, 1, 0)</code></pre>
4507
4794
  <div class='column is-5 has-text-left'>
4508
4795
  <label>类型: </label>
4509
4796
 
4510
- <span class="param-type">Object</span>
4797
+ <span class="param-type">
4798
+
4799
+ Object
4800
+
4801
+ </span>
4511
4802
 
4512
4803
 
4513
4804
 
@@ -4618,7 +4909,11 @@ extent.offset(0, 1, 0)</code></pre>
4618
4909
  <div class='column is-5 has-text-left'>
4619
4910
  <label>类型: </label>
4620
4911
 
4621
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4912
+ <span class="param-type">
4913
+
4914
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4915
+
4916
+ </span>
4622
4917
 
4623
4918
 
4624
4919
 
@@ -4853,7 +5148,11 @@ extent.offset(0, 1, 0)</code></pre>
4853
5148
  <div class='column is-5 has-text-left'>
4854
5149
  <label>类型: </label>
4855
5150
 
4856
- <span class="param-type">String</span>
5151
+ <span class="param-type">
5152
+
5153
+ String
5154
+
5155
+ </span>
4857
5156
 
4858
5157
 
4859
5158
 
@@ -4925,13 +5224,17 @@ extent.offset(0, 1, 0)</code></pre>
4925
5224
 
4926
5225
  <tr class="deep-level-0">
4927
5226
 
4928
- <td class="name" id="extent"><code>extent</code></td>
5227
+ <td class="name"><code>extent</code></td>
4929
5228
 
4930
5229
 
4931
5230
  <td class="type">
4932
5231
 
4933
5232
 
4934
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5233
+ <span class="param-type">
5234
+
5235
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5236
+
5237
+ </span>
4935
5238
 
4936
5239
 
4937
5240
 
@@ -5020,7 +5323,11 @@ extent.offset(0, 1, 0)</code></pre>
5020
5323
  <div class='column is-5 has-text-left'>
5021
5324
  <label>类型: </label>
5022
5325
 
5023
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5326
+ <span class="param-type">
5327
+
5328
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5329
+
5330
+ </span>
5024
5331
 
5025
5332
 
5026
5333