@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 { MultiPolygon } 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 { MultiPolygon } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">Array</span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -138,7 +140,8 @@ import { MultiPolygon } from &quot;@mapgis/webclient-common&quot; <br/>
138
140
  <td class="type">
139
141
 
140
142
 
141
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
143
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
144
+
142
145
 
143
146
 
144
147
 
@@ -344,7 +347,7 @@ new MultiPolygon({
344
347
 
345
348
 
346
349
  <ul>
347
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
350
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
348
351
  </ul>
349
352
 
350
353
 
@@ -376,50 +379,54 @@ new MultiPolygon({
376
379
  <tbody>
377
380
 
378
381
  <tr class="deep-level-0">
379
- <td class="name"><code><a href="MultiPolygon.html#coordinates">coordinates</a></code></td>
382
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
380
383
  <td class="name">
381
384
  <code>
382
385
 
383
386
  <span class="param-type">Array</span>
384
387
 
385
388
 
389
+
386
390
  </code>
387
391
  </td>
388
392
  <td class="name"><code><p>几何点的坐标</p></code></td>
389
393
  </tr>
390
394
 
391
395
  <tr class="deep-level-0">
392
- <td class="name"><code><a href="MultiPolygon.html#extent">extent</a></code></td>
396
+ <td class="name"><code><a href="#extent">extent</a></code></td>
393
397
  <td class="name">
394
398
  <code>
395
399
 
396
400
  <span class="param-type">Number</span>
397
401
 
398
402
 
403
+
399
404
  </code>
400
405
  </td>
401
406
  <td class="name"><code><p>外包盒</p></code></td>
402
407
  </tr>
403
408
 
404
409
  <tr class="deep-level-0">
405
- <td class="name"><code><a href="MultiPolygon.html#hasZ">hasZ</a></code></td>
410
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
406
411
  <td class="name">
407
412
  <code>
408
413
 
409
414
  <span class="param-type">Boolean</span>
410
415
 
411
416
 
417
+
412
418
  </code>
413
419
  </td>
414
420
  <td class="name"><code><p>是否含有z坐标</p></code></td>
415
421
  </tr>
416
422
 
417
423
  <tr class="deep-level-0">
418
- <td class="name"><code><a href="MultiPolygon.html#spatialReference">spatialReference</a></code></td>
424
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
419
425
  <td class="name">
420
426
  <code>
421
427
 
422
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
428
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
429
+
423
430
 
424
431
 
425
432
  </code>
@@ -441,6 +448,7 @@ new MultiPolygon({
441
448
  <span class="param-type">Array</span>
442
449
 
443
450
 
451
+
444
452
  </span>
445
453
 
446
454
  <h4 class="name" id="coordinates">
@@ -511,6 +519,7 @@ new MultiPolygon({
511
519
  <span class="param-type">Number</span>
512
520
 
513
521
 
522
+
514
523
  </span>
515
524
 
516
525
  <h4 class="name" id="extent">
@@ -586,6 +595,7 @@ new MultiPolygon({
586
595
  <span class="param-type">Boolean</span>
587
596
 
588
597
 
598
+
589
599
  </span>
590
600
 
591
601
  <h4 class="name" id="hasZ">
@@ -662,7 +672,8 @@ new MultiPolygon({
662
672
  <span class="method-parameter is-pulled-right">
663
673
  <label>类型:</label>
664
674
 
665
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
675
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
676
+
666
677
 
667
678
 
668
679
  </span>
@@ -696,7 +707,7 @@ new MultiPolygon({
696
707
 
697
708
  <dt class="inherited-from">Inherited From:</dt>
698
709
  <dd class="inherited-from"><ul class="dummy"><li>
699
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
710
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
700
711
  </li></ul></dd>
701
712
 
702
713
 
@@ -753,7 +764,7 @@ new MultiPolygon({
753
764
  <tbody>
754
765
 
755
766
  <tr class="deep-level-0">
756
- <td class="name"><code><a href="MultiPolygon.html#fromJSON">fromJSON</a></code></td>
767
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
757
768
  <td class="name">
758
769
  <code>
759
770
 
@@ -763,12 +774,13 @@ new MultiPolygon({
763
774
  </tr>
764
775
 
765
776
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="MultiPolygon.html#addPolygon">addPolygon</a></code></td>
777
+ <td class="name"><code><a href="#addPolygon">addPolygon</a></code></td>
767
778
  <td class="name">
768
779
  <code>
769
780
 
770
781
 
771
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
782
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
783
+
772
784
 
773
785
 
774
786
 
@@ -778,12 +790,13 @@ new MultiPolygon({
778
790
  </tr>
779
791
 
780
792
  <tr class="deep-level-0">
781
- <td class="name"><code><a href="MultiPolygon.html#clone">clone</a></code></td>
793
+ <td class="name"><code><a href="#clone">clone</a></code></td>
782
794
  <td class="name">
783
795
  <code>
784
796
 
785
797
 
786
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
798
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
799
+
787
800
 
788
801
 
789
802
 
@@ -793,7 +806,7 @@ new MultiPolygon({
793
806
  </tr>
794
807
 
795
808
  <tr class="deep-level-0">
796
- <td class="name"><code><a href="MultiPolygon.html#contains">contains</a></code></td>
809
+ <td class="name"><code><a href="#contains">contains</a></code></td>
797
810
  <td class="name">
798
811
  <code>
799
812
 
@@ -801,6 +814,7 @@ new MultiPolygon({
801
814
  <span class="param-type">Boolean</span>
802
815
 
803
816
 
817
+
804
818
 
805
819
  </code>
806
820
  </td>
@@ -808,7 +822,7 @@ new MultiPolygon({
808
822
  </tr>
809
823
 
810
824
  <tr class="deep-level-0">
811
- <td class="name"><code><a href="MultiPolygon.html#fromGeoJSON">fromGeoJSON</a></code></td>
825
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
812
826
  <td class="name">
813
827
  <code>
814
828
 
@@ -818,7 +832,7 @@ new MultiPolygon({
818
832
  </tr>
819
833
 
820
834
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="MultiPolygon.html#getGeometryType">getGeometryType</a></code></td>
835
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
822
836
  <td class="name">
823
837
  <code>
824
838
 
@@ -826,6 +840,7 @@ new MultiPolygon({
826
840
  <span class="param-type">String</span>
827
841
 
828
842
 
843
+
829
844
 
830
845
  </code>
831
846
  </td>
@@ -833,7 +848,7 @@ new MultiPolygon({
833
848
  </tr>
834
849
 
835
850
  <tr class="deep-level-0">
836
- <td class="name"><code><a href="MultiPolygon.html#getIGSType">getIGSType</a></code></td>
851
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
837
852
  <td class="name">
838
853
  <code>
839
854
 
@@ -845,7 +860,7 @@ new MultiPolygon({
845
860
  </tr>
846
861
 
847
862
  <tr class="deep-level-0">
848
- <td class="name"><code><a href="MultiPolygon.html#getType">getType</a></code></td>
863
+ <td class="name"><code><a href="#getType">getType</a></code></td>
849
864
  <td class="name">
850
865
  <code>
851
866
 
@@ -853,6 +868,7 @@ new MultiPolygon({
853
868
  <span class="param-type">String</span>
854
869
 
855
870
 
871
+
856
872
 
857
873
  </code>
858
874
  </td>
@@ -860,7 +876,7 @@ new MultiPolygon({
860
876
  </tr>
861
877
 
862
878
  <tr class="deep-level-0">
863
- <td class="name"><code><a href="MultiPolygon.html#off">off</a></code></td>
879
+ <td class="name"><code><a href="#off">off</a></code></td>
864
880
  <td class="name">
865
881
  <code>
866
882
 
@@ -868,6 +884,7 @@ new MultiPolygon({
868
884
  <span class="param-type">Object</span>
869
885
 
870
886
 
887
+
871
888
 
872
889
  </code>
873
890
  </td>
@@ -882,7 +899,7 @@ new MultiPolygon({
882
899
  </tr>
883
900
 
884
901
  <tr class="deep-level-0">
885
- <td class="name"><code><a href="MultiPolygon.html#on">on</a></code></td>
902
+ <td class="name"><code><a href="#on">on</a></code></td>
886
903
  <td class="name">
887
904
  <code>
888
905
 
@@ -890,6 +907,7 @@ new MultiPolygon({
890
907
  <span class="param-type">Object</span>
891
908
 
892
909
 
910
+
893
911
 
894
912
  </code>
895
913
  </td>
@@ -903,17 +921,18 @@ new MultiPolygon({
903
921
  </tr>
904
922
 
905
923
  <tr class="deep-level-0">
906
- <td class="name"><code><a href="MultiPolygon.html#removePolygon">removePolygon</a></code></td>
924
+ <td class="name"><code><a href="#removePolygon">removePolygon</a></code></td>
907
925
  <td class="name">
908
926
  <code>
909
927
 
910
928
 
911
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
929
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
912
930
  |
913
931
 
914
932
  <span class="param-type">null</span>
915
933
 
916
934
 
935
+
917
936
 
918
937
  </code>
919
938
  </td>
@@ -921,7 +940,7 @@ new MultiPolygon({
921
940
  </tr>
922
941
 
923
942
  <tr class="deep-level-0">
924
- <td class="name"><code><a href="MultiPolygon.html#toGeoJSON">toGeoJSON</a></code></td>
943
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
925
944
  <td class="name">
926
945
  <code>
927
946
 
@@ -929,6 +948,7 @@ new MultiPolygon({
929
948
  <span class="param-type">Object</span>
930
949
 
931
950
 
951
+
932
952
 
933
953
  </code>
934
954
  </td>
@@ -936,7 +956,7 @@ new MultiPolygon({
936
956
  </tr>
937
957
 
938
958
  <tr class="deep-level-0">
939
- <td class="name"><code><a href="MultiPolygon.html#toJSON">toJSON</a></code></td>
959
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
940
960
  <td class="name">
941
961
  <code>
942
962
 
@@ -944,6 +964,7 @@ new MultiPolygon({
944
964
  <span class="param-type">Object</span>
945
965
 
946
966
 
967
+
947
968
 
948
969
  </code>
949
970
  </td>
@@ -952,7 +973,7 @@ new MultiPolygon({
952
973
  </tr>
953
974
 
954
975
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="MultiPolygon.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
976
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
956
977
  <td class="name">
957
978
  <code>
958
979
 
@@ -964,12 +985,13 @@ new MultiPolygon({
964
985
  </tr>
965
986
 
966
987
  <tr class="deep-level-0">
967
- <td class="name"><code><a href="MultiPolygon.html#toPolygonArray">toPolygonArray</a></code></td>
988
+ <td class="name"><code><a href="#toPolygonArray">toPolygonArray</a></code></td>
968
989
  <td class="name">
969
990
  <code>
970
991
 
971
992
 
972
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
993
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
994
+
973
995
 
974
996
 
975
997
 
@@ -979,7 +1001,7 @@ new MultiPolygon({
979
1001
  </tr>
980
1002
 
981
1003
  <tr class="deep-level-0">
982
- <td class="name"><code><a href="MultiPolygon.html#toString">toString</a></code></td>
1004
+ <td class="name"><code><a href="#toString">toString</a></code></td>
983
1005
  <td class="name">
984
1006
  <code>
985
1007
 
@@ -992,7 +1014,7 @@ new MultiPolygon({
992
1014
  </tr>
993
1015
 
994
1016
  <tr class="deep-level-0">
995
- <td class="name"><code><a href="MultiPolygon.html#toXMl">toXMl</a></code></td>
1017
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
996
1018
  <td class="name">
997
1019
  <code>
998
1020
 
@@ -1000,6 +1022,7 @@ new MultiPolygon({
1000
1022
  <span class="param-type">String</span>
1001
1023
 
1002
1024
 
1025
+
1003
1026
 
1004
1027
  </code>
1005
1028
  </td>
@@ -1007,7 +1030,7 @@ new MultiPolygon({
1007
1030
  </tr>
1008
1031
 
1009
1032
  <tr class="deep-level-0">
1010
- <td class="name"><code><a href="MultiPolygon.html#toXML">toXML</a></code></td>
1033
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1011
1034
  <td class="name">
1012
1035
  <code>
1013
1036
 
@@ -1015,6 +1038,7 @@ new MultiPolygon({
1015
1038
  <span class="param-type">String</span>
1016
1039
 
1017
1040
 
1041
+
1018
1042
 
1019
1043
  </code>
1020
1044
  </td>
@@ -1092,6 +1116,7 @@ new MultiPolygon({
1092
1116
  <span class="param-type">Object</span>
1093
1117
 
1094
1118
 
1119
+
1095
1120
 
1096
1121
  </td>
1097
1122
 
@@ -1260,7 +1285,8 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1260
1285
  <td class="type">
1261
1286
 
1262
1287
 
1263
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1288
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1289
+
1264
1290
 
1265
1291
 
1266
1292
 
@@ -1291,6 +1317,7 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1291
1317
  <span class="param-type">String</span>
1292
1318
 
1293
1319
 
1320
+
1294
1321
 
1295
1322
  </td>
1296
1323
 
@@ -1382,7 +1409,8 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1382
1409
  <div class='column is-5 has-text-left'>
1383
1410
  <label>类型: </label>
1384
1411
 
1385
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1412
+ <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1413
+
1386
1414
 
1387
1415
 
1388
1416
  </div>
@@ -1544,7 +1572,8 @@ multiPolygon.addPolygon(polygon)</code></pre>
1544
1572
  <div class='column is-5 has-text-left'>
1545
1573
  <label>类型: </label>
1546
1574
 
1547
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1575
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1576
+
1548
1577
 
1549
1578
 
1550
1579
  </div>
@@ -1621,7 +1650,8 @@ multiPolygon.addPolygon(polygon)</code></pre>
1621
1650
  <td class="type">
1622
1651
 
1623
1652
 
1624
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1653
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1654
+
1625
1655
 
1626
1656
 
1627
1657
 
@@ -1712,6 +1742,7 @@ multiPolygon.addPolygon(polygon)</code></pre>
1712
1742
  <span class="param-type">Boolean</span>
1713
1743
 
1714
1744
 
1745
+
1715
1746
  </div>
1716
1747
 
1717
1748
  </div>
@@ -1821,6 +1852,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
1821
1852
  <span class="param-type">Object</span>
1822
1853
 
1823
1854
 
1855
+
1824
1856
 
1825
1857
  </td>
1826
1858
 
@@ -1850,7 +1882,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
1850
1882
 
1851
1883
  <dt class="inherited-from">Inherited From:</dt>
1852
1884
  <dd class="inherited-from"><ul class="dummy"><li>
1853
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1885
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1854
1886
  </li></ul></dd>
1855
1887
 
1856
1888
 
@@ -1946,7 +1978,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
1946
1978
 
1947
1979
  <dt class="inherited-from">Inherited From:</dt>
1948
1980
  <dd class="inherited-from"><ul class="dummy"><li>
1949
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1981
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1950
1982
  </li></ul></dd>
1951
1983
 
1952
1984
 
@@ -2010,6 +2042,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2010
2042
  <span class="param-type">String</span>
2011
2043
 
2012
2044
 
2045
+
2013
2046
  </div>
2014
2047
 
2015
2048
  </div>
@@ -2180,7 +2213,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2180
2213
 
2181
2214
  <dt class="inherited-from">Inherited From:</dt>
2182
2215
  <dd class="inherited-from"><ul class="dummy"><li>
2183
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2216
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2184
2217
  </li></ul></dd>
2185
2218
 
2186
2219
 
@@ -2244,6 +2277,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2244
2277
  <span class="param-type">String</span>
2245
2278
 
2246
2279
 
2280
+
2247
2281
  </div>
2248
2282
 
2249
2283
  </div>
@@ -2328,6 +2362,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2328
2362
  <span class="param-type">string</span>
2329
2363
 
2330
2364
 
2365
+
2331
2366
 
2332
2367
  </td>
2333
2368
 
@@ -2354,6 +2389,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2354
2389
  <span class="param-type">function</span>
2355
2390
 
2356
2391
 
2392
+
2357
2393
 
2358
2394
  </td>
2359
2395
 
@@ -2378,6 +2414,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2378
2414
  <span class="param-type">Object</span>
2379
2415
 
2380
2416
 
2417
+
2381
2418
 
2382
2419
  </td>
2383
2420
 
@@ -2407,7 +2444,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2407
2444
 
2408
2445
  <dt class="inherited-from">Inherited From:</dt>
2409
2446
  <dd class="inherited-from"><ul class="dummy"><li>
2410
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2447
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2411
2448
  </li></ul></dd>
2412
2449
 
2413
2450
 
@@ -2471,6 +2508,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2471
2508
  <span class="param-type">Object</span>
2472
2509
 
2473
2510
 
2511
+
2474
2512
  </div>
2475
2513
 
2476
2514
  </div>
@@ -2647,6 +2685,7 @@ view.off({
2647
2685
  <span class="param-type">Object</span>
2648
2686
 
2649
2687
 
2688
+
2650
2689
 
2651
2690
  </td>
2652
2691
 
@@ -2679,6 +2718,7 @@ view.off({
2679
2718
  <span class="param-type">function</span>
2680
2719
 
2681
2720
 
2721
+
2682
2722
 
2683
2723
  </td>
2684
2724
 
@@ -2709,6 +2749,7 @@ view.off({
2709
2749
  <span class="param-type">Object</span>
2710
2750
 
2711
2751
 
2752
+
2712
2753
 
2713
2754
  </td>
2714
2755
 
@@ -2744,7 +2785,7 @@ view.off({
2744
2785
 
2745
2786
  <dt class="inherited-from">Inherited From:</dt>
2746
2787
  <dd class="inherited-from"><ul class="dummy"><li>
2747
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2788
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2748
2789
  </li></ul></dd>
2749
2790
 
2750
2791
 
@@ -2808,6 +2849,7 @@ view.off({
2808
2849
  <span class="param-type">Object</span>
2809
2850
 
2810
2851
 
2852
+
2811
2853
  </div>
2812
2854
 
2813
2855
  </div>
@@ -2963,6 +3005,7 @@ view.on({
2963
3005
  <span class="param-type">Number</span>
2964
3006
 
2965
3007
 
3008
+
2966
3009
 
2967
3010
  </td>
2968
3011
 
@@ -3048,12 +3091,13 @@ view.on({
3048
3091
  <div class='column is-5 has-text-left'>
3049
3092
  <label>类型: </label>
3050
3093
 
3051
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3094
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3052
3095
  |
3053
3096
 
3054
3097
  <span class="param-type">null</span>
3055
3098
 
3056
3099
 
3100
+
3057
3101
  </div>
3058
3102
 
3059
3103
  </div>
@@ -3140,7 +3184,7 @@ multiPolygon.removePolygon(0)</code></pre>
3140
3184
 
3141
3185
  <dt class="inherited-from">Inherited From:</dt>
3142
3186
  <dd class="inherited-from"><ul class="dummy"><li>
3143
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3187
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3144
3188
  </li></ul></dd>
3145
3189
 
3146
3190
 
@@ -3204,6 +3248,7 @@ multiPolygon.removePolygon(0)</code></pre>
3204
3248
  <span class="param-type">Object</span>
3205
3249
 
3206
3250
 
3251
+
3207
3252
  </div>
3208
3253
 
3209
3254
  </div>
@@ -3326,6 +3371,7 @@ multiPolygon.removePolygon(0)</code></pre>
3326
3371
  <span class="param-type">Object</span>
3327
3372
 
3328
3373
 
3374
+
3329
3375
  </div>
3330
3376
 
3331
3377
  </div>
@@ -3547,7 +3593,8 @@ multiPolygon.removePolygon(0)</code></pre>
3547
3593
  <div class='column is-5 has-text-left'>
3548
3594
  <label>类型: </label>
3549
3595
 
3550
- <span class="param-type">Array.&lt;<a href="Polygon.html">Polygon</a>></span>
3596
+ <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
3597
+
3551
3598
 
3552
3599
 
3553
3600
  </div>
@@ -3780,6 +3827,7 @@ multiPolygon.removePolygon(0)</code></pre>
3780
3827
  <span class="param-type">String</span>
3781
3828
 
3782
3829
 
3830
+
3783
3831
  </div>
3784
3832
 
3785
3833
  </div>
@@ -3837,7 +3885,7 @@ multiPolygon.removePolygon(0)</code></pre>
3837
3885
 
3838
3886
  <dt class="inherited-from">Inherited From:</dt>
3839
3887
  <dd class="inherited-from"><ul class="dummy"><li>
3840
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3888
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3841
3889
  </li></ul></dd>
3842
3890
 
3843
3891
 
@@ -3901,6 +3949,7 @@ multiPolygon.removePolygon(0)</code></pre>
3901
3949
  <span class="param-type">String</span>
3902
3950
 
3903
3951
 
3952
+
3904
3953
  </div>
3905
3954
 
3906
3955
  </div>