@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 { MultiPolygon } 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 { MultiPolygon } 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 { MultiPolygon } 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
 
@@ -383,7 +395,11 @@ new MultiPolygon({
383
395
  <td class="name">
384
396
  <code>
385
397
 
386
- <span class="param-type">Array</span>
398
+ <span class="param-type">
399
+
400
+ Array
401
+
402
+ </span>
387
403
 
388
404
 
389
405
 
@@ -397,7 +413,11 @@ new MultiPolygon({
397
413
  <td class="name">
398
414
  <code>
399
415
 
400
- <span class="param-type">Number</span>
416
+ <span class="param-type">
417
+
418
+ Number
419
+
420
+ </span>
401
421
 
402
422
 
403
423
 
@@ -411,7 +431,11 @@ new MultiPolygon({
411
431
  <td class="name">
412
432
  <code>
413
433
 
414
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
415
439
 
416
440
 
417
441
 
@@ -425,7 +449,11 @@ new MultiPolygon({
425
449
  <td class="name">
426
450
  <code>
427
451
 
428
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
452
+ <span class="param-type">
453
+
454
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
455
+
456
+ </span>
429
457
 
430
458
 
431
459
 
@@ -445,7 +473,11 @@ new MultiPolygon({
445
473
  <span class="method-parameter is-pulled-right">
446
474
  <label>类型:</label>
447
475
 
448
- <span class="param-type">Array</span>
476
+ <span class="param-type">
477
+
478
+ Array
479
+
480
+ </span>
449
481
 
450
482
 
451
483
 
@@ -516,7 +548,11 @@ new MultiPolygon({
516
548
  <span class="method-parameter is-pulled-right">
517
549
  <label>类型:</label>
518
550
 
519
- <span class="param-type">Number</span>
551
+ <span class="param-type">
552
+
553
+ Number
554
+
555
+ </span>
520
556
 
521
557
 
522
558
 
@@ -592,7 +628,11 @@ new MultiPolygon({
592
628
  <span class="method-parameter is-pulled-right">
593
629
  <label>类型:</label>
594
630
 
595
- <span class="param-type">Boolean</span>
631
+ <span class="param-type">
632
+
633
+ Boolean
634
+
635
+ </span>
596
636
 
597
637
 
598
638
 
@@ -672,7 +712,11 @@ new MultiPolygon({
672
712
  <span class="method-parameter is-pulled-right">
673
713
  <label>类型:</label>
674
714
 
675
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
715
+ <span class="param-type">
716
+
717
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
718
+
719
+ </span>
676
720
 
677
721
 
678
722
 
@@ -779,7 +823,11 @@ new MultiPolygon({
779
823
  <code>
780
824
 
781
825
 
782
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
826
+ <span class="param-type">
827
+
828
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
829
+
830
+ </span>
783
831
 
784
832
 
785
833
 
@@ -795,7 +843,11 @@ new MultiPolygon({
795
843
  <code>
796
844
 
797
845
 
798
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
846
+ <span class="param-type">
847
+
848
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
849
+
850
+ </span>
799
851
 
800
852
 
801
853
 
@@ -811,7 +863,11 @@ new MultiPolygon({
811
863
  <code>
812
864
 
813
865
 
814
- <span class="param-type">Boolean</span>
866
+ <span class="param-type">
867
+
868
+ Boolean
869
+
870
+ </span>
815
871
 
816
872
 
817
873
 
@@ -837,7 +893,11 @@ new MultiPolygon({
837
893
  <code>
838
894
 
839
895
 
840
- <span class="param-type">String</span>
896
+ <span class="param-type">
897
+
898
+ String
899
+
900
+ </span>
841
901
 
842
902
 
843
903
 
@@ -856,7 +916,7 @@ new MultiPolygon({
856
916
 
857
917
  </code>
858
918
  </td>
859
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
919
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
860
920
  </tr>
861
921
 
862
922
  <tr class="deep-level-0">
@@ -865,7 +925,11 @@ new MultiPolygon({
865
925
  <code>
866
926
 
867
927
 
868
- <span class="param-type">String</span>
928
+ <span class="param-type">
929
+
930
+ String
931
+
932
+ </span>
869
933
 
870
934
 
871
935
 
@@ -881,7 +945,11 @@ new MultiPolygon({
881
945
  <code>
882
946
 
883
947
 
884
- <span class="param-type">Object</span>
948
+ <span class="param-type">
949
+
950
+ Object
951
+
952
+ </span>
885
953
 
886
954
 
887
955
 
@@ -890,12 +958,7 @@ new MultiPolygon({
890
958
  </td>
891
959
  <td class="name"><code><p>移除事件<br/>
892
960
  示例如下:<br/>
893
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
894
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
895
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
896
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
897
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
898
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
961
+ </code></td>
899
962
  </tr>
900
963
 
901
964
  <tr class="deep-level-0">
@@ -904,7 +967,11 @@ new MultiPolygon({
904
967
  <code>
905
968
 
906
969
 
907
- <span class="param-type">Object</span>
970
+ <span class="param-type">
971
+
972
+ Object
973
+
974
+ </span>
908
975
 
909
976
 
910
977
 
@@ -913,11 +980,7 @@ new MultiPolygon({
913
980
  </td>
914
981
  <td class="name"><code><p>注册一个新的监听事件;<br/>
915
982
  示例如下:<br/>
916
- <a href='#event1'>[1、注册一个事件]</a><br/>
917
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
918
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
919
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
920
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
983
+ </code></td>
921
984
  </tr>
922
985
 
923
986
  <tr class="deep-level-0">
@@ -926,10 +989,18 @@ new MultiPolygon({
926
989
  <code>
927
990
 
928
991
 
929
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
992
+ <span class="param-type">
993
+
994
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
995
+
996
+ </span>
930
997
  |
931
998
 
932
- <span class="param-type">null</span>
999
+ <span class="param-type">
1000
+
1001
+ null
1002
+
1003
+ </span>
933
1004
 
934
1005
 
935
1006
 
@@ -945,7 +1016,11 @@ new MultiPolygon({
945
1016
  <code>
946
1017
 
947
1018
 
948
- <span class="param-type">Object</span>
1019
+ <span class="param-type">
1020
+
1021
+ Object
1022
+
1023
+ </span>
949
1024
 
950
1025
 
951
1026
 
@@ -961,15 +1036,18 @@ new MultiPolygon({
961
1036
  <code>
962
1037
 
963
1038
 
964
- <span class="param-type">Object</span>
1039
+ <span class="param-type">
1040
+
1041
+ Object
1042
+
1043
+ </span>
965
1044
 
966
1045
 
967
1046
 
968
1047
 
969
1048
  </code>
970
1049
  </td>
971
- <td class="name"><code><p><a id='toJSON'></a>
972
- 导出为json对象</p></code></td>
1050
+ <td class="name"><code><p></code></td>
973
1051
  </tr>
974
1052
 
975
1053
  <tr class="deep-level-0">
@@ -981,7 +1059,7 @@ new MultiPolygon({
981
1059
 
982
1060
  </code>
983
1061
  </td>
984
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1062
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
985
1063
  </tr>
986
1064
 
987
1065
  <tr class="deep-level-0">
@@ -990,7 +1068,11 @@ new MultiPolygon({
990
1068
  <code>
991
1069
 
992
1070
 
993
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
1071
+ <span class="param-type">
1072
+
1073
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
1074
+
1075
+ </span>
994
1076
 
995
1077
 
996
1078
 
@@ -1009,8 +1091,7 @@ new MultiPolygon({
1009
1091
 
1010
1092
  </code>
1011
1093
  </td>
1012
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2,x0,y0|x3,y3,x4,y4,x5,y5,x3,y3;x6,y6,x7,y7,x8,y8,x6,y6|x9,y9,x10,y10,x11,y11,x9,y9&quot;<a id='toString'></a>
1013
- 多边形内每个的多边形由|号分割,多个多边形由;号分割</p></code></td>
1094
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2,x0,y0|x3,y3,x4,y4,x5,y5,x3,y3;x6,y6,x7,y7,x8,y8,x6,y6|x9,y9,x10,y10,x11,y11,x9,y9&quot;</code></td>
1014
1095
  </tr>
1015
1096
 
1016
1097
  <tr class="deep-level-0">
@@ -1019,14 +1100,18 @@ new MultiPolygon({
1019
1100
  <code>
1020
1101
 
1021
1102
 
1022
- <span class="param-type">String</span>
1103
+ <span class="param-type">
1104
+
1105
+ String
1106
+
1107
+ </span>
1023
1108
 
1024
1109
 
1025
1110
 
1026
1111
 
1027
1112
  </code>
1028
1113
  </td>
1029
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1114
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1030
1115
  </tr>
1031
1116
 
1032
1117
  <tr class="deep-level-0">
@@ -1035,7 +1120,11 @@ new MultiPolygon({
1035
1120
  <code>
1036
1121
 
1037
1122
 
1038
- <span class="param-type">String</span>
1123
+ <span class="param-type">
1124
+
1125
+ String
1126
+
1127
+ </span>
1039
1128
 
1040
1129
 
1041
1130
 
@@ -1107,13 +1196,17 @@ new MultiPolygon({
1107
1196
 
1108
1197
  <tr class="deep-level-0">
1109
1198
 
1110
- <td class="name" id="json"><code>json</code></td>
1199
+ <td class="name"><code>json</code></td>
1111
1200
 
1112
1201
 
1113
1202
  <td class="type">
1114
1203
 
1115
1204
 
1116
- <span class="param-type">Object</span>
1205
+ <span class="param-type">
1206
+
1207
+ Object
1208
+
1209
+ </span>
1117
1210
 
1118
1211
 
1119
1212
 
@@ -1279,13 +1372,17 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1279
1372
 
1280
1373
  <tr class="deep-level-0">
1281
1374
 
1282
- <td class="name" id="polygon"><code>polygon</code></td>
1375
+ <td class="name"><code>polygon</code></td>
1283
1376
 
1284
1377
 
1285
1378
  <td class="type">
1286
1379
 
1287
1380
 
1288
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1381
+ <span class="param-type">
1382
+
1383
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1384
+
1385
+ </span>
1289
1386
 
1290
1387
 
1291
1388
 
@@ -1308,13 +1405,17 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1308
1405
 
1309
1406
  <tr class="deep-level-0">
1310
1407
 
1311
- <td class="name" id="mode"><code>mode</code></td>
1408
+ <td class="name"><code>mode</code></td>
1312
1409
 
1313
1410
 
1314
1411
  <td class="type">
1315
1412
 
1316
1413
 
1317
- <span class="param-type">String</span>
1414
+ <span class="param-type">
1415
+
1416
+ String
1417
+
1418
+ </span>
1318
1419
 
1319
1420
 
1320
1421
 
@@ -1409,7 +1510,11 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1409
1510
  <div class='column is-5 has-text-left'>
1410
1511
  <label>类型: </label>
1411
1512
 
1412
- <span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1513
+ <span class="param-type">
1514
+
1515
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1516
+
1517
+ </span>
1413
1518
 
1414
1519
 
1415
1520
 
@@ -1572,7 +1677,11 @@ multiPolygon.addPolygon(polygon)</code></pre>
1572
1677
  <div class='column is-5 has-text-left'>
1573
1678
  <label>类型: </label>
1574
1679
 
1575
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1680
+ <span class="param-type">
1681
+
1682
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1683
+
1684
+ </span>
1576
1685
 
1577
1686
 
1578
1687
 
@@ -1644,13 +1753,17 @@ multiPolygon.addPolygon(polygon)</code></pre>
1644
1753
 
1645
1754
  <tr class="deep-level-0">
1646
1755
 
1647
- <td class="name" id="point"><code>point</code></td>
1756
+ <td class="name"><code>point</code></td>
1648
1757
 
1649
1758
 
1650
1759
  <td class="type">
1651
1760
 
1652
1761
 
1653
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1762
+ <span class="param-type">
1763
+
1764
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1765
+
1766
+ </span>
1654
1767
 
1655
1768
 
1656
1769
 
@@ -1739,7 +1852,11 @@ multiPolygon.addPolygon(polygon)</code></pre>
1739
1852
  <div class='column is-5 has-text-left'>
1740
1853
  <label>类型: </label>
1741
1854
 
1742
- <span class="param-type">Boolean</span>
1855
+ <span class="param-type">
1856
+
1857
+ Boolean
1858
+
1859
+ </span>
1743
1860
 
1744
1861
 
1745
1862
 
@@ -1843,13 +1960,17 @@ const isIn = multiPolygon.contains(point)</code></pre>
1843
1960
 
1844
1961
  <tr class="deep-level-0">
1845
1962
 
1846
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1963
+ <td class="name"><code>GeoJSON</code></td>
1847
1964
 
1848
1965
 
1849
1966
  <td class="type">
1850
1967
 
1851
1968
 
1852
- <span class="param-type">Object</span>
1969
+ <span class="param-type">
1970
+
1971
+ Object
1972
+
1973
+ </span>
1853
1974
 
1854
1975
 
1855
1976
 
@@ -2039,7 +2160,11 @@ const isIn = multiPolygon.contains(point)</code></pre>
2039
2160
  <div class='column is-5 has-text-left'>
2040
2161
  <label>类型: </label>
2041
2162
 
2042
- <span class="param-type">String</span>
2163
+ <span class="param-type">
2164
+
2165
+ String
2166
+
2167
+ </span>
2043
2168
 
2044
2169
 
2045
2170
 
@@ -2274,7 +2399,11 @@ const isIn = multiPolygon.contains(point)</code></pre>
2274
2399
  <div class='column is-5 has-text-left'>
2275
2400
  <label>类型: </label>
2276
2401
 
2277
- <span class="param-type">String</span>
2402
+ <span class="param-type">
2403
+
2404
+ String
2405
+
2406
+ </span>
2278
2407
 
2279
2408
 
2280
2409
 
@@ -2353,13 +2482,17 @@ const isIn = multiPolygon.contains(point)</code></pre>
2353
2482
 
2354
2483
  <tr class="deep-level-0">
2355
2484
 
2356
- <td class="name" id="types"><code>types</code></td>
2485
+ <td class="name"><code>types</code></td>
2357
2486
 
2358
2487
 
2359
2488
  <td class="type">
2360
2489
 
2361
2490
 
2362
- <span class="param-type">string</span>
2491
+ <span class="param-type">
2492
+
2493
+ string
2494
+
2495
+ </span>
2363
2496
 
2364
2497
 
2365
2498
 
@@ -2380,13 +2513,17 @@ const isIn = multiPolygon.contains(point)</code></pre>
2380
2513
 
2381
2514
  <tr class="deep-level-0">
2382
2515
 
2383
- <td class="name" id="fn"><code>fn</code></td>
2516
+ <td class="name"><code>fn</code></td>
2384
2517
 
2385
2518
 
2386
2519
  <td class="type">
2387
2520
 
2388
2521
 
2389
- <span class="param-type">function</span>
2522
+ <span class="param-type">
2523
+
2524
+ function
2525
+
2526
+ </span>
2390
2527
 
2391
2528
 
2392
2529
 
@@ -2405,13 +2542,17 @@ const isIn = multiPolygon.contains(point)</code></pre>
2405
2542
 
2406
2543
  <tr class="deep-level-0">
2407
2544
 
2408
- <td class="name" id="context"><code>context</code></td>
2545
+ <td class="name"><code>context</code></td>
2409
2546
 
2410
2547
 
2411
2548
  <td class="type">
2412
2549
 
2413
2550
 
2414
- <span class="param-type">Object</span>
2551
+ <span class="param-type">
2552
+
2553
+ Object
2554
+
2555
+ </span>
2415
2556
 
2416
2557
 
2417
2558
 
@@ -2505,7 +2646,11 @@ const isIn = multiPolygon.contains(point)</code></pre>
2505
2646
  <div class='column is-5 has-text-left'>
2506
2647
  <label>类型: </label>
2507
2648
 
2508
- <span class="param-type">Object</span>
2649
+ <span class="param-type">
2650
+
2651
+ Object
2652
+
2653
+ </span>
2509
2654
 
2510
2655
 
2511
2656
 
@@ -2673,16 +2818,24 @@ view.off({
2673
2818
 
2674
2819
  <tr class="deep-level-0">
2675
2820
 
2676
- <td class="name" id="types"><code>types</code></td>
2821
+ <td class="name"><code>types</code></td>
2677
2822
 
2678
2823
 
2679
2824
  <td class="type">
2680
2825
 
2681
2826
 
2682
- <span class="param-type">String</span>
2827
+ <span class="param-type">
2828
+
2829
+ String
2830
+
2831
+ </span>
2683
2832
  |
2684
2833
 
2685
- <span class="param-type">Object</span>
2834
+ <span class="param-type">
2835
+
2836
+ Object
2837
+
2838
+ </span>
2686
2839
 
2687
2840
 
2688
2841
 
@@ -2709,13 +2862,17 @@ view.off({
2709
2862
 
2710
2863
  <tr class="deep-level-0">
2711
2864
 
2712
- <td class="name" id="fn"><code>fn</code></td>
2865
+ <td class="name"><code>fn</code></td>
2713
2866
 
2714
2867
 
2715
2868
  <td class="type">
2716
2869
 
2717
2870
 
2718
- <span class="param-type">function</span>
2871
+ <span class="param-type">
2872
+
2873
+ function
2874
+
2875
+ </span>
2719
2876
 
2720
2877
 
2721
2878
 
@@ -2740,13 +2897,17 @@ view.off({
2740
2897
 
2741
2898
  <tr class="deep-level-0">
2742
2899
 
2743
- <td class="name" id="context"><code>context</code></td>
2900
+ <td class="name"><code>context</code></td>
2744
2901
 
2745
2902
 
2746
2903
  <td class="type">
2747
2904
 
2748
2905
 
2749
- <span class="param-type">Object</span>
2906
+ <span class="param-type">
2907
+
2908
+ Object
2909
+
2910
+ </span>
2750
2911
 
2751
2912
 
2752
2913
 
@@ -2846,7 +3007,11 @@ view.off({
2846
3007
  <div class='column is-5 has-text-left'>
2847
3008
  <label>类型: </label>
2848
3009
 
2849
- <span class="param-type">Object</span>
3010
+ <span class="param-type">
3011
+
3012
+ Object
3013
+
3014
+ </span>
2850
3015
 
2851
3016
 
2852
3017
 
@@ -2996,13 +3161,17 @@ view.on({
2996
3161
 
2997
3162
  <tr class="deep-level-0">
2998
3163
 
2999
- <td class="name" id="polygonIndex"><code>polygonIndex</code></td>
3164
+ <td class="name"><code>polygonIndex</code></td>
3000
3165
 
3001
3166
 
3002
3167
  <td class="type">
3003
3168
 
3004
3169
 
3005
- <span class="param-type">Number</span>
3170
+ <span class="param-type">
3171
+
3172
+ Number
3173
+
3174
+ </span>
3006
3175
 
3007
3176
 
3008
3177
 
@@ -3091,10 +3260,18 @@ view.on({
3091
3260
  <div class='column is-5 has-text-left'>
3092
3261
  <label>类型: </label>
3093
3262
 
3094
- <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3263
+ <span class="param-type">
3264
+
3265
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
3266
+
3267
+ </span>
3095
3268
  |
3096
3269
 
3097
- <span class="param-type">null</span>
3270
+ <span class="param-type">
3271
+
3272
+ null
3273
+
3274
+ </span>
3098
3275
 
3099
3276
 
3100
3277
 
@@ -3245,7 +3422,11 @@ multiPolygon.removePolygon(0)</code></pre>
3245
3422
  <div class='column is-5 has-text-left'>
3246
3423
  <label>类型: </label>
3247
3424
 
3248
- <span class="param-type">Object</span>
3425
+ <span class="param-type">
3426
+
3427
+ Object
3428
+
3429
+ </span>
3249
3430
 
3250
3431
 
3251
3432
 
@@ -3368,7 +3549,11 @@ multiPolygon.removePolygon(0)</code></pre>
3368
3549
  <div class='column is-5 has-text-left'>
3369
3550
  <label>类型: </label>
3370
3551
 
3371
- <span class="param-type">Object</span>
3552
+ <span class="param-type">
3553
+
3554
+ Object
3555
+
3556
+ </span>
3372
3557
 
3373
3558
 
3374
3559
 
@@ -3593,7 +3778,11 @@ multiPolygon.removePolygon(0)</code></pre>
3593
3778
  <div class='column is-5 has-text-left'>
3594
3779
  <label>类型: </label>
3595
3780
 
3596
- <span class="param-type">Array.&lt;<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
3781
+ <span class="param-type">
3782
+
3783
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Polygon.html">Polygon</a>>
3784
+
3785
+ </span>
3597
3786
 
3598
3787
 
3599
3788
 
@@ -3824,7 +4013,11 @@ multiPolygon.removePolygon(0)</code></pre>
3824
4013
  <div class='column is-5 has-text-left'>
3825
4014
  <label>类型: </label>
3826
4015
 
3827
- <span class="param-type">String</span>
4016
+ <span class="param-type">
4017
+
4018
+ String
4019
+
4020
+ </span>
3828
4021
 
3829
4022
 
3830
4023
 
@@ -3946,7 +4139,11 @@ multiPolygon.removePolygon(0)</code></pre>
3946
4139
  <div class='column is-5 has-text-left'>
3947
4140
  <label>类型: </label>
3948
4141
 
3949
- <span class="param-type">String</span>
4142
+ <span class="param-type">
4143
+
4144
+ String
4145
+
4146
+ </span>
3950
4147
 
3951
4148
 
3952
4149