@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Array</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -285,7 +300,7 @@ new Point({
285
300
 
286
301
 
287
302
  <ul>
288
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
303
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
289
304
  </ul>
290
305
 
291
306
 
@@ -317,11 +332,16 @@ new Point({
317
332
  <tbody>
318
333
 
319
334
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="Point.html#coordinates">coordinates</a></code></td>
335
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
321
336
  <td class="name">
322
337
  <code>
323
338
 
324
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
344
+
325
345
 
326
346
 
327
347
  </code>
@@ -330,11 +350,16 @@ new Point({
330
350
  </tr>
331
351
 
332
352
  <tr class="deep-level-0">
333
- <td class="name"><code><a href="Point.html#extent">extent</a></code></td>
353
+ <td class="name"><code><a href="#extent">extent</a></code></td>
334
354
  <td class="name">
335
355
  <code>
336
356
 
337
- <span class="param-type">Number</span>
357
+ <span class="param-type">
358
+
359
+ Number
360
+
361
+ </span>
362
+
338
363
 
339
364
 
340
365
  </code>
@@ -343,11 +368,16 @@ new Point({
343
368
  </tr>
344
369
 
345
370
  <tr class="deep-level-0">
346
- <td class="name"><code><a href="Point.html#hasZ">hasZ</a></code></td>
371
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
347
372
  <td class="name">
348
373
  <code>
349
374
 
350
- <span class="param-type">Boolean</span>
375
+ <span class="param-type">
376
+
377
+ Boolean
378
+
379
+ </span>
380
+
351
381
 
352
382
 
353
383
  </code>
@@ -356,11 +386,16 @@ new Point({
356
386
  </tr>
357
387
 
358
388
  <tr class="deep-level-0">
359
- <td class="name"><code><a href="Point.html#spatialReference">spatialReference</a></code></td>
389
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
360
390
  <td class="name">
361
391
  <code>
362
392
 
363
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
393
+ <span class="param-type">
394
+
395
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
396
+
397
+ </span>
398
+
364
399
 
365
400
 
366
401
  </code>
@@ -369,11 +404,16 @@ new Point({
369
404
  </tr>
370
405
 
371
406
  <tr class="deep-level-0">
372
- <td class="name"><code><a href="Point.html#type">type</a></code></td>
407
+ <td class="name"><code><a href="#type">type</a></code></td>
373
408
  <td class="name">
374
409
  <code>
375
410
 
376
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
411
+ <span class="param-type">
412
+
413
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
414
+
415
+ </span>
416
+
377
417
 
378
418
 
379
419
  </code>
@@ -392,7 +432,12 @@ new Point({
392
432
  <span class="method-parameter is-pulled-right">
393
433
  <label>类型:</label>
394
434
 
395
- <span class="param-type">Array</span>
435
+ <span class="param-type">
436
+
437
+ Array
438
+
439
+ </span>
440
+
396
441
 
397
442
 
398
443
  </span>
@@ -462,7 +507,12 @@ new Point({
462
507
  <span class="method-parameter is-pulled-right">
463
508
  <label>类型:</label>
464
509
 
465
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
515
+
466
516
 
467
517
 
468
518
  </span>
@@ -537,7 +587,12 @@ new Point({
537
587
  <span class="method-parameter is-pulled-right">
538
588
  <label>类型:</label>
539
589
 
540
- <span class="param-type">Boolean</span>
590
+ <span class="param-type">
591
+
592
+ Boolean
593
+
594
+ </span>
595
+
541
596
 
542
597
 
543
598
  </span>
@@ -616,7 +671,12 @@ new Point({
616
671
  <span class="method-parameter is-pulled-right">
617
672
  <label>类型:</label>
618
673
 
619
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
674
+ <span class="param-type">
675
+
676
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
677
+
678
+ </span>
679
+
620
680
 
621
681
 
622
682
  </span>
@@ -650,7 +710,7 @@ new Point({
650
710
 
651
711
  <dt class="inherited-from">Inherited From:</dt>
652
712
  <dd class="inherited-from"><ul class="dummy"><li>
653
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
713
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
654
714
  </li></ul></dd>
655
715
 
656
716
 
@@ -691,7 +751,12 @@ new Point({
691
751
  <span class="method-parameter is-pulled-right">
692
752
  <label>类型:</label>
693
753
 
694
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
754
+ <span class="param-type">
755
+
756
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
757
+
758
+ </span>
759
+
695
760
 
696
761
 
697
762
  </span>
@@ -777,7 +842,7 @@ new Point({
777
842
  <tbody>
778
843
 
779
844
  <tr class="deep-level-0">
780
- <td class="name"><code><a href="Point.html#fromJSON">fromJSON</a></code></td>
845
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
781
846
  <td class="name">
782
847
  <code>
783
848
 
@@ -787,12 +852,17 @@ new Point({
787
852
  </tr>
788
853
 
789
854
  <tr class="deep-level-0">
790
- <td class="name"><code><a href="Point.html#toCoordinates">toCoordinates</a></code></td>
855
+ <td class="name"><code><a href="#toCoordinates">toCoordinates</a></code></td>
791
856
  <td class="name">
792
857
  <code>
793
858
 
794
859
 
795
- <span class="param-type">Array.&lt;Number></span>
860
+ <span class="param-type">
861
+
862
+ Array.&lt;Number>
863
+
864
+ </span>
865
+
796
866
 
797
867
 
798
868
 
@@ -802,12 +872,17 @@ new Point({
802
872
  </tr>
803
873
 
804
874
  <tr class="deep-level-0">
805
- <td class="name"><code><a href="Point.html#clone">clone</a></code></td>
875
+ <td class="name"><code><a href="#clone">clone</a></code></td>
806
876
  <td class="name">
807
877
  <code>
808
878
 
809
879
 
810
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
880
+ <span class="param-type">
881
+
882
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
883
+
884
+ </span>
885
+
811
886
 
812
887
 
813
888
 
@@ -817,12 +892,17 @@ new Point({
817
892
  </tr>
818
893
 
819
894
  <tr class="deep-level-0">
820
- <td class="name"><code><a href="Point.html#copy">copy</a></code></td>
895
+ <td class="name"><code><a href="#copy">copy</a></code></td>
821
896
  <td class="name">
822
897
  <code>
823
898
 
824
899
 
825
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
900
+ <span class="param-type">
901
+
902
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
903
+
904
+ </span>
905
+
826
906
 
827
907
 
828
908
 
@@ -832,12 +912,17 @@ new Point({
832
912
  </tr>
833
913
 
834
914
  <tr class="deep-level-0">
835
- <td class="name"><code><a href="Point.html#distance">distance</a></code></td>
915
+ <td class="name"><code><a href="#distance">distance</a></code></td>
836
916
  <td class="name">
837
917
  <code>
838
918
 
839
919
 
840
- <span class="param-type">Number</span>
920
+ <span class="param-type">
921
+
922
+ Number
923
+
924
+ </span>
925
+
841
926
 
842
927
 
843
928
 
@@ -847,12 +932,17 @@ new Point({
847
932
  </tr>
848
933
 
849
934
  <tr class="deep-level-0">
850
- <td class="name"><code><a href="Point.html#equals">equals</a></code></td>
935
+ <td class="name"><code><a href="#equals">equals</a></code></td>
851
936
  <td class="name">
852
937
  <code>
853
938
 
854
939
 
855
- <span class="param-type">Boolean</span>
940
+ <span class="param-type">
941
+
942
+ Boolean
943
+
944
+ </span>
945
+
856
946
 
857
947
 
858
948
 
@@ -862,7 +952,7 @@ new Point({
862
952
  </tr>
863
953
 
864
954
  <tr class="deep-level-0">
865
- <td class="name"><code><a href="Point.html#fromGeoJSON">fromGeoJSON</a></code></td>
955
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
866
956
  <td class="name">
867
957
  <code>
868
958
 
@@ -872,12 +962,17 @@ new Point({
872
962
  </tr>
873
963
 
874
964
  <tr class="deep-level-0">
875
- <td class="name"><code><a href="Point.html#getGeometryType">getGeometryType</a></code></td>
965
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
876
966
  <td class="name">
877
967
  <code>
878
968
 
879
969
 
880
- <span class="param-type">String</span>
970
+ <span class="param-type">
971
+
972
+ String
973
+
974
+ </span>
975
+
881
976
 
882
977
 
883
978
 
@@ -887,7 +982,7 @@ new Point({
887
982
  </tr>
888
983
 
889
984
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="Point.html#getIGSType">getIGSType</a></code></td>
985
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
891
986
  <td class="name">
892
987
  <code>
893
988
 
@@ -895,16 +990,21 @@ new Point({
895
990
 
896
991
  </code>
897
992
  </td>
898
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
993
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
899
994
  </tr>
900
995
 
901
996
  <tr class="deep-level-0">
902
- <td class="name"><code><a href="Point.html#getType">getType</a></code></td>
997
+ <td class="name"><code><a href="#getType">getType</a></code></td>
903
998
  <td class="name">
904
999
  <code>
905
1000
 
906
1001
 
907
- <span class="param-type">String</span>
1002
+ <span class="param-type">
1003
+
1004
+ String
1005
+
1006
+ </span>
1007
+
908
1008
 
909
1009
 
910
1010
 
@@ -914,12 +1014,17 @@ new Point({
914
1014
  </tr>
915
1015
 
916
1016
  <tr class="deep-level-0">
917
- <td class="name"><code><a href="Point.html#normalize">normalize</a></code></td>
1017
+ <td class="name"><code><a href="#normalize">normalize</a></code></td>
918
1018
  <td class="name">
919
1019
  <code>
920
1020
 
921
1021
 
922
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1022
+ <span class="param-type">
1023
+
1024
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1025
+
1026
+ </span>
1027
+
923
1028
 
924
1029
 
925
1030
 
@@ -929,12 +1034,17 @@ new Point({
929
1034
  </tr>
930
1035
 
931
1036
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="Point.html#off">off</a></code></td>
1037
+ <td class="name"><code><a href="#off">off</a></code></td>
933
1038
  <td class="name">
934
1039
  <code>
935
1040
 
936
1041
 
937
- <span class="param-type">Object</span>
1042
+ <span class="param-type">
1043
+
1044
+ Object
1045
+
1046
+ </span>
1047
+
938
1048
 
939
1049
 
940
1050
 
@@ -942,21 +1052,21 @@ new Point({
942
1052
  </td>
943
1053
  <td class="name"><code><p>移除事件<br/>
944
1054
  示例如下:<br/>
945
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
946
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
947
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
948
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
949
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
950
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1055
+ </code></td>
951
1056
  </tr>
952
1057
 
953
1058
  <tr class="deep-level-0">
954
- <td class="name"><code><a href="Point.html#on">on</a></code></td>
1059
+ <td class="name"><code><a href="#on">on</a></code></td>
955
1060
  <td class="name">
956
1061
  <code>
957
1062
 
958
1063
 
959
- <span class="param-type">Object</span>
1064
+ <span class="param-type">
1065
+
1066
+ Object
1067
+
1068
+ </span>
1069
+
960
1070
 
961
1071
 
962
1072
 
@@ -964,20 +1074,21 @@ new Point({
964
1074
  </td>
965
1075
  <td class="name"><code><p>注册一个新的监听事件;<br/>
966
1076
  示例如下:<br/>
967
- <a href='#event1'>[1、注册一个事件]</a><br/>
968
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
969
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
970
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
971
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1077
+ </code></td>
972
1078
  </tr>
973
1079
 
974
1080
  <tr class="deep-level-0">
975
- <td class="name"><code><a href="Point.html#toGeoJSON">toGeoJSON</a></code></td>
1081
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
976
1082
  <td class="name">
977
1083
  <code>
978
1084
 
979
1085
 
980
- <span class="param-type">Object</span>
1086
+ <span class="param-type">
1087
+
1088
+ Object
1089
+
1090
+ </span>
1091
+
981
1092
 
982
1093
 
983
1094
 
@@ -987,23 +1098,27 @@ new Point({
987
1098
  </tr>
988
1099
 
989
1100
  <tr class="deep-level-0">
990
- <td class="name"><code><a href="Point.html#toJSON">toJSON</a></code></td>
1101
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
991
1102
  <td class="name">
992
1103
  <code>
993
1104
 
994
1105
 
995
- <span class="param-type">Object</span>
1106
+ <span class="param-type">
1107
+
1108
+ Object
1109
+
1110
+ </span>
1111
+
996
1112
 
997
1113
 
998
1114
 
999
1115
  </code>
1000
1116
  </td>
1001
- <td class="name"><code><p><a id='toJSON'></a>
1002
- 导出为json对象</p></code></td>
1117
+ <td class="name"><code><p></code></td>
1003
1118
  </tr>
1004
1119
 
1005
1120
  <tr class="deep-level-0">
1006
- <td class="name"><code><a href="Point.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1121
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1007
1122
  <td class="name">
1008
1123
  <code>
1009
1124
 
@@ -1011,16 +1126,21 @@ new Point({
1011
1126
 
1012
1127
  </code>
1013
1128
  </td>
1014
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1129
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1015
1130
  </tr>
1016
1131
 
1017
1132
  <tr class="deep-level-0">
1018
- <td class="name"><code><a href="Point.html#toString">toString</a></code></td>
1133
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1019
1134
  <td class="name">
1020
1135
  <code>
1021
1136
 
1022
1137
 
1023
- <span class="param-type">String</span>
1138
+ <span class="param-type">
1139
+
1140
+ String
1141
+
1142
+ </span>
1143
+
1024
1144
 
1025
1145
 
1026
1146
 
@@ -1030,12 +1150,17 @@ new Point({
1030
1150
  </tr>
1031
1151
 
1032
1152
  <tr class="deep-level-0">
1033
- <td class="name"><code><a href="Point.html#toXML">toXML</a></code></td>
1153
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1034
1154
  <td class="name">
1035
1155
  <code>
1036
1156
 
1037
1157
 
1038
- <span class="param-type">String</span>
1158
+ <span class="param-type">
1159
+
1160
+ String
1161
+
1162
+ </span>
1163
+
1039
1164
 
1040
1165
 
1041
1166
 
@@ -1106,13 +1231,18 @@ new Point({
1106
1231
 
1107
1232
  <tr class="deep-level-0">
1108
1233
 
1109
- <td class="name" id="json"><code>json</code></td>
1234
+ <td class="name"><code>json</code></td>
1110
1235
 
1111
1236
 
1112
1237
  <td class="type">
1113
1238
 
1114
1239
 
1115
- <span class="param-type">Object</span>
1240
+ <span class="param-type">
1241
+
1242
+ Object
1243
+
1244
+ </span>
1245
+
1116
1246
 
1117
1247
 
1118
1248
 
@@ -1262,16 +1392,25 @@ const point = new Point.fromJSON(json)</code></pre>
1262
1392
 
1263
1393
  <tr class="deep-level-0">
1264
1394
 
1265
- <td class="name" id="point"><code>point</code></td>
1395
+ <td class="name"><code>point</code></td>
1266
1396
 
1267
1397
 
1268
1398
  <td class="type">
1269
1399
 
1270
1400
 
1271
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1401
+ <span class="param-type">
1402
+
1403
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1404
+
1405
+ </span>
1272
1406
  |
1273
1407
 
1274
- <span class="param-type">Array.&lt;Number></span>
1408
+ <span class="param-type">
1409
+
1410
+ Array.&lt;Number>
1411
+
1412
+ </span>
1413
+
1275
1414
 
1276
1415
 
1277
1416
 
@@ -1359,7 +1498,12 @@ const point = new Point.fromJSON(json)</code></pre>
1359
1498
  <div class='column is-5 has-text-left'>
1360
1499
  <label>类型: </label>
1361
1500
 
1362
- <span class="param-type">Array.&lt;Number></span>
1501
+ <span class="param-type">
1502
+
1503
+ Array.&lt;Number>
1504
+
1505
+ </span>
1506
+
1363
1507
 
1364
1508
 
1365
1509
  </div>
@@ -1496,7 +1640,12 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1496
1640
  <div class='column is-5 has-text-left'>
1497
1641
  <label>类型: </label>
1498
1642
 
1499
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1643
+ <span class="param-type">
1644
+
1645
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1646
+
1647
+ </span>
1648
+
1500
1649
 
1501
1650
 
1502
1651
  </div>
@@ -1567,13 +1716,18 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1567
1716
 
1568
1717
  <tr class="deep-level-0">
1569
1718
 
1570
- <td class="name" id="point"><code>point</code></td>
1719
+ <td class="name"><code>point</code></td>
1571
1720
 
1572
1721
 
1573
1722
  <td class="type">
1574
1723
 
1575
1724
 
1576
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1725
+ <span class="param-type">
1726
+
1727
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1728
+
1729
+ </span>
1730
+
1577
1731
 
1578
1732
 
1579
1733
 
@@ -1661,7 +1815,12 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1661
1815
  <div class='column is-5 has-text-left'>
1662
1816
  <label>类型: </label>
1663
1817
 
1664
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1818
+ <span class="param-type">
1819
+
1820
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1821
+
1822
+ </span>
1823
+
1665
1824
 
1666
1825
 
1667
1826
  </div>
@@ -1751,16 +1910,25 @@ point1.copy(point2)</code></pre>
1751
1910
 
1752
1911
  <tr class="deep-level-0">
1753
1912
 
1754
- <td class="name" id="point"><code>point</code></td>
1913
+ <td class="name"><code>point</code></td>
1755
1914
 
1756
1915
 
1757
1916
  <td class="type">
1758
1917
 
1759
1918
 
1760
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1919
+ <span class="param-type">
1920
+
1921
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1922
+
1923
+ </span>
1761
1924
  |
1762
1925
 
1763
- <span class="param-type">Array.&lt;Number></span>
1926
+ <span class="param-type">
1927
+
1928
+ Array.&lt;Number>
1929
+
1930
+ </span>
1931
+
1764
1932
 
1765
1933
 
1766
1934
 
@@ -1848,7 +2016,12 @@ point1.copy(point2)</code></pre>
1848
2016
  <div class='column is-5 has-text-left'>
1849
2017
  <label>类型: </label>
1850
2018
 
1851
- <span class="param-type">Number</span>
2019
+ <span class="param-type">
2020
+
2021
+ Number
2022
+
2023
+ </span>
2024
+
1852
2025
 
1853
2026
 
1854
2027
  </div>
@@ -1940,16 +2113,25 @@ const distance = point1.distance(point2)</code></pre>
1940
2113
 
1941
2114
  <tr class="deep-level-0">
1942
2115
 
1943
- <td class="name" id="point"><code>point</code></td>
2116
+ <td class="name"><code>point</code></td>
1944
2117
 
1945
2118
 
1946
2119
  <td class="type">
1947
2120
 
1948
2121
 
1949
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2122
+ <span class="param-type">
2123
+
2124
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2125
+
2126
+ </span>
1950
2127
  |
1951
2128
 
1952
- <span class="param-type">Array.&lt;Number></span>
2129
+ <span class="param-type">
2130
+
2131
+ Array.&lt;Number>
2132
+
2133
+ </span>
2134
+
1953
2135
 
1954
2136
 
1955
2137
 
@@ -2043,7 +2225,12 @@ const distance = point1.distance(point2)</code></pre>
2043
2225
  <div class='column is-5 has-text-left'>
2044
2226
  <label>类型: </label>
2045
2227
 
2046
- <span class="param-type">Boolean</span>
2228
+ <span class="param-type">
2229
+
2230
+ Boolean
2231
+
2232
+ </span>
2233
+
2047
2234
 
2048
2235
 
2049
2236
  </div>
@@ -2133,13 +2320,18 @@ const equal = point1.equals(point2)</code></pre>
2133
2320
 
2134
2321
  <tr class="deep-level-0">
2135
2322
 
2136
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2323
+ <td class="name"><code>GeoJSON</code></td>
2137
2324
 
2138
2325
 
2139
2326
  <td class="type">
2140
2327
 
2141
2328
 
2142
- <span class="param-type">Object</span>
2329
+ <span class="param-type">
2330
+
2331
+ Object
2332
+
2333
+ </span>
2334
+
2143
2335
 
2144
2336
 
2145
2337
 
@@ -2171,7 +2363,7 @@ const equal = point1.equals(point2)</code></pre>
2171
2363
 
2172
2364
  <dt class="inherited-from">Inherited From:</dt>
2173
2365
  <dd class="inherited-from"><ul class="dummy"><li>
2174
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2366
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2175
2367
  </li></ul></dd>
2176
2368
 
2177
2369
 
@@ -2267,7 +2459,7 @@ const equal = point1.equals(point2)</code></pre>
2267
2459
 
2268
2460
  <dt class="inherited-from">Inherited From:</dt>
2269
2461
  <dd class="inherited-from"><ul class="dummy"><li>
2270
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2462
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2271
2463
  </li></ul></dd>
2272
2464
 
2273
2465
 
@@ -2328,7 +2520,12 @@ const equal = point1.equals(point2)</code></pre>
2328
2520
  <div class='column is-5 has-text-left'>
2329
2521
  <label>类型: </label>
2330
2522
 
2331
- <span class="param-type">String</span>
2523
+ <span class="param-type">
2524
+
2525
+ String
2526
+
2527
+ </span>
2528
+
2332
2529
 
2333
2530
 
2334
2531
  </div>
@@ -2501,7 +2698,7 @@ const equal = point1.equals(point2)</code></pre>
2501
2698
 
2502
2699
  <dt class="inherited-from">Inherited From:</dt>
2503
2700
  <dd class="inherited-from"><ul class="dummy"><li>
2504
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2701
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2505
2702
  </li></ul></dd>
2506
2703
 
2507
2704
 
@@ -2562,7 +2759,12 @@ const equal = point1.equals(point2)</code></pre>
2562
2759
  <div class='column is-5 has-text-left'>
2563
2760
  <label>类型: </label>
2564
2761
 
2565
- <span class="param-type">String</span>
2762
+ <span class="param-type">
2763
+
2764
+ String
2765
+
2766
+ </span>
2767
+
2566
2768
 
2567
2769
 
2568
2770
  </div>
@@ -2678,7 +2880,12 @@ const equal = point1.equals(point2)</code></pre>
2678
2880
  <div class='column is-5 has-text-left'>
2679
2881
  <label>类型: </label>
2680
2882
 
2681
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2883
+ <span class="param-type">
2884
+
2885
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2886
+
2887
+ </span>
2888
+
2682
2889
 
2683
2890
 
2684
2891
  </div>
@@ -2772,13 +2979,18 @@ const normalize = point1.normalize()</code></pre>
2772
2979
 
2773
2980
  <tr class="deep-level-0">
2774
2981
 
2775
- <td class="name" id="types"><code>types</code></td>
2982
+ <td class="name"><code>types</code></td>
2776
2983
 
2777
2984
 
2778
2985
  <td class="type">
2779
2986
 
2780
2987
 
2781
- <span class="param-type">string</span>
2988
+ <span class="param-type">
2989
+
2990
+ string
2991
+
2992
+ </span>
2993
+
2782
2994
 
2783
2995
 
2784
2996
 
@@ -2798,13 +3010,18 @@ const normalize = point1.normalize()</code></pre>
2798
3010
 
2799
3011
  <tr class="deep-level-0">
2800
3012
 
2801
- <td class="name" id="fn"><code>fn</code></td>
3013
+ <td class="name"><code>fn</code></td>
2802
3014
 
2803
3015
 
2804
3016
  <td class="type">
2805
3017
 
2806
3018
 
2807
- <span class="param-type">function</span>
3019
+ <span class="param-type">
3020
+
3021
+ function
3022
+
3023
+ </span>
3024
+
2808
3025
 
2809
3026
 
2810
3027
 
@@ -2822,13 +3039,18 @@ const normalize = point1.normalize()</code></pre>
2822
3039
 
2823
3040
  <tr class="deep-level-0">
2824
3041
 
2825
- <td class="name" id="context"><code>context</code></td>
3042
+ <td class="name"><code>context</code></td>
2826
3043
 
2827
3044
 
2828
3045
  <td class="type">
2829
3046
 
2830
3047
 
2831
- <span class="param-type">Object</span>
3048
+ <span class="param-type">
3049
+
3050
+ Object
3051
+
3052
+ </span>
3053
+
2832
3054
 
2833
3055
 
2834
3056
 
@@ -2860,7 +3082,7 @@ const normalize = point1.normalize()</code></pre>
2860
3082
 
2861
3083
  <dt class="inherited-from">Inherited From:</dt>
2862
3084
  <dd class="inherited-from"><ul class="dummy"><li>
2863
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3085
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2864
3086
  </li></ul></dd>
2865
3087
 
2866
3088
 
@@ -2921,7 +3143,12 @@ const normalize = point1.normalize()</code></pre>
2921
3143
  <div class='column is-5 has-text-left'>
2922
3144
  <label>类型: </label>
2923
3145
 
2924
- <span class="param-type">Object</span>
3146
+ <span class="param-type">
3147
+
3148
+ Object
3149
+
3150
+ </span>
3151
+
2925
3152
 
2926
3153
 
2927
3154
  </div>
@@ -3088,16 +3315,25 @@ view.off({
3088
3315
 
3089
3316
  <tr class="deep-level-0">
3090
3317
 
3091
- <td class="name" id="types"><code>types</code></td>
3318
+ <td class="name"><code>types</code></td>
3092
3319
 
3093
3320
 
3094
3321
  <td class="type">
3095
3322
 
3096
3323
 
3097
- <span class="param-type">String</span>
3324
+ <span class="param-type">
3325
+
3326
+ String
3327
+
3328
+ </span>
3098
3329
  |
3099
3330
 
3100
- <span class="param-type">Object</span>
3331
+ <span class="param-type">
3332
+
3333
+ Object
3334
+
3335
+ </span>
3336
+
3101
3337
 
3102
3338
 
3103
3339
 
@@ -3123,13 +3359,18 @@ view.off({
3123
3359
 
3124
3360
  <tr class="deep-level-0">
3125
3361
 
3126
- <td class="name" id="fn"><code>fn</code></td>
3362
+ <td class="name"><code>fn</code></td>
3127
3363
 
3128
3364
 
3129
3365
  <td class="type">
3130
3366
 
3131
3367
 
3132
- <span class="param-type">function</span>
3368
+ <span class="param-type">
3369
+
3370
+ function
3371
+
3372
+ </span>
3373
+
3133
3374
 
3134
3375
 
3135
3376
 
@@ -3153,13 +3394,18 @@ view.off({
3153
3394
 
3154
3395
  <tr class="deep-level-0">
3155
3396
 
3156
- <td class="name" id="context"><code>context</code></td>
3397
+ <td class="name"><code>context</code></td>
3157
3398
 
3158
3399
 
3159
3400
  <td class="type">
3160
3401
 
3161
3402
 
3162
- <span class="param-type">Object</span>
3403
+ <span class="param-type">
3404
+
3405
+ Object
3406
+
3407
+ </span>
3408
+
3163
3409
 
3164
3410
 
3165
3411
 
@@ -3197,7 +3443,7 @@ view.off({
3197
3443
 
3198
3444
  <dt class="inherited-from">Inherited From:</dt>
3199
3445
  <dd class="inherited-from"><ul class="dummy"><li>
3200
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3446
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3201
3447
  </li></ul></dd>
3202
3448
 
3203
3449
 
@@ -3258,7 +3504,12 @@ view.off({
3258
3504
  <div class='column is-5 has-text-left'>
3259
3505
  <label>类型: </label>
3260
3506
 
3261
- <span class="param-type">Object</span>
3507
+ <span class="param-type">
3508
+
3509
+ Object
3510
+
3511
+ </span>
3512
+
3262
3513
 
3263
3514
 
3264
3515
  </div>
@@ -3396,7 +3647,7 @@ view.on({
3396
3647
 
3397
3648
  <dt class="inherited-from">Inherited From:</dt>
3398
3649
  <dd class="inherited-from"><ul class="dummy"><li>
3399
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3650
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3400
3651
  </li></ul></dd>
3401
3652
 
3402
3653
 
@@ -3457,7 +3708,12 @@ view.on({
3457
3708
  <div class='column is-5 has-text-left'>
3458
3709
  <label>类型: </label>
3459
3710
 
3460
- <span class="param-type">Object</span>
3711
+ <span class="param-type">
3712
+
3713
+ Object
3714
+
3715
+ </span>
3716
+
3461
3717
 
3462
3718
 
3463
3719
  </div>
@@ -3579,7 +3835,12 @@ view.on({
3579
3835
  <div class='column is-5 has-text-left'>
3580
3836
  <label>类型: </label>
3581
3837
 
3582
- <span class="param-type">Object</span>
3838
+ <span class="param-type">
3839
+
3840
+ Object
3841
+
3842
+ </span>
3843
+
3583
3844
 
3584
3845
 
3585
3846
  </div>
@@ -3808,7 +4069,12 @@ view.on({
3808
4069
  <div class='column is-5 has-text-left'>
3809
4070
  <label>类型: </label>
3810
4071
 
3811
- <span class="param-type">String</span>
4072
+ <span class="param-type">
4073
+
4074
+ String
4075
+
4076
+ </span>
4077
+
3812
4078
 
3813
4079
 
3814
4080
  </div>
@@ -3884,7 +4150,7 @@ const str = point1.toString()</code></pre>
3884
4150
 
3885
4151
  <dt class="inherited-from">Inherited From:</dt>
3886
4152
  <dd class="inherited-from"><ul class="dummy"><li>
3887
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4153
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3888
4154
  </li></ul></dd>
3889
4155
 
3890
4156
 
@@ -3945,7 +4211,12 @@ const str = point1.toString()</code></pre>
3945
4211
  <div class='column is-5 has-text-left'>
3946
4212
  <label>类型: </label>
3947
4213
 
3948
- <span class="param-type">String</span>
4214
+ <span class="param-type">
4215
+
4216
+ String
4217
+
4218
+ </span>
4219
+
3949
4220
 
3950
4221
 
3951
4222
  </div>