@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 { MultiPoint } 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 { MultiPoint } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">Array.&lt;Number></span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -138,7 +140,8 @@ import { MultiPoint } 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
 
@@ -295,7 +298,7 @@ new Point({
295
298
 
296
299
 
297
300
  <ul>
298
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
301
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
299
302
  </ul>
300
303
 
301
304
 
@@ -327,50 +330,54 @@ new Point({
327
330
  <tbody>
328
331
 
329
332
  <tr class="deep-level-0">
330
- <td class="name"><code><a href="MultiPoint.html#coordinates">coordinates</a></code></td>
333
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
331
334
  <td class="name">
332
335
  <code>
333
336
 
334
337
  <span class="param-type">Array</span>
335
338
 
336
339
 
340
+
337
341
  </code>
338
342
  </td>
339
343
  <td class="name"><code><p>几何点的坐标</p></code></td>
340
344
  </tr>
341
345
 
342
346
  <tr class="deep-level-0">
343
- <td class="name"><code><a href="MultiPoint.html#extent">extent</a></code></td>
347
+ <td class="name"><code><a href="#extent">extent</a></code></td>
344
348
  <td class="name">
345
349
  <code>
346
350
 
347
351
  <span class="param-type">Number</span>
348
352
 
349
353
 
354
+
350
355
  </code>
351
356
  </td>
352
357
  <td class="name"><code><p>外包盒</p></code></td>
353
358
  </tr>
354
359
 
355
360
  <tr class="deep-level-0">
356
- <td class="name"><code><a href="MultiPoint.html#hasZ">hasZ</a></code></td>
361
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
357
362
  <td class="name">
358
363
  <code>
359
364
 
360
365
  <span class="param-type">Boolean</span>
361
366
 
362
367
 
368
+
363
369
  </code>
364
370
  </td>
365
371
  <td class="name"><code><p>是否含有z坐标</p></code></td>
366
372
  </tr>
367
373
 
368
374
  <tr class="deep-level-0">
369
- <td class="name"><code><a href="MultiPoint.html#spatialReference">spatialReference</a></code></td>
375
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
370
376
  <td class="name">
371
377
  <code>
372
378
 
373
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
379
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
380
+
374
381
 
375
382
 
376
383
  </code>
@@ -392,6 +399,7 @@ new Point({
392
399
  <span class="param-type">Array</span>
393
400
 
394
401
 
402
+
395
403
  </span>
396
404
 
397
405
  <h4 class="name" id="coordinates">
@@ -462,6 +470,7 @@ new Point({
462
470
  <span class="param-type">Number</span>
463
471
 
464
472
 
473
+
465
474
  </span>
466
475
 
467
476
  <h4 class="name" id="extent">
@@ -537,6 +546,7 @@ new Point({
537
546
  <span class="param-type">Boolean</span>
538
547
 
539
548
 
549
+
540
550
  </span>
541
551
 
542
552
  <h4 class="name" id="hasZ">
@@ -613,7 +623,8 @@ new Point({
613
623
  <span class="method-parameter is-pulled-right">
614
624
  <label>类型:</label>
615
625
 
616
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
626
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
627
+
617
628
 
618
629
 
619
630
  </span>
@@ -647,7 +658,7 @@ new Point({
647
658
 
648
659
  <dt class="inherited-from">Inherited From:</dt>
649
660
  <dd class="inherited-from"><ul class="dummy"><li>
650
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
661
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
651
662
  </li></ul></dd>
652
663
 
653
664
 
@@ -704,7 +715,7 @@ new Point({
704
715
  <tbody>
705
716
 
706
717
  <tr class="deep-level-0">
707
- <td class="name"><code><a href="MultiPoint.html#fromJSON">fromJSON</a></code></td>
718
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
708
719
  <td class="name">
709
720
  <code>
710
721
 
@@ -714,12 +725,13 @@ new Point({
714
725
  </tr>
715
726
 
716
727
  <tr class="deep-level-0">
717
- <td class="name"><code><a href="MultiPoint.html#addPoint">addPoint</a></code></td>
728
+ <td class="name"><code><a href="#addPoint">addPoint</a></code></td>
718
729
  <td class="name">
719
730
  <code>
720
731
 
721
732
 
722
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
733
+ <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
734
+
723
735
 
724
736
 
725
737
 
@@ -729,12 +741,13 @@ new Point({
729
741
  </tr>
730
742
 
731
743
  <tr class="deep-level-0">
732
- <td class="name"><code><a href="MultiPoint.html#clone">clone</a></code></td>
744
+ <td class="name"><code><a href="#clone">clone</a></code></td>
733
745
  <td class="name">
734
746
  <code>
735
747
 
736
748
 
737
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
749
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
750
+
738
751
 
739
752
 
740
753
 
@@ -744,7 +757,7 @@ new Point({
744
757
  </tr>
745
758
 
746
759
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="MultiPoint.html#contains">contains</a></code></td>
760
+ <td class="name"><code><a href="#contains">contains</a></code></td>
748
761
  <td class="name">
749
762
  <code>
750
763
 
@@ -752,6 +765,7 @@ new Point({
752
765
  <span class="param-type">Boolean</span>
753
766
 
754
767
 
768
+
755
769
 
756
770
  </code>
757
771
  </td>
@@ -759,7 +773,7 @@ new Point({
759
773
  </tr>
760
774
 
761
775
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="MultiPoint.html#fromGeoJSON">fromGeoJSON</a></code></td>
776
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
763
777
  <td class="name">
764
778
  <code>
765
779
 
@@ -769,7 +783,7 @@ new Point({
769
783
  </tr>
770
784
 
771
785
  <tr class="deep-level-0">
772
- <td class="name"><code><a href="MultiPoint.html#getGeometryType">getGeometryType</a></code></td>
786
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
773
787
  <td class="name">
774
788
  <code>
775
789
 
@@ -777,6 +791,7 @@ new Point({
777
791
  <span class="param-type">String</span>
778
792
 
779
793
 
794
+
780
795
 
781
796
  </code>
782
797
  </td>
@@ -784,7 +799,7 @@ new Point({
784
799
  </tr>
785
800
 
786
801
  <tr class="deep-level-0">
787
- <td class="name"><code><a href="MultiPoint.html#getIGSType">getIGSType</a></code></td>
802
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
788
803
  <td class="name">
789
804
  <code>
790
805
 
@@ -796,12 +811,13 @@ new Point({
796
811
  </tr>
797
812
 
798
813
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="MultiPoint.html#getPoint">getPoint</a></code></td>
814
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
800
815
  <td class="name">
801
816
  <code>
802
817
 
803
818
 
804
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
819
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
820
+
805
821
 
806
822
 
807
823
 
@@ -811,7 +827,7 @@ new Point({
811
827
  </tr>
812
828
 
813
829
  <tr class="deep-level-0">
814
- <td class="name"><code><a href="MultiPoint.html#getType">getType</a></code></td>
830
+ <td class="name"><code><a href="#getType">getType</a></code></td>
815
831
  <td class="name">
816
832
  <code>
817
833
 
@@ -819,6 +835,7 @@ new Point({
819
835
  <span class="param-type">String</span>
820
836
 
821
837
 
838
+
822
839
 
823
840
  </code>
824
841
  </td>
@@ -826,7 +843,7 @@ new Point({
826
843
  </tr>
827
844
 
828
845
  <tr class="deep-level-0">
829
- <td class="name"><code><a href="MultiPoint.html#off">off</a></code></td>
846
+ <td class="name"><code><a href="#off">off</a></code></td>
830
847
  <td class="name">
831
848
  <code>
832
849
 
@@ -834,6 +851,7 @@ new Point({
834
851
  <span class="param-type">Object</span>
835
852
 
836
853
 
854
+
837
855
 
838
856
  </code>
839
857
  </td>
@@ -848,7 +866,7 @@ new Point({
848
866
  </tr>
849
867
 
850
868
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="MultiPoint.html#on">on</a></code></td>
869
+ <td class="name"><code><a href="#on">on</a></code></td>
852
870
  <td class="name">
853
871
  <code>
854
872
 
@@ -856,6 +874,7 @@ new Point({
856
874
  <span class="param-type">Object</span>
857
875
 
858
876
 
877
+
859
878
 
860
879
  </code>
861
880
  </td>
@@ -869,17 +888,18 @@ new Point({
869
888
  </tr>
870
889
 
871
890
  <tr class="deep-level-0">
872
- <td class="name"><code><a href="MultiPoint.html#removePoint">removePoint</a></code></td>
891
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
873
892
  <td class="name">
874
893
  <code>
875
894
 
876
895
 
877
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
896
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
878
897
  |
879
898
 
880
899
  <span class="param-type">null</span>
881
900
 
882
901
 
902
+
883
903
 
884
904
  </code>
885
905
  </td>
@@ -887,12 +907,13 @@ new Point({
887
907
  </tr>
888
908
 
889
909
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="MultiPoint.html#setPoint">setPoint</a></code></td>
910
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
891
911
  <td class="name">
892
912
  <code>
893
913
 
894
914
 
895
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
915
+ <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
916
+
896
917
 
897
918
 
898
919
 
@@ -902,7 +923,7 @@ new Point({
902
923
  </tr>
903
924
 
904
925
  <tr class="deep-level-0">
905
- <td class="name"><code><a href="MultiPoint.html#toDots">toDots</a></code></td>
926
+ <td class="name"><code><a href="#toDots">toDots</a></code></td>
906
927
  <td class="name">
907
928
  <code>
908
929
 
@@ -914,7 +935,7 @@ new Point({
914
935
  </tr>
915
936
 
916
937
  <tr class="deep-level-0">
917
- <td class="name"><code><a href="MultiPoint.html#toGeoJSON">toGeoJSON</a></code></td>
938
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
918
939
  <td class="name">
919
940
  <code>
920
941
 
@@ -922,6 +943,7 @@ new Point({
922
943
  <span class="param-type">Object</span>
923
944
 
924
945
 
946
+
925
947
 
926
948
  </code>
927
949
  </td>
@@ -929,7 +951,7 @@ new Point({
929
951
  </tr>
930
952
 
931
953
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="MultiPoint.html#toJSON">toJSON</a></code></td>
954
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
933
955
  <td class="name">
934
956
  <code>
935
957
 
@@ -937,6 +959,7 @@ new Point({
937
959
  <span class="param-type">Object</span>
938
960
 
939
961
 
962
+
940
963
 
941
964
  </code>
942
965
  </td>
@@ -945,7 +968,7 @@ new Point({
945
968
  </tr>
946
969
 
947
970
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="MultiPoint.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
971
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
949
972
  <td class="name">
950
973
  <code>
951
974
 
@@ -957,7 +980,7 @@ new Point({
957
980
  </tr>
958
981
 
959
982
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="MultiPoint.html#toString">toString</a></code></td>
983
+ <td class="name"><code><a href="#toString">toString</a></code></td>
961
984
  <td class="name">
962
985
  <code>
963
986
 
@@ -969,7 +992,7 @@ new Point({
969
992
  </tr>
970
993
 
971
994
  <tr class="deep-level-0">
972
- <td class="name"><code><a href="MultiPoint.html#toXML">toXML</a></code></td>
995
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
973
996
  <td class="name">
974
997
  <code>
975
998
 
@@ -977,6 +1000,7 @@ new Point({
977
1000
  <span class="param-type">String</span>
978
1001
 
979
1002
 
1003
+
980
1004
 
981
1005
  </code>
982
1006
  </td>
@@ -1054,6 +1078,7 @@ new Point({
1054
1078
  <span class="param-type">Object</span>
1055
1079
 
1056
1080
 
1081
+
1057
1082
 
1058
1083
  </td>
1059
1084
 
@@ -1214,12 +1239,13 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1214
1239
  <td class="type">
1215
1240
 
1216
1241
 
1217
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1242
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1218
1243
  |
1219
1244
 
1220
1245
  <span class="param-type">Array.&lt;Number></span>
1221
1246
 
1222
1247
 
1248
+
1223
1249
 
1224
1250
  </td>
1225
1251
 
@@ -1248,6 +1274,7 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1248
1274
  <span class="param-type">String</span>
1249
1275
 
1250
1276
 
1277
+
1251
1278
 
1252
1279
  </td>
1253
1280
 
@@ -1339,7 +1366,8 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1339
1366
  <div class='column is-5 has-text-left'>
1340
1367
  <label>类型: </label>
1341
1368
 
1342
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
1369
+ <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
1370
+
1343
1371
 
1344
1372
 
1345
1373
  </div>
@@ -1481,7 +1509,8 @@ multiPoint.addPoint([102,2.0])</code></pre>
1481
1509
  <div class='column is-5 has-text-left'>
1482
1510
  <label>类型: </label>
1483
1511
 
1484
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1512
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1513
+
1485
1514
 
1486
1515
 
1487
1516
  </div>
@@ -1558,12 +1587,13 @@ multiPoint.addPoint([102,2.0])</code></pre>
1558
1587
  <td class="type">
1559
1588
 
1560
1589
 
1561
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1590
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1562
1591
  |
1563
1592
 
1564
1593
  <span class="param-type">Array.&lt;Number></span>
1565
1594
 
1566
1595
 
1596
+
1567
1597
 
1568
1598
  </td>
1569
1599
 
@@ -1652,6 +1682,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1652
1682
  <span class="param-type">Boolean</span>
1653
1683
 
1654
1684
 
1685
+
1655
1686
  </div>
1656
1687
 
1657
1688
  </div>
@@ -1729,6 +1760,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1729
1760
  <span class="param-type">Object</span>
1730
1761
 
1731
1762
 
1763
+
1732
1764
 
1733
1765
  </td>
1734
1766
 
@@ -1758,7 +1790,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1758
1790
 
1759
1791
  <dt class="inherited-from">Inherited From:</dt>
1760
1792
  <dd class="inherited-from"><ul class="dummy"><li>
1761
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1793
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1762
1794
  </li></ul></dd>
1763
1795
 
1764
1796
 
@@ -1854,7 +1886,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1854
1886
 
1855
1887
  <dt class="inherited-from">Inherited From:</dt>
1856
1888
  <dd class="inherited-from"><ul class="dummy"><li>
1857
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1889
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1858
1890
  </li></ul></dd>
1859
1891
 
1860
1892
 
@@ -1918,6 +1950,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1918
1950
  <span class="param-type">String</span>
1919
1951
 
1920
1952
 
1953
+
1921
1954
  </div>
1922
1955
 
1923
1956
  </div>
@@ -2108,6 +2141,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
2108
2141
  <span class="param-type">Number</span>
2109
2142
 
2110
2143
 
2144
+
2111
2145
 
2112
2146
  </td>
2113
2147
 
@@ -2193,7 +2227,8 @@ multiPoint.addPoint([102,2.0])</code></pre>
2193
2227
  <div class='column is-5 has-text-left'>
2194
2228
  <label>类型: </label>
2195
2229
 
2196
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2230
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2231
+
2197
2232
 
2198
2233
 
2199
2234
  </div>
@@ -2274,7 +2309,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2274
2309
 
2275
2310
  <dt class="inherited-from">Inherited From:</dt>
2276
2311
  <dd class="inherited-from"><ul class="dummy"><li>
2277
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2312
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2278
2313
  </li></ul></dd>
2279
2314
 
2280
2315
 
@@ -2338,6 +2373,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2338
2373
  <span class="param-type">String</span>
2339
2374
 
2340
2375
 
2376
+
2341
2377
  </div>
2342
2378
 
2343
2379
  </div>
@@ -2422,6 +2458,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2422
2458
  <span class="param-type">string</span>
2423
2459
 
2424
2460
 
2461
+
2425
2462
 
2426
2463
  </td>
2427
2464
 
@@ -2448,6 +2485,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2448
2485
  <span class="param-type">function</span>
2449
2486
 
2450
2487
 
2488
+
2451
2489
 
2452
2490
  </td>
2453
2491
 
@@ -2472,6 +2510,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2472
2510
  <span class="param-type">Object</span>
2473
2511
 
2474
2512
 
2513
+
2475
2514
 
2476
2515
  </td>
2477
2516
 
@@ -2501,7 +2540,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2501
2540
 
2502
2541
  <dt class="inherited-from">Inherited From:</dt>
2503
2542
  <dd class="inherited-from"><ul class="dummy"><li>
2504
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2543
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2505
2544
  </li></ul></dd>
2506
2545
 
2507
2546
 
@@ -2565,6 +2604,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2565
2604
  <span class="param-type">Object</span>
2566
2605
 
2567
2606
 
2607
+
2568
2608
  </div>
2569
2609
 
2570
2610
  </div>
@@ -2741,6 +2781,7 @@ view.off({
2741
2781
  <span class="param-type">Object</span>
2742
2782
 
2743
2783
 
2784
+
2744
2785
 
2745
2786
  </td>
2746
2787
 
@@ -2773,6 +2814,7 @@ view.off({
2773
2814
  <span class="param-type">function</span>
2774
2815
 
2775
2816
 
2817
+
2776
2818
 
2777
2819
  </td>
2778
2820
 
@@ -2803,6 +2845,7 @@ view.off({
2803
2845
  <span class="param-type">Object</span>
2804
2846
 
2805
2847
 
2848
+
2806
2849
 
2807
2850
  </td>
2808
2851
 
@@ -2838,7 +2881,7 @@ view.off({
2838
2881
 
2839
2882
  <dt class="inherited-from">Inherited From:</dt>
2840
2883
  <dd class="inherited-from"><ul class="dummy"><li>
2841
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2884
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2842
2885
  </li></ul></dd>
2843
2886
 
2844
2887
 
@@ -2902,6 +2945,7 @@ view.off({
2902
2945
  <span class="param-type">Object</span>
2903
2946
 
2904
2947
 
2948
+
2905
2949
  </div>
2906
2950
 
2907
2951
  </div>
@@ -3057,6 +3101,7 @@ view.on({
3057
3101
  <span class="param-type">Number</span>
3058
3102
 
3059
3103
 
3104
+
3060
3105
 
3061
3106
  </td>
3062
3107
 
@@ -3142,12 +3187,13 @@ view.on({
3142
3187
  <div class='column is-5 has-text-left'>
3143
3188
  <label>类型: </label>
3144
3189
 
3145
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3190
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3146
3191
  |
3147
3192
 
3148
3193
  <span class="param-type">null</span>
3149
3194
 
3150
3195
 
3196
+
3151
3197
  </div>
3152
3198
 
3153
3199
  </div>
@@ -3246,6 +3292,7 @@ const point = multiPoint.removePoint(0)</code></pre>
3246
3292
  <span class="param-type">Number</span>
3247
3293
 
3248
3294
 
3295
+
3249
3296
 
3250
3297
  </td>
3251
3298
 
@@ -3267,12 +3314,13 @@ const point = multiPoint.removePoint(0)</code></pre>
3267
3314
  <td class="type">
3268
3315
 
3269
3316
 
3270
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3317
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3271
3318
  |
3272
3319
 
3273
3320
  <span class="param-type">Array.&lt;Number></span>
3274
3321
 
3275
3322
 
3323
+
3276
3324
 
3277
3325
  </td>
3278
3326
 
@@ -3358,7 +3406,8 @@ const point = multiPoint.removePoint(0)</code></pre>
3358
3406
  <div class='column is-5 has-text-left'>
3359
3407
  <label>类型: </label>
3360
3408
 
3361
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
3409
+ <span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
3410
+
3362
3411
 
3363
3412
 
3364
3413
  </div>
@@ -3547,7 +3596,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3547
3596
 
3548
3597
  <dt class="inherited-from">Inherited From:</dt>
3549
3598
  <dd class="inherited-from"><ul class="dummy"><li>
3550
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3599
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3551
3600
  </li></ul></dd>
3552
3601
 
3553
3602
 
@@ -3611,6 +3660,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3611
3660
  <span class="param-type">Object</span>
3612
3661
 
3613
3662
 
3663
+
3614
3664
  </div>
3615
3665
 
3616
3666
  </div>
@@ -3733,6 +3783,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3733
3783
  <span class="param-type">Object</span>
3734
3784
 
3735
3785
 
3786
+
3736
3787
  </div>
3737
3788
 
3738
3789
  </div>
@@ -4011,7 +4062,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
4011
4062
 
4012
4063
  <dt class="inherited-from">Inherited From:</dt>
4013
4064
  <dd class="inherited-from"><ul class="dummy"><li>
4014
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4065
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4015
4066
  </li></ul></dd>
4016
4067
 
4017
4068
 
@@ -4075,6 +4126,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
4075
4126
  <span class="param-type">String</span>
4076
4127
 
4077
4128
 
4129
+
4078
4130
  </div>
4079
4131
 
4080
4132
  </div>