@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -78,13 +78,17 @@ import { MultiLineString } 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>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { MultiLineString } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Array</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { MultiLineString } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" 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>
144
156
 
145
157
 
146
158
 
@@ -346,7 +358,11 @@ new MultiLineString({
346
358
  <td class="name">
347
359
  <code>
348
360
 
349
- <span class="param-type">Array</span>
361
+ <span class="param-type">
362
+
363
+ Array
364
+
365
+ </span>
350
366
 
351
367
 
352
368
 
@@ -360,7 +376,11 @@ new MultiLineString({
360
376
  <td class="name">
361
377
  <code>
362
378
 
363
- <span class="param-type">Number</span>
379
+ <span class="param-type">
380
+
381
+ Number
382
+
383
+ </span>
364
384
 
365
385
 
366
386
 
@@ -374,7 +394,11 @@ new MultiLineString({
374
394
  <td class="name">
375
395
  <code>
376
396
 
377
- <span class="param-type">Boolean</span>
397
+ <span class="param-type">
398
+
399
+ Boolean
400
+
401
+ </span>
378
402
 
379
403
 
380
404
 
@@ -388,7 +412,11 @@ new MultiLineString({
388
412
  <td class="name">
389
413
  <code>
390
414
 
391
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
415
+ <span class="param-type">
416
+
417
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
418
+
419
+ </span>
392
420
 
393
421
 
394
422
 
@@ -402,7 +430,11 @@ new MultiLineString({
402
430
  <td class="name">
403
431
  <code>
404
432
 
405
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
433
+ <span class="param-type">
434
+
435
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
436
+
437
+ </span>
406
438
 
407
439
 
408
440
 
@@ -422,7 +454,11 @@ new MultiLineString({
422
454
  <span class="method-parameter is-pulled-right">
423
455
  <label>类型:</label>
424
456
 
425
- <span class="param-type">Array</span>
457
+ <span class="param-type">
458
+
459
+ Array
460
+
461
+ </span>
426
462
 
427
463
 
428
464
 
@@ -493,7 +529,11 @@ new MultiLineString({
493
529
  <span class="method-parameter is-pulled-right">
494
530
  <label>类型:</label>
495
531
 
496
- <span class="param-type">Number</span>
532
+ <span class="param-type">
533
+
534
+ Number
535
+
536
+ </span>
497
537
 
498
538
 
499
539
 
@@ -569,7 +609,11 @@ new MultiLineString({
569
609
  <span class="method-parameter is-pulled-right">
570
610
  <label>类型:</label>
571
611
 
572
- <span class="param-type">Boolean</span>
612
+ <span class="param-type">
613
+
614
+ Boolean
615
+
616
+ </span>
573
617
 
574
618
 
575
619
 
@@ -649,7 +693,11 @@ new MultiLineString({
649
693
  <span class="method-parameter is-pulled-right">
650
694
  <label>类型:</label>
651
695
 
652
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
696
+ <span class="param-type">
697
+
698
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
699
+
700
+ </span>
653
701
 
654
702
 
655
703
 
@@ -725,7 +773,11 @@ new MultiLineString({
725
773
  <span class="method-parameter is-pulled-right">
726
774
  <label>类型:</label>
727
775
 
728
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
776
+ <span class="param-type">
777
+
778
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
779
+
780
+ </span>
729
781
 
730
782
 
731
783
 
@@ -817,7 +869,11 @@ new MultiLineString({
817
869
  <code>
818
870
 
819
871
 
820
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
872
+ <span class="param-type">
873
+
874
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
875
+
876
+ </span>
821
877
 
822
878
 
823
879
 
@@ -843,7 +899,11 @@ new MultiLineString({
843
899
  <code>
844
900
 
845
901
 
846
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
902
+ <span class="param-type">
903
+
904
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
905
+
906
+ </span>
847
907
 
848
908
 
849
909
 
@@ -859,7 +919,11 @@ new MultiLineString({
859
919
  <code>
860
920
 
861
921
 
862
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
922
+ <span class="param-type">
923
+
924
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
925
+
926
+ </span>
863
927
 
864
928
 
865
929
 
@@ -885,7 +949,11 @@ new MultiLineString({
885
949
  <code>
886
950
 
887
951
 
888
- <span class="param-type">String</span>
952
+ <span class="param-type">
953
+
954
+ String
955
+
956
+ </span>
889
957
 
890
958
 
891
959
 
@@ -904,7 +972,7 @@ new MultiLineString({
904
972
 
905
973
  </code>
906
974
  </td>
907
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
975
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
908
976
  </tr>
909
977
 
910
978
  <tr class="deep-level-0">
@@ -913,10 +981,18 @@ new MultiLineString({
913
981
  <code>
914
982
 
915
983
 
916
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
984
+ <span class="param-type">
985
+
986
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
987
+
988
+ </span>
917
989
  |
918
990
 
919
- <span class="param-type">null</span>
991
+ <span class="param-type">
992
+
993
+ null
994
+
995
+ </span>
920
996
 
921
997
 
922
998
 
@@ -932,7 +1008,11 @@ new MultiLineString({
932
1008
  <code>
933
1009
 
934
1010
 
935
- <span class="param-type">String</span>
1011
+ <span class="param-type">
1012
+
1013
+ String
1014
+
1015
+ </span>
936
1016
 
937
1017
 
938
1018
 
@@ -948,10 +1028,18 @@ new MultiLineString({
948
1028
  <code>
949
1029
 
950
1030
 
951
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1031
+ <span class="param-type">
1032
+
1033
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1034
+
1035
+ </span>
952
1036
  |
953
1037
 
954
- <span class="param-type">null</span>
1038
+ <span class="param-type">
1039
+
1040
+ null
1041
+
1042
+ </span>
955
1043
 
956
1044
 
957
1045
 
@@ -967,7 +1055,11 @@ new MultiLineString({
967
1055
  <code>
968
1056
 
969
1057
 
970
- <span class="param-type">Object</span>
1058
+ <span class="param-type">
1059
+
1060
+ Object
1061
+
1062
+ </span>
971
1063
 
972
1064
 
973
1065
 
@@ -976,12 +1068,7 @@ new MultiLineString({
976
1068
  </td>
977
1069
  <td class="name"><code><p>移除事件<br/>
978
1070
  示例如下:<br/>
979
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
980
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
981
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
982
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
983
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
984
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1071
+ </code></td>
985
1072
  </tr>
986
1073
 
987
1074
  <tr class="deep-level-0">
@@ -990,7 +1077,11 @@ new MultiLineString({
990
1077
  <code>
991
1078
 
992
1079
 
993
- <span class="param-type">Object</span>
1080
+ <span class="param-type">
1081
+
1082
+ Object
1083
+
1084
+ </span>
994
1085
 
995
1086
 
996
1087
 
@@ -999,11 +1090,7 @@ new MultiLineString({
999
1090
  </td>
1000
1091
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1001
1092
  示例如下:<br/>
1002
- <a href='#event1'>[1、注册一个事件]</a><br/>
1003
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1004
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1005
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1006
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1093
+ </code></td>
1007
1094
  </tr>
1008
1095
 
1009
1096
  <tr class="deep-level-0">
@@ -1012,10 +1099,18 @@ new MultiLineString({
1012
1099
  <code>
1013
1100
 
1014
1101
 
1015
- <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
1102
+ <span class="param-type">
1103
+
1104
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
1105
+
1106
+ </span>
1016
1107
  |
1017
1108
 
1018
- <span class="param-type">null</span>
1109
+ <span class="param-type">
1110
+
1111
+ null
1112
+
1113
+ </span>
1019
1114
 
1020
1115
 
1021
1116
 
@@ -1031,7 +1126,11 @@ new MultiLineString({
1031
1126
  <code>
1032
1127
 
1033
1128
 
1034
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1129
+ <span class="param-type">
1130
+
1131
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1132
+
1133
+ </span>
1035
1134
 
1036
1135
 
1037
1136
 
@@ -1047,7 +1146,11 @@ new MultiLineString({
1047
1146
  <code>
1048
1147
 
1049
1148
 
1050
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1149
+ <span class="param-type">
1150
+
1151
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1152
+
1153
+ </span>
1051
1154
 
1052
1155
 
1053
1156
 
@@ -1063,7 +1166,11 @@ new MultiLineString({
1063
1166
  <code>
1064
1167
 
1065
1168
 
1066
- <span class="param-type">Object</span>
1169
+ <span class="param-type">
1170
+
1171
+ Object
1172
+
1173
+ </span>
1067
1174
 
1068
1175
 
1069
1176
 
@@ -1079,15 +1186,18 @@ new MultiLineString({
1079
1186
  <code>
1080
1187
 
1081
1188
 
1082
- <span class="param-type">Object</span>
1189
+ <span class="param-type">
1190
+
1191
+ Object
1192
+
1193
+ </span>
1083
1194
 
1084
1195
 
1085
1196
 
1086
1197
 
1087
1198
  </code>
1088
1199
  </td>
1089
- <td class="name"><code><p><a id='toJSON'></a>
1090
- 导出为json对象</p></code></td>
1200
+ <td class="name"><code><p></code></td>
1091
1201
  </tr>
1092
1202
 
1093
1203
  <tr class="deep-level-0">
@@ -1099,7 +1209,7 @@ new MultiLineString({
1099
1209
 
1100
1210
  </code>
1101
1211
  </td>
1102
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1212
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1103
1213
  </tr>
1104
1214
 
1105
1215
  <tr class="deep-level-0">
@@ -1111,7 +1221,7 @@ new MultiLineString({
1111
1221
 
1112
1222
  </code>
1113
1223
  </td>
1114
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1224
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
1115
1225
  </tr>
1116
1226
 
1117
1227
  <tr class="deep-level-0">
@@ -1120,14 +1230,18 @@ new MultiLineString({
1120
1230
  <code>
1121
1231
 
1122
1232
 
1123
- <span class="param-type">String</span>
1233
+ <span class="param-type">
1234
+
1235
+ String
1236
+
1237
+ </span>
1124
1238
 
1125
1239
 
1126
1240
 
1127
1241
 
1128
1242
  </code>
1129
1243
  </td>
1130
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1244
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1131
1245
  </tr>
1132
1246
 
1133
1247
  <tr class="deep-level-0">
@@ -1136,7 +1250,11 @@ new MultiLineString({
1136
1250
  <code>
1137
1251
 
1138
1252
 
1139
- <span class="param-type">String</span>
1253
+ <span class="param-type">
1254
+
1255
+ String
1256
+
1257
+ </span>
1140
1258
 
1141
1259
 
1142
1260
 
@@ -1208,13 +1326,17 @@ new MultiLineString({
1208
1326
 
1209
1327
  <tr class="deep-level-0">
1210
1328
 
1211
- <td class="name" id="multiLineString"><code>multiLineString</code></td>
1329
+ <td class="name"><code>multiLineString</code></td>
1212
1330
 
1213
1331
 
1214
1332
  <td class="type">
1215
1333
 
1216
1334
 
1217
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1335
+ <span class="param-type">
1336
+
1337
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1338
+
1339
+ </span>
1218
1340
 
1219
1341
 
1220
1342
 
@@ -1303,7 +1425,11 @@ new MultiLineString({
1303
1425
  <div class='column is-5 has-text-left'>
1304
1426
  <label>类型: </label>
1305
1427
 
1306
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1428
+ <span class="param-type">
1429
+
1430
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1431
+
1432
+ </span>
1307
1433
 
1308
1434
 
1309
1435
 
@@ -1404,13 +1530,17 @@ const newMultiLineString = MultiLineString.clone(multiLineString)</code></pre>
1404
1530
 
1405
1531
  <tr class="deep-level-0">
1406
1532
 
1407
- <td class="name" id="json"><code>json</code></td>
1533
+ <td class="name"><code>json</code></td>
1408
1534
 
1409
1535
 
1410
1536
  <td class="type">
1411
1537
 
1412
1538
 
1413
- <span class="param-type">Object</span>
1539
+ <span class="param-type">
1540
+
1541
+ Object
1542
+
1543
+ </span>
1414
1544
 
1415
1545
 
1416
1546
 
@@ -1570,13 +1700,17 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1570
1700
 
1571
1701
  <tr class="deep-level-0">
1572
1702
 
1573
- <td class="name" id="points"><code>points</code></td>
1703
+ <td class="name"><code>points</code></td>
1574
1704
 
1575
1705
 
1576
1706
  <td class="type">
1577
1707
 
1578
1708
 
1579
- <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
1709
+ <span class="param-type">
1710
+
1711
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
1712
+
1713
+ </span>
1580
1714
 
1581
1715
 
1582
1716
 
@@ -1665,7 +1799,11 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1665
1799
  <div class='column is-5 has-text-left'>
1666
1800
  <label>类型: </label>
1667
1801
 
1668
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1802
+ <span class="param-type">
1803
+
1804
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1805
+
1806
+ </span>
1669
1807
 
1670
1808
 
1671
1809
 
@@ -1823,7 +1961,11 @@ multiLineString.addPath(path)</code></pre>
1823
1961
  <div class='column is-5 has-text-left'>
1824
1962
  <label>类型: </label>
1825
1963
 
1826
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1964
+ <span class="param-type">
1965
+
1966
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1967
+
1968
+ </span>
1827
1969
 
1828
1970
 
1829
1971
 
@@ -1895,13 +2037,17 @@ multiLineString.addPath(path)</code></pre>
1895
2037
 
1896
2038
  <tr class="deep-level-0">
1897
2039
 
1898
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2040
+ <td class="name"><code>GeoJSON</code></td>
1899
2041
 
1900
2042
 
1901
2043
  <td class="type">
1902
2044
 
1903
2045
 
1904
- <span class="param-type">Object</span>
2046
+ <span class="param-type">
2047
+
2048
+ Object
2049
+
2050
+ </span>
1905
2051
 
1906
2052
 
1907
2053
 
@@ -2091,7 +2237,11 @@ multiLineString.addPath(path)</code></pre>
2091
2237
  <div class='column is-5 has-text-left'>
2092
2238
  <label>类型: </label>
2093
2239
 
2094
- <span class="param-type">String</span>
2240
+ <span class="param-type">
2241
+
2242
+ String
2243
+
2244
+ </span>
2095
2245
 
2096
2246
 
2097
2247
 
@@ -2276,13 +2426,17 @@ multiLineString.addPath(path)</code></pre>
2276
2426
 
2277
2427
  <tr class="deep-level-0">
2278
2428
 
2279
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
2429
+ <td class="name"><code>pathIndex</code></td>
2280
2430
 
2281
2431
 
2282
2432
  <td class="type">
2283
2433
 
2284
2434
 
2285
- <span class="param-type">Number</span>
2435
+ <span class="param-type">
2436
+
2437
+ Number
2438
+
2439
+ </span>
2286
2440
 
2287
2441
 
2288
2442
 
@@ -2301,13 +2455,17 @@ multiLineString.addPath(path)</code></pre>
2301
2455
 
2302
2456
  <tr class="deep-level-0">
2303
2457
 
2304
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2458
+ <td class="name"><code>pointIndex</code></td>
2305
2459
 
2306
2460
 
2307
2461
  <td class="type">
2308
2462
 
2309
2463
 
2310
- <span class="param-type">Number</span>
2464
+ <span class="param-type">
2465
+
2466
+ Number
2467
+
2468
+ </span>
2311
2469
 
2312
2470
 
2313
2471
 
@@ -2396,10 +2554,18 @@ multiLineString.addPath(path)</code></pre>
2396
2554
  <div class='column is-5 has-text-left'>
2397
2555
  <label>类型: </label>
2398
2556
 
2399
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2557
+ <span class="param-type">
2558
+
2559
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2560
+
2561
+ </span>
2400
2562
  |
2401
2563
 
2402
- <span class="param-type">null</span>
2564
+ <span class="param-type">
2565
+
2566
+ null
2567
+
2568
+ </span>
2403
2569
 
2404
2570
 
2405
2571
 
@@ -2546,7 +2712,11 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2546
2712
  <div class='column is-5 has-text-left'>
2547
2713
  <label>类型: </label>
2548
2714
 
2549
- <span class="param-type">String</span>
2715
+ <span class="param-type">
2716
+
2717
+ String
2718
+
2719
+ </span>
2550
2720
 
2551
2721
 
2552
2722
 
@@ -2618,13 +2788,17 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2618
2788
 
2619
2789
  <tr class="deep-level-0">
2620
2790
 
2621
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
2791
+ <td class="name"><code>pathIndex</code></td>
2622
2792
 
2623
2793
 
2624
2794
  <td class="type">
2625
2795
 
2626
2796
 
2627
- <span class="param-type">Number</span>
2797
+ <span class="param-type">
2798
+
2799
+ Number
2800
+
2801
+ </span>
2628
2802
 
2629
2803
 
2630
2804
 
@@ -2643,13 +2817,17 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2643
2817
 
2644
2818
  <tr class="deep-level-0">
2645
2819
 
2646
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2820
+ <td class="name"><code>pointIndex</code></td>
2647
2821
 
2648
2822
 
2649
2823
  <td class="type">
2650
2824
 
2651
2825
 
2652
- <span class="param-type">Number</span>
2826
+ <span class="param-type">
2827
+
2828
+ Number
2829
+
2830
+ </span>
2653
2831
 
2654
2832
 
2655
2833
 
@@ -2668,13 +2846,17 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2668
2846
 
2669
2847
  <tr class="deep-level-0">
2670
2848
 
2671
- <td class="name" id="point"><code>point</code></td>
2849
+ <td class="name"><code>point</code></td>
2672
2850
 
2673
2851
 
2674
2852
  <td class="type">
2675
2853
 
2676
2854
 
2677
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2855
+ <span class="param-type">
2856
+
2857
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2858
+
2859
+ </span>
2678
2860
 
2679
2861
 
2680
2862
 
@@ -2763,10 +2945,18 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2763
2945
  <div class='column is-5 has-text-left'>
2764
2946
  <label>类型: </label>
2765
2947
 
2766
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
2948
+ <span class="param-type">
2949
+
2950
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
2951
+
2952
+ </span>
2767
2953
  |
2768
2954
 
2769
- <span class="param-type">null</span>
2955
+ <span class="param-type">
2956
+
2957
+ null
2958
+
2959
+ </span>
2770
2960
 
2771
2961
 
2772
2962
 
@@ -2873,13 +3063,17 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2873
3063
 
2874
3064
  <tr class="deep-level-0">
2875
3065
 
2876
- <td class="name" id="types"><code>types</code></td>
3066
+ <td class="name"><code>types</code></td>
2877
3067
 
2878
3068
 
2879
3069
  <td class="type">
2880
3070
 
2881
3071
 
2882
- <span class="param-type">string</span>
3072
+ <span class="param-type">
3073
+
3074
+ string
3075
+
3076
+ </span>
2883
3077
 
2884
3078
 
2885
3079
 
@@ -2900,13 +3094,17 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2900
3094
 
2901
3095
  <tr class="deep-level-0">
2902
3096
 
2903
- <td class="name" id="fn"><code>fn</code></td>
3097
+ <td class="name"><code>fn</code></td>
2904
3098
 
2905
3099
 
2906
3100
  <td class="type">
2907
3101
 
2908
3102
 
2909
- <span class="param-type">function</span>
3103
+ <span class="param-type">
3104
+
3105
+ function
3106
+
3107
+ </span>
2910
3108
 
2911
3109
 
2912
3110
 
@@ -2925,13 +3123,17 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2925
3123
 
2926
3124
  <tr class="deep-level-0">
2927
3125
 
2928
- <td class="name" id="context"><code>context</code></td>
3126
+ <td class="name"><code>context</code></td>
2929
3127
 
2930
3128
 
2931
3129
  <td class="type">
2932
3130
 
2933
3131
 
2934
- <span class="param-type">Object</span>
3132
+ <span class="param-type">
3133
+
3134
+ Object
3135
+
3136
+ </span>
2935
3137
 
2936
3138
 
2937
3139
 
@@ -3025,7 +3227,11 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
3025
3227
  <div class='column is-5 has-text-left'>
3026
3228
  <label>类型: </label>
3027
3229
 
3028
- <span class="param-type">Object</span>
3230
+ <span class="param-type">
3231
+
3232
+ Object
3233
+
3234
+ </span>
3029
3235
 
3030
3236
 
3031
3237
 
@@ -3193,16 +3399,24 @@ view.off({
3193
3399
 
3194
3400
  <tr class="deep-level-0">
3195
3401
 
3196
- <td class="name" id="types"><code>types</code></td>
3402
+ <td class="name"><code>types</code></td>
3197
3403
 
3198
3404
 
3199
3405
  <td class="type">
3200
3406
 
3201
3407
 
3202
- <span class="param-type">String</span>
3408
+ <span class="param-type">
3409
+
3410
+ String
3411
+
3412
+ </span>
3203
3413
  |
3204
3414
 
3205
- <span class="param-type">Object</span>
3415
+ <span class="param-type">
3416
+
3417
+ Object
3418
+
3419
+ </span>
3206
3420
 
3207
3421
 
3208
3422
 
@@ -3229,13 +3443,17 @@ view.off({
3229
3443
 
3230
3444
  <tr class="deep-level-0">
3231
3445
 
3232
- <td class="name" id="fn"><code>fn</code></td>
3446
+ <td class="name"><code>fn</code></td>
3233
3447
 
3234
3448
 
3235
3449
  <td class="type">
3236
3450
 
3237
3451
 
3238
- <span class="param-type">function</span>
3452
+ <span class="param-type">
3453
+
3454
+ function
3455
+
3456
+ </span>
3239
3457
 
3240
3458
 
3241
3459
 
@@ -3260,13 +3478,17 @@ view.off({
3260
3478
 
3261
3479
  <tr class="deep-level-0">
3262
3480
 
3263
- <td class="name" id="context"><code>context</code></td>
3481
+ <td class="name"><code>context</code></td>
3264
3482
 
3265
3483
 
3266
3484
  <td class="type">
3267
3485
 
3268
3486
 
3269
- <span class="param-type">Object</span>
3487
+ <span class="param-type">
3488
+
3489
+ Object
3490
+
3491
+ </span>
3270
3492
 
3271
3493
 
3272
3494
 
@@ -3366,7 +3588,11 @@ view.off({
3366
3588
  <div class='column is-5 has-text-left'>
3367
3589
  <label>类型: </label>
3368
3590
 
3369
- <span class="param-type">Object</span>
3591
+ <span class="param-type">
3592
+
3593
+ Object
3594
+
3595
+ </span>
3370
3596
 
3371
3597
 
3372
3598
 
@@ -3516,13 +3742,17 @@ view.on({
3516
3742
 
3517
3743
  <tr class="deep-level-0">
3518
3744
 
3519
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
3745
+ <td class="name"><code>pathIndex</code></td>
3520
3746
 
3521
3747
 
3522
3748
  <td class="type">
3523
3749
 
3524
3750
 
3525
- <span class="param-type">Number</span>
3751
+ <span class="param-type">
3752
+
3753
+ Number
3754
+
3755
+ </span>
3526
3756
 
3527
3757
 
3528
3758
 
@@ -3611,10 +3841,18 @@ view.on({
3611
3841
  <div class='column is-5 has-text-left'>
3612
3842
  <label>类型: </label>
3613
3843
 
3614
- <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
3844
+ <span class="param-type">
3845
+
3846
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
3847
+
3848
+ </span>
3615
3849
  |
3616
3850
 
3617
- <span class="param-type">null</span>
3851
+ <span class="param-type">
3852
+
3853
+ null
3854
+
3855
+ </span>
3618
3856
 
3619
3857
 
3620
3858
 
@@ -3711,13 +3949,17 @@ multiLineString.removePath(0)</code></pre>
3711
3949
 
3712
3950
  <tr class="deep-level-0">
3713
3951
 
3714
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
3952
+ <td class="name"><code>pathIndex</code></td>
3715
3953
 
3716
3954
 
3717
3955
  <td class="type">
3718
3956
 
3719
3957
 
3720
- <span class="param-type">Number</span>
3958
+ <span class="param-type">
3959
+
3960
+ Number
3961
+
3962
+ </span>
3721
3963
 
3722
3964
 
3723
3965
 
@@ -3736,13 +3978,17 @@ multiLineString.removePath(0)</code></pre>
3736
3978
 
3737
3979
  <tr class="deep-level-0">
3738
3980
 
3739
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3981
+ <td class="name"><code>pointIndex</code></td>
3740
3982
 
3741
3983
 
3742
3984
  <td class="type">
3743
3985
 
3744
3986
 
3745
- <span class="param-type">Number</span>
3987
+ <span class="param-type">
3988
+
3989
+ Number
3990
+
3991
+ </span>
3746
3992
 
3747
3993
 
3748
3994
 
@@ -3831,7 +4077,11 @@ multiLineString.removePath(0)</code></pre>
3831
4077
  <div class='column is-5 has-text-left'>
3832
4078
  <label>类型: </label>
3833
4079
 
3834
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4080
+ <span class="param-type">
4081
+
4082
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4083
+
4084
+ </span>
3835
4085
 
3836
4086
 
3837
4087
 
@@ -3928,13 +4178,17 @@ multiLineString.removePoint(0, 1)</code></pre>
3928
4178
 
3929
4179
  <tr class="deep-level-0">
3930
4180
 
3931
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
4181
+ <td class="name"><code>pathIndex</code></td>
3932
4182
 
3933
4183
 
3934
4184
  <td class="type">
3935
4185
 
3936
4186
 
3937
- <span class="param-type">Number</span>
4187
+ <span class="param-type">
4188
+
4189
+ Number
4190
+
4191
+ </span>
3938
4192
 
3939
4193
 
3940
4194
 
@@ -3953,13 +4207,17 @@ multiLineString.removePoint(0, 1)</code></pre>
3953
4207
 
3954
4208
  <tr class="deep-level-0">
3955
4209
 
3956
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4210
+ <td class="name"><code>pointIndex</code></td>
3957
4211
 
3958
4212
 
3959
4213
  <td class="type">
3960
4214
 
3961
4215
 
3962
- <span class="param-type">Number</span>
4216
+ <span class="param-type">
4217
+
4218
+ Number
4219
+
4220
+ </span>
3963
4221
 
3964
4222
 
3965
4223
 
@@ -3978,13 +4236,17 @@ multiLineString.removePoint(0, 1)</code></pre>
3978
4236
 
3979
4237
  <tr class="deep-level-0">
3980
4238
 
3981
- <td class="name" id="point"><code>point</code></td>
4239
+ <td class="name"><code>point</code></td>
3982
4240
 
3983
4241
 
3984
4242
  <td class="type">
3985
4243
 
3986
4244
 
3987
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4245
+ <span class="param-type">
4246
+
4247
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4248
+
4249
+ </span>
3988
4250
 
3989
4251
 
3990
4252
 
@@ -4073,7 +4335,11 @@ multiLineString.removePoint(0, 1)</code></pre>
4073
4335
  <div class='column is-5 has-text-left'>
4074
4336
  <label>类型: </label>
4075
4337
 
4076
- <span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4338
+ <span class="param-type">
4339
+
4340
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4341
+
4342
+ </span>
4077
4343
 
4078
4344
 
4079
4345
 
@@ -4223,7 +4489,11 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4223
4489
  <div class='column is-5 has-text-left'>
4224
4490
  <label>类型: </label>
4225
4491
 
4226
- <span class="param-type">Object</span>
4492
+ <span class="param-type">
4493
+
4494
+ Object
4495
+
4496
+ </span>
4227
4497
 
4228
4498
 
4229
4499
 
@@ -4346,7 +4616,11 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4346
4616
  <div class='column is-5 has-text-left'>
4347
4617
  <label>类型: </label>
4348
4618
 
4349
- <span class="param-type">Object</span>
4619
+ <span class="param-type">
4620
+
4621
+ Object
4622
+
4623
+ </span>
4350
4624
 
4351
4625
 
4352
4626
 
@@ -4684,7 +4958,11 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4684
4958
  <div class='column is-5 has-text-left'>
4685
4959
  <label>类型: </label>
4686
4960
 
4687
- <span class="param-type">String</span>
4961
+ <span class="param-type">
4962
+
4963
+ String
4964
+
4965
+ </span>
4688
4966
 
4689
4967
 
4690
4968
 
@@ -4806,7 +5084,11 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4806
5084
  <div class='column is-5 has-text-left'>
4807
5085
  <label>类型: </label>
4808
5086
 
4809
- <span class="param-type">String</span>
5087
+ <span class="param-type">
5088
+
5089
+ String
5090
+
5091
+ </span>
4810
5092
 
4811
5093
 
4812
5094