@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
@@ -79,13 +79,17 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
79
79
 
80
80
  <tr class="deep-level-0">
81
81
 
82
- <td class="name" id="options"><code>options</code></td>
82
+ <td class="name"><code>options</code></td>
83
83
 
84
84
 
85
85
  <td class="type">
86
86
 
87
87
 
88
- <span class="param-type">Object</span>
88
+ <span class="param-type">
89
+
90
+ Object
91
+
92
+ </span>
89
93
 
90
94
 
91
95
 
@@ -106,13 +110,17 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
106
110
 
107
111
  <tr class="deep-level-1">
108
112
 
109
- <td class="name" id="coordinates"><code>coordinates</code></td>
113
+ <td class="name"><code>coordinates</code></td>
110
114
 
111
115
 
112
116
  <td class="type">
113
117
 
114
118
 
115
- <span class="param-type">Array</span>
119
+ <span class="param-type">
120
+
121
+ Array
122
+
123
+ </span>
116
124
 
117
125
 
118
126
 
@@ -137,13 +145,17 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
137
145
 
138
146
  <tr class="deep-level-1">
139
147
 
140
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
148
+ <td class="name"><code>spatialReference</code></td>
141
149
 
142
150
 
143
151
  <td class="type">
144
152
 
145
153
 
146
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
154
+ <span class="param-type">
155
+
156
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
157
+
158
+ </span>
147
159
 
148
160
 
149
161
 
@@ -377,7 +389,11 @@ new Polygon({
377
389
  <td class="name">
378
390
  <code>
379
391
 
380
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
392
+ <span class="param-type">
393
+
394
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
395
+
396
+ </span>
381
397
 
382
398
 
383
399
 
@@ -391,7 +407,11 @@ new Polygon({
391
407
  <td class="name">
392
408
  <code>
393
409
 
394
- <span class="param-type">Array</span>
410
+ <span class="param-type">
411
+
412
+ Array
413
+
414
+ </span>
395
415
 
396
416
 
397
417
 
@@ -405,7 +425,11 @@ new Polygon({
405
425
  <td class="name">
406
426
  <code>
407
427
 
408
- <span class="param-type">Number</span>
428
+ <span class="param-type">
429
+
430
+ Number
431
+
432
+ </span>
409
433
 
410
434
 
411
435
 
@@ -419,7 +443,11 @@ new Polygon({
419
443
  <td class="name">
420
444
  <code>
421
445
 
422
- <span class="param-type">Boolean</span>
446
+ <span class="param-type">
447
+
448
+ Boolean
449
+
450
+ </span>
423
451
 
424
452
 
425
453
 
@@ -433,7 +461,11 @@ new Polygon({
433
461
  <td class="name">
434
462
  <code>
435
463
 
436
- <span class="param-type">Boolean</span>
464
+ <span class="param-type">
465
+
466
+ Boolean
467
+
468
+ </span>
437
469
 
438
470
 
439
471
 
@@ -447,7 +479,11 @@ new Polygon({
447
479
  <td class="name">
448
480
  <code>
449
481
 
450
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
482
+ <span class="param-type">
483
+
484
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
485
+
486
+ </span>
451
487
 
452
488
 
453
489
 
@@ -467,7 +503,11 @@ new Polygon({
467
503
  <span class="method-parameter is-pulled-right">
468
504
  <label>类型:</label>
469
505
 
470
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
506
+ <span class="param-type">
507
+
508
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
509
+
510
+ </span>
471
511
 
472
512
 
473
513
 
@@ -538,7 +578,11 @@ new Polygon({
538
578
  <span class="method-parameter is-pulled-right">
539
579
  <label>类型:</label>
540
580
 
541
- <span class="param-type">Array</span>
581
+ <span class="param-type">
582
+
583
+ Array
584
+
585
+ </span>
542
586
 
543
587
 
544
588
 
@@ -609,7 +653,11 @@ new Polygon({
609
653
  <span class="method-parameter is-pulled-right">
610
654
  <label>类型:</label>
611
655
 
612
- <span class="param-type">Number</span>
656
+ <span class="param-type">
657
+
658
+ Number
659
+
660
+ </span>
613
661
 
614
662
 
615
663
 
@@ -685,7 +733,11 @@ new Polygon({
685
733
  <span class="method-parameter is-pulled-right">
686
734
  <label>类型:</label>
687
735
 
688
- <span class="param-type">Boolean</span>
736
+ <span class="param-type">
737
+
738
+ Boolean
739
+
740
+ </span>
689
741
 
690
742
 
691
743
 
@@ -765,7 +817,11 @@ new Polygon({
765
817
  <span class="method-parameter is-pulled-right">
766
818
  <label>类型:</label>
767
819
 
768
- <span class="param-type">Boolean</span>
820
+ <span class="param-type">
821
+
822
+ Boolean
823
+
824
+ </span>
769
825
 
770
826
 
771
827
 
@@ -841,7 +897,11 @@ new Polygon({
841
897
  <span class="method-parameter is-pulled-right">
842
898
  <label>类型:</label>
843
899
 
844
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
900
+ <span class="param-type">
901
+
902
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
903
+
904
+ </span>
845
905
 
846
906
 
847
907
 
@@ -938,7 +998,11 @@ new Polygon({
938
998
  <code>
939
999
 
940
1000
 
941
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1001
+ <span class="param-type">
1002
+
1003
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1004
+
1005
+ </span>
942
1006
 
943
1007
 
944
1008
 
@@ -964,7 +1028,11 @@ new Polygon({
964
1028
  <code>
965
1029
 
966
1030
 
967
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1031
+ <span class="param-type">
1032
+
1033
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1034
+
1035
+ </span>
968
1036
 
969
1037
 
970
1038
 
@@ -980,7 +1048,11 @@ new Polygon({
980
1048
  <code>
981
1049
 
982
1050
 
983
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1051
+ <span class="param-type">
1052
+
1053
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1054
+
1055
+ </span>
984
1056
 
985
1057
 
986
1058
 
@@ -996,7 +1068,11 @@ new Polygon({
996
1068
  <code>
997
1069
 
998
1070
 
999
- <span class="param-type">Boolean</span>
1071
+ <span class="param-type">
1072
+
1073
+ Boolean
1074
+
1075
+ </span>
1000
1076
 
1001
1077
 
1002
1078
 
@@ -1022,7 +1098,11 @@ new Polygon({
1022
1098
  <code>
1023
1099
 
1024
1100
 
1025
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
1026
1106
 
1027
1107
 
1028
1108
 
@@ -1041,7 +1121,7 @@ new Polygon({
1041
1121
 
1042
1122
  </code>
1043
1123
  </td>
1044
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
1124
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
1045
1125
  </tr>
1046
1126
 
1047
1127
  <tr class="deep-level-0">
@@ -1050,10 +1130,18 @@ new Polygon({
1050
1130
  <code>
1051
1131
 
1052
1132
 
1053
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1133
+ <span class="param-type">
1134
+
1135
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1136
+
1137
+ </span>
1054
1138
  |
1055
1139
 
1056
- <span class="param-type">null</span>
1140
+ <span class="param-type">
1141
+
1142
+ null
1143
+
1144
+ </span>
1057
1145
 
1058
1146
 
1059
1147
 
@@ -1069,7 +1157,11 @@ new Polygon({
1069
1157
  <code>
1070
1158
 
1071
1159
 
1072
- <span class="param-type">String</span>
1160
+ <span class="param-type">
1161
+
1162
+ String
1163
+
1164
+ </span>
1073
1165
 
1074
1166
 
1075
1167
 
@@ -1085,10 +1177,18 @@ new Polygon({
1085
1177
  <code>
1086
1178
 
1087
1179
 
1088
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1180
+ <span class="param-type">
1181
+
1182
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1183
+
1184
+ </span>
1089
1185
  |
1090
1186
 
1091
- <span class="param-type">null</span>
1187
+ <span class="param-type">
1188
+
1189
+ null
1190
+
1191
+ </span>
1092
1192
 
1093
1193
 
1094
1194
 
@@ -1104,7 +1204,11 @@ new Polygon({
1104
1204
  <code>
1105
1205
 
1106
1206
 
1107
- <span class="param-type">Boolean</span>
1207
+ <span class="param-type">
1208
+
1209
+ Boolean
1210
+
1211
+ </span>
1108
1212
 
1109
1213
 
1110
1214
 
@@ -1120,7 +1224,11 @@ new Polygon({
1120
1224
  <code>
1121
1225
 
1122
1226
 
1123
- <span class="param-type">Object</span>
1227
+ <span class="param-type">
1228
+
1229
+ Object
1230
+
1231
+ </span>
1124
1232
 
1125
1233
 
1126
1234
 
@@ -1129,12 +1237,7 @@ new Polygon({
1129
1237
  </td>
1130
1238
  <td class="name"><code><p>移除事件<br/>
1131
1239
  示例如下:<br/>
1132
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1133
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1134
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1135
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1136
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1137
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1240
+ </code></td>
1138
1241
  </tr>
1139
1242
 
1140
1243
  <tr class="deep-level-0">
@@ -1143,7 +1246,11 @@ new Polygon({
1143
1246
  <code>
1144
1247
 
1145
1248
 
1146
- <span class="param-type">Object</span>
1249
+ <span class="param-type">
1250
+
1251
+ Object
1252
+
1253
+ </span>
1147
1254
 
1148
1255
 
1149
1256
 
@@ -1152,11 +1259,7 @@ new Polygon({
1152
1259
  </td>
1153
1260
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1154
1261
  示例如下:<br/>
1155
- <a href='#event1'>[1、注册一个事件]</a><br/>
1156
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1157
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1158
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1159
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1262
+ </code></td>
1160
1263
  </tr>
1161
1264
 
1162
1265
  <tr class="deep-level-0">
@@ -1165,10 +1268,18 @@ new Polygon({
1165
1268
  <code>
1166
1269
 
1167
1270
 
1168
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1271
+ <span class="param-type">
1272
+
1273
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1274
+
1275
+ </span>
1169
1276
  |
1170
1277
 
1171
- <span class="param-type">null</span>
1278
+ <span class="param-type">
1279
+
1280
+ null
1281
+
1282
+ </span>
1172
1283
 
1173
1284
 
1174
1285
 
@@ -1184,7 +1295,11 @@ new Polygon({
1184
1295
  <code>
1185
1296
 
1186
1297
 
1187
- <span class="param-type">Array</span>
1298
+ <span class="param-type">
1299
+
1300
+ Array
1301
+
1302
+ </span>
1188
1303
 
1189
1304
 
1190
1305
 
@@ -1200,7 +1315,11 @@ new Polygon({
1200
1315
  <code>
1201
1316
 
1202
1317
 
1203
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1318
+ <span class="param-type">
1319
+
1320
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1321
+
1322
+ </span>
1204
1323
 
1205
1324
 
1206
1325
 
@@ -1219,7 +1338,7 @@ new Polygon({
1219
1338
 
1220
1339
  </code>
1221
1340
  </td>
1222
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1341
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
1223
1342
  </tr>
1224
1343
 
1225
1344
  <tr class="deep-level-0">
@@ -1228,7 +1347,11 @@ new Polygon({
1228
1347
  <code>
1229
1348
 
1230
1349
 
1231
- <span class="param-type">Object</span>
1350
+ <span class="param-type">
1351
+
1352
+ Object
1353
+
1354
+ </span>
1232
1355
 
1233
1356
 
1234
1357
 
@@ -1244,15 +1367,18 @@ new Polygon({
1244
1367
  <code>
1245
1368
 
1246
1369
 
1247
- <span class="param-type">Object</span>
1370
+ <span class="param-type">
1371
+
1372
+ Object
1373
+
1374
+ </span>
1248
1375
 
1249
1376
 
1250
1377
 
1251
1378
 
1252
1379
  </code>
1253
1380
  </td>
1254
- <td class="name"><code><p><a id='toJSON'></a>
1255
- 导出为json对象</p></code></td>
1381
+ <td class="name"><code><p></code></td>
1256
1382
  </tr>
1257
1383
 
1258
1384
  <tr class="deep-level-0">
@@ -1264,7 +1390,7 @@ new Polygon({
1264
1390
 
1265
1391
  </code>
1266
1392
  </td>
1267
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1393
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1268
1394
  </tr>
1269
1395
 
1270
1396
  <tr class="deep-level-0">
@@ -1276,8 +1402,7 @@ new Polygon({
1276
1402
 
1277
1403
  </code>
1278
1404
  </td>
1279
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2,x0,y0|x3,y3,x4,y4,x5,y5,x3,y3&quot;<a id='toString'></a>
1280
- 多边形内每个的多边形由|号分割</p></code></td>
1405
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2,x0,y0|x3,y3,x4,y4,x5,y5,x3,y3&quot;</code></td>
1281
1406
  </tr>
1282
1407
 
1283
1408
  <tr class="deep-level-0">
@@ -1286,14 +1411,18 @@ new Polygon({
1286
1411
  <code>
1287
1412
 
1288
1413
 
1289
- <span class="param-type">String</span>
1414
+ <span class="param-type">
1415
+
1416
+ String
1417
+
1418
+ </span>
1290
1419
 
1291
1420
 
1292
1421
 
1293
1422
 
1294
1423
  </code>
1295
1424
  </td>
1296
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1425
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1297
1426
  </tr>
1298
1427
 
1299
1428
  <tr class="deep-level-0">
@@ -1302,7 +1431,11 @@ new Polygon({
1302
1431
  <code>
1303
1432
 
1304
1433
 
1305
- <span class="param-type">String</span>
1434
+ <span class="param-type">
1435
+
1436
+ String
1437
+
1438
+ </span>
1306
1439
 
1307
1440
 
1308
1441
 
@@ -1374,13 +1507,17 @@ new Polygon({
1374
1507
 
1375
1508
  <tr class="deep-level-0">
1376
1509
 
1377
- <td class="name" id="extent"><code>extent</code></td>
1510
+ <td class="name"><code>extent</code></td>
1378
1511
 
1379
1512
 
1380
1513
  <td class="type">
1381
1514
 
1382
1515
 
1383
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1516
+ <span class="param-type">
1517
+
1518
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1519
+
1520
+ </span>
1384
1521
 
1385
1522
 
1386
1523
 
@@ -1469,7 +1606,11 @@ new Polygon({
1469
1606
  <div class='column is-5 has-text-left'>
1470
1607
  <label>类型: </label>
1471
1608
 
1472
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1609
+ <span class="param-type">
1610
+
1611
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1612
+
1613
+ </span>
1473
1614
 
1474
1615
 
1475
1616
 
@@ -1564,13 +1705,17 @@ const polygon = Polygon.fromExtent(extent)</code></pre>
1564
1705
 
1565
1706
  <tr class="deep-level-0">
1566
1707
 
1567
- <td class="name" id="json"><code>json</code></td>
1708
+ <td class="name"><code>json</code></td>
1568
1709
 
1569
1710
 
1570
1711
  <td class="type">
1571
1712
 
1572
1713
 
1573
- <span class="param-type">Object</span>
1714
+ <span class="param-type">
1715
+
1716
+ Object
1717
+
1718
+ </span>
1574
1719
 
1575
1720
 
1576
1721
 
@@ -1730,13 +1875,17 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1730
1875
 
1731
1876
  <tr class="deep-level-0">
1732
1877
 
1733
- <td class="name" id="points"><code>points</code></td>
1878
+ <td class="name"><code>points</code></td>
1734
1879
 
1735
1880
 
1736
1881
  <td class="type">
1737
1882
 
1738
1883
 
1739
- <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
1884
+ <span class="param-type">
1885
+
1886
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
1887
+
1888
+ </span>
1740
1889
 
1741
1890
 
1742
1891
 
@@ -1825,7 +1974,11 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1825
1974
  <div class='column is-5 has-text-left'>
1826
1975
  <label>类型: </label>
1827
1976
 
1828
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1977
+ <span class="param-type">
1978
+
1979
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1980
+
1981
+ </span>
1829
1982
 
1830
1983
 
1831
1984
 
@@ -1989,7 +2142,11 @@ polygon.addRing(ring)</code></pre>
1989
2142
  <div class='column is-5 has-text-left'>
1990
2143
  <label>类型: </label>
1991
2144
 
1992
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2145
+ <span class="param-type">
2146
+
2147
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2148
+
2149
+ </span>
1993
2150
 
1994
2151
 
1995
2152
 
@@ -2061,13 +2218,17 @@ polygon.addRing(ring)</code></pre>
2061
2218
 
2062
2219
  <tr class="deep-level-0">
2063
2220
 
2064
- <td class="name" id="point"><code>point</code></td>
2221
+ <td class="name"><code>point</code></td>
2065
2222
 
2066
2223
 
2067
2224
  <td class="type">
2068
2225
 
2069
2226
 
2070
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2227
+ <span class="param-type">
2228
+
2229
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2230
+
2231
+ </span>
2071
2232
 
2072
2233
 
2073
2234
 
@@ -2156,7 +2317,11 @@ polygon.addRing(ring)</code></pre>
2156
2317
  <div class='column is-5 has-text-left'>
2157
2318
  <label>类型: </label>
2158
2319
 
2159
- <span class="param-type">Boolean</span>
2320
+ <span class="param-type">
2321
+
2322
+ Boolean
2323
+
2324
+ </span>
2160
2325
 
2161
2326
 
2162
2327
 
@@ -2256,13 +2421,17 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2256
2421
 
2257
2422
  <tr class="deep-level-0">
2258
2423
 
2259
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2424
+ <td class="name"><code>GeoJSON</code></td>
2260
2425
 
2261
2426
 
2262
2427
  <td class="type">
2263
2428
 
2264
2429
 
2265
- <span class="param-type">Object</span>
2430
+ <span class="param-type">
2431
+
2432
+ Object
2433
+
2434
+ </span>
2266
2435
 
2267
2436
 
2268
2437
 
@@ -2452,7 +2621,11 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2452
2621
  <div class='column is-5 has-text-left'>
2453
2622
  <label>类型: </label>
2454
2623
 
2455
- <span class="param-type">String</span>
2624
+ <span class="param-type">
2625
+
2626
+ String
2627
+
2628
+ </span>
2456
2629
 
2457
2630
 
2458
2631
 
@@ -2637,13 +2810,17 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2637
2810
 
2638
2811
  <tr class="deep-level-0">
2639
2812
 
2640
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
2813
+ <td class="name"><code>ringIndex</code></td>
2641
2814
 
2642
2815
 
2643
2816
  <td class="type">
2644
2817
 
2645
2818
 
2646
- <span class="param-type">Number</span>
2819
+ <span class="param-type">
2820
+
2821
+ Number
2822
+
2823
+ </span>
2647
2824
 
2648
2825
 
2649
2826
 
@@ -2662,13 +2839,17 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2662
2839
 
2663
2840
  <tr class="deep-level-0">
2664
2841
 
2665
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2842
+ <td class="name"><code>pointIndex</code></td>
2666
2843
 
2667
2844
 
2668
2845
  <td class="type">
2669
2846
 
2670
2847
 
2671
- <span class="param-type">Number</span>
2848
+ <span class="param-type">
2849
+
2850
+ Number
2851
+
2852
+ </span>
2672
2853
 
2673
2854
 
2674
2855
 
@@ -2757,10 +2938,18 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2757
2938
  <div class='column is-5 has-text-left'>
2758
2939
  <label>类型: </label>
2759
2940
 
2760
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2941
+ <span class="param-type">
2942
+
2943
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2944
+
2945
+ </span>
2761
2946
  |
2762
2947
 
2763
- <span class="param-type">null</span>
2948
+ <span class="param-type">
2949
+
2950
+ null
2951
+
2952
+ </span>
2764
2953
 
2765
2954
 
2766
2955
 
@@ -2907,7 +3096,11 @@ const point = polygon.getPoint(0, 1)</code></pre>
2907
3096
  <div class='column is-5 has-text-left'>
2908
3097
  <label>类型: </label>
2909
3098
 
2910
- <span class="param-type">String</span>
3099
+ <span class="param-type">
3100
+
3101
+ String
3102
+
3103
+ </span>
2911
3104
 
2912
3105
 
2913
3106
 
@@ -2979,13 +3172,17 @@ const point = polygon.getPoint(0, 1)</code></pre>
2979
3172
 
2980
3173
  <tr class="deep-level-0">
2981
3174
 
2982
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
3175
+ <td class="name"><code>ringIndex</code></td>
2983
3176
 
2984
3177
 
2985
3178
  <td class="type">
2986
3179
 
2987
3180
 
2988
- <span class="param-type">Number</span>
3181
+ <span class="param-type">
3182
+
3183
+ Number
3184
+
3185
+ </span>
2989
3186
 
2990
3187
 
2991
3188
 
@@ -3004,13 +3201,17 @@ const point = polygon.getPoint(0, 1)</code></pre>
3004
3201
 
3005
3202
  <tr class="deep-level-0">
3006
3203
 
3007
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3204
+ <td class="name"><code>pointIndex</code></td>
3008
3205
 
3009
3206
 
3010
3207
  <td class="type">
3011
3208
 
3012
3209
 
3013
- <span class="param-type">Number</span>
3210
+ <span class="param-type">
3211
+
3212
+ Number
3213
+
3214
+ </span>
3014
3215
 
3015
3216
 
3016
3217
 
@@ -3029,13 +3230,17 @@ const point = polygon.getPoint(0, 1)</code></pre>
3029
3230
 
3030
3231
  <tr class="deep-level-0">
3031
3232
 
3032
- <td class="name" id="point"><code>point</code></td>
3233
+ <td class="name"><code>point</code></td>
3033
3234
 
3034
3235
 
3035
3236
  <td class="type">
3036
3237
 
3037
3238
 
3038
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3239
+ <span class="param-type">
3240
+
3241
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3242
+
3243
+ </span>
3039
3244
 
3040
3245
 
3041
3246
 
@@ -3124,10 +3329,18 @@ const point = polygon.getPoint(0, 1)</code></pre>
3124
3329
  <div class='column is-5 has-text-left'>
3125
3330
  <label>类型: </label>
3126
3331
 
3127
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3332
+ <span class="param-type">
3333
+
3334
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
3335
+
3336
+ </span>
3128
3337
  |
3129
3338
 
3130
- <span class="param-type">null</span>
3339
+ <span class="param-type">
3340
+
3341
+ null
3342
+
3343
+ </span>
3131
3344
 
3132
3345
 
3133
3346
 
@@ -3227,16 +3440,24 @@ polygon.insertPoint(0, 3, point)</code></pre>
3227
3440
 
3228
3441
  <tr class="deep-level-0">
3229
3442
 
3230
- <td class="name" id="ring"><code>ring</code></td>
3443
+ <td class="name"><code>ring</code></td>
3231
3444
 
3232
3445
 
3233
3446
  <td class="type">
3234
3447
 
3235
3448
 
3236
- <span class="param-type">Array</span>
3449
+ <span class="param-type">
3450
+
3451
+ Array
3452
+
3453
+ </span>
3237
3454
  |
3238
3455
 
3239
- <span class="param-type">Array.&lt;<a link="Array.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
3456
+ <span class="param-type">
3457
+
3458
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
3459
+
3460
+ </span>
3240
3461
 
3241
3462
 
3242
3463
 
@@ -3325,7 +3546,11 @@ polygon.insertPoint(0, 3, point)</code></pre>
3325
3546
  <div class='column is-5 has-text-left'>
3326
3547
  <label>类型: </label>
3327
3548
 
3328
- <span class="param-type">Boolean</span>
3549
+ <span class="param-type">
3550
+
3551
+ Boolean
3552
+
3553
+ </span>
3329
3554
 
3330
3555
 
3331
3556
 
@@ -3404,13 +3629,17 @@ polygon.insertPoint(0, 3, point)</code></pre>
3404
3629
 
3405
3630
  <tr class="deep-level-0">
3406
3631
 
3407
- <td class="name" id="types"><code>types</code></td>
3632
+ <td class="name"><code>types</code></td>
3408
3633
 
3409
3634
 
3410
3635
  <td class="type">
3411
3636
 
3412
3637
 
3413
- <span class="param-type">string</span>
3638
+ <span class="param-type">
3639
+
3640
+ string
3641
+
3642
+ </span>
3414
3643
 
3415
3644
 
3416
3645
 
@@ -3431,13 +3660,17 @@ polygon.insertPoint(0, 3, point)</code></pre>
3431
3660
 
3432
3661
  <tr class="deep-level-0">
3433
3662
 
3434
- <td class="name" id="fn"><code>fn</code></td>
3663
+ <td class="name"><code>fn</code></td>
3435
3664
 
3436
3665
 
3437
3666
  <td class="type">
3438
3667
 
3439
3668
 
3440
- <span class="param-type">function</span>
3669
+ <span class="param-type">
3670
+
3671
+ function
3672
+
3673
+ </span>
3441
3674
 
3442
3675
 
3443
3676
 
@@ -3456,13 +3689,17 @@ polygon.insertPoint(0, 3, point)</code></pre>
3456
3689
 
3457
3690
  <tr class="deep-level-0">
3458
3691
 
3459
- <td class="name" id="context"><code>context</code></td>
3692
+ <td class="name"><code>context</code></td>
3460
3693
 
3461
3694
 
3462
3695
  <td class="type">
3463
3696
 
3464
3697
 
3465
- <span class="param-type">Object</span>
3698
+ <span class="param-type">
3699
+
3700
+ Object
3701
+
3702
+ </span>
3466
3703
 
3467
3704
 
3468
3705
 
@@ -3556,7 +3793,11 @@ polygon.insertPoint(0, 3, point)</code></pre>
3556
3793
  <div class='column is-5 has-text-left'>
3557
3794
  <label>类型: </label>
3558
3795
 
3559
- <span class="param-type">Object</span>
3796
+ <span class="param-type">
3797
+
3798
+ Object
3799
+
3800
+ </span>
3560
3801
 
3561
3802
 
3562
3803
 
@@ -3724,16 +3965,24 @@ view.off({
3724
3965
 
3725
3966
  <tr class="deep-level-0">
3726
3967
 
3727
- <td class="name" id="types"><code>types</code></td>
3968
+ <td class="name"><code>types</code></td>
3728
3969
 
3729
3970
 
3730
3971
  <td class="type">
3731
3972
 
3732
3973
 
3733
- <span class="param-type">String</span>
3974
+ <span class="param-type">
3975
+
3976
+ String
3977
+
3978
+ </span>
3734
3979
  |
3735
3980
 
3736
- <span class="param-type">Object</span>
3981
+ <span class="param-type">
3982
+
3983
+ Object
3984
+
3985
+ </span>
3737
3986
 
3738
3987
 
3739
3988
 
@@ -3760,13 +4009,17 @@ view.off({
3760
4009
 
3761
4010
  <tr class="deep-level-0">
3762
4011
 
3763
- <td class="name" id="fn"><code>fn</code></td>
4012
+ <td class="name"><code>fn</code></td>
3764
4013
 
3765
4014
 
3766
4015
  <td class="type">
3767
4016
 
3768
4017
 
3769
- <span class="param-type">function</span>
4018
+ <span class="param-type">
4019
+
4020
+ function
4021
+
4022
+ </span>
3770
4023
 
3771
4024
 
3772
4025
 
@@ -3791,13 +4044,17 @@ view.off({
3791
4044
 
3792
4045
  <tr class="deep-level-0">
3793
4046
 
3794
- <td class="name" id="context"><code>context</code></td>
4047
+ <td class="name"><code>context</code></td>
3795
4048
 
3796
4049
 
3797
4050
  <td class="type">
3798
4051
 
3799
4052
 
3800
- <span class="param-type">Object</span>
4053
+ <span class="param-type">
4054
+
4055
+ Object
4056
+
4057
+ </span>
3801
4058
 
3802
4059
 
3803
4060
 
@@ -3897,7 +4154,11 @@ view.off({
3897
4154
  <div class='column is-5 has-text-left'>
3898
4155
  <label>类型: </label>
3899
4156
 
3900
- <span class="param-type">Object</span>
4157
+ <span class="param-type">
4158
+
4159
+ Object
4160
+
4161
+ </span>
3901
4162
 
3902
4163
 
3903
4164
 
@@ -4047,13 +4308,17 @@ view.on({
4047
4308
 
4048
4309
  <tr class="deep-level-0">
4049
4310
 
4050
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4311
+ <td class="name"><code>ringIndex</code></td>
4051
4312
 
4052
4313
 
4053
4314
  <td class="type">
4054
4315
 
4055
4316
 
4056
- <span class="param-type">Number</span>
4317
+ <span class="param-type">
4318
+
4319
+ Number
4320
+
4321
+ </span>
4057
4322
 
4058
4323
 
4059
4324
 
@@ -4072,13 +4337,17 @@ view.on({
4072
4337
 
4073
4338
  <tr class="deep-level-0">
4074
4339
 
4075
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4340
+ <td class="name"><code>pointIndex</code></td>
4076
4341
 
4077
4342
 
4078
4343
  <td class="type">
4079
4344
 
4080
4345
 
4081
- <span class="param-type">Number</span>
4346
+ <span class="param-type">
4347
+
4348
+ Number
4349
+
4350
+ </span>
4082
4351
 
4083
4352
 
4084
4353
 
@@ -4167,10 +4436,18 @@ view.on({
4167
4436
  <div class='column is-5 has-text-left'>
4168
4437
  <label>类型: </label>
4169
4438
 
4170
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4439
+ <span class="param-type">
4440
+
4441
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4442
+
4443
+ </span>
4171
4444
  |
4172
4445
 
4173
- <span class="param-type">null</span>
4446
+ <span class="param-type">
4447
+
4448
+ null
4449
+
4450
+ </span>
4174
4451
 
4175
4452
 
4176
4453
 
@@ -4267,13 +4544,17 @@ polygon.removePoint(0, 1)</code></pre>
4267
4544
 
4268
4545
  <tr class="deep-level-0">
4269
4546
 
4270
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4547
+ <td class="name"><code>ringIndex</code></td>
4271
4548
 
4272
4549
 
4273
4550
  <td class="type">
4274
4551
 
4275
4552
 
4276
- <span class="param-type">Number</span>
4553
+ <span class="param-type">
4554
+
4555
+ Number
4556
+
4557
+ </span>
4277
4558
 
4278
4559
 
4279
4560
 
@@ -4362,7 +4643,11 @@ polygon.removePoint(0, 1)</code></pre>
4362
4643
  <div class='column is-5 has-text-left'>
4363
4644
  <label>类型: </label>
4364
4645
 
4365
- <span class="param-type">Array</span>
4646
+ <span class="param-type">
4647
+
4648
+ Array
4649
+
4650
+ </span>
4366
4651
 
4367
4652
 
4368
4653
 
@@ -4459,13 +4744,17 @@ polygon.removeRing(1)</code></pre>
4459
4744
 
4460
4745
  <tr class="deep-level-0">
4461
4746
 
4462
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4747
+ <td class="name"><code>ringIndex</code></td>
4463
4748
 
4464
4749
 
4465
4750
  <td class="type">
4466
4751
 
4467
4752
 
4468
- <span class="param-type">Number</span>
4753
+ <span class="param-type">
4754
+
4755
+ Number
4756
+
4757
+ </span>
4469
4758
 
4470
4759
 
4471
4760
 
@@ -4484,13 +4773,17 @@ polygon.removeRing(1)</code></pre>
4484
4773
 
4485
4774
  <tr class="deep-level-0">
4486
4775
 
4487
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4776
+ <td class="name"><code>pointIndex</code></td>
4488
4777
 
4489
4778
 
4490
4779
  <td class="type">
4491
4780
 
4492
4781
 
4493
- <span class="param-type">Number</span>
4782
+ <span class="param-type">
4783
+
4784
+ Number
4785
+
4786
+ </span>
4494
4787
 
4495
4788
 
4496
4789
 
@@ -4509,16 +4802,24 @@ polygon.removeRing(1)</code></pre>
4509
4802
 
4510
4803
  <tr class="deep-level-0">
4511
4804
 
4512
- <td class="name" id="point"><code>point</code></td>
4805
+ <td class="name"><code>point</code></td>
4513
4806
 
4514
4807
 
4515
4808
  <td class="type">
4516
4809
 
4517
4810
 
4518
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4811
+ <span class="param-type">
4812
+
4813
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4814
+
4815
+ </span>
4519
4816
  |
4520
4817
 
4521
- <span class="param-type">Number</span>
4818
+ <span class="param-type">
4819
+
4820
+ Number
4821
+
4822
+ </span>
4522
4823
 
4523
4824
 
4524
4825
 
@@ -4607,7 +4908,11 @@ polygon.removeRing(1)</code></pre>
4607
4908
  <div class='column is-5 has-text-left'>
4608
4909
  <label>类型: </label>
4609
4910
 
4610
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4911
+ <span class="param-type">
4912
+
4913
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4914
+
4915
+ </span>
4611
4916
 
4612
4917
 
4613
4918
 
@@ -4865,7 +5170,11 @@ polygon.setPoint(0, 3, point)</code></pre>
4865
5170
  <div class='column is-5 has-text-left'>
4866
5171
  <label>类型: </label>
4867
5172
 
4868
- <span class="param-type">Object</span>
5173
+ <span class="param-type">
5174
+
5175
+ Object
5176
+
5177
+ </span>
4869
5178
 
4870
5179
 
4871
5180
 
@@ -4988,7 +5297,11 @@ polygon.setPoint(0, 3, point)</code></pre>
4988
5297
  <div class='column is-5 has-text-left'>
4989
5298
  <label>类型: </label>
4990
5299
 
4991
- <span class="param-type">Object</span>
5300
+ <span class="param-type">
5301
+
5302
+ Object
5303
+
5304
+ </span>
4992
5305
 
4993
5306
 
4994
5307
 
@@ -5327,7 +5640,11 @@ polygon.setPoint(0, 3, point)</code></pre>
5327
5640
  <div class='column is-5 has-text-left'>
5328
5641
  <label>类型: </label>
5329
5642
 
5330
- <span class="param-type">String</span>
5643
+ <span class="param-type">
5644
+
5645
+ String
5646
+
5647
+ </span>
5331
5648
 
5332
5649
 
5333
5650
 
@@ -5449,7 +5766,11 @@ polygon.setPoint(0, 3, point)</code></pre>
5449
5766
  <div class='column is-5 has-text-left'>
5450
5767
  <label>类型: </label>
5451
5768
 
5452
- <span class="param-type">String</span>
5769
+ <span class="param-type">
5770
+
5771
+ String
5772
+
5773
+ </span>
5453
5774
 
5454
5775
 
5455
5776