@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { 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>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { MultiPolygon } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Array</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { MultiPolygon } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -344,7 +359,7 @@ new MultiPolygon({
344
359
 
345
360
 
346
361
  <ul>
347
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
362
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
348
363
  </ul>
349
364
 
350
365
 
@@ -376,11 +391,16 @@ new MultiPolygon({
376
391
  <tbody>
377
392
 
378
393
  <tr class="deep-level-0">
379
- <td class="name"><code><a href="MultiPolygon.html#coordinates">coordinates</a></code></td>
394
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
380
395
  <td class="name">
381
396
  <code>
382
397
 
383
- <span class="param-type">Array</span>
398
+ <span class="param-type">
399
+
400
+ Array
401
+
402
+ </span>
403
+
384
404
 
385
405
 
386
406
  </code>
@@ -389,11 +409,16 @@ new MultiPolygon({
389
409
  </tr>
390
410
 
391
411
  <tr class="deep-level-0">
392
- <td class="name"><code><a href="MultiPolygon.html#extent">extent</a></code></td>
412
+ <td class="name"><code><a href="#extent">extent</a></code></td>
393
413
  <td class="name">
394
414
  <code>
395
415
 
396
- <span class="param-type">Number</span>
416
+ <span class="param-type">
417
+
418
+ Number
419
+
420
+ </span>
421
+
397
422
 
398
423
 
399
424
  </code>
@@ -402,11 +427,16 @@ new MultiPolygon({
402
427
  </tr>
403
428
 
404
429
  <tr class="deep-level-0">
405
- <td class="name"><code><a href="MultiPolygon.html#hasZ">hasZ</a></code></td>
430
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
406
431
  <td class="name">
407
432
  <code>
408
433
 
409
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
439
+
410
440
 
411
441
 
412
442
  </code>
@@ -415,11 +445,16 @@ new MultiPolygon({
415
445
  </tr>
416
446
 
417
447
  <tr class="deep-level-0">
418
- <td class="name"><code><a href="MultiPolygon.html#spatialReference">spatialReference</a></code></td>
448
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
419
449
  <td class="name">
420
450
  <code>
421
451
 
422
- <span class="param-type"><a 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>
457
+
423
458
 
424
459
 
425
460
  </code>
@@ -438,7 +473,12 @@ new MultiPolygon({
438
473
  <span class="method-parameter is-pulled-right">
439
474
  <label>类型:</label>
440
475
 
441
- <span class="param-type">Array</span>
476
+ <span class="param-type">
477
+
478
+ Array
479
+
480
+ </span>
481
+
442
482
 
443
483
 
444
484
  </span>
@@ -508,7 +548,12 @@ new MultiPolygon({
508
548
  <span class="method-parameter is-pulled-right">
509
549
  <label>类型:</label>
510
550
 
511
- <span class="param-type">Number</span>
551
+ <span class="param-type">
552
+
553
+ Number
554
+
555
+ </span>
556
+
512
557
 
513
558
 
514
559
  </span>
@@ -583,7 +628,12 @@ new MultiPolygon({
583
628
  <span class="method-parameter is-pulled-right">
584
629
  <label>类型:</label>
585
630
 
586
- <span class="param-type">Boolean</span>
631
+ <span class="param-type">
632
+
633
+ Boolean
634
+
635
+ </span>
636
+
587
637
 
588
638
 
589
639
  </span>
@@ -662,7 +712,12 @@ new MultiPolygon({
662
712
  <span class="method-parameter is-pulled-right">
663
713
  <label>类型:</label>
664
714
 
665
- <span class="param-type"><a 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>
720
+
666
721
 
667
722
 
668
723
  </span>
@@ -696,7 +751,7 @@ new MultiPolygon({
696
751
 
697
752
  <dt class="inherited-from">Inherited From:</dt>
698
753
  <dd class="inherited-from"><ul class="dummy"><li>
699
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
754
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
700
755
  </li></ul></dd>
701
756
 
702
757
 
@@ -753,7 +808,7 @@ new MultiPolygon({
753
808
  <tbody>
754
809
 
755
810
  <tr class="deep-level-0">
756
- <td class="name"><code><a href="MultiPolygon.html#fromJSON">fromJSON</a></code></td>
811
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
757
812
  <td class="name">
758
813
  <code>
759
814
 
@@ -763,12 +818,17 @@ new MultiPolygon({
763
818
  </tr>
764
819
 
765
820
  <tr class="deep-level-0">
766
- <td class="name"><code><a href="MultiPolygon.html#addPolygon">addPolygon</a></code></td>
821
+ <td class="name"><code><a href="#addPolygon">addPolygon</a></code></td>
767
822
  <td class="name">
768
823
  <code>
769
824
 
770
825
 
771
- <span class="param-type"><a 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>
831
+
772
832
 
773
833
 
774
834
 
@@ -778,12 +838,17 @@ new MultiPolygon({
778
838
  </tr>
779
839
 
780
840
  <tr class="deep-level-0">
781
- <td class="name"><code><a href="MultiPolygon.html#clone">clone</a></code></td>
841
+ <td class="name"><code><a href="#clone">clone</a></code></td>
782
842
  <td class="name">
783
843
  <code>
784
844
 
785
845
 
786
- <span class="param-type"><a 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>
851
+
787
852
 
788
853
 
789
854
 
@@ -793,12 +858,17 @@ new MultiPolygon({
793
858
  </tr>
794
859
 
795
860
  <tr class="deep-level-0">
796
- <td class="name"><code><a href="MultiPolygon.html#contains">contains</a></code></td>
861
+ <td class="name"><code><a href="#contains">contains</a></code></td>
797
862
  <td class="name">
798
863
  <code>
799
864
 
800
865
 
801
- <span class="param-type">Boolean</span>
866
+ <span class="param-type">
867
+
868
+ Boolean
869
+
870
+ </span>
871
+
802
872
 
803
873
 
804
874
 
@@ -808,7 +878,7 @@ new MultiPolygon({
808
878
  </tr>
809
879
 
810
880
  <tr class="deep-level-0">
811
- <td class="name"><code><a href="MultiPolygon.html#fromGeoJSON">fromGeoJSON</a></code></td>
881
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
812
882
  <td class="name">
813
883
  <code>
814
884
 
@@ -818,12 +888,17 @@ new MultiPolygon({
818
888
  </tr>
819
889
 
820
890
  <tr class="deep-level-0">
821
- <td class="name"><code><a href="MultiPolygon.html#getGeometryType">getGeometryType</a></code></td>
891
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
822
892
  <td class="name">
823
893
  <code>
824
894
 
825
895
 
826
- <span class="param-type">String</span>
896
+ <span class="param-type">
897
+
898
+ String
899
+
900
+ </span>
901
+
827
902
 
828
903
 
829
904
 
@@ -833,7 +908,7 @@ new MultiPolygon({
833
908
  </tr>
834
909
 
835
910
  <tr class="deep-level-0">
836
- <td class="name"><code><a href="MultiPolygon.html#getIGSType">getIGSType</a></code></td>
911
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
837
912
  <td class="name">
838
913
  <code>
839
914
 
@@ -841,16 +916,21 @@ new MultiPolygon({
841
916
 
842
917
  </code>
843
918
  </td>
844
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
919
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
845
920
  </tr>
846
921
 
847
922
  <tr class="deep-level-0">
848
- <td class="name"><code><a href="MultiPolygon.html#getType">getType</a></code></td>
923
+ <td class="name"><code><a href="#getType">getType</a></code></td>
849
924
  <td class="name">
850
925
  <code>
851
926
 
852
927
 
853
- <span class="param-type">String</span>
928
+ <span class="param-type">
929
+
930
+ String
931
+
932
+ </span>
933
+
854
934
 
855
935
 
856
936
 
@@ -860,12 +940,17 @@ new MultiPolygon({
860
940
  </tr>
861
941
 
862
942
  <tr class="deep-level-0">
863
- <td class="name"><code><a href="MultiPolygon.html#off">off</a></code></td>
943
+ <td class="name"><code><a href="#off">off</a></code></td>
864
944
  <td class="name">
865
945
  <code>
866
946
 
867
947
 
868
- <span class="param-type">Object</span>
948
+ <span class="param-type">
949
+
950
+ Object
951
+
952
+ </span>
953
+
869
954
 
870
955
 
871
956
 
@@ -873,21 +958,21 @@ new MultiPolygon({
873
958
  </td>
874
959
  <td class="name"><code><p>移除事件<br/>
875
960
  示例如下:<br/>
876
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
877
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
878
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
879
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
880
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
881
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
961
+ </code></td>
882
962
  </tr>
883
963
 
884
964
  <tr class="deep-level-0">
885
- <td class="name"><code><a href="MultiPolygon.html#on">on</a></code></td>
965
+ <td class="name"><code><a href="#on">on</a></code></td>
886
966
  <td class="name">
887
967
  <code>
888
968
 
889
969
 
890
- <span class="param-type">Object</span>
970
+ <span class="param-type">
971
+
972
+ Object
973
+
974
+ </span>
975
+
891
976
 
892
977
 
893
978
 
@@ -895,23 +980,28 @@ new MultiPolygon({
895
980
  </td>
896
981
  <td class="name"><code><p>注册一个新的监听事件;<br/>
897
982
  示例如下:<br/>
898
- <a href='#event1'>[1、注册一个事件]</a><br/>
899
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
900
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
901
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
902
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
983
+ </code></td>
903
984
  </tr>
904
985
 
905
986
  <tr class="deep-level-0">
906
- <td class="name"><code><a href="MultiPolygon.html#removePolygon">removePolygon</a></code></td>
987
+ <td class="name"><code><a href="#removePolygon">removePolygon</a></code></td>
907
988
  <td class="name">
908
989
  <code>
909
990
 
910
991
 
911
- <span class="param-type"><a 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>
912
997
  |
913
998
 
914
- <span class="param-type">null</span>
999
+ <span class="param-type">
1000
+
1001
+ null
1002
+
1003
+ </span>
1004
+
915
1005
 
916
1006
 
917
1007
 
@@ -921,12 +1011,17 @@ new MultiPolygon({
921
1011
  </tr>
922
1012
 
923
1013
  <tr class="deep-level-0">
924
- <td class="name"><code><a href="MultiPolygon.html#toGeoJSON">toGeoJSON</a></code></td>
1014
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
925
1015
  <td class="name">
926
1016
  <code>
927
1017
 
928
1018
 
929
- <span class="param-type">Object</span>
1019
+ <span class="param-type">
1020
+
1021
+ Object
1022
+
1023
+ </span>
1024
+
930
1025
 
931
1026
 
932
1027
 
@@ -936,23 +1031,27 @@ new MultiPolygon({
936
1031
  </tr>
937
1032
 
938
1033
  <tr class="deep-level-0">
939
- <td class="name"><code><a href="MultiPolygon.html#toJSON">toJSON</a></code></td>
1034
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
940
1035
  <td class="name">
941
1036
  <code>
942
1037
 
943
1038
 
944
- <span class="param-type">Object</span>
1039
+ <span class="param-type">
1040
+
1041
+ Object
1042
+
1043
+ </span>
1044
+
945
1045
 
946
1046
 
947
1047
 
948
1048
  </code>
949
1049
  </td>
950
- <td class="name"><code><p><a id='toJSON'></a>
951
- 导出为json对象</p></code></td>
1050
+ <td class="name"><code><p></code></td>
952
1051
  </tr>
953
1052
 
954
1053
  <tr class="deep-level-0">
955
- <td class="name"><code><a href="MultiPolygon.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1054
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
956
1055
  <td class="name">
957
1056
  <code>
958
1057
 
@@ -960,16 +1059,21 @@ new MultiPolygon({
960
1059
 
961
1060
  </code>
962
1061
  </td>
963
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1062
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
964
1063
  </tr>
965
1064
 
966
1065
  <tr class="deep-level-0">
967
- <td class="name"><code><a href="MultiPolygon.html#toPolygonArray">toPolygonArray</a></code></td>
1066
+ <td class="name"><code><a href="#toPolygonArray">toPolygonArray</a></code></td>
968
1067
  <td class="name">
969
1068
  <code>
970
1069
 
971
1070
 
972
- <span class="param-type">Array.&lt;<a 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>
1076
+
973
1077
 
974
1078
 
975
1079
 
@@ -979,7 +1083,7 @@ new MultiPolygon({
979
1083
  </tr>
980
1084
 
981
1085
  <tr class="deep-level-0">
982
- <td class="name"><code><a href="MultiPolygon.html#toString">toString</a></code></td>
1086
+ <td class="name"><code><a href="#toString">toString</a></code></td>
983
1087
  <td class="name">
984
1088
  <code>
985
1089
 
@@ -987,32 +1091,41 @@ new MultiPolygon({
987
1091
 
988
1092
  </code>
989
1093
  </td>
990
- <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>
991
- 多边形内每个的多边形由|号分割,多个多边形由;号分割</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>
992
1095
  </tr>
993
1096
 
994
1097
  <tr class="deep-level-0">
995
- <td class="name"><code><a href="MultiPolygon.html#toXMl">toXMl</a></code></td>
1098
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
996
1099
  <td class="name">
997
1100
  <code>
998
1101
 
999
1102
 
1000
- <span class="param-type">String</span>
1103
+ <span class="param-type">
1104
+
1105
+ String
1106
+
1107
+ </span>
1108
+
1001
1109
 
1002
1110
 
1003
1111
 
1004
1112
  </code>
1005
1113
  </td>
1006
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1114
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1007
1115
  </tr>
1008
1116
 
1009
1117
  <tr class="deep-level-0">
1010
- <td class="name"><code><a href="MultiPolygon.html#toXML">toXML</a></code></td>
1118
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1011
1119
  <td class="name">
1012
1120
  <code>
1013
1121
 
1014
1122
 
1015
- <span class="param-type">String</span>
1123
+ <span class="param-type">
1124
+
1125
+ String
1126
+
1127
+ </span>
1128
+
1016
1129
 
1017
1130
 
1018
1131
 
@@ -1083,13 +1196,18 @@ new MultiPolygon({
1083
1196
 
1084
1197
  <tr class="deep-level-0">
1085
1198
 
1086
- <td class="name" id="json"><code>json</code></td>
1199
+ <td class="name"><code>json</code></td>
1087
1200
 
1088
1201
 
1089
1202
  <td class="type">
1090
1203
 
1091
1204
 
1092
- <span class="param-type">Object</span>
1205
+ <span class="param-type">
1206
+
1207
+ Object
1208
+
1209
+ </span>
1210
+
1093
1211
 
1094
1212
 
1095
1213
 
@@ -1254,13 +1372,18 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1254
1372
 
1255
1373
  <tr class="deep-level-0">
1256
1374
 
1257
- <td class="name" id="polygon"><code>polygon</code></td>
1375
+ <td class="name"><code>polygon</code></td>
1258
1376
 
1259
1377
 
1260
1378
  <td class="type">
1261
1379
 
1262
1380
 
1263
- <span class="param-type"><a 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>
1386
+
1264
1387
 
1265
1388
 
1266
1389
 
@@ -1282,13 +1405,18 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1282
1405
 
1283
1406
  <tr class="deep-level-0">
1284
1407
 
1285
- <td class="name" id="mode"><code>mode</code></td>
1408
+ <td class="name"><code>mode</code></td>
1286
1409
 
1287
1410
 
1288
1411
  <td class="type">
1289
1412
 
1290
1413
 
1291
- <span class="param-type">String</span>
1414
+ <span class="param-type">
1415
+
1416
+ String
1417
+
1418
+ </span>
1419
+
1292
1420
 
1293
1421
 
1294
1422
 
@@ -1382,7 +1510,12 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
1382
1510
  <div class='column is-5 has-text-left'>
1383
1511
  <label>类型: </label>
1384
1512
 
1385
- <span class="param-type"><a 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>
1518
+
1386
1519
 
1387
1520
 
1388
1521
  </div>
@@ -1544,7 +1677,12 @@ multiPolygon.addPolygon(polygon)</code></pre>
1544
1677
  <div class='column is-5 has-text-left'>
1545
1678
  <label>类型: </label>
1546
1679
 
1547
- <span class="param-type"><a 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>
1685
+
1548
1686
 
1549
1687
 
1550
1688
  </div>
@@ -1615,13 +1753,18 @@ multiPolygon.addPolygon(polygon)</code></pre>
1615
1753
 
1616
1754
  <tr class="deep-level-0">
1617
1755
 
1618
- <td class="name" id="point"><code>point</code></td>
1756
+ <td class="name"><code>point</code></td>
1619
1757
 
1620
1758
 
1621
1759
  <td class="type">
1622
1760
 
1623
1761
 
1624
- <span class="param-type"><a 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>
1767
+
1625
1768
 
1626
1769
 
1627
1770
 
@@ -1709,7 +1852,12 @@ multiPolygon.addPolygon(polygon)</code></pre>
1709
1852
  <div class='column is-5 has-text-left'>
1710
1853
  <label>类型: </label>
1711
1854
 
1712
- <span class="param-type">Boolean</span>
1855
+ <span class="param-type">
1856
+
1857
+ Boolean
1858
+
1859
+ </span>
1860
+
1713
1861
 
1714
1862
 
1715
1863
  </div>
@@ -1812,13 +1960,18 @@ const isIn = multiPolygon.contains(point)</code></pre>
1812
1960
 
1813
1961
  <tr class="deep-level-0">
1814
1962
 
1815
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1963
+ <td class="name"><code>GeoJSON</code></td>
1816
1964
 
1817
1965
 
1818
1966
  <td class="type">
1819
1967
 
1820
1968
 
1821
- <span class="param-type">Object</span>
1969
+ <span class="param-type">
1970
+
1971
+ Object
1972
+
1973
+ </span>
1974
+
1822
1975
 
1823
1976
 
1824
1977
 
@@ -1850,7 +2003,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
1850
2003
 
1851
2004
  <dt class="inherited-from">Inherited From:</dt>
1852
2005
  <dd class="inherited-from"><ul class="dummy"><li>
1853
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2006
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1854
2007
  </li></ul></dd>
1855
2008
 
1856
2009
 
@@ -1946,7 +2099,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
1946
2099
 
1947
2100
  <dt class="inherited-from">Inherited From:</dt>
1948
2101
  <dd class="inherited-from"><ul class="dummy"><li>
1949
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2102
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1950
2103
  </li></ul></dd>
1951
2104
 
1952
2105
 
@@ -2007,7 +2160,12 @@ const isIn = multiPolygon.contains(point)</code></pre>
2007
2160
  <div class='column is-5 has-text-left'>
2008
2161
  <label>类型: </label>
2009
2162
 
2010
- <span class="param-type">String</span>
2163
+ <span class="param-type">
2164
+
2165
+ String
2166
+
2167
+ </span>
2168
+
2011
2169
 
2012
2170
 
2013
2171
  </div>
@@ -2180,7 +2338,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2180
2338
 
2181
2339
  <dt class="inherited-from">Inherited From:</dt>
2182
2340
  <dd class="inherited-from"><ul class="dummy"><li>
2183
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2341
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2184
2342
  </li></ul></dd>
2185
2343
 
2186
2344
 
@@ -2241,7 +2399,12 @@ const isIn = multiPolygon.contains(point)</code></pre>
2241
2399
  <div class='column is-5 has-text-left'>
2242
2400
  <label>类型: </label>
2243
2401
 
2244
- <span class="param-type">String</span>
2402
+ <span class="param-type">
2403
+
2404
+ String
2405
+
2406
+ </span>
2407
+
2245
2408
 
2246
2409
 
2247
2410
  </div>
@@ -2319,13 +2482,18 @@ const isIn = multiPolygon.contains(point)</code></pre>
2319
2482
 
2320
2483
  <tr class="deep-level-0">
2321
2484
 
2322
- <td class="name" id="types"><code>types</code></td>
2485
+ <td class="name"><code>types</code></td>
2323
2486
 
2324
2487
 
2325
2488
  <td class="type">
2326
2489
 
2327
2490
 
2328
- <span class="param-type">string</span>
2491
+ <span class="param-type">
2492
+
2493
+ string
2494
+
2495
+ </span>
2496
+
2329
2497
 
2330
2498
 
2331
2499
 
@@ -2345,13 +2513,18 @@ const isIn = multiPolygon.contains(point)</code></pre>
2345
2513
 
2346
2514
  <tr class="deep-level-0">
2347
2515
 
2348
- <td class="name" id="fn"><code>fn</code></td>
2516
+ <td class="name"><code>fn</code></td>
2349
2517
 
2350
2518
 
2351
2519
  <td class="type">
2352
2520
 
2353
2521
 
2354
- <span class="param-type">function</span>
2522
+ <span class="param-type">
2523
+
2524
+ function
2525
+
2526
+ </span>
2527
+
2355
2528
 
2356
2529
 
2357
2530
 
@@ -2369,13 +2542,18 @@ const isIn = multiPolygon.contains(point)</code></pre>
2369
2542
 
2370
2543
  <tr class="deep-level-0">
2371
2544
 
2372
- <td class="name" id="context"><code>context</code></td>
2545
+ <td class="name"><code>context</code></td>
2373
2546
 
2374
2547
 
2375
2548
  <td class="type">
2376
2549
 
2377
2550
 
2378
- <span class="param-type">Object</span>
2551
+ <span class="param-type">
2552
+
2553
+ Object
2554
+
2555
+ </span>
2556
+
2379
2557
 
2380
2558
 
2381
2559
 
@@ -2407,7 +2585,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
2407
2585
 
2408
2586
  <dt class="inherited-from">Inherited From:</dt>
2409
2587
  <dd class="inherited-from"><ul class="dummy"><li>
2410
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2588
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2411
2589
  </li></ul></dd>
2412
2590
 
2413
2591
 
@@ -2468,7 +2646,12 @@ const isIn = multiPolygon.contains(point)</code></pre>
2468
2646
  <div class='column is-5 has-text-left'>
2469
2647
  <label>类型: </label>
2470
2648
 
2471
- <span class="param-type">Object</span>
2649
+ <span class="param-type">
2650
+
2651
+ Object
2652
+
2653
+ </span>
2654
+
2472
2655
 
2473
2656
 
2474
2657
  </div>
@@ -2635,16 +2818,25 @@ view.off({
2635
2818
 
2636
2819
  <tr class="deep-level-0">
2637
2820
 
2638
- <td class="name" id="types"><code>types</code></td>
2821
+ <td class="name"><code>types</code></td>
2639
2822
 
2640
2823
 
2641
2824
  <td class="type">
2642
2825
 
2643
2826
 
2644
- <span class="param-type">String</span>
2827
+ <span class="param-type">
2828
+
2829
+ String
2830
+
2831
+ </span>
2645
2832
  |
2646
2833
 
2647
- <span class="param-type">Object</span>
2834
+ <span class="param-type">
2835
+
2836
+ Object
2837
+
2838
+ </span>
2839
+
2648
2840
 
2649
2841
 
2650
2842
 
@@ -2670,13 +2862,18 @@ view.off({
2670
2862
 
2671
2863
  <tr class="deep-level-0">
2672
2864
 
2673
- <td class="name" id="fn"><code>fn</code></td>
2865
+ <td class="name"><code>fn</code></td>
2674
2866
 
2675
2867
 
2676
2868
  <td class="type">
2677
2869
 
2678
2870
 
2679
- <span class="param-type">function</span>
2871
+ <span class="param-type">
2872
+
2873
+ function
2874
+
2875
+ </span>
2876
+
2680
2877
 
2681
2878
 
2682
2879
 
@@ -2700,13 +2897,18 @@ view.off({
2700
2897
 
2701
2898
  <tr class="deep-level-0">
2702
2899
 
2703
- <td class="name" id="context"><code>context</code></td>
2900
+ <td class="name"><code>context</code></td>
2704
2901
 
2705
2902
 
2706
2903
  <td class="type">
2707
2904
 
2708
2905
 
2709
- <span class="param-type">Object</span>
2906
+ <span class="param-type">
2907
+
2908
+ Object
2909
+
2910
+ </span>
2911
+
2710
2912
 
2711
2913
 
2712
2914
 
@@ -2744,7 +2946,7 @@ view.off({
2744
2946
 
2745
2947
  <dt class="inherited-from">Inherited From:</dt>
2746
2948
  <dd class="inherited-from"><ul class="dummy"><li>
2747
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2949
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2748
2950
  </li></ul></dd>
2749
2951
 
2750
2952
 
@@ -2805,7 +3007,12 @@ view.off({
2805
3007
  <div class='column is-5 has-text-left'>
2806
3008
  <label>类型: </label>
2807
3009
 
2808
- <span class="param-type">Object</span>
3010
+ <span class="param-type">
3011
+
3012
+ Object
3013
+
3014
+ </span>
3015
+
2809
3016
 
2810
3017
 
2811
3018
  </div>
@@ -2954,13 +3161,18 @@ view.on({
2954
3161
 
2955
3162
  <tr class="deep-level-0">
2956
3163
 
2957
- <td class="name" id="polygonIndex"><code>polygonIndex</code></td>
3164
+ <td class="name"><code>polygonIndex</code></td>
2958
3165
 
2959
3166
 
2960
3167
  <td class="type">
2961
3168
 
2962
3169
 
2963
- <span class="param-type">Number</span>
3170
+ <span class="param-type">
3171
+
3172
+ Number
3173
+
3174
+ </span>
3175
+
2964
3176
 
2965
3177
 
2966
3178
 
@@ -3048,10 +3260,19 @@ view.on({
3048
3260
  <div class='column is-5 has-text-left'>
3049
3261
  <label>类型: </label>
3050
3262
 
3051
- <span class="param-type"><a 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>
3052
3268
  |
3053
3269
 
3054
- <span class="param-type">null</span>
3270
+ <span class="param-type">
3271
+
3272
+ null
3273
+
3274
+ </span>
3275
+
3055
3276
 
3056
3277
 
3057
3278
  </div>
@@ -3140,7 +3361,7 @@ multiPolygon.removePolygon(0)</code></pre>
3140
3361
 
3141
3362
  <dt class="inherited-from">Inherited From:</dt>
3142
3363
  <dd class="inherited-from"><ul class="dummy"><li>
3143
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3364
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
3144
3365
  </li></ul></dd>
3145
3366
 
3146
3367
 
@@ -3201,7 +3422,12 @@ multiPolygon.removePolygon(0)</code></pre>
3201
3422
  <div class='column is-5 has-text-left'>
3202
3423
  <label>类型: </label>
3203
3424
 
3204
- <span class="param-type">Object</span>
3425
+ <span class="param-type">
3426
+
3427
+ Object
3428
+
3429
+ </span>
3430
+
3205
3431
 
3206
3432
 
3207
3433
  </div>
@@ -3323,7 +3549,12 @@ multiPolygon.removePolygon(0)</code></pre>
3323
3549
  <div class='column is-5 has-text-left'>
3324
3550
  <label>类型: </label>
3325
3551
 
3326
- <span class="param-type">Object</span>
3552
+ <span class="param-type">
3553
+
3554
+ Object
3555
+
3556
+ </span>
3557
+
3327
3558
 
3328
3559
 
3329
3560
  </div>
@@ -3547,7 +3778,12 @@ multiPolygon.removePolygon(0)</code></pre>
3547
3778
  <div class='column is-5 has-text-left'>
3548
3779
  <label>类型: </label>
3549
3780
 
3550
- <span class="param-type">Array.&lt;<a 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>
3786
+
3551
3787
 
3552
3788
 
3553
3789
  </div>
@@ -3777,7 +4013,12 @@ multiPolygon.removePolygon(0)</code></pre>
3777
4013
  <div class='column is-5 has-text-left'>
3778
4014
  <label>类型: </label>
3779
4015
 
3780
- <span class="param-type">String</span>
4016
+ <span class="param-type">
4017
+
4018
+ String
4019
+
4020
+ </span>
4021
+
3781
4022
 
3782
4023
 
3783
4024
  </div>
@@ -3837,7 +4078,7 @@ multiPolygon.removePolygon(0)</code></pre>
3837
4078
 
3838
4079
  <dt class="inherited-from">Inherited From:</dt>
3839
4080
  <dd class="inherited-from"><ul class="dummy"><li>
3840
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4081
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
3841
4082
  </li></ul></dd>
3842
4083
 
3843
4084
 
@@ -3898,7 +4139,12 @@ multiPolygon.removePolygon(0)</code></pre>
3898
4139
  <div class='column is-5 has-text-left'>
3899
4140
  <label>类型: </label>
3900
4141
 
3901
- <span class="param-type">String</span>
4142
+ <span class="param-type">
4143
+
4144
+ String
4145
+
4146
+ </span>
4147
+
3902
4148
 
3903
4149
 
3904
4150
  </div>