@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -87,6 +87,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
87
87
  <span class="param-type">Object</span>
88
88
 
89
89
 
90
+
90
91
 
91
92
  </td>
92
93
 
@@ -113,6 +114,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">Number</span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -141,6 +143,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
141
143
  <span class="param-type">Number</span>
142
144
 
143
145
 
146
+
144
147
 
145
148
  </td>
146
149
 
@@ -169,6 +172,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
169
172
  <span class="param-type">Number</span>
170
173
 
171
174
 
175
+
172
176
 
173
177
  </td>
174
178
 
@@ -197,6 +201,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
197
201
  <span class="param-type">Number</span>
198
202
 
199
203
 
204
+
200
205
 
201
206
  </td>
202
207
 
@@ -225,6 +230,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
225
230
  <span class="param-type">Number</span>
226
231
 
227
232
 
233
+
228
234
 
229
235
  </td>
230
236
 
@@ -251,6 +257,7 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
251
257
  <span class="param-type">Number</span>
252
258
 
253
259
 
260
+
254
261
 
255
262
  </td>
256
263
 
@@ -274,7 +281,8 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
274
281
  <td class="type">
275
282
 
276
283
 
277
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
284
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
285
+
278
286
 
279
287
 
280
288
 
@@ -430,7 +438,7 @@ new Extent({
430
438
 
431
439
 
432
440
  <ul>
433
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
441
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
434
442
  </ul>
435
443
 
436
444
 
@@ -462,63 +470,68 @@ new Extent({
462
470
  <tbody>
463
471
 
464
472
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="Extent.html#center">center</a></code></td>
473
+ <td class="name"><code><a href="#center">center</a></code></td>
466
474
  <td class="name">
467
475
  <code>
468
476
 
469
477
  <span class="param-type">Array.&lt;Number></span>
470
478
 
471
479
 
480
+
472
481
  </code>
473
482
  </td>
474
483
  <td class="name"><code><p>中心点</p></code></td>
475
484
  </tr>
476
485
 
477
486
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="Extent.html#extent">extent</a></code></td>
487
+ <td class="name"><code><a href="#extent">extent</a></code></td>
479
488
  <td class="name">
480
489
  <code>
481
490
 
482
491
  <span class="param-type">Number</span>
483
492
 
484
493
 
494
+
485
495
  </code>
486
496
  </td>
487
497
  <td class="name"><code><p>几何的范围</p></code></td>
488
498
  </tr>
489
499
 
490
500
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="Extent.html#hasZ">hasZ</a></code></td>
501
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
492
502
  <td class="name">
493
503
  <code>
494
504
 
495
505
  <span class="param-type">Boolean</span>
496
506
 
497
507
 
508
+
498
509
  </code>
499
510
  </td>
500
511
  <td class="name"><code><p>是否含有z坐标</p></code></td>
501
512
  </tr>
502
513
 
503
514
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="Extent.html#height">height</a></code></td>
515
+ <td class="name"><code><a href="#height">height</a></code></td>
505
516
  <td class="name">
506
517
  <code>
507
518
 
508
519
  <span class="param-type">Number</span>
509
520
 
510
521
 
522
+
511
523
  </code>
512
524
  </td>
513
525
  <td class="name"><code><p>高度</p></code></td>
514
526
  </tr>
515
527
 
516
528
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="Extent.html#spatialReference">spatialReference</a></code></td>
529
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
518
530
  <td class="name">
519
531
  <code>
520
532
 
521
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
533
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
534
+
522
535
 
523
536
 
524
537
  </code>
@@ -527,91 +540,98 @@ new Extent({
527
540
  </tr>
528
541
 
529
542
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="Extent.html#width">width</a></code></td>
543
+ <td class="name"><code><a href="#width">width</a></code></td>
531
544
  <td class="name">
532
545
  <code>
533
546
 
534
547
  <span class="param-type">Number</span>
535
548
 
536
549
 
550
+
537
551
  </code>
538
552
  </td>
539
553
  <td class="name"><code><p>宽度</p></code></td>
540
554
  </tr>
541
555
 
542
556
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="Extent.html#xmax">xmax</a></code></td>
557
+ <td class="name"><code><a href="#xmax">xmax</a></code></td>
544
558
  <td class="name">
545
559
  <code>
546
560
 
547
561
  <span class="param-type">Number</span>
548
562
 
549
563
 
564
+
550
565
  </code>
551
566
  </td>
552
567
  <td class="name"><code><p>x坐标最大值</p></code></td>
553
568
  </tr>
554
569
 
555
570
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="Extent.html#xmin">xmin</a></code></td>
571
+ <td class="name"><code><a href="#xmin">xmin</a></code></td>
557
572
  <td class="name">
558
573
  <code>
559
574
 
560
575
  <span class="param-type">Number</span>
561
576
 
562
577
 
578
+
563
579
  </code>
564
580
  </td>
565
581
  <td class="name"><code><p>x坐标最小值</p></code></td>
566
582
  </tr>
567
583
 
568
584
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="Extent.html#ymax">ymax</a></code></td>
585
+ <td class="name"><code><a href="#ymax">ymax</a></code></td>
570
586
  <td class="name">
571
587
  <code>
572
588
 
573
589
  <span class="param-type">Number</span>
574
590
 
575
591
 
592
+
576
593
  </code>
577
594
  </td>
578
595
  <td class="name"><code><p>y坐标最大值</p></code></td>
579
596
  </tr>
580
597
 
581
598
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="Extent.html#ymin">ymin</a></code></td>
599
+ <td class="name"><code><a href="#ymin">ymin</a></code></td>
583
600
  <td class="name">
584
601
  <code>
585
602
 
586
603
  <span class="param-type">Number</span>
587
604
 
588
605
 
606
+
589
607
  </code>
590
608
  </td>
591
609
  <td class="name"><code><p>y坐标最小值</p></code></td>
592
610
  </tr>
593
611
 
594
612
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="Extent.html#zmax">zmax</a></code></td>
613
+ <td class="name"><code><a href="#zmax">zmax</a></code></td>
596
614
  <td class="name">
597
615
  <code>
598
616
 
599
617
  <span class="param-type">Number</span>
600
618
 
601
619
 
620
+
602
621
  </code>
603
622
  </td>
604
623
  <td class="name"><code><p>z坐标最大值</p></code></td>
605
624
  </tr>
606
625
 
607
626
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="Extent.html#zmin">zmin</a></code></td>
627
+ <td class="name"><code><a href="#zmin">zmin</a></code></td>
609
628
  <td class="name">
610
629
  <code>
611
630
 
612
631
  <span class="param-type">Number</span>
613
632
 
614
633
 
634
+
615
635
  </code>
616
636
  </td>
617
637
  <td class="name"><code><p>z坐标最小值</p></code></td>
@@ -631,6 +651,7 @@ new Extent({
631
651
  <span class="param-type">Array.&lt;Number></span>
632
652
 
633
653
 
654
+
634
655
  </span>
635
656
 
636
657
  <h4 class="name" id="center">
@@ -701,6 +722,7 @@ new Extent({
701
722
  <span class="param-type">Number</span>
702
723
 
703
724
 
725
+
704
726
  </span>
705
727
 
706
728
  <h4 class="name" id="extent">
@@ -732,7 +754,7 @@ new Extent({
732
754
 
733
755
  <dt class="inherited-from">Inherited From:</dt>
734
756
  <dd class="inherited-from"><ul class="dummy"><li>
735
- <a class="mapgis-link-name" title="Geometry#extent" Geometry.html#extent>Geometry#extent</a>
757
+ <a goto="extent" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extent" Geometry.html#extent>Geometry#extent</a>
736
758
  </li></ul></dd>
737
759
 
738
760
 
@@ -776,6 +798,7 @@ new Extent({
776
798
  <span class="param-type">Boolean</span>
777
799
 
778
800
 
801
+
779
802
  </span>
780
803
 
781
804
  <h4 class="name" id="hasZ">
@@ -855,6 +878,7 @@ new Extent({
855
878
  <span class="param-type">Number</span>
856
879
 
857
880
 
881
+
858
882
  </span>
859
883
 
860
884
  <h4 class="name" id="height">
@@ -922,7 +946,8 @@ new Extent({
922
946
  <span class="method-parameter is-pulled-right">
923
947
  <label>类型:</label>
924
948
 
925
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
949
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
950
+
926
951
 
927
952
 
928
953
  </span>
@@ -956,7 +981,7 @@ new Extent({
956
981
 
957
982
  <dt class="inherited-from">Inherited From:</dt>
958
983
  <dd class="inherited-from"><ul class="dummy"><li>
959
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
984
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
960
985
  </li></ul></dd>
961
986
 
962
987
 
@@ -1000,6 +1025,7 @@ new Extent({
1000
1025
  <span class="param-type">Number</span>
1001
1026
 
1002
1027
 
1028
+
1003
1029
  </span>
1004
1030
 
1005
1031
  <h4 class="name" id="width">
@@ -1070,6 +1096,7 @@ new Extent({
1070
1096
  <span class="param-type">Number</span>
1071
1097
 
1072
1098
 
1099
+
1073
1100
  </span>
1074
1101
 
1075
1102
  <h4 class="name" id="xmax">
@@ -1145,6 +1172,7 @@ new Extent({
1145
1172
  <span class="param-type">Number</span>
1146
1173
 
1147
1174
 
1175
+
1148
1176
  </span>
1149
1177
 
1150
1178
  <h4 class="name" id="xmin">
@@ -1220,6 +1248,7 @@ new Extent({
1220
1248
  <span class="param-type">Number</span>
1221
1249
 
1222
1250
 
1251
+
1223
1252
  </span>
1224
1253
 
1225
1254
  <h4 class="name" id="ymax">
@@ -1295,6 +1324,7 @@ new Extent({
1295
1324
  <span class="param-type">Number</span>
1296
1325
 
1297
1326
 
1327
+
1298
1328
  </span>
1299
1329
 
1300
1330
  <h4 class="name" id="ymin">
@@ -1370,6 +1400,7 @@ new Extent({
1370
1400
  <span class="param-type">Number</span>
1371
1401
 
1372
1402
 
1403
+
1373
1404
  </span>
1374
1405
 
1375
1406
  <h4 class="name" id="zmax">
@@ -1440,6 +1471,7 @@ new Extent({
1440
1471
  <span class="param-type">Number</span>
1441
1472
 
1442
1473
 
1474
+
1443
1475
  </span>
1444
1476
 
1445
1477
  <h4 class="name" id="zmin">
@@ -1523,7 +1555,7 @@ new Extent({
1523
1555
  <tbody>
1524
1556
 
1525
1557
  <tr class="deep-level-0">
1526
- <td class="name"><code><a href="Extent.html#fromJSON">fromJSON</a></code></td>
1558
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1527
1559
  <td class="name">
1528
1560
  <code>
1529
1561
 
@@ -1533,12 +1565,13 @@ new Extent({
1533
1565
  </tr>
1534
1566
 
1535
1567
  <tr class="deep-level-0">
1536
- <td class="name"><code><a href="Extent.html#centerAt">centerAt</a></code></td>
1568
+ <td class="name"><code><a href="#centerAt">centerAt</a></code></td>
1537
1569
  <td class="name">
1538
1570
  <code>
1539
1571
 
1540
1572
 
1541
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1573
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1574
+
1542
1575
 
1543
1576
 
1544
1577
 
@@ -1548,12 +1581,13 @@ new Extent({
1548
1581
  </tr>
1549
1582
 
1550
1583
  <tr class="deep-level-0">
1551
- <td class="name"><code><a href="Extent.html#clone">clone</a></code></td>
1584
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1552
1585
  <td class="name">
1553
1586
  <code>
1554
1587
 
1555
1588
 
1556
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1589
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1590
+
1557
1591
 
1558
1592
 
1559
1593
 
@@ -1563,7 +1597,7 @@ new Extent({
1563
1597
  </tr>
1564
1598
 
1565
1599
  <tr class="deep-level-0">
1566
- <td class="name"><code><a href="Extent.html#contains">contains</a></code></td>
1600
+ <td class="name"><code><a href="#contains">contains</a></code></td>
1567
1601
  <td class="name">
1568
1602
  <code>
1569
1603
 
@@ -1571,6 +1605,7 @@ new Extent({
1571
1605
  <span class="param-type">Boolean</span>
1572
1606
 
1573
1607
 
1608
+
1574
1609
 
1575
1610
  </code>
1576
1611
  </td>
@@ -1578,7 +1613,7 @@ new Extent({
1578
1613
  </tr>
1579
1614
 
1580
1615
  <tr class="deep-level-0">
1581
- <td class="name"><code><a href="Extent.html#equals">equals</a></code></td>
1616
+ <td class="name"><code><a href="#equals">equals</a></code></td>
1582
1617
  <td class="name">
1583
1618
  <code>
1584
1619
 
@@ -1586,6 +1621,7 @@ new Extent({
1586
1621
  <span class="param-type">Boolean</span>
1587
1622
 
1588
1623
 
1624
+
1589
1625
 
1590
1626
  </code>
1591
1627
  </td>
@@ -1593,12 +1629,13 @@ new Extent({
1593
1629
  </tr>
1594
1630
 
1595
1631
  <tr class="deep-level-0">
1596
- <td class="name"><code><a href="Extent.html#expand">expand</a></code></td>
1632
+ <td class="name"><code><a href="#expand">expand</a></code></td>
1597
1633
  <td class="name">
1598
1634
  <code>
1599
1635
 
1600
1636
 
1601
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1637
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1638
+
1602
1639
 
1603
1640
 
1604
1641
 
@@ -1608,7 +1645,7 @@ new Extent({
1608
1645
  </tr>
1609
1646
 
1610
1647
  <tr class="deep-level-0">
1611
- <td class="name"><code><a href="Extent.html#fromGeoJSON">fromGeoJSON</a></code></td>
1648
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1612
1649
  <td class="name">
1613
1650
  <code>
1614
1651
 
@@ -1618,7 +1655,7 @@ new Extent({
1618
1655
  </tr>
1619
1656
 
1620
1657
  <tr class="deep-level-0">
1621
- <td class="name"><code><a href="Extent.html#getGeometryType">getGeometryType</a></code></td>
1658
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1622
1659
  <td class="name">
1623
1660
  <code>
1624
1661
 
@@ -1626,6 +1663,7 @@ new Extent({
1626
1663
  <span class="param-type">String</span>
1627
1664
 
1628
1665
 
1666
+
1629
1667
 
1630
1668
  </code>
1631
1669
  </td>
@@ -1633,7 +1671,7 @@ new Extent({
1633
1671
  </tr>
1634
1672
 
1635
1673
  <tr class="deep-level-0">
1636
- <td class="name"><code><a href="Extent.html#getIGSType">getIGSType</a></code></td>
1674
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1637
1675
  <td class="name">
1638
1676
  <code>
1639
1677
 
@@ -1645,7 +1683,7 @@ new Extent({
1645
1683
  </tr>
1646
1684
 
1647
1685
  <tr class="deep-level-0">
1648
- <td class="name"><code><a href="Extent.html#getType">getType</a></code></td>
1686
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1649
1687
  <td class="name">
1650
1688
  <code>
1651
1689
 
@@ -1653,6 +1691,7 @@ new Extent({
1653
1691
  <span class="param-type">String</span>
1654
1692
 
1655
1693
 
1694
+
1656
1695
 
1657
1696
  </code>
1658
1697
  </td>
@@ -1660,12 +1699,13 @@ new Extent({
1660
1699
  </tr>
1661
1700
 
1662
1701
  <tr class="deep-level-0">
1663
- <td class="name"><code><a href="Extent.html#intersection">intersection</a></code></td>
1702
+ <td class="name"><code><a href="#intersection">intersection</a></code></td>
1664
1703
  <td class="name">
1665
1704
  <code>
1666
1705
 
1667
1706
 
1668
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1707
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1708
+
1669
1709
 
1670
1710
 
1671
1711
 
@@ -1675,7 +1715,7 @@ new Extent({
1675
1715
  </tr>
1676
1716
 
1677
1717
  <tr class="deep-level-0">
1678
- <td class="name"><code><a href="Extent.html#intersects">intersects</a></code></td>
1718
+ <td class="name"><code><a href="#intersects">intersects</a></code></td>
1679
1719
  <td class="name">
1680
1720
  <code>
1681
1721
 
@@ -1683,6 +1723,7 @@ new Extent({
1683
1723
  <span class="param-type">Boolean</span>
1684
1724
 
1685
1725
 
1726
+
1686
1727
 
1687
1728
  </code>
1688
1729
  </td>
@@ -1690,12 +1731,13 @@ new Extent({
1690
1731
  </tr>
1691
1732
 
1692
1733
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="Extent.html#normalize">normalize</a></code></td>
1734
+ <td class="name"><code><a href="#normalize">normalize</a></code></td>
1694
1735
  <td class="name">
1695
1736
  <code>
1696
1737
 
1697
1738
 
1698
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1739
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1740
+
1699
1741
 
1700
1742
 
1701
1743
 
@@ -1705,12 +1747,13 @@ new Extent({
1705
1747
  </tr>
1706
1748
 
1707
1749
  <tr class="deep-level-0">
1708
- <td class="name"><code><a href="Extent.html#offset">offset</a></code></td>
1750
+ <td class="name"><code><a href="#offset">offset</a></code></td>
1709
1751
  <td class="name">
1710
1752
  <code>
1711
1753
 
1712
1754
 
1713
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1755
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1756
+
1714
1757
 
1715
1758
 
1716
1759
 
@@ -1720,7 +1763,7 @@ new Extent({
1720
1763
  </tr>
1721
1764
 
1722
1765
  <tr class="deep-level-0">
1723
- <td class="name"><code><a href="Extent.html#toGeoJSON">toGeoJSON</a></code></td>
1766
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1724
1767
  <td class="name">
1725
1768
  <code>
1726
1769
 
@@ -1728,6 +1771,7 @@ new Extent({
1728
1771
  <span class="param-type">Object</span>
1729
1772
 
1730
1773
 
1774
+
1731
1775
 
1732
1776
  </code>
1733
1777
  </td>
@@ -1735,7 +1779,7 @@ new Extent({
1735
1779
  </tr>
1736
1780
 
1737
1781
  <tr class="deep-level-0">
1738
- <td class="name"><code><a href="Extent.html#toIGSOldString">toIGSOldString</a></code></td>
1782
+ <td class="name"><code><a href="#toIGSOldString">toIGSOldString</a></code></td>
1739
1783
  <td class="name">
1740
1784
  <code>
1741
1785
 
@@ -1747,7 +1791,7 @@ new Extent({
1747
1791
  </tr>
1748
1792
 
1749
1793
  <tr class="deep-level-0">
1750
- <td class="name"><code><a href="Extent.html#toJSON">toJSON</a></code></td>
1794
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1751
1795
  <td class="name">
1752
1796
  <code>
1753
1797
 
@@ -1755,6 +1799,7 @@ new Extent({
1755
1799
  <span class="param-type">Object</span>
1756
1800
 
1757
1801
 
1802
+
1758
1803
 
1759
1804
  </code>
1760
1805
  </td>
@@ -1763,12 +1808,13 @@ new Extent({
1763
1808
  </tr>
1764
1809
 
1765
1810
  <tr class="deep-level-0">
1766
- <td class="name"><code><a href="Extent.html#toPolygon">toPolygon</a></code></td>
1811
+ <td class="name"><code><a href="#toPolygon">toPolygon</a></code></td>
1767
1812
  <td class="name">
1768
1813
  <code>
1769
1814
 
1770
1815
 
1771
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1816
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1817
+
1772
1818
 
1773
1819
 
1774
1820
 
@@ -1778,7 +1824,7 @@ new Extent({
1778
1824
  </tr>
1779
1825
 
1780
1826
  <tr class="deep-level-0">
1781
- <td class="name"><code><a href="Extent.html#toString">toString</a></code></td>
1827
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1782
1828
  <td class="name">
1783
1829
  <code>
1784
1830
 
@@ -1790,7 +1836,7 @@ new Extent({
1790
1836
  </tr>
1791
1837
 
1792
1838
  <tr class="deep-level-0">
1793
- <td class="name"><code><a href="Extent.html#toXML">toXML</a></code></td>
1839
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1794
1840
  <td class="name">
1795
1841
  <code>
1796
1842
 
@@ -1798,6 +1844,7 @@ new Extent({
1798
1844
  <span class="param-type">String</span>
1799
1845
 
1800
1846
 
1847
+
1801
1848
 
1802
1849
  </code>
1803
1850
  </td>
@@ -1805,12 +1852,13 @@ new Extent({
1805
1852
  </tr>
1806
1853
 
1807
1854
  <tr class="deep-level-0">
1808
- <td class="name"><code><a href="Extent.html#union">union</a></code></td>
1855
+ <td class="name"><code><a href="#union">union</a></code></td>
1809
1856
  <td class="name">
1810
1857
  <code>
1811
1858
 
1812
1859
 
1813
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1860
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1861
+
1814
1862
 
1815
1863
 
1816
1864
 
@@ -1890,6 +1938,7 @@ new Extent({
1890
1938
  <span class="param-type">Object</span>
1891
1939
 
1892
1940
 
1941
+
1893
1942
 
1894
1943
  </td>
1895
1944
 
@@ -2046,7 +2095,8 @@ const extent = Extent.fromJSON(json)</code></pre>
2046
2095
  <td class="type">
2047
2096
 
2048
2097
 
2049
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2098
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2099
+
2050
2100
 
2051
2101
 
2052
2102
 
@@ -2134,7 +2184,8 @@ const extent = Extent.fromJSON(json)</code></pre>
2134
2184
  <div class='column is-5 has-text-left'>
2135
2185
  <label>类型: </label>
2136
2186
 
2137
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2187
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2188
+
2138
2189
 
2139
2190
 
2140
2191
  </div>
@@ -2277,7 +2328,8 @@ const newConst = extent.centerAt(point)</code></pre>
2277
2328
  <div class='column is-5 has-text-left'>
2278
2329
  <label>类型: </label>
2279
2330
 
2280
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2331
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2332
+
2281
2333
 
2282
2334
 
2283
2335
  </div>
@@ -2354,10 +2406,11 @@ const newConst = extent.centerAt(point)</code></pre>
2354
2406
  <td class="type">
2355
2407
 
2356
2408
 
2357
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2409
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2358
2410
  |
2359
2411
 
2360
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2412
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2413
+
2361
2414
 
2362
2415
 
2363
2416
 
@@ -2448,6 +2501,7 @@ const newConst = extent.centerAt(point)</code></pre>
2448
2501
  <span class="param-type">Boolean</span>
2449
2502
 
2450
2503
 
2504
+
2451
2505
  </div>
2452
2506
 
2453
2507
  </div>
@@ -2544,7 +2598,8 @@ const isIn = extent.contains(point)</code></pre>
2544
2598
  <td class="type">
2545
2599
 
2546
2600
 
2547
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2601
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2602
+
2548
2603
 
2549
2604
 
2550
2605
 
@@ -2635,6 +2690,7 @@ const isIn = extent.contains(point)</code></pre>
2635
2690
  <span class="param-type">Boolean</span>
2636
2691
 
2637
2692
 
2693
+
2638
2694
  </div>
2639
2695
 
2640
2696
  </div>
@@ -2737,6 +2793,7 @@ const isEqual = extent.equals(extent2)</code></pre>
2737
2793
  <span class="param-type">Number</span>
2738
2794
 
2739
2795
 
2796
+
2740
2797
 
2741
2798
  </td>
2742
2799
 
@@ -2822,7 +2879,8 @@ const isEqual = extent.equals(extent2)</code></pre>
2822
2879
  <div class='column is-5 has-text-left'>
2823
2880
  <label>类型: </label>
2824
2881
 
2825
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2882
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2883
+
2826
2884
 
2827
2885
 
2828
2886
  </div>
@@ -2921,6 +2979,7 @@ extent.expand(1.5)</code></pre>
2921
2979
  <span class="param-type">Object</span>
2922
2980
 
2923
2981
 
2982
+
2924
2983
 
2925
2984
  </td>
2926
2985
 
@@ -2950,7 +3009,7 @@ extent.expand(1.5)</code></pre>
2950
3009
 
2951
3010
  <dt class="inherited-from">Inherited From:</dt>
2952
3011
  <dd class="inherited-from"><ul class="dummy"><li>
2953
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
3012
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2954
3013
  </li></ul></dd>
2955
3014
 
2956
3015
 
@@ -3046,7 +3105,7 @@ extent.expand(1.5)</code></pre>
3046
3105
 
3047
3106
  <dt class="inherited-from">Inherited From:</dt>
3048
3107
  <dd class="inherited-from"><ul class="dummy"><li>
3049
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
3108
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
3050
3109
  </li></ul></dd>
3051
3110
 
3052
3111
 
@@ -3110,6 +3169,7 @@ extent.expand(1.5)</code></pre>
3110
3169
  <span class="param-type">String</span>
3111
3170
 
3112
3171
 
3172
+
3113
3173
  </div>
3114
3174
 
3115
3175
  </div>
@@ -3280,7 +3340,7 @@ extent.expand(1.5)</code></pre>
3280
3340
 
3281
3341
  <dt class="inherited-from">Inherited From:</dt>
3282
3342
  <dd class="inherited-from"><ul class="dummy"><li>
3283
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
3343
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
3284
3344
  </li></ul></dd>
3285
3345
 
3286
3346
 
@@ -3344,6 +3404,7 @@ extent.expand(1.5)</code></pre>
3344
3404
  <span class="param-type">String</span>
3345
3405
 
3346
3406
 
3407
+
3347
3408
  </div>
3348
3409
 
3349
3410
  </div>
@@ -3418,7 +3479,8 @@ extent.expand(1.5)</code></pre>
3418
3479
  <td class="type">
3419
3480
 
3420
3481
 
3421
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3482
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3483
+
3422
3484
 
3423
3485
 
3424
3486
 
@@ -3506,7 +3568,8 @@ extent.expand(1.5)</code></pre>
3506
3568
  <div class='column is-5 has-text-left'>
3507
3569
  <label>类型: </label>
3508
3570
 
3509
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3571
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3572
+
3510
3573
 
3511
3574
 
3512
3575
  </div>
@@ -3608,7 +3671,8 @@ const newExtent = extent.intersection(extent2)</code></pre>
3608
3671
  <td class="type">
3609
3672
 
3610
3673
 
3611
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3674
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3675
+
3612
3676
 
3613
3677
 
3614
3678
 
@@ -3699,6 +3763,7 @@ const newExtent = extent.intersection(extent2)</code></pre>
3699
3763
  <span class="param-type">Boolean</span>
3700
3764
 
3701
3765
 
3766
+
3702
3767
  </div>
3703
3768
 
3704
3769
  </div>
@@ -3834,7 +3899,8 @@ const isIntersect = extent.intersects(point)</code></pre>
3834
3899
  <div class='column is-5 has-text-left'>
3835
3900
  <label>类型: </label>
3836
3901
 
3837
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3902
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3903
+
3838
3904
 
3839
3905
 
3840
3906
  </div>
@@ -3933,6 +3999,7 @@ const normalize = extent.normalize()</code></pre>
3933
3999
  <span class="param-type">Number</span>
3934
4000
 
3935
4001
 
4002
+
3936
4003
 
3937
4004
  </td>
3938
4005
 
@@ -3957,6 +4024,7 @@ const normalize = extent.normalize()</code></pre>
3957
4024
  <span class="param-type">Number</span>
3958
4025
 
3959
4026
 
4027
+
3960
4028
 
3961
4029
  </td>
3962
4030
 
@@ -3981,6 +4049,7 @@ const normalize = extent.normalize()</code></pre>
3981
4049
  <span class="param-type">Number</span>
3982
4050
 
3983
4051
 
4052
+
3984
4053
 
3985
4054
  </td>
3986
4055
 
@@ -4066,7 +4135,8 @@ const normalize = extent.normalize()</code></pre>
4066
4135
  <div class='column is-5 has-text-left'>
4067
4136
  <label>类型: </label>
4068
4137
 
4069
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4138
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4139
+
4070
4140
 
4071
4141
 
4072
4142
  </div>
@@ -4209,6 +4279,7 @@ extent.offset(0, 1, 0)</code></pre>
4209
4279
  <span class="param-type">Object</span>
4210
4280
 
4211
4281
 
4282
+
4212
4283
  </div>
4213
4284
 
4214
4285
  </div>
@@ -4439,6 +4510,7 @@ extent.offset(0, 1, 0)</code></pre>
4439
4510
  <span class="param-type">Object</span>
4440
4511
 
4441
4512
 
4513
+
4442
4514
  </div>
4443
4515
 
4444
4516
  </div>
@@ -4546,7 +4618,8 @@ extent.offset(0, 1, 0)</code></pre>
4546
4618
  <div class='column is-5 has-text-left'>
4547
4619
  <label>类型: </label>
4548
4620
 
4549
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4621
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4622
+
4550
4623
 
4551
4624
 
4552
4625
  </div>
@@ -4719,7 +4792,7 @@ extent.offset(0, 1, 0)</code></pre>
4719
4792
 
4720
4793
  <dt class="inherited-from">Inherited From:</dt>
4721
4794
  <dd class="inherited-from"><ul class="dummy"><li>
4722
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4795
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4723
4796
  </li></ul></dd>
4724
4797
 
4725
4798
 
@@ -4783,6 +4856,7 @@ extent.offset(0, 1, 0)</code></pre>
4783
4856
  <span class="param-type">String</span>
4784
4857
 
4785
4858
 
4859
+
4786
4860
  </div>
4787
4861
 
4788
4862
  </div>
@@ -4857,7 +4931,8 @@ extent.offset(0, 1, 0)</code></pre>
4857
4931
  <td class="type">
4858
4932
 
4859
4933
 
4860
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4934
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4935
+
4861
4936
 
4862
4937
 
4863
4938
 
@@ -4945,7 +5020,8 @@ extent.offset(0, 1, 0)</code></pre>
4945
5020
  <div class='column is-5 has-text-left'>
4946
5021
  <label>类型: </label>
4947
5022
 
4948
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5023
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5024
+
4949
5025
 
4950
5026
 
4951
5027
  </div>