@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 { MultiPoint } 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 { MultiPoint } 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.&lt;Number></span>
118
+ <span class="param-type">
119
+
120
+ Array.&lt;Number>
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { MultiPoint } 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
 
@@ -295,7 +310,7 @@ new Point({
295
310
 
296
311
 
297
312
  <ul>
298
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
313
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
299
314
  </ul>
300
315
 
301
316
 
@@ -327,11 +342,16 @@ new Point({
327
342
  <tbody>
328
343
 
329
344
  <tr class="deep-level-0">
330
- <td class="name"><code><a href="MultiPoint.html#coordinates">coordinates</a></code></td>
345
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
331
346
  <td class="name">
332
347
  <code>
333
348
 
334
- <span class="param-type">Array</span>
349
+ <span class="param-type">
350
+
351
+ Array
352
+
353
+ </span>
354
+
335
355
 
336
356
 
337
357
  </code>
@@ -340,11 +360,16 @@ new Point({
340
360
  </tr>
341
361
 
342
362
  <tr class="deep-level-0">
343
- <td class="name"><code><a href="MultiPoint.html#extent">extent</a></code></td>
363
+ <td class="name"><code><a href="#extent">extent</a></code></td>
344
364
  <td class="name">
345
365
  <code>
346
366
 
347
- <span class="param-type">Number</span>
367
+ <span class="param-type">
368
+
369
+ Number
370
+
371
+ </span>
372
+
348
373
 
349
374
 
350
375
  </code>
@@ -353,11 +378,16 @@ new Point({
353
378
  </tr>
354
379
 
355
380
  <tr class="deep-level-0">
356
- <td class="name"><code><a href="MultiPoint.html#hasZ">hasZ</a></code></td>
381
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
357
382
  <td class="name">
358
383
  <code>
359
384
 
360
- <span class="param-type">Boolean</span>
385
+ <span class="param-type">
386
+
387
+ Boolean
388
+
389
+ </span>
390
+
361
391
 
362
392
 
363
393
  </code>
@@ -366,11 +396,16 @@ new Point({
366
396
  </tr>
367
397
 
368
398
  <tr class="deep-level-0">
369
- <td class="name"><code><a href="MultiPoint.html#spatialReference">spatialReference</a></code></td>
399
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
370
400
  <td class="name">
371
401
  <code>
372
402
 
373
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
403
+ <span class="param-type">
404
+
405
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
406
+
407
+ </span>
408
+
374
409
 
375
410
 
376
411
  </code>
@@ -389,7 +424,12 @@ new Point({
389
424
  <span class="method-parameter is-pulled-right">
390
425
  <label>类型:</label>
391
426
 
392
- <span class="param-type">Array</span>
427
+ <span class="param-type">
428
+
429
+ Array
430
+
431
+ </span>
432
+
393
433
 
394
434
 
395
435
  </span>
@@ -459,7 +499,12 @@ new Point({
459
499
  <span class="method-parameter is-pulled-right">
460
500
  <label>类型:</label>
461
501
 
462
- <span class="param-type">Number</span>
502
+ <span class="param-type">
503
+
504
+ Number
505
+
506
+ </span>
507
+
463
508
 
464
509
 
465
510
  </span>
@@ -534,7 +579,12 @@ new Point({
534
579
  <span class="method-parameter is-pulled-right">
535
580
  <label>类型:</label>
536
581
 
537
- <span class="param-type">Boolean</span>
582
+ <span class="param-type">
583
+
584
+ Boolean
585
+
586
+ </span>
587
+
538
588
 
539
589
 
540
590
  </span>
@@ -613,7 +663,12 @@ new Point({
613
663
  <span class="method-parameter is-pulled-right">
614
664
  <label>类型:</label>
615
665
 
616
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
666
+ <span class="param-type">
667
+
668
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
669
+
670
+ </span>
671
+
617
672
 
618
673
 
619
674
  </span>
@@ -647,7 +702,7 @@ new Point({
647
702
 
648
703
  <dt class="inherited-from">Inherited From:</dt>
649
704
  <dd class="inherited-from"><ul class="dummy"><li>
650
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
705
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
651
706
  </li></ul></dd>
652
707
 
653
708
 
@@ -704,7 +759,7 @@ new Point({
704
759
  <tbody>
705
760
 
706
761
  <tr class="deep-level-0">
707
- <td class="name"><code><a href="MultiPoint.html#fromJSON">fromJSON</a></code></td>
762
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
708
763
  <td class="name">
709
764
  <code>
710
765
 
@@ -714,12 +769,17 @@ new Point({
714
769
  </tr>
715
770
 
716
771
  <tr class="deep-level-0">
717
- <td class="name"><code><a href="MultiPoint.html#addPoint">addPoint</a></code></td>
772
+ <td class="name"><code><a href="#addPoint">addPoint</a></code></td>
718
773
  <td class="name">
719
774
  <code>
720
775
 
721
776
 
722
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
777
+ <span class="param-type">
778
+
779
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
780
+
781
+ </span>
782
+
723
783
 
724
784
 
725
785
 
@@ -729,12 +789,17 @@ new Point({
729
789
  </tr>
730
790
 
731
791
  <tr class="deep-level-0">
732
- <td class="name"><code><a href="MultiPoint.html#clone">clone</a></code></td>
792
+ <td class="name"><code><a href="#clone">clone</a></code></td>
733
793
  <td class="name">
734
794
  <code>
735
795
 
736
796
 
737
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
797
+ <span class="param-type">
798
+
799
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
800
+
801
+ </span>
802
+
738
803
 
739
804
 
740
805
 
@@ -744,12 +809,17 @@ new Point({
744
809
  </tr>
745
810
 
746
811
  <tr class="deep-level-0">
747
- <td class="name"><code><a href="MultiPoint.html#contains">contains</a></code></td>
812
+ <td class="name"><code><a href="#contains">contains</a></code></td>
748
813
  <td class="name">
749
814
  <code>
750
815
 
751
816
 
752
- <span class="param-type">Boolean</span>
817
+ <span class="param-type">
818
+
819
+ Boolean
820
+
821
+ </span>
822
+
753
823
 
754
824
 
755
825
 
@@ -759,7 +829,7 @@ new Point({
759
829
  </tr>
760
830
 
761
831
  <tr class="deep-level-0">
762
- <td class="name"><code><a href="MultiPoint.html#fromGeoJSON">fromGeoJSON</a></code></td>
832
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
763
833
  <td class="name">
764
834
  <code>
765
835
 
@@ -769,12 +839,17 @@ new Point({
769
839
  </tr>
770
840
 
771
841
  <tr class="deep-level-0">
772
- <td class="name"><code><a href="MultiPoint.html#getGeometryType">getGeometryType</a></code></td>
842
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
773
843
  <td class="name">
774
844
  <code>
775
845
 
776
846
 
777
- <span class="param-type">String</span>
847
+ <span class="param-type">
848
+
849
+ String
850
+
851
+ </span>
852
+
778
853
 
779
854
 
780
855
 
@@ -784,7 +859,7 @@ new Point({
784
859
  </tr>
785
860
 
786
861
  <tr class="deep-level-0">
787
- <td class="name"><code><a href="MultiPoint.html#getIGSType">getIGSType</a></code></td>
862
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
788
863
  <td class="name">
789
864
  <code>
790
865
 
@@ -792,16 +867,21 @@ new Point({
792
867
 
793
868
  </code>
794
869
  </td>
795
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
870
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
796
871
  </tr>
797
872
 
798
873
  <tr class="deep-level-0">
799
- <td class="name"><code><a href="MultiPoint.html#getPoint">getPoint</a></code></td>
874
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
800
875
  <td class="name">
801
876
  <code>
802
877
 
803
878
 
804
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
879
+ <span class="param-type">
880
+
881
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
882
+
883
+ </span>
884
+
805
885
 
806
886
 
807
887
 
@@ -811,12 +891,17 @@ new Point({
811
891
  </tr>
812
892
 
813
893
  <tr class="deep-level-0">
814
- <td class="name"><code><a href="MultiPoint.html#getType">getType</a></code></td>
894
+ <td class="name"><code><a href="#getType">getType</a></code></td>
815
895
  <td class="name">
816
896
  <code>
817
897
 
818
898
 
819
- <span class="param-type">String</span>
899
+ <span class="param-type">
900
+
901
+ String
902
+
903
+ </span>
904
+
820
905
 
821
906
 
822
907
 
@@ -826,12 +911,17 @@ new Point({
826
911
  </tr>
827
912
 
828
913
  <tr class="deep-level-0">
829
- <td class="name"><code><a href="MultiPoint.html#off">off</a></code></td>
914
+ <td class="name"><code><a href="#off">off</a></code></td>
830
915
  <td class="name">
831
916
  <code>
832
917
 
833
918
 
834
- <span class="param-type">Object</span>
919
+ <span class="param-type">
920
+
921
+ Object
922
+
923
+ </span>
924
+
835
925
 
836
926
 
837
927
 
@@ -839,21 +929,21 @@ new Point({
839
929
  </td>
840
930
  <td class="name"><code><p>移除事件<br/>
841
931
  示例如下:<br/>
842
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
843
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
844
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
845
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
846
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
847
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
932
+ </code></td>
848
933
  </tr>
849
934
 
850
935
  <tr class="deep-level-0">
851
- <td class="name"><code><a href="MultiPoint.html#on">on</a></code></td>
936
+ <td class="name"><code><a href="#on">on</a></code></td>
852
937
  <td class="name">
853
938
  <code>
854
939
 
855
940
 
856
- <span class="param-type">Object</span>
941
+ <span class="param-type">
942
+
943
+ Object
944
+
945
+ </span>
946
+
857
947
 
858
948
 
859
949
 
@@ -861,23 +951,28 @@ new Point({
861
951
  </td>
862
952
  <td class="name"><code><p>注册一个新的监听事件;<br/>
863
953
  示例如下:<br/>
864
- <a href='#event1'>[1、注册一个事件]</a><br/>
865
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
866
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
867
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
868
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
954
+ </code></td>
869
955
  </tr>
870
956
 
871
957
  <tr class="deep-level-0">
872
- <td class="name"><code><a href="MultiPoint.html#removePoint">removePoint</a></code></td>
958
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
873
959
  <td class="name">
874
960
  <code>
875
961
 
876
962
 
877
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
963
+ <span class="param-type">
964
+
965
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
966
+
967
+ </span>
878
968
  |
879
969
 
880
- <span class="param-type">null</span>
970
+ <span class="param-type">
971
+
972
+ null
973
+
974
+ </span>
975
+
881
976
 
882
977
 
883
978
 
@@ -887,12 +982,17 @@ new Point({
887
982
  </tr>
888
983
 
889
984
  <tr class="deep-level-0">
890
- <td class="name"><code><a href="MultiPoint.html#setPoint">setPoint</a></code></td>
985
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
891
986
  <td class="name">
892
987
  <code>
893
988
 
894
989
 
895
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
990
+ <span class="param-type">
991
+
992
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
993
+
994
+ </span>
995
+
896
996
 
897
997
 
898
998
 
@@ -902,7 +1002,7 @@ new Point({
902
1002
  </tr>
903
1003
 
904
1004
  <tr class="deep-level-0">
905
- <td class="name"><code><a href="MultiPoint.html#toDots">toDots</a></code></td>
1005
+ <td class="name"><code><a href="#toDots">toDots</a></code></td>
906
1006
  <td class="name">
907
1007
  <code>
908
1008
 
@@ -910,16 +1010,21 @@ new Point({
910
1010
 
911
1011
  </code>
912
1012
  </td>
913
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1013
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
914
1014
  </tr>
915
1015
 
916
1016
  <tr class="deep-level-0">
917
- <td class="name"><code><a href="MultiPoint.html#toGeoJSON">toGeoJSON</a></code></td>
1017
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
918
1018
  <td class="name">
919
1019
  <code>
920
1020
 
921
1021
 
922
- <span class="param-type">Object</span>
1022
+ <span class="param-type">
1023
+
1024
+ Object
1025
+
1026
+ </span>
1027
+
923
1028
 
924
1029
 
925
1030
 
@@ -929,23 +1034,27 @@ new Point({
929
1034
  </tr>
930
1035
 
931
1036
  <tr class="deep-level-0">
932
- <td class="name"><code><a href="MultiPoint.html#toJSON">toJSON</a></code></td>
1037
+ <td class="name"><code><a href="#toJSON">toJSON</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
 
941
1051
  </code>
942
1052
  </td>
943
- <td class="name"><code><p><a id='toJSON'></a>
944
- 导出为json对象</p></code></td>
1053
+ <td class="name"><code><p></code></td>
945
1054
  </tr>
946
1055
 
947
1056
  <tr class="deep-level-0">
948
- <td class="name"><code><a href="MultiPoint.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1057
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
949
1058
  <td class="name">
950
1059
  <code>
951
1060
 
@@ -953,11 +1062,11 @@ new Point({
953
1062
 
954
1063
  </code>
955
1064
  </td>
956
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1065
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
957
1066
  </tr>
958
1067
 
959
1068
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="MultiPoint.html#toString">toString</a></code></td>
1069
+ <td class="name"><code><a href="#toString">toString</a></code></td>
961
1070
  <td class="name">
962
1071
  <code>
963
1072
 
@@ -965,16 +1074,21 @@ new Point({
965
1074
 
966
1075
  </code>
967
1076
  </td>
968
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1077
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
969
1078
  </tr>
970
1079
 
971
1080
  <tr class="deep-level-0">
972
- <td class="name"><code><a href="MultiPoint.html#toXML">toXML</a></code></td>
1081
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
973
1082
  <td class="name">
974
1083
  <code>
975
1084
 
976
1085
 
977
- <span class="param-type">String</span>
1086
+ <span class="param-type">
1087
+
1088
+ String
1089
+
1090
+ </span>
1091
+
978
1092
 
979
1093
 
980
1094
 
@@ -1045,13 +1159,18 @@ new Point({
1045
1159
 
1046
1160
  <tr class="deep-level-0">
1047
1161
 
1048
- <td class="name" id="json"><code>json</code></td>
1162
+ <td class="name"><code>json</code></td>
1049
1163
 
1050
1164
 
1051
1165
  <td class="type">
1052
1166
 
1053
1167
 
1054
- <span class="param-type">Object</span>
1168
+ <span class="param-type">
1169
+
1170
+ Object
1171
+
1172
+ </span>
1173
+
1055
1174
 
1056
1175
 
1057
1176
 
@@ -1208,16 +1327,25 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1208
1327
 
1209
1328
  <tr class="deep-level-0">
1210
1329
 
1211
- <td class="name" id="point"><code>point</code></td>
1330
+ <td class="name"><code>point</code></td>
1212
1331
 
1213
1332
 
1214
1333
  <td class="type">
1215
1334
 
1216
1335
 
1217
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1336
+ <span class="param-type">
1337
+
1338
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1339
+
1340
+ </span>
1218
1341
  |
1219
1342
 
1220
- <span class="param-type">Array.&lt;Number></span>
1343
+ <span class="param-type">
1344
+
1345
+ Array.&lt;Number>
1346
+
1347
+ </span>
1348
+
1221
1349
 
1222
1350
 
1223
1351
 
@@ -1239,13 +1367,18 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1239
1367
 
1240
1368
  <tr class="deep-level-0">
1241
1369
 
1242
- <td class="name" id="mode"><code>mode</code></td>
1370
+ <td class="name"><code>mode</code></td>
1243
1371
 
1244
1372
 
1245
1373
  <td class="type">
1246
1374
 
1247
1375
 
1248
- <span class="param-type">String</span>
1376
+ <span class="param-type">
1377
+
1378
+ String
1379
+
1380
+ </span>
1381
+
1249
1382
 
1250
1383
 
1251
1384
 
@@ -1339,7 +1472,12 @@ const multiPoint = MultiPoint.fromJSON(json)</code></pre>
1339
1472
  <div class='column is-5 has-text-left'>
1340
1473
  <label>类型: </label>
1341
1474
 
1342
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
1475
+ <span class="param-type">
1476
+
1477
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
1478
+
1479
+ </span>
1480
+
1343
1481
 
1344
1482
 
1345
1483
  </div>
@@ -1481,7 +1619,12 @@ multiPoint.addPoint([102,2.0])</code></pre>
1481
1619
  <div class='column is-5 has-text-left'>
1482
1620
  <label>类型: </label>
1483
1621
 
1484
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1622
+ <span class="param-type">
1623
+
1624
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1625
+
1626
+ </span>
1627
+
1485
1628
 
1486
1629
 
1487
1630
  </div>
@@ -1552,16 +1695,25 @@ multiPoint.addPoint([102,2.0])</code></pre>
1552
1695
 
1553
1696
  <tr class="deep-level-0">
1554
1697
 
1555
- <td class="name" id="point"><code>point</code></td>
1698
+ <td class="name"><code>point</code></td>
1556
1699
 
1557
1700
 
1558
1701
  <td class="type">
1559
1702
 
1560
1703
 
1561
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1704
+ <span class="param-type">
1705
+
1706
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1707
+
1708
+ </span>
1562
1709
  |
1563
1710
 
1564
- <span class="param-type">Array.&lt;Number></span>
1711
+ <span class="param-type">
1712
+
1713
+ Array.&lt;Number>
1714
+
1715
+ </span>
1716
+
1565
1717
 
1566
1718
 
1567
1719
 
@@ -1649,7 +1801,12 @@ multiPoint.addPoint([102,2.0])</code></pre>
1649
1801
  <div class='column is-5 has-text-left'>
1650
1802
  <label>类型: </label>
1651
1803
 
1652
- <span class="param-type">Boolean</span>
1804
+ <span class="param-type">
1805
+
1806
+ Boolean
1807
+
1808
+ </span>
1809
+
1653
1810
 
1654
1811
 
1655
1812
  </div>
@@ -1720,13 +1877,18 @@ multiPoint.addPoint([102,2.0])</code></pre>
1720
1877
 
1721
1878
  <tr class="deep-level-0">
1722
1879
 
1723
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1880
+ <td class="name"><code>GeoJSON</code></td>
1724
1881
 
1725
1882
 
1726
1883
  <td class="type">
1727
1884
 
1728
1885
 
1729
- <span class="param-type">Object</span>
1886
+ <span class="param-type">
1887
+
1888
+ Object
1889
+
1890
+ </span>
1891
+
1730
1892
 
1731
1893
 
1732
1894
 
@@ -1758,7 +1920,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1758
1920
 
1759
1921
  <dt class="inherited-from">Inherited From:</dt>
1760
1922
  <dd class="inherited-from"><ul class="dummy"><li>
1761
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1923
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1762
1924
  </li></ul></dd>
1763
1925
 
1764
1926
 
@@ -1854,7 +2016,7 @@ multiPoint.addPoint([102,2.0])</code></pre>
1854
2016
 
1855
2017
  <dt class="inherited-from">Inherited From:</dt>
1856
2018
  <dd class="inherited-from"><ul class="dummy"><li>
1857
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2019
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1858
2020
  </li></ul></dd>
1859
2021
 
1860
2022
 
@@ -1915,7 +2077,12 @@ multiPoint.addPoint([102,2.0])</code></pre>
1915
2077
  <div class='column is-5 has-text-left'>
1916
2078
  <label>类型: </label>
1917
2079
 
1918
- <span class="param-type">String</span>
2080
+ <span class="param-type">
2081
+
2082
+ String
2083
+
2084
+ </span>
2085
+
1919
2086
 
1920
2087
 
1921
2088
  </div>
@@ -2099,13 +2266,18 @@ multiPoint.addPoint([102,2.0])</code></pre>
2099
2266
 
2100
2267
  <tr class="deep-level-0">
2101
2268
 
2102
- <td class="name" id="index"><code>index</code></td>
2269
+ <td class="name"><code>index</code></td>
2103
2270
 
2104
2271
 
2105
2272
  <td class="type">
2106
2273
 
2107
2274
 
2108
- <span class="param-type">Number</span>
2275
+ <span class="param-type">
2276
+
2277
+ Number
2278
+
2279
+ </span>
2280
+
2109
2281
 
2110
2282
 
2111
2283
 
@@ -2193,7 +2365,12 @@ multiPoint.addPoint([102,2.0])</code></pre>
2193
2365
  <div class='column is-5 has-text-left'>
2194
2366
  <label>类型: </label>
2195
2367
 
2196
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2368
+ <span class="param-type">
2369
+
2370
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2371
+
2372
+ </span>
2373
+
2197
2374
 
2198
2375
 
2199
2376
  </div>
@@ -2274,7 +2451,7 @@ const point = multiPoint.getPoint(0)</code></pre>
2274
2451
 
2275
2452
  <dt class="inherited-from">Inherited From:</dt>
2276
2453
  <dd class="inherited-from"><ul class="dummy"><li>
2277
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2454
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2278
2455
  </li></ul></dd>
2279
2456
 
2280
2457
 
@@ -2335,7 +2512,12 @@ const point = multiPoint.getPoint(0)</code></pre>
2335
2512
  <div class='column is-5 has-text-left'>
2336
2513
  <label>类型: </label>
2337
2514
 
2338
- <span class="param-type">String</span>
2515
+ <span class="param-type">
2516
+
2517
+ String
2518
+
2519
+ </span>
2520
+
2339
2521
 
2340
2522
 
2341
2523
  </div>
@@ -2413,13 +2595,18 @@ const point = multiPoint.getPoint(0)</code></pre>
2413
2595
 
2414
2596
  <tr class="deep-level-0">
2415
2597
 
2416
- <td class="name" id="types"><code>types</code></td>
2598
+ <td class="name"><code>types</code></td>
2417
2599
 
2418
2600
 
2419
2601
  <td class="type">
2420
2602
 
2421
2603
 
2422
- <span class="param-type">string</span>
2604
+ <span class="param-type">
2605
+
2606
+ string
2607
+
2608
+ </span>
2609
+
2423
2610
 
2424
2611
 
2425
2612
 
@@ -2439,13 +2626,18 @@ const point = multiPoint.getPoint(0)</code></pre>
2439
2626
 
2440
2627
  <tr class="deep-level-0">
2441
2628
 
2442
- <td class="name" id="fn"><code>fn</code></td>
2629
+ <td class="name"><code>fn</code></td>
2443
2630
 
2444
2631
 
2445
2632
  <td class="type">
2446
2633
 
2447
2634
 
2448
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2640
+
2449
2641
 
2450
2642
 
2451
2643
 
@@ -2463,13 +2655,18 @@ const point = multiPoint.getPoint(0)</code></pre>
2463
2655
 
2464
2656
  <tr class="deep-level-0">
2465
2657
 
2466
- <td class="name" id="context"><code>context</code></td>
2658
+ <td class="name"><code>context</code></td>
2467
2659
 
2468
2660
 
2469
2661
  <td class="type">
2470
2662
 
2471
2663
 
2472
- <span class="param-type">Object</span>
2664
+ <span class="param-type">
2665
+
2666
+ Object
2667
+
2668
+ </span>
2669
+
2473
2670
 
2474
2671
 
2475
2672
 
@@ -2501,7 +2698,7 @@ const point = multiPoint.getPoint(0)</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="Evented#off" Evented.html#off>Evented#off</a>
2701
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2505
2702
  </li></ul></dd>
2506
2703
 
2507
2704
 
@@ -2562,7 +2759,12 @@ const point = multiPoint.getPoint(0)</code></pre>
2562
2759
  <div class='column is-5 has-text-left'>
2563
2760
  <label>类型: </label>
2564
2761
 
2565
- <span class="param-type">Object</span>
2762
+ <span class="param-type">
2763
+
2764
+ Object
2765
+
2766
+ </span>
2767
+
2566
2768
 
2567
2769
 
2568
2770
  </div>
@@ -2729,16 +2931,25 @@ view.off({
2729
2931
 
2730
2932
  <tr class="deep-level-0">
2731
2933
 
2732
- <td class="name" id="types"><code>types</code></td>
2934
+ <td class="name"><code>types</code></td>
2733
2935
 
2734
2936
 
2735
2937
  <td class="type">
2736
2938
 
2737
2939
 
2738
- <span class="param-type">String</span>
2940
+ <span class="param-type">
2941
+
2942
+ String
2943
+
2944
+ </span>
2739
2945
  |
2740
2946
 
2741
- <span class="param-type">Object</span>
2947
+ <span class="param-type">
2948
+
2949
+ Object
2950
+
2951
+ </span>
2952
+
2742
2953
 
2743
2954
 
2744
2955
 
@@ -2764,13 +2975,18 @@ view.off({
2764
2975
 
2765
2976
  <tr class="deep-level-0">
2766
2977
 
2767
- <td class="name" id="fn"><code>fn</code></td>
2978
+ <td class="name"><code>fn</code></td>
2768
2979
 
2769
2980
 
2770
2981
  <td class="type">
2771
2982
 
2772
2983
 
2773
- <span class="param-type">function</span>
2984
+ <span class="param-type">
2985
+
2986
+ function
2987
+
2988
+ </span>
2989
+
2774
2990
 
2775
2991
 
2776
2992
 
@@ -2794,13 +3010,18 @@ view.off({
2794
3010
 
2795
3011
  <tr class="deep-level-0">
2796
3012
 
2797
- <td class="name" id="context"><code>context</code></td>
3013
+ <td class="name"><code>context</code></td>
2798
3014
 
2799
3015
 
2800
3016
  <td class="type">
2801
3017
 
2802
3018
 
2803
- <span class="param-type">Object</span>
3019
+ <span class="param-type">
3020
+
3021
+ Object
3022
+
3023
+ </span>
3024
+
2804
3025
 
2805
3026
 
2806
3027
 
@@ -2838,7 +3059,7 @@ view.off({
2838
3059
 
2839
3060
  <dt class="inherited-from">Inherited From:</dt>
2840
3061
  <dd class="inherited-from"><ul class="dummy"><li>
2841
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3062
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2842
3063
  </li></ul></dd>
2843
3064
 
2844
3065
 
@@ -2899,7 +3120,12 @@ view.off({
2899
3120
  <div class='column is-5 has-text-left'>
2900
3121
  <label>类型: </label>
2901
3122
 
2902
- <span class="param-type">Object</span>
3123
+ <span class="param-type">
3124
+
3125
+ Object
3126
+
3127
+ </span>
3128
+
2903
3129
 
2904
3130
 
2905
3131
  </div>
@@ -3048,13 +3274,18 @@ view.on({
3048
3274
 
3049
3275
  <tr class="deep-level-0">
3050
3276
 
3051
- <td class="name" id="index"><code>index</code></td>
3277
+ <td class="name"><code>index</code></td>
3052
3278
 
3053
3279
 
3054
3280
  <td class="type">
3055
3281
 
3056
3282
 
3057
- <span class="param-type">Number</span>
3283
+ <span class="param-type">
3284
+
3285
+ Number
3286
+
3287
+ </span>
3288
+
3058
3289
 
3059
3290
 
3060
3291
 
@@ -3142,10 +3373,19 @@ view.on({
3142
3373
  <div class='column is-5 has-text-left'>
3143
3374
  <label>类型: </label>
3144
3375
 
3145
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3376
+ <span class="param-type">
3377
+
3378
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3379
+
3380
+ </span>
3146
3381
  |
3147
3382
 
3148
- <span class="param-type">null</span>
3383
+ <span class="param-type">
3384
+
3385
+ null
3386
+
3387
+ </span>
3388
+
3149
3389
 
3150
3390
 
3151
3391
  </div>
@@ -3237,13 +3477,18 @@ const point = multiPoint.removePoint(0)</code></pre>
3237
3477
 
3238
3478
  <tr class="deep-level-0">
3239
3479
 
3240
- <td class="name" id="index"><code>index</code></td>
3480
+ <td class="name"><code>index</code></td>
3241
3481
 
3242
3482
 
3243
3483
  <td class="type">
3244
3484
 
3245
3485
 
3246
- <span class="param-type">Number</span>
3486
+ <span class="param-type">
3487
+
3488
+ Number
3489
+
3490
+ </span>
3491
+
3247
3492
 
3248
3493
 
3249
3494
 
@@ -3261,16 +3506,25 @@ const point = multiPoint.removePoint(0)</code></pre>
3261
3506
 
3262
3507
  <tr class="deep-level-0">
3263
3508
 
3264
- <td class="name" id="point"><code>point</code></td>
3509
+ <td class="name"><code>point</code></td>
3265
3510
 
3266
3511
 
3267
3512
  <td class="type">
3268
3513
 
3269
3514
 
3270
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3515
+ <span class="param-type">
3516
+
3517
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3518
+
3519
+ </span>
3271
3520
  |
3272
3521
 
3273
- <span class="param-type">Array.&lt;Number></span>
3522
+ <span class="param-type">
3523
+
3524
+ Array.&lt;Number>
3525
+
3526
+ </span>
3527
+
3274
3528
 
3275
3529
 
3276
3530
 
@@ -3358,7 +3612,12 @@ const point = multiPoint.removePoint(0)</code></pre>
3358
3612
  <div class='column is-5 has-text-left'>
3359
3613
  <label>类型: </label>
3360
3614
 
3361
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
3615
+ <span class="param-type">
3616
+
3617
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
3618
+
3619
+ </span>
3620
+
3362
3621
 
3363
3622
 
3364
3623
  </div>
@@ -3547,7 +3806,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3547
3806
 
3548
3807
  <dt class="inherited-from">Inherited From:</dt>
3549
3808
  <dd class="inherited-from"><ul class="dummy"><li>
3550
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3809
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3551
3810
  </li></ul></dd>
3552
3811
 
3553
3812
 
@@ -3608,7 +3867,12 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3608
3867
  <div class='column is-5 has-text-left'>
3609
3868
  <label>类型: </label>
3610
3869
 
3611
- <span class="param-type">Object</span>
3870
+ <span class="param-type">
3871
+
3872
+ Object
3873
+
3874
+ </span>
3875
+
3612
3876
 
3613
3877
 
3614
3878
  </div>
@@ -3730,7 +3994,12 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
3730
3994
  <div class='column is-5 has-text-left'>
3731
3995
  <label>类型: </label>
3732
3996
 
3733
- <span class="param-type">Object</span>
3997
+ <span class="param-type">
3998
+
3999
+ Object
4000
+
4001
+ </span>
4002
+
3734
4003
 
3735
4004
 
3736
4005
  </div>
@@ -4011,7 +4280,7 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
4011
4280
 
4012
4281
  <dt class="inherited-from">Inherited From:</dt>
4013
4282
  <dd class="inherited-from"><ul class="dummy"><li>
4014
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4283
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4015
4284
  </li></ul></dd>
4016
4285
 
4017
4286
 
@@ -4072,7 +4341,12 @@ multiPoint.setPoint(1, [103, 3.0])</code></pre>
4072
4341
  <div class='column is-5 has-text-left'>
4073
4342
  <label>类型: </label>
4074
4343
 
4075
- <span class="param-type">String</span>
4344
+ <span class="param-type">
4345
+
4346
+ String
4347
+
4348
+ </span>
4349
+
4076
4350
 
4077
4351
 
4078
4352
  </div>