@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 { Point } 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 { Point } 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 { Point } 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
 
@@ -285,7 +288,7 @@ new Point({
285
288
 
286
289
 
287
290
  <ul>
288
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
291
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
289
292
  </ul>
290
293
 
291
294
 
@@ -317,50 +320,54 @@ new Point({
317
320
  <tbody>
318
321
 
319
322
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="Point.html#coordinates">coordinates</a></code></td>
323
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
321
324
  <td class="name">
322
325
  <code>
323
326
 
324
327
  <span class="param-type">Array</span>
325
328
 
326
329
 
330
+
327
331
  </code>
328
332
  </td>
329
333
  <td class="name"><code><p>几何点的坐标数组</p></code></td>
330
334
  </tr>
331
335
 
332
336
  <tr class="deep-level-0">
333
- <td class="name"><code><a href="Point.html#extent">extent</a></code></td>
337
+ <td class="name"><code><a href="#extent">extent</a></code></td>
334
338
  <td class="name">
335
339
  <code>
336
340
 
337
341
  <span class="param-type">Number</span>
338
342
 
339
343
 
344
+
340
345
  </code>
341
346
  </td>
342
347
  <td class="name"><code><p>外包盒</p></code></td>
343
348
  </tr>
344
349
 
345
350
  <tr class="deep-level-0">
346
- <td class="name"><code><a href="Point.html#hasZ">hasZ</a></code></td>
351
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
347
352
  <td class="name">
348
353
  <code>
349
354
 
350
355
  <span class="param-type">Boolean</span>
351
356
 
352
357
 
358
+
353
359
  </code>
354
360
  </td>
355
361
  <td class="name"><code><p>是否含有z坐标</p></code></td>
356
362
  </tr>
357
363
 
358
364
  <tr class="deep-level-0">
359
- <td class="name"><code><a href="Point.html#spatialReference">spatialReference</a></code></td>
365
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
360
366
  <td class="name">
361
367
  <code>
362
368
 
363
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
369
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
370
+
364
371
 
365
372
 
366
373
  </code>
@@ -369,11 +376,12 @@ new Point({
369
376
  </tr>
370
377
 
371
378
  <tr class="deep-level-0">
372
- <td class="name"><code><a href="Point.html#type">type</a></code></td>
379
+ <td class="name"><code><a href="#type">type</a></code></td>
373
380
  <td class="name">
374
381
  <code>
375
382
 
376
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
383
+ <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
384
+
377
385
 
378
386
 
379
387
  </code>
@@ -395,6 +403,7 @@ new Point({
395
403
  <span class="param-type">Array</span>
396
404
 
397
405
 
406
+
398
407
  </span>
399
408
 
400
409
  <h4 class="name" id="coordinates">
@@ -465,6 +474,7 @@ new Point({
465
474
  <span class="param-type">Number</span>
466
475
 
467
476
 
477
+
468
478
  </span>
469
479
 
470
480
  <h4 class="name" id="extent">
@@ -540,6 +550,7 @@ new Point({
540
550
  <span class="param-type">Boolean</span>
541
551
 
542
552
 
553
+
543
554
  </span>
544
555
 
545
556
  <h4 class="name" id="hasZ">
@@ -616,7 +627,8 @@ new Point({
616
627
  <span class="method-parameter is-pulled-right">
617
628
  <label>类型:</label>
618
629
 
619
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
630
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
631
+
620
632
 
621
633
 
622
634
  </span>
@@ -650,7 +662,7 @@ new Point({
650
662
 
651
663
  <dt class="inherited-from">Inherited From:</dt>
652
664
  <dd class="inherited-from"><ul class="dummy"><li>
653
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
665
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
654
666
  </li></ul></dd>
655
667
 
656
668
 
@@ -691,7 +703,8 @@ new Point({
691
703
  <span class="method-parameter is-pulled-right">
692
704
  <label>类型:</label>
693
705
 
694
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
706
+ <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
707
+
695
708
 
696
709
 
697
710
  </span>
@@ -777,7 +790,7 @@ new Point({
777
790
  <tbody>
778
791
 
779
792
  <tr class="deep-level-0">
780
- <td class="name"><code><a href="Point.html#fromJSON">fromJSON</a></code></td>
793
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
781
794
  <td class="name">
782
795
  <code>
783
796
 
@@ -787,7 +800,7 @@ new Point({
787
800
  </tr>
788
801
 
789
802
  <tr class="deep-level-0">
790
- <td class="name"><code><a href="Point.html#toCoordinates">toCoordinates</a></code></td>
803
+ <td class="name"><code><a href="#toCoordinates">toCoordinates</a></code></td>
791
804
  <td class="name">
792
805
  <code>
793
806
 
@@ -795,6 +808,7 @@ new Point({
795
808
  <span class="param-type">Array.&lt;Number></span>
796
809
 
797
810
 
811
+
798
812
 
799
813
  </code>
800
814
  </td>
@@ -802,12 +816,13 @@ new Point({
802
816
  </tr>
803
817
 
804
818
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="Point.html#clone">clone</a></code></td>
819
+ <td class="name"><code><a href="#clone">clone</a></code></td>
806
820
  <td class="name">
807
821
  <code>
808
822
 
809
823
 
810
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
824
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
825
+
811
826
 
812
827
 
813
828
 
@@ -817,12 +832,13 @@ new Point({
817
832
  </tr>
818
833
 
819
834
  <tr class="deep-level-0">
820
- <td class="name"><code><a href="Point.html#copy">copy</a></code></td>
835
+ <td class="name"><code><a href="#copy">copy</a></code></td>
821
836
  <td class="name">
822
837
  <code>
823
838
 
824
839
 
825
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
840
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
841
+
826
842
 
827
843
 
828
844
 
@@ -832,7 +848,7 @@ new Point({
832
848
  </tr>
833
849
 
834
850
  <tr class="deep-level-0">
835
- <td class="name"><code><a href="Point.html#distance">distance</a></code></td>
851
+ <td class="name"><code><a href="#distance">distance</a></code></td>
836
852
  <td class="name">
837
853
  <code>
838
854
 
@@ -840,6 +856,7 @@ new Point({
840
856
  <span class="param-type">Number</span>
841
857
 
842
858
 
859
+
843
860
 
844
861
  </code>
845
862
  </td>
@@ -847,7 +864,7 @@ new Point({
847
864
  </tr>
848
865
 
849
866
  <tr class="deep-level-0">
850
- <td class="name"><code><a href="Point.html#equals">equals</a></code></td>
867
+ <td class="name"><code><a href="#equals">equals</a></code></td>
851
868
  <td class="name">
852
869
  <code>
853
870
 
@@ -855,6 +872,7 @@ new Point({
855
872
  <span class="param-type">Boolean</span>
856
873
 
857
874
 
875
+
858
876
 
859
877
  </code>
860
878
  </td>
@@ -862,7 +880,7 @@ new Point({
862
880
  </tr>
863
881
 
864
882
  <tr class="deep-level-0">
865
- <td class="name"><code><a href="Point.html#fromGeoJSON">fromGeoJSON</a></code></td>
883
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
866
884
  <td class="name">
867
885
  <code>
868
886
 
@@ -872,7 +890,7 @@ new Point({
872
890
  </tr>
873
891
 
874
892
  <tr class="deep-level-0">
875
- <td class="name"><code><a href="Point.html#getGeometryType">getGeometryType</a></code></td>
893
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
876
894
  <td class="name">
877
895
  <code>
878
896
 
@@ -880,6 +898,7 @@ new Point({
880
898
  <span class="param-type">String</span>
881
899
 
882
900
 
901
+
883
902
 
884
903
  </code>
885
904
  </td>
@@ -887,7 +906,7 @@ new Point({
887
906
  </tr>
888
907
 
889
908
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="Point.html#getIGSType">getIGSType</a></code></td>
909
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
891
910
  <td class="name">
892
911
  <code>
893
912
 
@@ -899,7 +918,7 @@ new Point({
899
918
  </tr>
900
919
 
901
920
  <tr class="deep-level-0">
902
- <td class="name"><code><a href="Point.html#getType">getType</a></code></td>
921
+ <td class="name"><code><a href="#getType">getType</a></code></td>
903
922
  <td class="name">
904
923
  <code>
905
924
 
@@ -907,6 +926,7 @@ new Point({
907
926
  <span class="param-type">String</span>
908
927
 
909
928
 
929
+
910
930
 
911
931
  </code>
912
932
  </td>
@@ -914,12 +934,13 @@ new Point({
914
934
  </tr>
915
935
 
916
936
  <tr class="deep-level-0">
917
- <td class="name"><code><a href="Point.html#normalize">normalize</a></code></td>
937
+ <td class="name"><code><a href="#normalize">normalize</a></code></td>
918
938
  <td class="name">
919
939
  <code>
920
940
 
921
941
 
922
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
942
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
943
+
923
944
 
924
945
 
925
946
 
@@ -929,7 +950,7 @@ new Point({
929
950
  </tr>
930
951
 
931
952
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="Point.html#off">off</a></code></td>
953
+ <td class="name"><code><a href="#off">off</a></code></td>
933
954
  <td class="name">
934
955
  <code>
935
956
 
@@ -937,6 +958,7 @@ new Point({
937
958
  <span class="param-type">Object</span>
938
959
 
939
960
 
961
+
940
962
 
941
963
  </code>
942
964
  </td>
@@ -951,7 +973,7 @@ new Point({
951
973
  </tr>
952
974
 
953
975
  <tr class="deep-level-0">
954
- <td class="name"><code><a href="Point.html#on">on</a></code></td>
976
+ <td class="name"><code><a href="#on">on</a></code></td>
955
977
  <td class="name">
956
978
  <code>
957
979
 
@@ -959,6 +981,7 @@ new Point({
959
981
  <span class="param-type">Object</span>
960
982
 
961
983
 
984
+
962
985
 
963
986
  </code>
964
987
  </td>
@@ -972,7 +995,7 @@ new Point({
972
995
  </tr>
973
996
 
974
997
  <tr class="deep-level-0">
975
- <td class="name"><code><a href="Point.html#toGeoJSON">toGeoJSON</a></code></td>
998
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
976
999
  <td class="name">
977
1000
  <code>
978
1001
 
@@ -980,6 +1003,7 @@ new Point({
980
1003
  <span class="param-type">Object</span>
981
1004
 
982
1005
 
1006
+
983
1007
 
984
1008
  </code>
985
1009
  </td>
@@ -987,7 +1011,7 @@ new Point({
987
1011
  </tr>
988
1012
 
989
1013
  <tr class="deep-level-0">
990
- <td class="name"><code><a href="Point.html#toJSON">toJSON</a></code></td>
1014
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
991
1015
  <td class="name">
992
1016
  <code>
993
1017
 
@@ -995,6 +1019,7 @@ new Point({
995
1019
  <span class="param-type">Object</span>
996
1020
 
997
1021
 
1022
+
998
1023
 
999
1024
  </code>
1000
1025
  </td>
@@ -1003,7 +1028,7 @@ new Point({
1003
1028
  </tr>
1004
1029
 
1005
1030
  <tr class="deep-level-0">
1006
- <td class="name"><code><a href="Point.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1031
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1007
1032
  <td class="name">
1008
1033
  <code>
1009
1034
 
@@ -1015,7 +1040,7 @@ new Point({
1015
1040
  </tr>
1016
1041
 
1017
1042
  <tr class="deep-level-0">
1018
- <td class="name"><code><a href="Point.html#toString">toString</a></code></td>
1043
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1019
1044
  <td class="name">
1020
1045
  <code>
1021
1046
 
@@ -1023,6 +1048,7 @@ new Point({
1023
1048
  <span class="param-type">String</span>
1024
1049
 
1025
1050
 
1051
+
1026
1052
 
1027
1053
  </code>
1028
1054
  </td>
@@ -1030,7 +1056,7 @@ new Point({
1030
1056
  </tr>
1031
1057
 
1032
1058
  <tr class="deep-level-0">
1033
- <td class="name"><code><a href="Point.html#toXML">toXML</a></code></td>
1059
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1034
1060
  <td class="name">
1035
1061
  <code>
1036
1062
 
@@ -1038,6 +1064,7 @@ new Point({
1038
1064
  <span class="param-type">String</span>
1039
1065
 
1040
1066
 
1067
+
1041
1068
 
1042
1069
  </code>
1043
1070
  </td>
@@ -1115,6 +1142,7 @@ new Point({
1115
1142
  <span class="param-type">Object</span>
1116
1143
 
1117
1144
 
1145
+
1118
1146
 
1119
1147
  </td>
1120
1148
 
@@ -1268,12 +1296,13 @@ const point = new Point.fromJSON(json)</code></pre>
1268
1296
  <td class="type">
1269
1297
 
1270
1298
 
1271
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1299
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1272
1300
  |
1273
1301
 
1274
1302
  <span class="param-type">Array.&lt;Number></span>
1275
1303
 
1276
1304
 
1305
+
1277
1306
 
1278
1307
  </td>
1279
1308
 
@@ -1362,6 +1391,7 @@ const point = new Point.fromJSON(json)</code></pre>
1362
1391
  <span class="param-type">Array.&lt;Number></span>
1363
1392
 
1364
1393
 
1394
+
1365
1395
  </div>
1366
1396
 
1367
1397
  </div>
@@ -1496,7 +1526,8 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1496
1526
  <div class='column is-5 has-text-left'>
1497
1527
  <label>类型: </label>
1498
1528
 
1499
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1529
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1530
+
1500
1531
 
1501
1532
 
1502
1533
  </div>
@@ -1573,7 +1604,8 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1573
1604
  <td class="type">
1574
1605
 
1575
1606
 
1576
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1607
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1608
+
1577
1609
 
1578
1610
 
1579
1611
 
@@ -1661,7 +1693,8 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1661
1693
  <div class='column is-5 has-text-left'>
1662
1694
  <label>类型: </label>
1663
1695
 
1664
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1696
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1697
+
1665
1698
 
1666
1699
 
1667
1700
  </div>
@@ -1757,12 +1790,13 @@ point1.copy(point2)</code></pre>
1757
1790
  <td class="type">
1758
1791
 
1759
1792
 
1760
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1793
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1761
1794
  |
1762
1795
 
1763
1796
  <span class="param-type">Array.&lt;Number></span>
1764
1797
 
1765
1798
 
1799
+
1766
1800
 
1767
1801
  </td>
1768
1802
 
@@ -1851,6 +1885,7 @@ point1.copy(point2)</code></pre>
1851
1885
  <span class="param-type">Number</span>
1852
1886
 
1853
1887
 
1888
+
1854
1889
  </div>
1855
1890
 
1856
1891
  </div>
@@ -1946,12 +1981,13 @@ const distance = point1.distance(point2)</code></pre>
1946
1981
  <td class="type">
1947
1982
 
1948
1983
 
1949
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1984
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1950
1985
  |
1951
1986
 
1952
1987
  <span class="param-type">Array.&lt;Number></span>
1953
1988
 
1954
1989
 
1990
+
1955
1991
 
1956
1992
  </td>
1957
1993
 
@@ -2046,6 +2082,7 @@ const distance = point1.distance(point2)</code></pre>
2046
2082
  <span class="param-type">Boolean</span>
2047
2083
 
2048
2084
 
2085
+
2049
2086
  </div>
2050
2087
 
2051
2088
  </div>
@@ -2142,6 +2179,7 @@ const equal = point1.equals(point2)</code></pre>
2142
2179
  <span class="param-type">Object</span>
2143
2180
 
2144
2181
 
2182
+
2145
2183
 
2146
2184
  </td>
2147
2185
 
@@ -2171,7 +2209,7 @@ const equal = point1.equals(point2)</code></pre>
2171
2209
 
2172
2210
  <dt class="inherited-from">Inherited From:</dt>
2173
2211
  <dd class="inherited-from"><ul class="dummy"><li>
2174
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2212
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2175
2213
  </li></ul></dd>
2176
2214
 
2177
2215
 
@@ -2267,7 +2305,7 @@ const equal = point1.equals(point2)</code></pre>
2267
2305
 
2268
2306
  <dt class="inherited-from">Inherited From:</dt>
2269
2307
  <dd class="inherited-from"><ul class="dummy"><li>
2270
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2308
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2271
2309
  </li></ul></dd>
2272
2310
 
2273
2311
 
@@ -2331,6 +2369,7 @@ const equal = point1.equals(point2)</code></pre>
2331
2369
  <span class="param-type">String</span>
2332
2370
 
2333
2371
 
2372
+
2334
2373
  </div>
2335
2374
 
2336
2375
  </div>
@@ -2501,7 +2540,7 @@ const equal = point1.equals(point2)</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="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2543
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2505
2544
  </li></ul></dd>
2506
2545
 
2507
2546
 
@@ -2565,6 +2604,7 @@ const equal = point1.equals(point2)</code></pre>
2565
2604
  <span class="param-type">String</span>
2566
2605
 
2567
2606
 
2607
+
2568
2608
  </div>
2569
2609
 
2570
2610
  </div>
@@ -2678,7 +2718,8 @@ const equal = point1.equals(point2)</code></pre>
2678
2718
  <div class='column is-5 has-text-left'>
2679
2719
  <label>类型: </label>
2680
2720
 
2681
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2721
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2722
+
2682
2723
 
2683
2724
 
2684
2725
  </div>
@@ -2781,6 +2822,7 @@ const normalize = point1.normalize()</code></pre>
2781
2822
  <span class="param-type">string</span>
2782
2823
 
2783
2824
 
2825
+
2784
2826
 
2785
2827
  </td>
2786
2828
 
@@ -2807,6 +2849,7 @@ const normalize = point1.normalize()</code></pre>
2807
2849
  <span class="param-type">function</span>
2808
2850
 
2809
2851
 
2852
+
2810
2853
 
2811
2854
  </td>
2812
2855
 
@@ -2831,6 +2874,7 @@ const normalize = point1.normalize()</code></pre>
2831
2874
  <span class="param-type">Object</span>
2832
2875
 
2833
2876
 
2877
+
2834
2878
 
2835
2879
  </td>
2836
2880
 
@@ -2860,7 +2904,7 @@ const normalize = point1.normalize()</code></pre>
2860
2904
 
2861
2905
  <dt class="inherited-from">Inherited From:</dt>
2862
2906
  <dd class="inherited-from"><ul class="dummy"><li>
2863
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2907
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2864
2908
  </li></ul></dd>
2865
2909
 
2866
2910
 
@@ -2924,6 +2968,7 @@ const normalize = point1.normalize()</code></pre>
2924
2968
  <span class="param-type">Object</span>
2925
2969
 
2926
2970
 
2971
+
2927
2972
  </div>
2928
2973
 
2929
2974
  </div>
@@ -3100,6 +3145,7 @@ view.off({
3100
3145
  <span class="param-type">Object</span>
3101
3146
 
3102
3147
 
3148
+
3103
3149
 
3104
3150
  </td>
3105
3151
 
@@ -3132,6 +3178,7 @@ view.off({
3132
3178
  <span class="param-type">function</span>
3133
3179
 
3134
3180
 
3181
+
3135
3182
 
3136
3183
  </td>
3137
3184
 
@@ -3162,6 +3209,7 @@ view.off({
3162
3209
  <span class="param-type">Object</span>
3163
3210
 
3164
3211
 
3212
+
3165
3213
 
3166
3214
  </td>
3167
3215
 
@@ -3197,7 +3245,7 @@ view.off({
3197
3245
 
3198
3246
  <dt class="inherited-from">Inherited From:</dt>
3199
3247
  <dd class="inherited-from"><ul class="dummy"><li>
3200
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3248
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3201
3249
  </li></ul></dd>
3202
3250
 
3203
3251
 
@@ -3261,6 +3309,7 @@ view.off({
3261
3309
  <span class="param-type">Object</span>
3262
3310
 
3263
3311
 
3312
+
3264
3313
  </div>
3265
3314
 
3266
3315
  </div>
@@ -3396,7 +3445,7 @@ view.on({
3396
3445
 
3397
3446
  <dt class="inherited-from">Inherited From:</dt>
3398
3447
  <dd class="inherited-from"><ul class="dummy"><li>
3399
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3448
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3400
3449
  </li></ul></dd>
3401
3450
 
3402
3451
 
@@ -3460,6 +3509,7 @@ view.on({
3460
3509
  <span class="param-type">Object</span>
3461
3510
 
3462
3511
 
3512
+
3463
3513
  </div>
3464
3514
 
3465
3515
  </div>
@@ -3582,6 +3632,7 @@ view.on({
3582
3632
  <span class="param-type">Object</span>
3583
3633
 
3584
3634
 
3635
+
3585
3636
  </div>
3586
3637
 
3587
3638
  </div>
@@ -3811,6 +3862,7 @@ view.on({
3811
3862
  <span class="param-type">String</span>
3812
3863
 
3813
3864
 
3865
+
3814
3866
  </div>
3815
3867
 
3816
3868
  </div>
@@ -3884,7 +3936,7 @@ const str = point1.toString()</code></pre>
3884
3936
 
3885
3937
  <dt class="inherited-from">Inherited From:</dt>
3886
3938
  <dd class="inherited-from"><ul class="dummy"><li>
3887
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3939
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3888
3940
  </li></ul></dd>
3889
3941
 
3890
3942
 
@@ -3948,6 +4000,7 @@ const str = point1.toString()</code></pre>
3948
4000
  <span class="param-type">String</span>
3949
4001
 
3950
4002
 
4003
+
3951
4004
  </div>
3952
4005
 
3953
4006
  </div>