@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 { LineString } 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 { LineString } 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 { LineString } 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
 
@@ -293,7 +308,7 @@ new LineString({
293
308
 
294
309
 
295
310
  <ul>
296
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
311
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
297
312
  </ul>
298
313
 
299
314
 
@@ -325,11 +340,16 @@ new LineString({
325
340
  <tbody>
326
341
 
327
342
  <tr class="deep-level-0">
328
- <td class="name"><code><a href="LineString.html#coordinates">coordinates</a></code></td>
343
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
329
344
  <td class="name">
330
345
  <code>
331
346
 
332
- <span class="param-type">Array</span>
347
+ <span class="param-type">
348
+
349
+ Array
350
+
351
+ </span>
352
+
333
353
 
334
354
 
335
355
  </code>
@@ -338,11 +358,16 @@ new LineString({
338
358
  </tr>
339
359
 
340
360
  <tr class="deep-level-0">
341
- <td class="name"><code><a href="LineString.html#extent">extent</a></code></td>
361
+ <td class="name"><code><a href="#extent">extent</a></code></td>
342
362
  <td class="name">
343
363
  <code>
344
364
 
345
- <span class="param-type">Number</span>
365
+ <span class="param-type">
366
+
367
+ Number
368
+
369
+ </span>
370
+
346
371
 
347
372
 
348
373
  </code>
@@ -351,11 +376,16 @@ new LineString({
351
376
  </tr>
352
377
 
353
378
  <tr class="deep-level-0">
354
- <td class="name"><code><a href="LineString.html#hasZ">hasZ</a></code></td>
379
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
355
380
  <td class="name">
356
381
  <code>
357
382
 
358
- <span class="param-type">Boolean</span>
383
+ <span class="param-type">
384
+
385
+ Boolean
386
+
387
+ </span>
388
+
359
389
 
360
390
 
361
391
  </code>
@@ -364,11 +394,16 @@ new LineString({
364
394
  </tr>
365
395
 
366
396
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="LineString.html#spatialReference">spatialReference</a></code></td>
397
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
368
398
  <td class="name">
369
399
  <code>
370
400
 
371
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
401
+ <span class="param-type">
402
+
403
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
404
+
405
+ </span>
406
+
372
407
 
373
408
 
374
409
  </code>
@@ -377,11 +412,16 @@ new LineString({
377
412
  </tr>
378
413
 
379
414
  <tr class="deep-level-0">
380
- <td class="name"><code><a href="LineString.html#type">type</a></code></td>
415
+ <td class="name"><code><a href="#type">type</a></code></td>
381
416
  <td class="name">
382
417
  <code>
383
418
 
384
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
419
+ <span class="param-type">
420
+
421
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
422
+
423
+ </span>
424
+
385
425
 
386
426
 
387
427
  </code>
@@ -400,7 +440,12 @@ new LineString({
400
440
  <span class="method-parameter is-pulled-right">
401
441
  <label>类型:</label>
402
442
 
403
- <span class="param-type">Array</span>
443
+ <span class="param-type">
444
+
445
+ Array
446
+
447
+ </span>
448
+
404
449
 
405
450
 
406
451
  </span>
@@ -470,7 +515,12 @@ new LineString({
470
515
  <span class="method-parameter is-pulled-right">
471
516
  <label>类型:</label>
472
517
 
473
- <span class="param-type">Number</span>
518
+ <span class="param-type">
519
+
520
+ Number
521
+
522
+ </span>
523
+
474
524
 
475
525
 
476
526
  </span>
@@ -545,7 +595,12 @@ new LineString({
545
595
  <span class="method-parameter is-pulled-right">
546
596
  <label>类型:</label>
547
597
 
548
- <span class="param-type">Boolean</span>
598
+ <span class="param-type">
599
+
600
+ Boolean
601
+
602
+ </span>
603
+
549
604
 
550
605
 
551
606
  </span>
@@ -624,7 +679,12 @@ new LineString({
624
679
  <span class="method-parameter is-pulled-right">
625
680
  <label>类型:</label>
626
681
 
627
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
682
+ <span class="param-type">
683
+
684
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
685
+
686
+ </span>
687
+
628
688
 
629
689
 
630
690
  </span>
@@ -658,7 +718,7 @@ new LineString({
658
718
 
659
719
  <dt class="inherited-from">Inherited From:</dt>
660
720
  <dd class="inherited-from"><ul class="dummy"><li>
661
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
721
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
662
722
  </li></ul></dd>
663
723
 
664
724
 
@@ -699,7 +759,12 @@ new LineString({
699
759
  <span class="method-parameter is-pulled-right">
700
760
  <label>类型:</label>
701
761
 
702
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
762
+ <span class="param-type">
763
+
764
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
765
+
766
+ </span>
767
+
703
768
 
704
769
 
705
770
  </span>
@@ -785,7 +850,7 @@ new LineString({
785
850
  <tbody>
786
851
 
787
852
  <tr class="deep-level-0">
788
- <td class="name"><code><a href="LineString.html#fromJSON">fromJSON</a></code></td>
853
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
789
854
  <td class="name">
790
855
  <code>
791
856
 
@@ -795,12 +860,17 @@ new LineString({
795
860
  </tr>
796
861
 
797
862
  <tr class="deep-level-0">
798
- <td class="name"><code><a href="LineString.html#clone">clone</a></code></td>
863
+ <td class="name"><code><a href="#clone">clone</a></code></td>
799
864
  <td class="name">
800
865
  <code>
801
866
 
802
867
 
803
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
868
+ <span class="param-type">
869
+
870
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
871
+
872
+ </span>
873
+
804
874
 
805
875
 
806
876
 
@@ -810,7 +880,7 @@ new LineString({
810
880
  </tr>
811
881
 
812
882
  <tr class="deep-level-0">
813
- <td class="name"><code><a href="LineString.html#fromGeoJSON">fromGeoJSON</a></code></td>
883
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
814
884
  <td class="name">
815
885
  <code>
816
886
 
@@ -820,12 +890,17 @@ new LineString({
820
890
  </tr>
821
891
 
822
892
  <tr class="deep-level-0">
823
- <td class="name"><code><a href="LineString.html#getGeometryType">getGeometryType</a></code></td>
893
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
824
894
  <td class="name">
825
895
  <code>
826
896
 
827
897
 
828
- <span class="param-type">String</span>
898
+ <span class="param-type">
899
+
900
+ String
901
+
902
+ </span>
903
+
829
904
 
830
905
 
831
906
 
@@ -835,7 +910,7 @@ new LineString({
835
910
  </tr>
836
911
 
837
912
  <tr class="deep-level-0">
838
- <td class="name"><code><a href="LineString.html#getIGSType">getIGSType</a></code></td>
913
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
839
914
  <td class="name">
840
915
  <code>
841
916
 
@@ -843,19 +918,28 @@ new LineString({
843
918
 
844
919
  </code>
845
920
  </td>
846
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
921
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
847
922
  </tr>
848
923
 
849
924
  <tr class="deep-level-0">
850
- <td class="name"><code><a href="LineString.html#getPoint">getPoint</a></code></td>
925
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
851
926
  <td class="name">
852
927
  <code>
853
928
 
854
929
 
855
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
930
+ <span class="param-type">
931
+
932
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
933
+
934
+ </span>
856
935
  |
857
936
 
858
- <span class="param-type">null</span>
937
+ <span class="param-type">
938
+
939
+ null
940
+
941
+ </span>
942
+
859
943
 
860
944
 
861
945
 
@@ -865,12 +949,17 @@ new LineString({
865
949
  </tr>
866
950
 
867
951
  <tr class="deep-level-0">
868
- <td class="name"><code><a href="LineString.html#getType">getType</a></code></td>
952
+ <td class="name"><code><a href="#getType">getType</a></code></td>
869
953
  <td class="name">
870
954
  <code>
871
955
 
872
956
 
873
- <span class="param-type">String</span>
957
+ <span class="param-type">
958
+
959
+ String
960
+
961
+ </span>
962
+
874
963
 
875
964
 
876
965
 
@@ -880,12 +969,17 @@ new LineString({
880
969
  </tr>
881
970
 
882
971
  <tr class="deep-level-0">
883
- <td class="name"><code><a href="LineString.html#insertPoint">insertPoint</a></code></td>
972
+ <td class="name"><code><a href="#insertPoint">insertPoint</a></code></td>
884
973
  <td class="name">
885
974
  <code>
886
975
 
887
976
 
888
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
977
+ <span class="param-type">
978
+
979
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
980
+
981
+ </span>
982
+
889
983
 
890
984
 
891
985
 
@@ -895,12 +989,17 @@ new LineString({
895
989
  </tr>
896
990
 
897
991
  <tr class="deep-level-0">
898
- <td class="name"><code><a href="LineString.html#off">off</a></code></td>
992
+ <td class="name"><code><a href="#off">off</a></code></td>
899
993
  <td class="name">
900
994
  <code>
901
995
 
902
996
 
903
- <span class="param-type">Object</span>
997
+ <span class="param-type">
998
+
999
+ Object
1000
+
1001
+ </span>
1002
+
904
1003
 
905
1004
 
906
1005
 
@@ -908,21 +1007,21 @@ new LineString({
908
1007
  </td>
909
1008
  <td class="name"><code><p>移除事件<br/>
910
1009
  示例如下:<br/>
911
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
912
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
913
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
914
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
915
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
916
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1010
+ </code></td>
917
1011
  </tr>
918
1012
 
919
1013
  <tr class="deep-level-0">
920
- <td class="name"><code><a href="LineString.html#on">on</a></code></td>
1014
+ <td class="name"><code><a href="#on">on</a></code></td>
921
1015
  <td class="name">
922
1016
  <code>
923
1017
 
924
1018
 
925
- <span class="param-type">Object</span>
1019
+ <span class="param-type">
1020
+
1021
+ Object
1022
+
1023
+ </span>
1024
+
926
1025
 
927
1026
 
928
1027
 
@@ -930,20 +1029,21 @@ new LineString({
930
1029
  </td>
931
1030
  <td class="name"><code><p>注册一个新的监听事件;<br/>
932
1031
  示例如下:<br/>
933
- <a href='#event1'>[1、注册一个事件]</a><br/>
934
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
935
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
936
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
937
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1032
+ </code></td>
938
1033
  </tr>
939
1034
 
940
1035
  <tr class="deep-level-0">
941
- <td class="name"><code><a href="LineString.html#removePoint">removePoint</a></code></td>
1036
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
942
1037
  <td class="name">
943
1038
  <code>
944
1039
 
945
1040
 
946
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1041
+ <span class="param-type">
1042
+
1043
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1044
+
1045
+ </span>
1046
+
947
1047
 
948
1048
 
949
1049
 
@@ -953,12 +1053,17 @@ new LineString({
953
1053
  </tr>
954
1054
 
955
1055
  <tr class="deep-level-0">
956
- <td class="name"><code><a href="LineString.html#setPoint">setPoint</a></code></td>
1056
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
957
1057
  <td class="name">
958
1058
  <code>
959
1059
 
960
1060
 
961
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
1061
+ <span class="param-type">
1062
+
1063
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
1064
+
1065
+ </span>
1066
+
962
1067
 
963
1068
 
964
1069
 
@@ -968,7 +1073,7 @@ new LineString({
968
1073
  </tr>
969
1074
 
970
1075
  <tr class="deep-level-0">
971
- <td class="name"><code><a href="LineString.html#toDots">toDots</a></code></td>
1076
+ <td class="name"><code><a href="#toDots">toDots</a></code></td>
972
1077
  <td class="name">
973
1078
  <code>
974
1079
 
@@ -976,16 +1081,21 @@ new LineString({
976
1081
 
977
1082
  </code>
978
1083
  </td>
979
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1084
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
980
1085
  </tr>
981
1086
 
982
1087
  <tr class="deep-level-0">
983
- <td class="name"><code><a href="LineString.html#toGeoJSON">toGeoJSON</a></code></td>
1088
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
984
1089
  <td class="name">
985
1090
  <code>
986
1091
 
987
1092
 
988
- <span class="param-type">Object</span>
1093
+ <span class="param-type">
1094
+
1095
+ Object
1096
+
1097
+ </span>
1098
+
989
1099
 
990
1100
 
991
1101
 
@@ -995,23 +1105,27 @@ new LineString({
995
1105
  </tr>
996
1106
 
997
1107
  <tr class="deep-level-0">
998
- <td class="name"><code><a href="LineString.html#toJSON">toJSON</a></code></td>
1108
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
999
1109
  <td class="name">
1000
1110
  <code>
1001
1111
 
1002
1112
 
1003
- <span class="param-type">Object</span>
1113
+ <span class="param-type">
1114
+
1115
+ Object
1116
+
1117
+ </span>
1118
+
1004
1119
 
1005
1120
 
1006
1121
 
1007
1122
  </code>
1008
1123
  </td>
1009
- <td class="name"><code><p><a id='toJSON'></a>
1010
- 导出为json对象</p></code></td>
1124
+ <td class="name"><code><p></code></td>
1011
1125
  </tr>
1012
1126
 
1013
1127
  <tr class="deep-level-0">
1014
- <td class="name"><code><a href="LineString.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1128
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1015
1129
  <td class="name">
1016
1130
  <code>
1017
1131
 
@@ -1019,11 +1133,11 @@ new LineString({
1019
1133
 
1020
1134
  </code>
1021
1135
  </td>
1022
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1136
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1023
1137
  </tr>
1024
1138
 
1025
1139
  <tr class="deep-level-0">
1026
- <td class="name"><code><a href="LineString.html#toString">toString</a></code></td>
1140
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1027
1141
  <td class="name">
1028
1142
  <code>
1029
1143
 
@@ -1031,31 +1145,41 @@ new LineString({
1031
1145
 
1032
1146
  </code>
1033
1147
  </td>
1034
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1148
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
1035
1149
  </tr>
1036
1150
 
1037
1151
  <tr class="deep-level-0">
1038
- <td class="name"><code><a href="LineString.html#toXMl">toXMl</a></code></td>
1152
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1039
1153
  <td class="name">
1040
1154
  <code>
1041
1155
 
1042
1156
 
1043
- <span class="param-type">String</span>
1157
+ <span class="param-type">
1158
+
1159
+ String
1160
+
1161
+ </span>
1162
+
1044
1163
 
1045
1164
 
1046
1165
 
1047
1166
  </code>
1048
1167
  </td>
1049
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1168
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1050
1169
  </tr>
1051
1170
 
1052
1171
  <tr class="deep-level-0">
1053
- <td class="name"><code><a href="LineString.html#toXML">toXML</a></code></td>
1172
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1054
1173
  <td class="name">
1055
1174
  <code>
1056
1175
 
1057
1176
 
1058
- <span class="param-type">String</span>
1177
+ <span class="param-type">
1178
+
1179
+ String
1180
+
1181
+ </span>
1182
+
1059
1183
 
1060
1184
 
1061
1185
 
@@ -1126,13 +1250,18 @@ new LineString({
1126
1250
 
1127
1251
  <tr class="deep-level-0">
1128
1252
 
1129
- <td class="name" id="json"><code>json</code></td>
1253
+ <td class="name"><code>json</code></td>
1130
1254
 
1131
1255
 
1132
1256
  <td class="type">
1133
1257
 
1134
1258
 
1135
- <span class="param-type">Object</span>
1259
+ <span class="param-type">
1260
+
1261
+ Object
1262
+
1263
+ </span>
1264
+
1136
1265
 
1137
1266
 
1138
1267
 
@@ -1336,7 +1465,12 @@ const line = LineString.fromJSON(json)</code></pre>
1336
1465
  <div class='column is-5 has-text-left'>
1337
1466
  <label>类型: </label>
1338
1467
 
1339
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1468
+ <span class="param-type">
1469
+
1470
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1471
+
1472
+ </span>
1473
+
1340
1474
 
1341
1475
 
1342
1476
  </div>
@@ -1407,13 +1541,18 @@ const line = LineString.fromJSON(json)</code></pre>
1407
1541
 
1408
1542
  <tr class="deep-level-0">
1409
1543
 
1410
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1544
+ <td class="name"><code>GeoJSON</code></td>
1411
1545
 
1412
1546
 
1413
1547
  <td class="type">
1414
1548
 
1415
1549
 
1416
- <span class="param-type">Object</span>
1550
+ <span class="param-type">
1551
+
1552
+ Object
1553
+
1554
+ </span>
1555
+
1417
1556
 
1418
1557
 
1419
1558
 
@@ -1445,7 +1584,7 @@ const line = LineString.fromJSON(json)</code></pre>
1445
1584
 
1446
1585
  <dt class="inherited-from">Inherited From:</dt>
1447
1586
  <dd class="inherited-from"><ul class="dummy"><li>
1448
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1587
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1449
1588
  </li></ul></dd>
1450
1589
 
1451
1590
 
@@ -1541,7 +1680,7 @@ const line = LineString.fromJSON(json)</code></pre>
1541
1680
 
1542
1681
  <dt class="inherited-from">Inherited From:</dt>
1543
1682
  <dd class="inherited-from"><ul class="dummy"><li>
1544
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1683
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1545
1684
  </li></ul></dd>
1546
1685
 
1547
1686
 
@@ -1602,7 +1741,12 @@ const line = LineString.fromJSON(json)</code></pre>
1602
1741
  <div class='column is-5 has-text-left'>
1603
1742
  <label>类型: </label>
1604
1743
 
1605
- <span class="param-type">String</span>
1744
+ <span class="param-type">
1745
+
1746
+ String
1747
+
1748
+ </span>
1749
+
1606
1750
 
1607
1751
 
1608
1752
  </div>
@@ -1786,13 +1930,18 @@ const line = LineString.fromJSON(json)</code></pre>
1786
1930
 
1787
1931
  <tr class="deep-level-0">
1788
1932
 
1789
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
1933
+ <td class="name"><code>pointIndex</code></td>
1790
1934
 
1791
1935
 
1792
1936
  <td class="type">
1793
1937
 
1794
1938
 
1795
- <span class="param-type">Number</span>
1939
+ <span class="param-type">
1940
+
1941
+ Number
1942
+
1943
+ </span>
1944
+
1796
1945
 
1797
1946
 
1798
1947
 
@@ -1880,10 +2029,19 @@ const line = LineString.fromJSON(json)</code></pre>
1880
2029
  <div class='column is-5 has-text-left'>
1881
2030
  <label>类型: </label>
1882
2031
 
1883
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2032
+ <span class="param-type">
2033
+
2034
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2035
+
2036
+ </span>
1884
2037
  |
1885
2038
 
1886
- <span class="param-type">null</span>
2039
+ <span class="param-type">
2040
+
2041
+ null
2042
+
2043
+ </span>
2044
+
1887
2045
 
1888
2046
 
1889
2047
  </div>
@@ -1963,7 +2121,7 @@ const point = lineString.getPoint(0)</code></pre>
1963
2121
 
1964
2122
  <dt class="inherited-from">Inherited From:</dt>
1965
2123
  <dd class="inherited-from"><ul class="dummy"><li>
1966
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2124
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
1967
2125
  </li></ul></dd>
1968
2126
 
1969
2127
 
@@ -2024,7 +2182,12 @@ const point = lineString.getPoint(0)</code></pre>
2024
2182
  <div class='column is-5 has-text-left'>
2025
2183
  <label>类型: </label>
2026
2184
 
2027
- <span class="param-type">String</span>
2185
+ <span class="param-type">
2186
+
2187
+ String
2188
+
2189
+ </span>
2190
+
2028
2191
 
2029
2192
 
2030
2193
  </div>
@@ -2095,13 +2258,18 @@ const point = lineString.getPoint(0)</code></pre>
2095
2258
 
2096
2259
  <tr class="deep-level-0">
2097
2260
 
2098
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2261
+ <td class="name"><code>pointIndex</code></td>
2099
2262
 
2100
2263
 
2101
2264
  <td class="type">
2102
2265
 
2103
2266
 
2104
- <span class="param-type">Number</span>
2267
+ <span class="param-type">
2268
+
2269
+ Number
2270
+
2271
+ </span>
2272
+
2105
2273
 
2106
2274
 
2107
2275
 
@@ -2119,16 +2287,25 @@ const point = lineString.getPoint(0)</code></pre>
2119
2287
 
2120
2288
  <tr class="deep-level-0">
2121
2289
 
2122
- <td class="name" id="point"><code>point</code></td>
2290
+ <td class="name"><code>point</code></td>
2123
2291
 
2124
2292
 
2125
2293
  <td class="type">
2126
2294
 
2127
2295
 
2128
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2296
+ <span class="param-type">
2297
+
2298
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2299
+
2300
+ </span>
2129
2301
  |
2130
2302
 
2131
- <span class="param-type">Array.&lt;Number></span>
2303
+ <span class="param-type">
2304
+
2305
+ Array.&lt;Number>
2306
+
2307
+ </span>
2308
+
2132
2309
 
2133
2310
 
2134
2311
 
@@ -2216,7 +2393,12 @@ const point = lineString.getPoint(0)</code></pre>
2216
2393
  <div class='column is-5 has-text-left'>
2217
2394
  <label>类型: </label>
2218
2395
 
2219
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
2396
+ <span class="param-type">
2397
+
2398
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
2399
+
2400
+ </span>
2401
+
2220
2402
 
2221
2403
 
2222
2404
  </div>
@@ -2314,13 +2496,18 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2314
2496
 
2315
2497
  <tr class="deep-level-0">
2316
2498
 
2317
- <td class="name" id="types"><code>types</code></td>
2499
+ <td class="name"><code>types</code></td>
2318
2500
 
2319
2501
 
2320
2502
  <td class="type">
2321
2503
 
2322
2504
 
2323
- <span class="param-type">string</span>
2505
+ <span class="param-type">
2506
+
2507
+ string
2508
+
2509
+ </span>
2510
+
2324
2511
 
2325
2512
 
2326
2513
 
@@ -2340,13 +2527,18 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2340
2527
 
2341
2528
  <tr class="deep-level-0">
2342
2529
 
2343
- <td class="name" id="fn"><code>fn</code></td>
2530
+ <td class="name"><code>fn</code></td>
2344
2531
 
2345
2532
 
2346
2533
  <td class="type">
2347
2534
 
2348
2535
 
2349
- <span class="param-type">function</span>
2536
+ <span class="param-type">
2537
+
2538
+ function
2539
+
2540
+ </span>
2541
+
2350
2542
 
2351
2543
 
2352
2544
 
@@ -2364,13 +2556,18 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2364
2556
 
2365
2557
  <tr class="deep-level-0">
2366
2558
 
2367
- <td class="name" id="context"><code>context</code></td>
2559
+ <td class="name"><code>context</code></td>
2368
2560
 
2369
2561
 
2370
2562
  <td class="type">
2371
2563
 
2372
2564
 
2373
- <span class="param-type">Object</span>
2565
+ <span class="param-type">
2566
+
2567
+ Object
2568
+
2569
+ </span>
2570
+
2374
2571
 
2375
2572
 
2376
2573
 
@@ -2402,7 +2599,7 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2402
2599
 
2403
2600
  <dt class="inherited-from">Inherited From:</dt>
2404
2601
  <dd class="inherited-from"><ul class="dummy"><li>
2405
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2602
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2406
2603
  </li></ul></dd>
2407
2604
 
2408
2605
 
@@ -2463,7 +2660,12 @@ lineString.insertPoint(1, [102.0, 2.0])</code></pre>
2463
2660
  <div class='column is-5 has-text-left'>
2464
2661
  <label>类型: </label>
2465
2662
 
2466
- <span class="param-type">Object</span>
2663
+ <span class="param-type">
2664
+
2665
+ Object
2666
+
2667
+ </span>
2668
+
2467
2669
 
2468
2670
 
2469
2671
  </div>
@@ -2630,16 +2832,25 @@ view.off({
2630
2832
 
2631
2833
  <tr class="deep-level-0">
2632
2834
 
2633
- <td class="name" id="types"><code>types</code></td>
2835
+ <td class="name"><code>types</code></td>
2634
2836
 
2635
2837
 
2636
2838
  <td class="type">
2637
2839
 
2638
2840
 
2639
- <span class="param-type">String</span>
2841
+ <span class="param-type">
2842
+
2843
+ String
2844
+
2845
+ </span>
2640
2846
  |
2641
2847
 
2642
- <span class="param-type">Object</span>
2848
+ <span class="param-type">
2849
+
2850
+ Object
2851
+
2852
+ </span>
2853
+
2643
2854
 
2644
2855
 
2645
2856
 
@@ -2665,13 +2876,18 @@ view.off({
2665
2876
 
2666
2877
  <tr class="deep-level-0">
2667
2878
 
2668
- <td class="name" id="fn"><code>fn</code></td>
2879
+ <td class="name"><code>fn</code></td>
2669
2880
 
2670
2881
 
2671
2882
  <td class="type">
2672
2883
 
2673
2884
 
2674
- <span class="param-type">function</span>
2885
+ <span class="param-type">
2886
+
2887
+ function
2888
+
2889
+ </span>
2890
+
2675
2891
 
2676
2892
 
2677
2893
 
@@ -2695,13 +2911,18 @@ view.off({
2695
2911
 
2696
2912
  <tr class="deep-level-0">
2697
2913
 
2698
- <td class="name" id="context"><code>context</code></td>
2914
+ <td class="name"><code>context</code></td>
2699
2915
 
2700
2916
 
2701
2917
  <td class="type">
2702
2918
 
2703
2919
 
2704
- <span class="param-type">Object</span>
2920
+ <span class="param-type">
2921
+
2922
+ Object
2923
+
2924
+ </span>
2925
+
2705
2926
 
2706
2927
 
2707
2928
 
@@ -2739,7 +2960,7 @@ view.off({
2739
2960
 
2740
2961
  <dt class="inherited-from">Inherited From:</dt>
2741
2962
  <dd class="inherited-from"><ul class="dummy"><li>
2742
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2963
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2743
2964
  </li></ul></dd>
2744
2965
 
2745
2966
 
@@ -2800,7 +3021,12 @@ view.off({
2800
3021
  <div class='column is-5 has-text-left'>
2801
3022
  <label>类型: </label>
2802
3023
 
2803
- <span class="param-type">Object</span>
3024
+ <span class="param-type">
3025
+
3026
+ Object
3027
+
3028
+ </span>
3029
+
2804
3030
 
2805
3031
 
2806
3032
  </div>
@@ -2949,13 +3175,18 @@ view.on({
2949
3175
 
2950
3176
  <tr class="deep-level-0">
2951
3177
 
2952
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3178
+ <td class="name"><code>pointIndex</code></td>
2953
3179
 
2954
3180
 
2955
3181
  <td class="type">
2956
3182
 
2957
3183
 
2958
- <span class="param-type">Number</span>
3184
+ <span class="param-type">
3185
+
3186
+ Number
3187
+
3188
+ </span>
3189
+
2959
3190
 
2960
3191
 
2961
3192
 
@@ -3043,7 +3274,12 @@ view.on({
3043
3274
  <div class='column is-5 has-text-left'>
3044
3275
  <label>类型: </label>
3045
3276
 
3046
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3277
+ <span class="param-type">
3278
+
3279
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3280
+
3281
+ </span>
3282
+
3047
3283
 
3048
3284
 
3049
3285
  </div>
@@ -3134,13 +3370,18 @@ lineString.removePoint(0)</code></pre>
3134
3370
 
3135
3371
  <tr class="deep-level-0">
3136
3372
 
3137
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3373
+ <td class="name"><code>pointIndex</code></td>
3138
3374
 
3139
3375
 
3140
3376
  <td class="type">
3141
3377
 
3142
3378
 
3143
- <span class="param-type">Number</span>
3379
+ <span class="param-type">
3380
+
3381
+ Number
3382
+
3383
+ </span>
3384
+
3144
3385
 
3145
3386
 
3146
3387
 
@@ -3158,16 +3399,25 @@ lineString.removePoint(0)</code></pre>
3158
3399
 
3159
3400
  <tr class="deep-level-0">
3160
3401
 
3161
- <td class="name" id="point"><code>point</code></td>
3402
+ <td class="name"><code>point</code></td>
3162
3403
 
3163
3404
 
3164
3405
  <td class="type">
3165
3406
 
3166
3407
 
3167
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3408
+ <span class="param-type">
3409
+
3410
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3411
+
3412
+ </span>
3168
3413
  |
3169
3414
 
3170
- <span class="param-type">Array.&lt;Number></span>
3415
+ <span class="param-type">
3416
+
3417
+ Array.&lt;Number>
3418
+
3419
+ </span>
3420
+
3171
3421
 
3172
3422
 
3173
3423
 
@@ -3255,7 +3505,12 @@ lineString.removePoint(0)</code></pre>
3255
3505
  <div class='column is-5 has-text-left'>
3256
3506
  <label>类型: </label>
3257
3507
 
3258
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3508
+ <span class="param-type">
3509
+
3510
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
3511
+
3512
+ </span>
3513
+
3259
3514
 
3260
3515
 
3261
3516
  </div>
@@ -3443,7 +3698,7 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3443
3698
 
3444
3699
  <dt class="inherited-from">Inherited From:</dt>
3445
3700
  <dd class="inherited-from"><ul class="dummy"><li>
3446
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3701
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3447
3702
  </li></ul></dd>
3448
3703
 
3449
3704
 
@@ -3504,7 +3759,12 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3504
3759
  <div class='column is-5 has-text-left'>
3505
3760
  <label>类型: </label>
3506
3761
 
3507
- <span class="param-type">Object</span>
3762
+ <span class="param-type">
3763
+
3764
+ Object
3765
+
3766
+ </span>
3767
+
3508
3768
 
3509
3769
 
3510
3770
  </div>
@@ -3626,7 +3886,12 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3626
3886
  <div class='column is-5 has-text-left'>
3627
3887
  <label>类型: </label>
3628
3888
 
3629
- <span class="param-type">Object</span>
3889
+ <span class="param-type">
3890
+
3891
+ Object
3892
+
3893
+ </span>
3894
+
3630
3895
 
3631
3896
 
3632
3897
  </div>
@@ -3963,7 +4228,12 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
3963
4228
  <div class='column is-5 has-text-left'>
3964
4229
  <label>类型: </label>
3965
4230
 
3966
- <span class="param-type">String</span>
4231
+ <span class="param-type">
4232
+
4233
+ String
4234
+
4235
+ </span>
4236
+
3967
4237
 
3968
4238
 
3969
4239
  </div>
@@ -4023,7 +4293,7 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
4023
4293
 
4024
4294
  <dt class="inherited-from">Inherited From:</dt>
4025
4295
  <dd class="inherited-from"><ul class="dummy"><li>
4026
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4296
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4027
4297
  </li></ul></dd>
4028
4298
 
4029
4299
 
@@ -4084,7 +4354,12 @@ lineString.setPoint(0, [11.0, 1.2])</code></pre>
4084
4354
  <div class='column is-5 has-text-left'>
4085
4355
  <label>类型: </label>
4086
4356
 
4087
- <span class="param-type">String</span>
4357
+ <span class="param-type">
4358
+
4359
+ String
4360
+
4361
+ </span>
4362
+
4088
4363
 
4089
4364
 
4090
4365
  </div>