@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
@@ -88,6 +88,7 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
88
88
  <span class="param-type">Object</span>
89
89
 
90
90
 
91
+
91
92
 
92
93
  </td>
93
94
 
@@ -114,6 +115,7 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
114
115
  <span class="param-type">Array</span>
115
116
 
116
117
 
118
+
117
119
 
118
120
  </td>
119
121
 
@@ -141,7 +143,8 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
141
143
  <td class="type">
142
144
 
143
145
 
144
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
146
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
147
+
145
148
 
146
149
 
147
150
 
@@ -338,7 +341,7 @@ new Polygon({
338
341
 
339
342
 
340
343
  <ul>
341
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
344
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
342
345
  </ul>
343
346
 
344
347
 
@@ -370,11 +373,12 @@ new Polygon({
370
373
  <tbody>
371
374
 
372
375
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="Polygon.html#centroid">centroid</a></code></td>
376
+ <td class="name"><code><a href="#centroid">centroid</a></code></td>
374
377
  <td class="name">
375
378
  <code>
376
379
 
377
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
380
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
381
+
378
382
 
379
383
 
380
384
  </code>
@@ -383,63 +387,68 @@ new Polygon({
383
387
  </tr>
384
388
 
385
389
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="Polygon.html#coordinates">coordinates</a></code></td>
390
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
387
391
  <td class="name">
388
392
  <code>
389
393
 
390
394
  <span class="param-type">Array</span>
391
395
 
392
396
 
397
+
393
398
  </code>
394
399
  </td>
395
400
  <td class="name"><code><p>几何点的坐标</p></code></td>
396
401
  </tr>
397
402
 
398
403
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="Polygon.html#extent">extent</a></code></td>
404
+ <td class="name"><code><a href="#extent">extent</a></code></td>
400
405
  <td class="name">
401
406
  <code>
402
407
 
403
408
  <span class="param-type">Number</span>
404
409
 
405
410
 
411
+
406
412
  </code>
407
413
  </td>
408
414
  <td class="name"><code><p>外包盒</p></code></td>
409
415
  </tr>
410
416
 
411
417
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="Polygon.html#hasZ">hasZ</a></code></td>
418
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
413
419
  <td class="name">
414
420
  <code>
415
421
 
416
422
  <span class="param-type">Boolean</span>
417
423
 
418
424
 
425
+
419
426
  </code>
420
427
  </td>
421
428
  <td class="name"><code><p>是否含有z坐标</p></code></td>
422
429
  </tr>
423
430
 
424
431
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="Polygon.html#isSelfIntersecting">isSelfIntersecting</a></code></td>
432
+ <td class="name"><code><a href="#isSelfIntersecting">isSelfIntersecting</a></code></td>
426
433
  <td class="name">
427
434
  <code>
428
435
 
429
436
  <span class="param-type">Boolean</span>
430
437
 
431
438
 
439
+
432
440
  </code>
433
441
  </td>
434
442
  <td class="name"><code><p>多边形是否自相交;判断多边形内的环是否互相相交;或多边形内部的环是否自相交</p></code></td>
435
443
  </tr>
436
444
 
437
445
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="Polygon.html#spatialReference">spatialReference</a></code></td>
446
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
439
447
  <td class="name">
440
448
  <code>
441
449
 
442
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
450
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
451
+
443
452
 
444
453
 
445
454
  </code>
@@ -458,7 +467,8 @@ new Polygon({
458
467
  <span class="method-parameter is-pulled-right">
459
468
  <label>类型:</label>
460
469
 
461
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
470
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
471
+
462
472
 
463
473
 
464
474
  </span>
@@ -531,6 +541,7 @@ new Polygon({
531
541
  <span class="param-type">Array</span>
532
542
 
533
543
 
544
+
534
545
  </span>
535
546
 
536
547
  <h4 class="name" id="coordinates">
@@ -601,6 +612,7 @@ new Polygon({
601
612
  <span class="param-type">Number</span>
602
613
 
603
614
 
615
+
604
616
  </span>
605
617
 
606
618
  <h4 class="name" id="extent">
@@ -676,6 +688,7 @@ new Polygon({
676
688
  <span class="param-type">Boolean</span>
677
689
 
678
690
 
691
+
679
692
  </span>
680
693
 
681
694
  <h4 class="name" id="hasZ">
@@ -755,6 +768,7 @@ new Polygon({
755
768
  <span class="param-type">Boolean</span>
756
769
 
757
770
 
771
+
758
772
  </span>
759
773
 
760
774
  <h4 class="name" id="isSelfIntersecting">
@@ -827,7 +841,8 @@ new Polygon({
827
841
  <span class="method-parameter is-pulled-right">
828
842
  <label>类型:</label>
829
843
 
830
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
844
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
845
+
831
846
 
832
847
 
833
848
  </span>
@@ -861,7 +876,7 @@ new Polygon({
861
876
 
862
877
  <dt class="inherited-from">Inherited From:</dt>
863
878
  <dd class="inherited-from"><ul class="dummy"><li>
864
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
879
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
865
880
  </li></ul></dd>
866
881
 
867
882
 
@@ -918,12 +933,13 @@ new Polygon({
918
933
  <tbody>
919
934
 
920
935
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="Polygon.html#fromExtent">fromExtent</a></code></td>
936
+ <td class="name"><code><a href="#fromExtent">fromExtent</a></code></td>
922
937
  <td class="name">
923
938
  <code>
924
939
 
925
940
 
926
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
941
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
942
+
927
943
 
928
944
 
929
945
 
@@ -933,7 +949,7 @@ new Polygon({
933
949
  </tr>
934
950
 
935
951
  <tr class="deep-level-0">
936
- <td class="name"><code><a href="Polygon.html#fromJSON">fromJSON</a></code></td>
952
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
937
953
  <td class="name">
938
954
  <code>
939
955
 
@@ -943,12 +959,13 @@ new Polygon({
943
959
  </tr>
944
960
 
945
961
  <tr class="deep-level-0">
946
- <td class="name"><code><a href="Polygon.html#addRing">addRing</a></code></td>
962
+ <td class="name"><code><a href="#addRing">addRing</a></code></td>
947
963
  <td class="name">
948
964
  <code>
949
965
 
950
966
 
951
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
967
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
968
+
952
969
 
953
970
 
954
971
 
@@ -958,12 +975,13 @@ new Polygon({
958
975
  </tr>
959
976
 
960
977
  <tr class="deep-level-0">
961
- <td class="name"><code><a href="Polygon.html#clone">clone</a></code></td>
978
+ <td class="name"><code><a href="#clone">clone</a></code></td>
962
979
  <td class="name">
963
980
  <code>
964
981
 
965
982
 
966
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
983
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
984
+
967
985
 
968
986
 
969
987
 
@@ -973,7 +991,7 @@ new Polygon({
973
991
  </tr>
974
992
 
975
993
  <tr class="deep-level-0">
976
- <td class="name"><code><a href="Polygon.html#contains">contains</a></code></td>
994
+ <td class="name"><code><a href="#contains">contains</a></code></td>
977
995
  <td class="name">
978
996
  <code>
979
997
 
@@ -981,6 +999,7 @@ new Polygon({
981
999
  <span class="param-type">Boolean</span>
982
1000
 
983
1001
 
1002
+
984
1003
 
985
1004
  </code>
986
1005
  </td>
@@ -988,7 +1007,7 @@ new Polygon({
988
1007
  </tr>
989
1008
 
990
1009
  <tr class="deep-level-0">
991
- <td class="name"><code><a href="Polygon.html#fromGeoJSON">fromGeoJSON</a></code></td>
1010
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
992
1011
  <td class="name">
993
1012
  <code>
994
1013
 
@@ -998,7 +1017,7 @@ new Polygon({
998
1017
  </tr>
999
1018
 
1000
1019
  <tr class="deep-level-0">
1001
- <td class="name"><code><a href="Polygon.html#getGeometryType">getGeometryType</a></code></td>
1020
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1002
1021
  <td class="name">
1003
1022
  <code>
1004
1023
 
@@ -1006,6 +1025,7 @@ new Polygon({
1006
1025
  <span class="param-type">String</span>
1007
1026
 
1008
1027
 
1028
+
1009
1029
 
1010
1030
  </code>
1011
1031
  </td>
@@ -1013,7 +1033,7 @@ new Polygon({
1013
1033
  </tr>
1014
1034
 
1015
1035
  <tr class="deep-level-0">
1016
- <td class="name"><code><a href="Polygon.html#getIGSType">getIGSType</a></code></td>
1036
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1017
1037
  <td class="name">
1018
1038
  <code>
1019
1039
 
@@ -1025,17 +1045,18 @@ new Polygon({
1025
1045
  </tr>
1026
1046
 
1027
1047
  <tr class="deep-level-0">
1028
- <td class="name"><code><a href="Polygon.html#getPoint">getPoint</a></code></td>
1048
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
1029
1049
  <td class="name">
1030
1050
  <code>
1031
1051
 
1032
1052
 
1033
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1053
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1034
1054
  |
1035
1055
 
1036
1056
  <span class="param-type">null</span>
1037
1057
 
1038
1058
 
1059
+
1039
1060
 
1040
1061
  </code>
1041
1062
  </td>
@@ -1043,7 +1064,7 @@ new Polygon({
1043
1064
  </tr>
1044
1065
 
1045
1066
  <tr class="deep-level-0">
1046
- <td class="name"><code><a href="Polygon.html#getType">getType</a></code></td>
1067
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1047
1068
  <td class="name">
1048
1069
  <code>
1049
1070
 
@@ -1051,6 +1072,7 @@ new Polygon({
1051
1072
  <span class="param-type">String</span>
1052
1073
 
1053
1074
 
1075
+
1054
1076
 
1055
1077
  </code>
1056
1078
  </td>
@@ -1058,17 +1080,18 @@ new Polygon({
1058
1080
  </tr>
1059
1081
 
1060
1082
  <tr class="deep-level-0">
1061
- <td class="name"><code><a href="Polygon.html#insertPoint">insertPoint</a></code></td>
1083
+ <td class="name"><code><a href="#insertPoint">insertPoint</a></code></td>
1062
1084
  <td class="name">
1063
1085
  <code>
1064
1086
 
1065
1087
 
1066
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1088
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1067
1089
  |
1068
1090
 
1069
1091
  <span class="param-type">null</span>
1070
1092
 
1071
1093
 
1094
+
1072
1095
 
1073
1096
  </code>
1074
1097
  </td>
@@ -1076,7 +1099,7 @@ new Polygon({
1076
1099
  </tr>
1077
1100
 
1078
1101
  <tr class="deep-level-0">
1079
- <td class="name"><code><a href="Polygon.html#isClockwise">isClockwise</a></code></td>
1102
+ <td class="name"><code><a href="#isClockwise">isClockwise</a></code></td>
1080
1103
  <td class="name">
1081
1104
  <code>
1082
1105
 
@@ -1084,6 +1107,7 @@ new Polygon({
1084
1107
  <span class="param-type">Boolean</span>
1085
1108
 
1086
1109
 
1110
+
1087
1111
 
1088
1112
  </code>
1089
1113
  </td>
@@ -1091,7 +1115,7 @@ new Polygon({
1091
1115
  </tr>
1092
1116
 
1093
1117
  <tr class="deep-level-0">
1094
- <td class="name"><code><a href="Polygon.html#off">off</a></code></td>
1118
+ <td class="name"><code><a href="#off">off</a></code></td>
1095
1119
  <td class="name">
1096
1120
  <code>
1097
1121
 
@@ -1099,6 +1123,7 @@ new Polygon({
1099
1123
  <span class="param-type">Object</span>
1100
1124
 
1101
1125
 
1126
+
1102
1127
 
1103
1128
  </code>
1104
1129
  </td>
@@ -1113,7 +1138,7 @@ new Polygon({
1113
1138
  </tr>
1114
1139
 
1115
1140
  <tr class="deep-level-0">
1116
- <td class="name"><code><a href="Polygon.html#on">on</a></code></td>
1141
+ <td class="name"><code><a href="#on">on</a></code></td>
1117
1142
  <td class="name">
1118
1143
  <code>
1119
1144
 
@@ -1121,6 +1146,7 @@ new Polygon({
1121
1146
  <span class="param-type">Object</span>
1122
1147
 
1123
1148
 
1149
+
1124
1150
 
1125
1151
  </code>
1126
1152
  </td>
@@ -1134,17 +1160,18 @@ new Polygon({
1134
1160
  </tr>
1135
1161
 
1136
1162
  <tr class="deep-level-0">
1137
- <td class="name"><code><a href="Polygon.html#removePoint">removePoint</a></code></td>
1163
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
1138
1164
  <td class="name">
1139
1165
  <code>
1140
1166
 
1141
1167
 
1142
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1168
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1143
1169
  |
1144
1170
 
1145
1171
  <span class="param-type">null</span>
1146
1172
 
1147
1173
 
1174
+
1148
1175
 
1149
1176
  </code>
1150
1177
  </td>
@@ -1152,7 +1179,7 @@ new Polygon({
1152
1179
  </tr>
1153
1180
 
1154
1181
  <tr class="deep-level-0">
1155
- <td class="name"><code><a href="Polygon.html#removeRing">removeRing</a></code></td>
1182
+ <td class="name"><code><a href="#removeRing">removeRing</a></code></td>
1156
1183
  <td class="name">
1157
1184
  <code>
1158
1185
 
@@ -1160,6 +1187,7 @@ new Polygon({
1160
1187
  <span class="param-type">Array</span>
1161
1188
 
1162
1189
 
1190
+
1163
1191
 
1164
1192
  </code>
1165
1193
  </td>
@@ -1167,12 +1195,13 @@ new Polygon({
1167
1195
  </tr>
1168
1196
 
1169
1197
  <tr class="deep-level-0">
1170
- <td class="name"><code><a href="Polygon.html#setPoint">setPoint</a></code></td>
1198
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
1171
1199
  <td class="name">
1172
1200
  <code>
1173
1201
 
1174
1202
 
1175
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1203
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1204
+
1176
1205
 
1177
1206
 
1178
1207
 
@@ -1182,7 +1211,7 @@ new Polygon({
1182
1211
  </tr>
1183
1212
 
1184
1213
  <tr class="deep-level-0">
1185
- <td class="name"><code><a href="Polygon.html#toDots">toDots</a></code></td>
1214
+ <td class="name"><code><a href="#toDots">toDots</a></code></td>
1186
1215
  <td class="name">
1187
1216
  <code>
1188
1217
 
@@ -1194,7 +1223,7 @@ new Polygon({
1194
1223
  </tr>
1195
1224
 
1196
1225
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="Polygon.html#toGeoJSON">toGeoJSON</a></code></td>
1226
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1198
1227
  <td class="name">
1199
1228
  <code>
1200
1229
 
@@ -1202,6 +1231,7 @@ new Polygon({
1202
1231
  <span class="param-type">Object</span>
1203
1232
 
1204
1233
 
1234
+
1205
1235
 
1206
1236
  </code>
1207
1237
  </td>
@@ -1209,7 +1239,7 @@ new Polygon({
1209
1239
  </tr>
1210
1240
 
1211
1241
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="Polygon.html#toJSON">toJSON</a></code></td>
1242
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1213
1243
  <td class="name">
1214
1244
  <code>
1215
1245
 
@@ -1217,6 +1247,7 @@ new Polygon({
1217
1247
  <span class="param-type">Object</span>
1218
1248
 
1219
1249
 
1250
+
1220
1251
 
1221
1252
  </code>
1222
1253
  </td>
@@ -1225,7 +1256,7 @@ new Polygon({
1225
1256
  </tr>
1226
1257
 
1227
1258
  <tr class="deep-level-0">
1228
- <td class="name"><code><a href="Polygon.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1259
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1229
1260
  <td class="name">
1230
1261
  <code>
1231
1262
 
@@ -1237,7 +1268,7 @@ new Polygon({
1237
1268
  </tr>
1238
1269
 
1239
1270
  <tr class="deep-level-0">
1240
- <td class="name"><code><a href="Polygon.html#toString">toString</a></code></td>
1271
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1241
1272
  <td class="name">
1242
1273
  <code>
1243
1274
 
@@ -1250,7 +1281,7 @@ new Polygon({
1250
1281
  </tr>
1251
1282
 
1252
1283
  <tr class="deep-level-0">
1253
- <td class="name"><code><a href="Polygon.html#toXMl">toXMl</a></code></td>
1284
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1254
1285
  <td class="name">
1255
1286
  <code>
1256
1287
 
@@ -1258,6 +1289,7 @@ new Polygon({
1258
1289
  <span class="param-type">String</span>
1259
1290
 
1260
1291
 
1292
+
1261
1293
 
1262
1294
  </code>
1263
1295
  </td>
@@ -1265,7 +1297,7 @@ new Polygon({
1265
1297
  </tr>
1266
1298
 
1267
1299
  <tr class="deep-level-0">
1268
- <td class="name"><code><a href="Polygon.html#toXML">toXML</a></code></td>
1300
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1269
1301
  <td class="name">
1270
1302
  <code>
1271
1303
 
@@ -1273,6 +1305,7 @@ new Polygon({
1273
1305
  <span class="param-type">String</span>
1274
1306
 
1275
1307
 
1308
+
1276
1309
 
1277
1310
  </code>
1278
1311
  </td>
@@ -1347,7 +1380,8 @@ new Polygon({
1347
1380
  <td class="type">
1348
1381
 
1349
1382
 
1350
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1383
+ <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1384
+
1351
1385
 
1352
1386
 
1353
1387
 
@@ -1435,7 +1469,8 @@ new Polygon({
1435
1469
  <div class='column is-5 has-text-left'>
1436
1470
  <label>类型: </label>
1437
1471
 
1438
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1472
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1473
+
1439
1474
 
1440
1475
 
1441
1476
  </div>
@@ -1538,6 +1573,7 @@ const polygon = Polygon.fromExtent(extent)</code></pre>
1538
1573
  <span class="param-type">Object</span>
1539
1574
 
1540
1575
 
1576
+
1541
1577
 
1542
1578
  </td>
1543
1579
 
@@ -1700,7 +1736,8 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1700
1736
  <td class="type">
1701
1737
 
1702
1738
 
1703
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
1739
+ <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
1740
+
1704
1741
 
1705
1742
 
1706
1743
 
@@ -1788,7 +1825,8 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1788
1825
  <div class='column is-5 has-text-left'>
1789
1826
  <label>类型: </label>
1790
1827
 
1791
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1828
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1829
+
1792
1830
 
1793
1831
 
1794
1832
  </div>
@@ -1951,7 +1989,8 @@ polygon.addRing(ring)</code></pre>
1951
1989
  <div class='column is-5 has-text-left'>
1952
1990
  <label>类型: </label>
1953
1991
 
1954
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1992
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1993
+
1955
1994
 
1956
1995
 
1957
1996
  </div>
@@ -2028,7 +2067,8 @@ polygon.addRing(ring)</code></pre>
2028
2067
  <td class="type">
2029
2068
 
2030
2069
 
2031
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2070
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2071
+
2032
2072
 
2033
2073
 
2034
2074
 
@@ -2119,6 +2159,7 @@ polygon.addRing(ring)</code></pre>
2119
2159
  <span class="param-type">Boolean</span>
2120
2160
 
2121
2161
 
2162
+
2122
2163
  </div>
2123
2164
 
2124
2165
  </div>
@@ -2224,6 +2265,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2224
2265
  <span class="param-type">Object</span>
2225
2266
 
2226
2267
 
2268
+
2227
2269
 
2228
2270
  </td>
2229
2271
 
@@ -2253,7 +2295,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2253
2295
 
2254
2296
  <dt class="inherited-from">Inherited From:</dt>
2255
2297
  <dd class="inherited-from"><ul class="dummy"><li>
2256
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2298
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2257
2299
  </li></ul></dd>
2258
2300
 
2259
2301
 
@@ -2349,7 +2391,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2349
2391
 
2350
2392
  <dt class="inherited-from">Inherited From:</dt>
2351
2393
  <dd class="inherited-from"><ul class="dummy"><li>
2352
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2394
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2353
2395
  </li></ul></dd>
2354
2396
 
2355
2397
 
@@ -2413,6 +2455,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2413
2455
  <span class="param-type">String</span>
2414
2456
 
2415
2457
 
2458
+
2416
2459
  </div>
2417
2460
 
2418
2461
  </div>
@@ -2603,6 +2646,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2603
2646
  <span class="param-type">Number</span>
2604
2647
 
2605
2648
 
2649
+
2606
2650
 
2607
2651
  </td>
2608
2652
 
@@ -2627,6 +2671,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2627
2671
  <span class="param-type">Number</span>
2628
2672
 
2629
2673
 
2674
+
2630
2675
 
2631
2676
  </td>
2632
2677
 
@@ -2712,12 +2757,13 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2712
2757
  <div class='column is-5 has-text-left'>
2713
2758
  <label>类型: </label>
2714
2759
 
2715
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2760
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2716
2761
  |
2717
2762
 
2718
2763
  <span class="param-type">null</span>
2719
2764
 
2720
2765
 
2766
+
2721
2767
  </div>
2722
2768
 
2723
2769
  </div>
@@ -2800,7 +2846,7 @@ const point = polygon.getPoint(0, 1)</code></pre>
2800
2846
 
2801
2847
  <dt class="inherited-from">Inherited From:</dt>
2802
2848
  <dd class="inherited-from"><ul class="dummy"><li>
2803
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2849
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2804
2850
  </li></ul></dd>
2805
2851
 
2806
2852
 
@@ -2864,6 +2910,7 @@ const point = polygon.getPoint(0, 1)</code></pre>
2864
2910
  <span class="param-type">String</span>
2865
2911
 
2866
2912
 
2913
+
2867
2914
  </div>
2868
2915
 
2869
2916
  </div>
@@ -2941,6 +2988,7 @@ const point = polygon.getPoint(0, 1)</code></pre>
2941
2988
  <span class="param-type">Number</span>
2942
2989
 
2943
2990
 
2991
+
2944
2992
 
2945
2993
  </td>
2946
2994
 
@@ -2965,6 +3013,7 @@ const point = polygon.getPoint(0, 1)</code></pre>
2965
3013
  <span class="param-type">Number</span>
2966
3014
 
2967
3015
 
3016
+
2968
3017
 
2969
3018
  </td>
2970
3019
 
@@ -2986,7 +3035,8 @@ const point = polygon.getPoint(0, 1)</code></pre>
2986
3035
  <td class="type">
2987
3036
 
2988
3037
 
2989
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3038
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3039
+
2990
3040
 
2991
3041
 
2992
3042
 
@@ -3074,12 +3124,13 @@ const point = polygon.getPoint(0, 1)</code></pre>
3074
3124
  <div class='column is-5 has-text-left'>
3075
3125
  <label>类型: </label>
3076
3126
 
3077
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3127
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3078
3128
  |
3079
3129
 
3080
3130
  <span class="param-type">null</span>
3081
3131
 
3082
3132
 
3133
+
3083
3134
  </div>
3084
3135
 
3085
3136
  </div>
@@ -3185,7 +3236,8 @@ polygon.insertPoint(0, 3, point)</code></pre>
3185
3236
  <span class="param-type">Array</span>
3186
3237
  |
3187
3238
 
3188
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
3239
+ <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
3240
+
3189
3241
 
3190
3242
 
3191
3243
 
@@ -3276,6 +3328,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3276
3328
  <span class="param-type">Boolean</span>
3277
3329
 
3278
3330
 
3331
+
3279
3332
  </div>
3280
3333
 
3281
3334
  </div>
@@ -3360,6 +3413,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3360
3413
  <span class="param-type">string</span>
3361
3414
 
3362
3415
 
3416
+
3363
3417
 
3364
3418
  </td>
3365
3419
 
@@ -3386,6 +3440,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3386
3440
  <span class="param-type">function</span>
3387
3441
 
3388
3442
 
3443
+
3389
3444
 
3390
3445
  </td>
3391
3446
 
@@ -3410,6 +3465,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3410
3465
  <span class="param-type">Object</span>
3411
3466
 
3412
3467
 
3468
+
3413
3469
 
3414
3470
  </td>
3415
3471
 
@@ -3439,7 +3495,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3439
3495
 
3440
3496
  <dt class="inherited-from">Inherited From:</dt>
3441
3497
  <dd class="inherited-from"><ul class="dummy"><li>
3442
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3498
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3443
3499
  </li></ul></dd>
3444
3500
 
3445
3501
 
@@ -3503,6 +3559,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3503
3559
  <span class="param-type">Object</span>
3504
3560
 
3505
3561
 
3562
+
3506
3563
  </div>
3507
3564
 
3508
3565
  </div>
@@ -3679,6 +3736,7 @@ view.off({
3679
3736
  <span class="param-type">Object</span>
3680
3737
 
3681
3738
 
3739
+
3682
3740
 
3683
3741
  </td>
3684
3742
 
@@ -3711,6 +3769,7 @@ view.off({
3711
3769
  <span class="param-type">function</span>
3712
3770
 
3713
3771
 
3772
+
3714
3773
 
3715
3774
  </td>
3716
3775
 
@@ -3741,6 +3800,7 @@ view.off({
3741
3800
  <span class="param-type">Object</span>
3742
3801
 
3743
3802
 
3803
+
3744
3804
 
3745
3805
  </td>
3746
3806
 
@@ -3776,7 +3836,7 @@ view.off({
3776
3836
 
3777
3837
  <dt class="inherited-from">Inherited From:</dt>
3778
3838
  <dd class="inherited-from"><ul class="dummy"><li>
3779
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3839
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3780
3840
  </li></ul></dd>
3781
3841
 
3782
3842
 
@@ -3840,6 +3900,7 @@ view.off({
3840
3900
  <span class="param-type">Object</span>
3841
3901
 
3842
3902
 
3903
+
3843
3904
  </div>
3844
3905
 
3845
3906
  </div>
@@ -3995,6 +4056,7 @@ view.on({
3995
4056
  <span class="param-type">Number</span>
3996
4057
 
3997
4058
 
4059
+
3998
4060
 
3999
4061
  </td>
4000
4062
 
@@ -4019,6 +4081,7 @@ view.on({
4019
4081
  <span class="param-type">Number</span>
4020
4082
 
4021
4083
 
4084
+
4022
4085
 
4023
4086
  </td>
4024
4087
 
@@ -4104,12 +4167,13 @@ view.on({
4104
4167
  <div class='column is-5 has-text-left'>
4105
4168
  <label>类型: </label>
4106
4169
 
4107
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4170
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4108
4171
  |
4109
4172
 
4110
4173
  <span class="param-type">null</span>
4111
4174
 
4112
4175
 
4176
+
4113
4177
  </div>
4114
4178
 
4115
4179
  </div>
@@ -4212,6 +4276,7 @@ polygon.removePoint(0, 1)</code></pre>
4212
4276
  <span class="param-type">Number</span>
4213
4277
 
4214
4278
 
4279
+
4215
4280
 
4216
4281
  </td>
4217
4282
 
@@ -4300,6 +4365,7 @@ polygon.removePoint(0, 1)</code></pre>
4300
4365
  <span class="param-type">Array</span>
4301
4366
 
4302
4367
 
4368
+
4303
4369
  </div>
4304
4370
 
4305
4371
  </div>
@@ -4402,6 +4468,7 @@ polygon.removeRing(1)</code></pre>
4402
4468
  <span class="param-type">Number</span>
4403
4469
 
4404
4470
 
4471
+
4405
4472
 
4406
4473
  </td>
4407
4474
 
@@ -4426,6 +4493,7 @@ polygon.removeRing(1)</code></pre>
4426
4493
  <span class="param-type">Number</span>
4427
4494
 
4428
4495
 
4496
+
4429
4497
 
4430
4498
  </td>
4431
4499
 
@@ -4447,12 +4515,13 @@ polygon.removeRing(1)</code></pre>
4447
4515
  <td class="type">
4448
4516
 
4449
4517
 
4450
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4518
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4451
4519
  |
4452
4520
 
4453
4521
  <span class="param-type">Number</span>
4454
4522
 
4455
4523
 
4524
+
4456
4525
 
4457
4526
  </td>
4458
4527
 
@@ -4538,7 +4607,8 @@ polygon.removeRing(1)</code></pre>
4538
4607
  <div class='column is-5 has-text-left'>
4539
4608
  <label>类型: </label>
4540
4609
 
4541
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4610
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4611
+
4542
4612
 
4543
4613
 
4544
4614
  </div>
@@ -4734,7 +4804,7 @@ polygon.setPoint(0, 3, point)</code></pre>
4734
4804
 
4735
4805
  <dt class="inherited-from">Inherited From:</dt>
4736
4806
  <dd class="inherited-from"><ul class="dummy"><li>
4737
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4807
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4738
4808
  </li></ul></dd>
4739
4809
 
4740
4810
 
@@ -4798,6 +4868,7 @@ polygon.setPoint(0, 3, point)</code></pre>
4798
4868
  <span class="param-type">Object</span>
4799
4869
 
4800
4870
 
4871
+
4801
4872
  </div>
4802
4873
 
4803
4874
  </div>
@@ -4920,6 +4991,7 @@ polygon.setPoint(0, 3, point)</code></pre>
4920
4991
  <span class="param-type">Object</span>
4921
4992
 
4922
4993
 
4994
+
4923
4995
  </div>
4924
4996
 
4925
4997
  </div>
@@ -5258,6 +5330,7 @@ polygon.setPoint(0, 3, point)</code></pre>
5258
5330
  <span class="param-type">String</span>
5259
5331
 
5260
5332
 
5333
+
5261
5334
  </div>
5262
5335
 
5263
5336
  </div>
@@ -5315,7 +5388,7 @@ polygon.setPoint(0, 3, point)</code></pre>
5315
5388
 
5316
5389
  <dt class="inherited-from">Inherited From:</dt>
5317
5390
  <dd class="inherited-from"><ul class="dummy"><li>
5318
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5391
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5319
5392
  </li></ul></dd>
5320
5393
 
5321
5394
 
@@ -5379,6 +5452,7 @@ polygon.setPoint(0, 3, point)</code></pre>
5379
5452
  <span class="param-type">String</span>
5380
5453
 
5381
5454
 
5455
+
5382
5456
  </div>
5383
5457
 
5384
5458
  </div>