@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 { MultiLineString } 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 { MultiLineString } 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 { MultiLineString } 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
 
@@ -307,7 +310,7 @@ new MultiLineString({
307
310
 
308
311
 
309
312
  <ul>
310
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
313
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
311
314
  </ul>
312
315
 
313
316
 
@@ -339,50 +342,54 @@ new MultiLineString({
339
342
  <tbody>
340
343
 
341
344
  <tr class="deep-level-0">
342
- <td class="name"><code><a href="MultiLineString.html#coordinates">coordinates</a></code></td>
345
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
343
346
  <td class="name">
344
347
  <code>
345
348
 
346
349
  <span class="param-type">Array</span>
347
350
 
348
351
 
352
+
349
353
  </code>
350
354
  </td>
351
355
  <td class="name"><code><p>几何点的坐标</p></code></td>
352
356
  </tr>
353
357
 
354
358
  <tr class="deep-level-0">
355
- <td class="name"><code><a href="MultiLineString.html#extent">extent</a></code></td>
359
+ <td class="name"><code><a href="#extent">extent</a></code></td>
356
360
  <td class="name">
357
361
  <code>
358
362
 
359
363
  <span class="param-type">Number</span>
360
364
 
361
365
 
366
+
362
367
  </code>
363
368
  </td>
364
369
  <td class="name"><code><p>外包盒</p></code></td>
365
370
  </tr>
366
371
 
367
372
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="MultiLineString.html#hasZ">hasZ</a></code></td>
373
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
369
374
  <td class="name">
370
375
  <code>
371
376
 
372
377
  <span class="param-type">Boolean</span>
373
378
 
374
379
 
380
+
375
381
  </code>
376
382
  </td>
377
383
  <td class="name"><code><p>是否含有z坐标</p></code></td>
378
384
  </tr>
379
385
 
380
386
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="MultiLineString.html#spatialReference">spatialReference</a></code></td>
387
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
382
388
  <td class="name">
383
389
  <code>
384
390
 
385
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
391
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
392
+
386
393
 
387
394
 
388
395
  </code>
@@ -391,11 +398,12 @@ new MultiLineString({
391
398
  </tr>
392
399
 
393
400
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="MultiLineString.html#type">type</a></code></td>
401
+ <td class="name"><code><a href="#type">type</a></code></td>
395
402
  <td class="name">
396
403
  <code>
397
404
 
398
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
405
+ <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
406
+
399
407
 
400
408
 
401
409
  </code>
@@ -417,6 +425,7 @@ new MultiLineString({
417
425
  <span class="param-type">Array</span>
418
426
 
419
427
 
428
+
420
429
  </span>
421
430
 
422
431
  <h4 class="name" id="coordinates">
@@ -487,6 +496,7 @@ new MultiLineString({
487
496
  <span class="param-type">Number</span>
488
497
 
489
498
 
499
+
490
500
  </span>
491
501
 
492
502
  <h4 class="name" id="extent">
@@ -562,6 +572,7 @@ new MultiLineString({
562
572
  <span class="param-type">Boolean</span>
563
573
 
564
574
 
575
+
565
576
  </span>
566
577
 
567
578
  <h4 class="name" id="hasZ">
@@ -638,7 +649,8 @@ new MultiLineString({
638
649
  <span class="method-parameter is-pulled-right">
639
650
  <label>类型:</label>
640
651
 
641
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
652
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
653
+
642
654
 
643
655
 
644
656
  </span>
@@ -672,7 +684,7 @@ new MultiLineString({
672
684
 
673
685
  <dt class="inherited-from">Inherited From:</dt>
674
686
  <dd class="inherited-from"><ul class="dummy"><li>
675
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
687
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
676
688
  </li></ul></dd>
677
689
 
678
690
 
@@ -713,7 +725,8 @@ new MultiLineString({
713
725
  <span class="method-parameter is-pulled-right">
714
726
  <label>类型:</label>
715
727
 
716
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
728
+ <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
729
+
717
730
 
718
731
 
719
732
  </span>
@@ -799,12 +812,13 @@ new MultiLineString({
799
812
  <tbody>
800
813
 
801
814
  <tr class="deep-level-0">
802
- <td class="name"><code><a href="MultiLineString.html#clone">clone</a></code></td>
815
+ <td class="name"><code><a href="#clone">clone</a></code></td>
803
816
  <td class="name">
804
817
  <code>
805
818
 
806
819
 
807
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
820
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
821
+
808
822
 
809
823
 
810
824
 
@@ -814,7 +828,7 @@ new MultiLineString({
814
828
  </tr>
815
829
 
816
830
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="MultiLineString.html#fromJSON">fromJSON</a></code></td>
831
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
818
832
  <td class="name">
819
833
  <code>
820
834
 
@@ -824,12 +838,13 @@ new MultiLineString({
824
838
  </tr>
825
839
 
826
840
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="MultiLineString.html#addPath">addPath</a></code></td>
841
+ <td class="name"><code><a href="#addPath">addPath</a></code></td>
828
842
  <td class="name">
829
843
  <code>
830
844
 
831
845
 
832
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
846
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
847
+
833
848
 
834
849
 
835
850
 
@@ -839,12 +854,13 @@ new MultiLineString({
839
854
  </tr>
840
855
 
841
856
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="MultiLineString.html#clone">clone</a></code></td>
857
+ <td class="name"><code><a href="#clone">clone</a></code></td>
843
858
  <td class="name">
844
859
  <code>
845
860
 
846
861
 
847
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
862
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
863
+
848
864
 
849
865
 
850
866
 
@@ -854,7 +870,7 @@ new MultiLineString({
854
870
  </tr>
855
871
 
856
872
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="MultiLineString.html#fromGeoJSON">fromGeoJSON</a></code></td>
873
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
858
874
  <td class="name">
859
875
  <code>
860
876
 
@@ -864,7 +880,7 @@ new MultiLineString({
864
880
  </tr>
865
881
 
866
882
  <tr class="deep-level-0">
867
- <td class="name"><code><a href="MultiLineString.html#getGeometryType">getGeometryType</a></code></td>
883
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
868
884
  <td class="name">
869
885
  <code>
870
886
 
@@ -872,6 +888,7 @@ new MultiLineString({
872
888
  <span class="param-type">String</span>
873
889
 
874
890
 
891
+
875
892
 
876
893
  </code>
877
894
  </td>
@@ -879,7 +896,7 @@ new MultiLineString({
879
896
  </tr>
880
897
 
881
898
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="MultiLineString.html#getIGSType">getIGSType</a></code></td>
899
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
883
900
  <td class="name">
884
901
  <code>
885
902
 
@@ -891,17 +908,18 @@ new MultiLineString({
891
908
  </tr>
892
909
 
893
910
  <tr class="deep-level-0">
894
- <td class="name"><code><a href="MultiLineString.html#getPoint">getPoint</a></code></td>
911
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
895
912
  <td class="name">
896
913
  <code>
897
914
 
898
915
 
899
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
916
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
900
917
  |
901
918
 
902
919
  <span class="param-type">null</span>
903
920
 
904
921
 
922
+
905
923
 
906
924
  </code>
907
925
  </td>
@@ -909,7 +927,7 @@ new MultiLineString({
909
927
  </tr>
910
928
 
911
929
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="MultiLineString.html#getType">getType</a></code></td>
930
+ <td class="name"><code><a href="#getType">getType</a></code></td>
913
931
  <td class="name">
914
932
  <code>
915
933
 
@@ -917,6 +935,7 @@ new MultiLineString({
917
935
  <span class="param-type">String</span>
918
936
 
919
937
 
938
+
920
939
 
921
940
  </code>
922
941
  </td>
@@ -924,17 +943,18 @@ new MultiLineString({
924
943
  </tr>
925
944
 
926
945
  <tr class="deep-level-0">
927
- <td class="name"><code><a href="MultiLineString.html#insertPoint">insertPoint</a></code></td>
946
+ <td class="name"><code><a href="#insertPoint">insertPoint</a></code></td>
928
947
  <td class="name">
929
948
  <code>
930
949
 
931
950
 
932
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
951
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
933
952
  |
934
953
 
935
954
  <span class="param-type">null</span>
936
955
 
937
956
 
957
+
938
958
 
939
959
  </code>
940
960
  </td>
@@ -942,7 +962,7 @@ new MultiLineString({
942
962
  </tr>
943
963
 
944
964
  <tr class="deep-level-0">
945
- <td class="name"><code><a href="MultiLineString.html#off">off</a></code></td>
965
+ <td class="name"><code><a href="#off">off</a></code></td>
946
966
  <td class="name">
947
967
  <code>
948
968
 
@@ -950,6 +970,7 @@ new MultiLineString({
950
970
  <span class="param-type">Object</span>
951
971
 
952
972
 
973
+
953
974
 
954
975
  </code>
955
976
  </td>
@@ -964,7 +985,7 @@ new MultiLineString({
964
985
  </tr>
965
986
 
966
987
  <tr class="deep-level-0">
967
- <td class="name"><code><a href="MultiLineString.html#on">on</a></code></td>
988
+ <td class="name"><code><a href="#on">on</a></code></td>
968
989
  <td class="name">
969
990
  <code>
970
991
 
@@ -972,6 +993,7 @@ new MultiLineString({
972
993
  <span class="param-type">Object</span>
973
994
 
974
995
 
996
+
975
997
 
976
998
  </code>
977
999
  </td>
@@ -985,17 +1007,18 @@ new MultiLineString({
985
1007
  </tr>
986
1008
 
987
1009
  <tr class="deep-level-0">
988
- <td class="name"><code><a href="MultiLineString.html#removePath">removePath</a></code></td>
1010
+ <td class="name"><code><a href="#removePath">removePath</a></code></td>
989
1011
  <td class="name">
990
1012
  <code>
991
1013
 
992
1014
 
993
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
1015
+ <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
994
1016
  |
995
1017
 
996
1018
  <span class="param-type">null</span>
997
1019
 
998
1020
 
1021
+
999
1022
 
1000
1023
  </code>
1001
1024
  </td>
@@ -1003,12 +1026,13 @@ new MultiLineString({
1003
1026
  </tr>
1004
1027
 
1005
1028
  <tr class="deep-level-0">
1006
- <td class="name"><code><a href="MultiLineString.html#removePoint">removePoint</a></code></td>
1029
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
1007
1030
  <td class="name">
1008
1031
  <code>
1009
1032
 
1010
1033
 
1011
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1034
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1035
+
1012
1036
 
1013
1037
 
1014
1038
 
@@ -1018,12 +1042,13 @@ new MultiLineString({
1018
1042
  </tr>
1019
1043
 
1020
1044
  <tr class="deep-level-0">
1021
- <td class="name"><code><a href="MultiLineString.html#setPoint">setPoint</a></code></td>
1045
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
1022
1046
  <td class="name">
1023
1047
  <code>
1024
1048
 
1025
1049
 
1026
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1050
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1051
+
1027
1052
 
1028
1053
 
1029
1054
 
@@ -1033,7 +1058,7 @@ new MultiLineString({
1033
1058
  </tr>
1034
1059
 
1035
1060
  <tr class="deep-level-0">
1036
- <td class="name"><code><a href="MultiLineString.html#toGeoJSON">toGeoJSON</a></code></td>
1061
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1037
1062
  <td class="name">
1038
1063
  <code>
1039
1064
 
@@ -1041,6 +1066,7 @@ new MultiLineString({
1041
1066
  <span class="param-type">Object</span>
1042
1067
 
1043
1068
 
1069
+
1044
1070
 
1045
1071
  </code>
1046
1072
  </td>
@@ -1048,7 +1074,7 @@ new MultiLineString({
1048
1074
  </tr>
1049
1075
 
1050
1076
  <tr class="deep-level-0">
1051
- <td class="name"><code><a href="MultiLineString.html#toJSON">toJSON</a></code></td>
1077
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1052
1078
  <td class="name">
1053
1079
  <code>
1054
1080
 
@@ -1056,6 +1082,7 @@ new MultiLineString({
1056
1082
  <span class="param-type">Object</span>
1057
1083
 
1058
1084
 
1085
+
1059
1086
 
1060
1087
  </code>
1061
1088
  </td>
@@ -1064,7 +1091,7 @@ new MultiLineString({
1064
1091
  </tr>
1065
1092
 
1066
1093
  <tr class="deep-level-0">
1067
- <td class="name"><code><a href="MultiLineString.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1094
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1068
1095
  <td class="name">
1069
1096
  <code>
1070
1097
 
@@ -1076,7 +1103,7 @@ new MultiLineString({
1076
1103
  </tr>
1077
1104
 
1078
1105
  <tr class="deep-level-0">
1079
- <td class="name"><code><a href="MultiLineString.html#toString">toString</a></code></td>
1106
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1080
1107
  <td class="name">
1081
1108
  <code>
1082
1109
 
@@ -1088,7 +1115,7 @@ new MultiLineString({
1088
1115
  </tr>
1089
1116
 
1090
1117
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="MultiLineString.html#toXMl">toXMl</a></code></td>
1118
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1092
1119
  <td class="name">
1093
1120
  <code>
1094
1121
 
@@ -1096,6 +1123,7 @@ new MultiLineString({
1096
1123
  <span class="param-type">String</span>
1097
1124
 
1098
1125
 
1126
+
1099
1127
 
1100
1128
  </code>
1101
1129
  </td>
@@ -1103,7 +1131,7 @@ new MultiLineString({
1103
1131
  </tr>
1104
1132
 
1105
1133
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="MultiLineString.html#toXML">toXML</a></code></td>
1134
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1107
1135
  <td class="name">
1108
1136
  <code>
1109
1137
 
@@ -1111,6 +1139,7 @@ new MultiLineString({
1111
1139
  <span class="param-type">String</span>
1112
1140
 
1113
1141
 
1142
+
1114
1143
 
1115
1144
  </code>
1116
1145
  </td>
@@ -1185,7 +1214,8 @@ new MultiLineString({
1185
1214
  <td class="type">
1186
1215
 
1187
1216
 
1188
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1217
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1218
+
1189
1219
 
1190
1220
 
1191
1221
 
@@ -1273,7 +1303,8 @@ new MultiLineString({
1273
1303
  <div class='column is-5 has-text-left'>
1274
1304
  <label>类型: </label>
1275
1305
 
1276
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1306
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1307
+
1277
1308
 
1278
1309
 
1279
1310
  </div>
@@ -1382,6 +1413,7 @@ const newMultiLineString = MultiLineString.clone(multiLineString)</code></pre>
1382
1413
  <span class="param-type">Object</span>
1383
1414
 
1384
1415
 
1416
+
1385
1417
 
1386
1418
  </td>
1387
1419
 
@@ -1544,7 +1576,8 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1544
1576
  <td class="type">
1545
1577
 
1546
1578
 
1547
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
1579
+ <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
1580
+
1548
1581
 
1549
1582
 
1550
1583
 
@@ -1632,7 +1665,8 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1632
1665
  <div class='column is-5 has-text-left'>
1633
1666
  <label>类型: </label>
1634
1667
 
1635
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1668
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1669
+
1636
1670
 
1637
1671
 
1638
1672
  </div>
@@ -1789,7 +1823,8 @@ multiLineString.addPath(path)</code></pre>
1789
1823
  <div class='column is-5 has-text-left'>
1790
1824
  <label>类型: </label>
1791
1825
 
1792
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1826
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1827
+
1793
1828
 
1794
1829
 
1795
1830
  </div>
@@ -1869,6 +1904,7 @@ multiLineString.addPath(path)</code></pre>
1869
1904
  <span class="param-type">Object</span>
1870
1905
 
1871
1906
 
1907
+
1872
1908
 
1873
1909
  </td>
1874
1910
 
@@ -1898,7 +1934,7 @@ multiLineString.addPath(path)</code></pre>
1898
1934
 
1899
1935
  <dt class="inherited-from">Inherited From:</dt>
1900
1936
  <dd class="inherited-from"><ul class="dummy"><li>
1901
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1937
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1902
1938
  </li></ul></dd>
1903
1939
 
1904
1940
 
@@ -1994,7 +2030,7 @@ multiLineString.addPath(path)</code></pre>
1994
2030
 
1995
2031
  <dt class="inherited-from">Inherited From:</dt>
1996
2032
  <dd class="inherited-from"><ul class="dummy"><li>
1997
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2033
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1998
2034
  </li></ul></dd>
1999
2035
 
2000
2036
 
@@ -2058,6 +2094,7 @@ multiLineString.addPath(path)</code></pre>
2058
2094
  <span class="param-type">String</span>
2059
2095
 
2060
2096
 
2097
+
2061
2098
  </div>
2062
2099
 
2063
2100
  </div>
@@ -2248,6 +2285,7 @@ multiLineString.addPath(path)</code></pre>
2248
2285
  <span class="param-type">Number</span>
2249
2286
 
2250
2287
 
2288
+
2251
2289
 
2252
2290
  </td>
2253
2291
 
@@ -2272,6 +2310,7 @@ multiLineString.addPath(path)</code></pre>
2272
2310
  <span class="param-type">Number</span>
2273
2311
 
2274
2312
 
2313
+
2275
2314
 
2276
2315
  </td>
2277
2316
 
@@ -2357,12 +2396,13 @@ multiLineString.addPath(path)</code></pre>
2357
2396
  <div class='column is-5 has-text-left'>
2358
2397
  <label>类型: </label>
2359
2398
 
2360
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2399
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2361
2400
  |
2362
2401
 
2363
2402
  <span class="param-type">null</span>
2364
2403
 
2365
2404
 
2405
+
2366
2406
  </div>
2367
2407
 
2368
2408
  </div>
@@ -2445,7 +2485,7 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2445
2485
 
2446
2486
  <dt class="inherited-from">Inherited From:</dt>
2447
2487
  <dd class="inherited-from"><ul class="dummy"><li>
2448
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2488
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2449
2489
  </li></ul></dd>
2450
2490
 
2451
2491
 
@@ -2509,6 +2549,7 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2509
2549
  <span class="param-type">String</span>
2510
2550
 
2511
2551
 
2552
+
2512
2553
  </div>
2513
2554
 
2514
2555
  </div>
@@ -2586,6 +2627,7 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2586
2627
  <span class="param-type">Number</span>
2587
2628
 
2588
2629
 
2630
+
2589
2631
 
2590
2632
  </td>
2591
2633
 
@@ -2610,6 +2652,7 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2610
2652
  <span class="param-type">Number</span>
2611
2653
 
2612
2654
 
2655
+
2613
2656
 
2614
2657
  </td>
2615
2658
 
@@ -2631,7 +2674,8 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2631
2674
  <td class="type">
2632
2675
 
2633
2676
 
2634
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2677
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2678
+
2635
2679
 
2636
2680
 
2637
2681
 
@@ -2719,12 +2763,13 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2719
2763
  <div class='column is-5 has-text-left'>
2720
2764
  <label>类型: </label>
2721
2765
 
2722
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
2766
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
2723
2767
  |
2724
2768
 
2725
2769
  <span class="param-type">null</span>
2726
2770
 
2727
2771
 
2772
+
2728
2773
  </div>
2729
2774
 
2730
2775
  </div>
@@ -2837,6 +2882,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2837
2882
  <span class="param-type">string</span>
2838
2883
 
2839
2884
 
2885
+
2840
2886
 
2841
2887
  </td>
2842
2888
 
@@ -2863,6 +2909,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2863
2909
  <span class="param-type">function</span>
2864
2910
 
2865
2911
 
2912
+
2866
2913
 
2867
2914
  </td>
2868
2915
 
@@ -2887,6 +2934,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2887
2934
  <span class="param-type">Object</span>
2888
2935
 
2889
2936
 
2937
+
2890
2938
 
2891
2939
  </td>
2892
2940
 
@@ -2916,7 +2964,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2916
2964
 
2917
2965
  <dt class="inherited-from">Inherited From:</dt>
2918
2966
  <dd class="inherited-from"><ul class="dummy"><li>
2919
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2967
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2920
2968
  </li></ul></dd>
2921
2969
 
2922
2970
 
@@ -2980,6 +3028,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2980
3028
  <span class="param-type">Object</span>
2981
3029
 
2982
3030
 
3031
+
2983
3032
  </div>
2984
3033
 
2985
3034
  </div>
@@ -3156,6 +3205,7 @@ view.off({
3156
3205
  <span class="param-type">Object</span>
3157
3206
 
3158
3207
 
3208
+
3159
3209
 
3160
3210
  </td>
3161
3211
 
@@ -3188,6 +3238,7 @@ view.off({
3188
3238
  <span class="param-type">function</span>
3189
3239
 
3190
3240
 
3241
+
3191
3242
 
3192
3243
  </td>
3193
3244
 
@@ -3218,6 +3269,7 @@ view.off({
3218
3269
  <span class="param-type">Object</span>
3219
3270
 
3220
3271
 
3272
+
3221
3273
 
3222
3274
  </td>
3223
3275
 
@@ -3253,7 +3305,7 @@ view.off({
3253
3305
 
3254
3306
  <dt class="inherited-from">Inherited From:</dt>
3255
3307
  <dd class="inherited-from"><ul class="dummy"><li>
3256
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3308
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3257
3309
  </li></ul></dd>
3258
3310
 
3259
3311
 
@@ -3317,6 +3369,7 @@ view.off({
3317
3369
  <span class="param-type">Object</span>
3318
3370
 
3319
3371
 
3372
+
3320
3373
  </div>
3321
3374
 
3322
3375
  </div>
@@ -3472,6 +3525,7 @@ view.on({
3472
3525
  <span class="param-type">Number</span>
3473
3526
 
3474
3527
 
3528
+
3475
3529
 
3476
3530
  </td>
3477
3531
 
@@ -3557,12 +3611,13 @@ view.on({
3557
3611
  <div class='column is-5 has-text-left'>
3558
3612
  <label>类型: </label>
3559
3613
 
3560
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
3614
+ <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
3561
3615
  |
3562
3616
 
3563
3617
  <span class="param-type">null</span>
3564
3618
 
3565
3619
 
3620
+
3566
3621
  </div>
3567
3622
 
3568
3623
  </div>
@@ -3665,6 +3720,7 @@ multiLineString.removePath(0)</code></pre>
3665
3720
  <span class="param-type">Number</span>
3666
3721
 
3667
3722
 
3723
+
3668
3724
 
3669
3725
  </td>
3670
3726
 
@@ -3689,6 +3745,7 @@ multiLineString.removePath(0)</code></pre>
3689
3745
  <span class="param-type">Number</span>
3690
3746
 
3691
3747
 
3748
+
3692
3749
 
3693
3750
  </td>
3694
3751
 
@@ -3774,7 +3831,8 @@ multiLineString.removePath(0)</code></pre>
3774
3831
  <div class='column is-5 has-text-left'>
3775
3832
  <label>类型: </label>
3776
3833
 
3777
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
3834
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
3835
+
3778
3836
 
3779
3837
 
3780
3838
  </div>
@@ -3879,6 +3937,7 @@ multiLineString.removePoint(0, 1)</code></pre>
3879
3937
  <span class="param-type">Number</span>
3880
3938
 
3881
3939
 
3940
+
3882
3941
 
3883
3942
  </td>
3884
3943
 
@@ -3903,6 +3962,7 @@ multiLineString.removePoint(0, 1)</code></pre>
3903
3962
  <span class="param-type">Number</span>
3904
3963
 
3905
3964
 
3965
+
3906
3966
 
3907
3967
  </td>
3908
3968
 
@@ -3924,7 +3984,8 @@ multiLineString.removePoint(0, 1)</code></pre>
3924
3984
  <td class="type">
3925
3985
 
3926
3986
 
3927
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3987
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3988
+
3928
3989
 
3929
3990
 
3930
3991
 
@@ -4012,7 +4073,8 @@ multiLineString.removePoint(0, 1)</code></pre>
4012
4073
  <div class='column is-5 has-text-left'>
4013
4074
  <label>类型: </label>
4014
4075
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4076
+ <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4077
+
4016
4078
 
4017
4079
 
4018
4080
  </div>
@@ -4100,7 +4162,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4100
4162
 
4101
4163
  <dt class="inherited-from">Inherited From:</dt>
4102
4164
  <dd class="inherited-from"><ul class="dummy"><li>
4103
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4165
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4104
4166
  </li></ul></dd>
4105
4167
 
4106
4168
 
@@ -4164,6 +4226,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4164
4226
  <span class="param-type">Object</span>
4165
4227
 
4166
4228
 
4229
+
4167
4230
  </div>
4168
4231
 
4169
4232
  </div>
@@ -4286,6 +4349,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4286
4349
  <span class="param-type">Object</span>
4287
4350
 
4288
4351
 
4352
+
4289
4353
  </div>
4290
4354
 
4291
4355
  </div>
@@ -4623,6 +4687,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4623
4687
  <span class="param-type">String</span>
4624
4688
 
4625
4689
 
4690
+
4626
4691
  </div>
4627
4692
 
4628
4693
  </div>
@@ -4680,7 +4745,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4680
4745
 
4681
4746
  <dt class="inherited-from">Inherited From:</dt>
4682
4747
  <dd class="inherited-from"><ul class="dummy"><li>
4683
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4748
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4684
4749
  </li></ul></dd>
4685
4750
 
4686
4751
 
@@ -4744,6 +4809,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4744
4809
  <span class="param-type">String</span>
4745
4810
 
4746
4811
 
4812
+
4747
4813
  </div>
4748
4814
 
4749
4815
  </div>