@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
@@ -79,13 +79,18 @@ 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>
93
+
89
94
 
90
95
 
91
96
 
@@ -105,13 +110,18 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
105
110
 
106
111
  <tr class="deep-level-1">
107
112
 
108
- <td class="name" id="coordinates"><code>coordinates</code></td>
113
+ <td class="name"><code>coordinates</code></td>
109
114
 
110
115
 
111
116
  <td class="type">
112
117
 
113
118
 
114
- <span class="param-type">Array</span>
119
+ <span class="param-type">
120
+
121
+ Array
122
+
123
+ </span>
124
+
115
125
 
116
126
 
117
127
 
@@ -135,13 +145,18 @@ import { Polygon } from &quot;@mapgis/webclient-common&quot; <br/>
135
145
 
136
146
  <tr class="deep-level-1">
137
147
 
138
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
148
+ <td class="name"><code>spatialReference</code></td>
139
149
 
140
150
 
141
151
  <td class="type">
142
152
 
143
153
 
144
- <span class="param-type"><a 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>
159
+
145
160
 
146
161
 
147
162
 
@@ -338,7 +353,7 @@ new Polygon({
338
353
 
339
354
 
340
355
  <ul>
341
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
356
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
342
357
  </ul>
343
358
 
344
359
 
@@ -370,11 +385,16 @@ new Polygon({
370
385
  <tbody>
371
386
 
372
387
  <tr class="deep-level-0">
373
- <td class="name"><code><a href="Polygon.html#centroid">centroid</a></code></td>
388
+ <td class="name"><code><a href="#centroid">centroid</a></code></td>
374
389
  <td class="name">
375
390
  <code>
376
391
 
377
- <span class="param-type"><a 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>
397
+
378
398
 
379
399
 
380
400
  </code>
@@ -383,11 +403,16 @@ new Polygon({
383
403
  </tr>
384
404
 
385
405
  <tr class="deep-level-0">
386
- <td class="name"><code><a href="Polygon.html#coordinates">coordinates</a></code></td>
406
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
387
407
  <td class="name">
388
408
  <code>
389
409
 
390
- <span class="param-type">Array</span>
410
+ <span class="param-type">
411
+
412
+ Array
413
+
414
+ </span>
415
+
391
416
 
392
417
 
393
418
  </code>
@@ -396,11 +421,16 @@ new Polygon({
396
421
  </tr>
397
422
 
398
423
  <tr class="deep-level-0">
399
- <td class="name"><code><a href="Polygon.html#extent">extent</a></code></td>
424
+ <td class="name"><code><a href="#extent">extent</a></code></td>
400
425
  <td class="name">
401
426
  <code>
402
427
 
403
- <span class="param-type">Number</span>
428
+ <span class="param-type">
429
+
430
+ Number
431
+
432
+ </span>
433
+
404
434
 
405
435
 
406
436
  </code>
@@ -409,11 +439,16 @@ new Polygon({
409
439
  </tr>
410
440
 
411
441
  <tr class="deep-level-0">
412
- <td class="name"><code><a href="Polygon.html#hasZ">hasZ</a></code></td>
442
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
413
443
  <td class="name">
414
444
  <code>
415
445
 
416
- <span class="param-type">Boolean</span>
446
+ <span class="param-type">
447
+
448
+ Boolean
449
+
450
+ </span>
451
+
417
452
 
418
453
 
419
454
  </code>
@@ -422,11 +457,16 @@ new Polygon({
422
457
  </tr>
423
458
 
424
459
  <tr class="deep-level-0">
425
- <td class="name"><code><a href="Polygon.html#isSelfIntersecting">isSelfIntersecting</a></code></td>
460
+ <td class="name"><code><a href="#isSelfIntersecting">isSelfIntersecting</a></code></td>
426
461
  <td class="name">
427
462
  <code>
428
463
 
429
- <span class="param-type">Boolean</span>
464
+ <span class="param-type">
465
+
466
+ Boolean
467
+
468
+ </span>
469
+
430
470
 
431
471
 
432
472
  </code>
@@ -435,11 +475,16 @@ new Polygon({
435
475
  </tr>
436
476
 
437
477
  <tr class="deep-level-0">
438
- <td class="name"><code><a href="Polygon.html#spatialReference">spatialReference</a></code></td>
478
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
439
479
  <td class="name">
440
480
  <code>
441
481
 
442
- <span class="param-type"><a 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>
487
+
443
488
 
444
489
 
445
490
  </code>
@@ -458,7 +503,12 @@ new Polygon({
458
503
  <span class="method-parameter is-pulled-right">
459
504
  <label>类型:</label>
460
505
 
461
- <span class="param-type"><a 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>
511
+
462
512
 
463
513
 
464
514
  </span>
@@ -528,7 +578,12 @@ new Polygon({
528
578
  <span class="method-parameter is-pulled-right">
529
579
  <label>类型:</label>
530
580
 
531
- <span class="param-type">Array</span>
581
+ <span class="param-type">
582
+
583
+ Array
584
+
585
+ </span>
586
+
532
587
 
533
588
 
534
589
  </span>
@@ -598,7 +653,12 @@ new Polygon({
598
653
  <span class="method-parameter is-pulled-right">
599
654
  <label>类型:</label>
600
655
 
601
- <span class="param-type">Number</span>
656
+ <span class="param-type">
657
+
658
+ Number
659
+
660
+ </span>
661
+
602
662
 
603
663
 
604
664
  </span>
@@ -673,7 +733,12 @@ new Polygon({
673
733
  <span class="method-parameter is-pulled-right">
674
734
  <label>类型:</label>
675
735
 
676
- <span class="param-type">Boolean</span>
736
+ <span class="param-type">
737
+
738
+ Boolean
739
+
740
+ </span>
741
+
677
742
 
678
743
 
679
744
  </span>
@@ -752,7 +817,12 @@ new Polygon({
752
817
  <span class="method-parameter is-pulled-right">
753
818
  <label>类型:</label>
754
819
 
755
- <span class="param-type">Boolean</span>
820
+ <span class="param-type">
821
+
822
+ Boolean
823
+
824
+ </span>
825
+
756
826
 
757
827
 
758
828
  </span>
@@ -827,7 +897,12 @@ new Polygon({
827
897
  <span class="method-parameter is-pulled-right">
828
898
  <label>类型:</label>
829
899
 
830
- <span class="param-type"><a 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>
905
+
831
906
 
832
907
 
833
908
  </span>
@@ -861,7 +936,7 @@ new Polygon({
861
936
 
862
937
  <dt class="inherited-from">Inherited From:</dt>
863
938
  <dd class="inherited-from"><ul class="dummy"><li>
864
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
939
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
865
940
  </li></ul></dd>
866
941
 
867
942
 
@@ -918,12 +993,17 @@ new Polygon({
918
993
  <tbody>
919
994
 
920
995
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="Polygon.html#fromExtent">fromExtent</a></code></td>
996
+ <td class="name"><code><a href="#fromExtent">fromExtent</a></code></td>
922
997
  <td class="name">
923
998
  <code>
924
999
 
925
1000
 
926
- <span class="param-type"><a 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>
1006
+
927
1007
 
928
1008
 
929
1009
 
@@ -933,7 +1013,7 @@ new Polygon({
933
1013
  </tr>
934
1014
 
935
1015
  <tr class="deep-level-0">
936
- <td class="name"><code><a href="Polygon.html#fromJSON">fromJSON</a></code></td>
1016
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
937
1017
  <td class="name">
938
1018
  <code>
939
1019
 
@@ -943,12 +1023,17 @@ new Polygon({
943
1023
  </tr>
944
1024
 
945
1025
  <tr class="deep-level-0">
946
- <td class="name"><code><a href="Polygon.html#addRing">addRing</a></code></td>
1026
+ <td class="name"><code><a href="#addRing">addRing</a></code></td>
947
1027
  <td class="name">
948
1028
  <code>
949
1029
 
950
1030
 
951
- <span class="param-type"><a 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>
1036
+
952
1037
 
953
1038
 
954
1039
 
@@ -958,12 +1043,17 @@ new Polygon({
958
1043
  </tr>
959
1044
 
960
1045
  <tr class="deep-level-0">
961
- <td class="name"><code><a href="Polygon.html#clone">clone</a></code></td>
1046
+ <td class="name"><code><a href="#clone">clone</a></code></td>
962
1047
  <td class="name">
963
1048
  <code>
964
1049
 
965
1050
 
966
- <span class="param-type"><a 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>
1056
+
967
1057
 
968
1058
 
969
1059
 
@@ -973,12 +1063,17 @@ new Polygon({
973
1063
  </tr>
974
1064
 
975
1065
  <tr class="deep-level-0">
976
- <td class="name"><code><a href="Polygon.html#contains">contains</a></code></td>
1066
+ <td class="name"><code><a href="#contains">contains</a></code></td>
977
1067
  <td class="name">
978
1068
  <code>
979
1069
 
980
1070
 
981
- <span class="param-type">Boolean</span>
1071
+ <span class="param-type">
1072
+
1073
+ Boolean
1074
+
1075
+ </span>
1076
+
982
1077
 
983
1078
 
984
1079
 
@@ -988,7 +1083,7 @@ new Polygon({
988
1083
  </tr>
989
1084
 
990
1085
  <tr class="deep-level-0">
991
- <td class="name"><code><a href="Polygon.html#fromGeoJSON">fromGeoJSON</a></code></td>
1086
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
992
1087
  <td class="name">
993
1088
  <code>
994
1089
 
@@ -998,12 +1093,17 @@ new Polygon({
998
1093
  </tr>
999
1094
 
1000
1095
  <tr class="deep-level-0">
1001
- <td class="name"><code><a href="Polygon.html#getGeometryType">getGeometryType</a></code></td>
1096
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1002
1097
  <td class="name">
1003
1098
  <code>
1004
1099
 
1005
1100
 
1006
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
1106
+
1007
1107
 
1008
1108
 
1009
1109
 
@@ -1013,7 +1113,7 @@ new Polygon({
1013
1113
  </tr>
1014
1114
 
1015
1115
  <tr class="deep-level-0">
1016
- <td class="name"><code><a href="Polygon.html#getIGSType">getIGSType</a></code></td>
1116
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1017
1117
  <td class="name">
1018
1118
  <code>
1019
1119
 
@@ -1021,19 +1121,28 @@ new Polygon({
1021
1121
 
1022
1122
  </code>
1023
1123
  </td>
1024
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
1124
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
1025
1125
  </tr>
1026
1126
 
1027
1127
  <tr class="deep-level-0">
1028
- <td class="name"><code><a href="Polygon.html#getPoint">getPoint</a></code></td>
1128
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
1029
1129
  <td class="name">
1030
1130
  <code>
1031
1131
 
1032
1132
 
1033
- <span class="param-type"><a 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>
1034
1138
  |
1035
1139
 
1036
- <span class="param-type">null</span>
1140
+ <span class="param-type">
1141
+
1142
+ null
1143
+
1144
+ </span>
1145
+
1037
1146
 
1038
1147
 
1039
1148
 
@@ -1043,12 +1152,17 @@ new Polygon({
1043
1152
  </tr>
1044
1153
 
1045
1154
  <tr class="deep-level-0">
1046
- <td class="name"><code><a href="Polygon.html#getType">getType</a></code></td>
1155
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1047
1156
  <td class="name">
1048
1157
  <code>
1049
1158
 
1050
1159
 
1051
- <span class="param-type">String</span>
1160
+ <span class="param-type">
1161
+
1162
+ String
1163
+
1164
+ </span>
1165
+
1052
1166
 
1053
1167
 
1054
1168
 
@@ -1058,15 +1172,24 @@ new Polygon({
1058
1172
  </tr>
1059
1173
 
1060
1174
  <tr class="deep-level-0">
1061
- <td class="name"><code><a href="Polygon.html#insertPoint">insertPoint</a></code></td>
1175
+ <td class="name"><code><a href="#insertPoint">insertPoint</a></code></td>
1062
1176
  <td class="name">
1063
1177
  <code>
1064
1178
 
1065
1179
 
1066
- <span class="param-type"><a 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>
1067
1185
  |
1068
1186
 
1069
- <span class="param-type">null</span>
1187
+ <span class="param-type">
1188
+
1189
+ null
1190
+
1191
+ </span>
1192
+
1070
1193
 
1071
1194
 
1072
1195
 
@@ -1076,12 +1199,17 @@ new Polygon({
1076
1199
  </tr>
1077
1200
 
1078
1201
  <tr class="deep-level-0">
1079
- <td class="name"><code><a href="Polygon.html#isClockwise">isClockwise</a></code></td>
1202
+ <td class="name"><code><a href="#isClockwise">isClockwise</a></code></td>
1080
1203
  <td class="name">
1081
1204
  <code>
1082
1205
 
1083
1206
 
1084
- <span class="param-type">Boolean</span>
1207
+ <span class="param-type">
1208
+
1209
+ Boolean
1210
+
1211
+ </span>
1212
+
1085
1213
 
1086
1214
 
1087
1215
 
@@ -1091,12 +1219,17 @@ new Polygon({
1091
1219
  </tr>
1092
1220
 
1093
1221
  <tr class="deep-level-0">
1094
- <td class="name"><code><a href="Polygon.html#off">off</a></code></td>
1222
+ <td class="name"><code><a href="#off">off</a></code></td>
1095
1223
  <td class="name">
1096
1224
  <code>
1097
1225
 
1098
1226
 
1099
- <span class="param-type">Object</span>
1227
+ <span class="param-type">
1228
+
1229
+ Object
1230
+
1231
+ </span>
1232
+
1100
1233
 
1101
1234
 
1102
1235
 
@@ -1104,21 +1237,21 @@ new Polygon({
1104
1237
  </td>
1105
1238
  <td class="name"><code><p>移除事件<br/>
1106
1239
  示例如下:<br/>
1107
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
1108
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
1109
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
1110
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
1111
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
1112
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1240
+ </code></td>
1113
1241
  </tr>
1114
1242
 
1115
1243
  <tr class="deep-level-0">
1116
- <td class="name"><code><a href="Polygon.html#on">on</a></code></td>
1244
+ <td class="name"><code><a href="#on">on</a></code></td>
1117
1245
  <td class="name">
1118
1246
  <code>
1119
1247
 
1120
1248
 
1121
- <span class="param-type">Object</span>
1249
+ <span class="param-type">
1250
+
1251
+ Object
1252
+
1253
+ </span>
1254
+
1122
1255
 
1123
1256
 
1124
1257
 
@@ -1126,23 +1259,28 @@ new Polygon({
1126
1259
  </td>
1127
1260
  <td class="name"><code><p>注册一个新的监听事件;<br/>
1128
1261
  示例如下:<br/>
1129
- <a href='#event1'>[1、注册一个事件]</a><br/>
1130
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
1131
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
1132
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
1133
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1262
+ </code></td>
1134
1263
  </tr>
1135
1264
 
1136
1265
  <tr class="deep-level-0">
1137
- <td class="name"><code><a href="Polygon.html#removePoint">removePoint</a></code></td>
1266
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
1138
1267
  <td class="name">
1139
1268
  <code>
1140
1269
 
1141
1270
 
1142
- <span class="param-type"><a 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>
1143
1276
  |
1144
1277
 
1145
- <span class="param-type">null</span>
1278
+ <span class="param-type">
1279
+
1280
+ null
1281
+
1282
+ </span>
1283
+
1146
1284
 
1147
1285
 
1148
1286
 
@@ -1152,12 +1290,17 @@ new Polygon({
1152
1290
  </tr>
1153
1291
 
1154
1292
  <tr class="deep-level-0">
1155
- <td class="name"><code><a href="Polygon.html#removeRing">removeRing</a></code></td>
1293
+ <td class="name"><code><a href="#removeRing">removeRing</a></code></td>
1156
1294
  <td class="name">
1157
1295
  <code>
1158
1296
 
1159
1297
 
1160
- <span class="param-type">Array</span>
1298
+ <span class="param-type">
1299
+
1300
+ Array
1301
+
1302
+ </span>
1303
+
1161
1304
 
1162
1305
 
1163
1306
 
@@ -1167,12 +1310,17 @@ new Polygon({
1167
1310
  </tr>
1168
1311
 
1169
1312
  <tr class="deep-level-0">
1170
- <td class="name"><code><a href="Polygon.html#setPoint">setPoint</a></code></td>
1313
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
1171
1314
  <td class="name">
1172
1315
  <code>
1173
1316
 
1174
1317
 
1175
- <span class="param-type"><a 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>
1323
+
1176
1324
 
1177
1325
 
1178
1326
 
@@ -1182,7 +1330,7 @@ new Polygon({
1182
1330
  </tr>
1183
1331
 
1184
1332
  <tr class="deep-level-0">
1185
- <td class="name"><code><a href="Polygon.html#toDots">toDots</a></code></td>
1333
+ <td class="name"><code><a href="#toDots">toDots</a></code></td>
1186
1334
  <td class="name">
1187
1335
  <code>
1188
1336
 
@@ -1190,16 +1338,21 @@ new Polygon({
1190
1338
 
1191
1339
  </code>
1192
1340
  </td>
1193
- <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈<a id='toDots'></a></p></code></td>
1341
+ <td class="name"><code><p>返回Dots对象,仅包括多边形的外圈</code></td>
1194
1342
  </tr>
1195
1343
 
1196
1344
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="Polygon.html#toGeoJSON">toGeoJSON</a></code></td>
1345
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1198
1346
  <td class="name">
1199
1347
  <code>
1200
1348
 
1201
1349
 
1202
- <span class="param-type">Object</span>
1350
+ <span class="param-type">
1351
+
1352
+ Object
1353
+
1354
+ </span>
1355
+
1203
1356
 
1204
1357
 
1205
1358
 
@@ -1209,23 +1362,27 @@ new Polygon({
1209
1362
  </tr>
1210
1363
 
1211
1364
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="Polygon.html#toJSON">toJSON</a></code></td>
1365
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1213
1366
  <td class="name">
1214
1367
  <code>
1215
1368
 
1216
1369
 
1217
- <span class="param-type">Object</span>
1370
+ <span class="param-type">
1371
+
1372
+ Object
1373
+
1374
+ </span>
1375
+
1218
1376
 
1219
1377
 
1220
1378
 
1221
1379
  </code>
1222
1380
  </td>
1223
- <td class="name"><code><p><a id='toJSON'></a>
1224
- 导出为json对象</p></code></td>
1381
+ <td class="name"><code><p></code></td>
1225
1382
  </tr>
1226
1383
 
1227
1384
  <tr class="deep-level-0">
1228
- <td class="name"><code><a href="Polygon.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1385
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1229
1386
  <td class="name">
1230
1387
  <code>
1231
1388
 
@@ -1233,11 +1390,11 @@ new Polygon({
1233
1390
 
1234
1391
  </code>
1235
1392
  </td>
1236
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1393
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1237
1394
  </tr>
1238
1395
 
1239
1396
  <tr class="deep-level-0">
1240
- <td class="name"><code><a href="Polygon.html#toString">toString</a></code></td>
1397
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1241
1398
  <td class="name">
1242
1399
  <code>
1243
1400
 
@@ -1245,32 +1402,41 @@ new Polygon({
1245
1402
 
1246
1403
  </code>
1247
1404
  </td>
1248
- <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>
1249
- 多边形内每个的多边形由|号分割</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>
1250
1406
  </tr>
1251
1407
 
1252
1408
  <tr class="deep-level-0">
1253
- <td class="name"><code><a href="Polygon.html#toXMl">toXMl</a></code></td>
1409
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1254
1410
  <td class="name">
1255
1411
  <code>
1256
1412
 
1257
1413
 
1258
- <span class="param-type">String</span>
1414
+ <span class="param-type">
1415
+
1416
+ String
1417
+
1418
+ </span>
1419
+
1259
1420
 
1260
1421
 
1261
1422
 
1262
1423
  </code>
1263
1424
  </td>
1264
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1425
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1265
1426
  </tr>
1266
1427
 
1267
1428
  <tr class="deep-level-0">
1268
- <td class="name"><code><a href="Polygon.html#toXML">toXML</a></code></td>
1429
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1269
1430
  <td class="name">
1270
1431
  <code>
1271
1432
 
1272
1433
 
1273
- <span class="param-type">String</span>
1434
+ <span class="param-type">
1435
+
1436
+ String
1437
+
1438
+ </span>
1439
+
1274
1440
 
1275
1441
 
1276
1442
 
@@ -1341,13 +1507,18 @@ new Polygon({
1341
1507
 
1342
1508
  <tr class="deep-level-0">
1343
1509
 
1344
- <td class="name" id="extent"><code>extent</code></td>
1510
+ <td class="name"><code>extent</code></td>
1345
1511
 
1346
1512
 
1347
1513
  <td class="type">
1348
1514
 
1349
1515
 
1350
- <span class="param-type"><a 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>
1521
+
1351
1522
 
1352
1523
 
1353
1524
 
@@ -1435,7 +1606,12 @@ new Polygon({
1435
1606
  <div class='column is-5 has-text-left'>
1436
1607
  <label>类型: </label>
1437
1608
 
1438
- <span class="param-type"><a 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>
1614
+
1439
1615
 
1440
1616
 
1441
1617
  </div>
@@ -1529,13 +1705,18 @@ const polygon = Polygon.fromExtent(extent)</code></pre>
1529
1705
 
1530
1706
  <tr class="deep-level-0">
1531
1707
 
1532
- <td class="name" id="json"><code>json</code></td>
1708
+ <td class="name"><code>json</code></td>
1533
1709
 
1534
1710
 
1535
1711
  <td class="type">
1536
1712
 
1537
1713
 
1538
- <span class="param-type">Object</span>
1714
+ <span class="param-type">
1715
+
1716
+ Object
1717
+
1718
+ </span>
1719
+
1539
1720
 
1540
1721
 
1541
1722
 
@@ -1694,13 +1875,18 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1694
1875
 
1695
1876
  <tr class="deep-level-0">
1696
1877
 
1697
- <td class="name" id="points"><code>points</code></td>
1878
+ <td class="name"><code>points</code></td>
1698
1879
 
1699
1880
 
1700
1881
  <td class="type">
1701
1882
 
1702
1883
 
1703
- <span class="param-type">Array.&lt;<a 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>
1889
+
1704
1890
 
1705
1891
 
1706
1892
 
@@ -1788,7 +1974,12 @@ const polygon = new Polygon.fromJSON(json)</code></pre>
1788
1974
  <div class='column is-5 has-text-left'>
1789
1975
  <label>类型: </label>
1790
1976
 
1791
- <span class="param-type"><a 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>
1982
+
1792
1983
 
1793
1984
 
1794
1985
  </div>
@@ -1951,7 +2142,12 @@ polygon.addRing(ring)</code></pre>
1951
2142
  <div class='column is-5 has-text-left'>
1952
2143
  <label>类型: </label>
1953
2144
 
1954
- <span class="param-type"><a 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>
2150
+
1955
2151
 
1956
2152
 
1957
2153
  </div>
@@ -2022,13 +2218,18 @@ polygon.addRing(ring)</code></pre>
2022
2218
 
2023
2219
  <tr class="deep-level-0">
2024
2220
 
2025
- <td class="name" id="point"><code>point</code></td>
2221
+ <td class="name"><code>point</code></td>
2026
2222
 
2027
2223
 
2028
2224
  <td class="type">
2029
2225
 
2030
2226
 
2031
- <span class="param-type"><a 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>
2232
+
2032
2233
 
2033
2234
 
2034
2235
 
@@ -2116,7 +2317,12 @@ polygon.addRing(ring)</code></pre>
2116
2317
  <div class='column is-5 has-text-left'>
2117
2318
  <label>类型: </label>
2118
2319
 
2119
- <span class="param-type">Boolean</span>
2320
+ <span class="param-type">
2321
+
2322
+ Boolean
2323
+
2324
+ </span>
2325
+
2120
2326
 
2121
2327
 
2122
2328
  </div>
@@ -2215,13 +2421,18 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2215
2421
 
2216
2422
  <tr class="deep-level-0">
2217
2423
 
2218
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2424
+ <td class="name"><code>GeoJSON</code></td>
2219
2425
 
2220
2426
 
2221
2427
  <td class="type">
2222
2428
 
2223
2429
 
2224
- <span class="param-type">Object</span>
2430
+ <span class="param-type">
2431
+
2432
+ Object
2433
+
2434
+ </span>
2435
+
2225
2436
 
2226
2437
 
2227
2438
 
@@ -2253,7 +2464,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2253
2464
 
2254
2465
  <dt class="inherited-from">Inherited From:</dt>
2255
2466
  <dd class="inherited-from"><ul class="dummy"><li>
2256
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2467
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2257
2468
  </li></ul></dd>
2258
2469
 
2259
2470
 
@@ -2349,7 +2560,7 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2349
2560
 
2350
2561
  <dt class="inherited-from">Inherited From:</dt>
2351
2562
  <dd class="inherited-from"><ul class="dummy"><li>
2352
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2563
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2353
2564
  </li></ul></dd>
2354
2565
 
2355
2566
 
@@ -2410,7 +2621,12 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2410
2621
  <div class='column is-5 has-text-left'>
2411
2622
  <label>类型: </label>
2412
2623
 
2413
- <span class="param-type">String</span>
2624
+ <span class="param-type">
2625
+
2626
+ String
2627
+
2628
+ </span>
2629
+
2414
2630
 
2415
2631
 
2416
2632
  </div>
@@ -2594,13 +2810,18 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2594
2810
 
2595
2811
  <tr class="deep-level-0">
2596
2812
 
2597
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
2813
+ <td class="name"><code>ringIndex</code></td>
2598
2814
 
2599
2815
 
2600
2816
  <td class="type">
2601
2817
 
2602
2818
 
2603
- <span class="param-type">Number</span>
2819
+ <span class="param-type">
2820
+
2821
+ Number
2822
+
2823
+ </span>
2824
+
2604
2825
 
2605
2826
 
2606
2827
 
@@ -2618,13 +2839,18 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2618
2839
 
2619
2840
  <tr class="deep-level-0">
2620
2841
 
2621
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2842
+ <td class="name"><code>pointIndex</code></td>
2622
2843
 
2623
2844
 
2624
2845
  <td class="type">
2625
2846
 
2626
2847
 
2627
- <span class="param-type">Number</span>
2848
+ <span class="param-type">
2849
+
2850
+ Number
2851
+
2852
+ </span>
2853
+
2628
2854
 
2629
2855
 
2630
2856
 
@@ -2712,10 +2938,19 @@ const isOnPolygon = polygon.contains(point)</code></pre>
2712
2938
  <div class='column is-5 has-text-left'>
2713
2939
  <label>类型: </label>
2714
2940
 
2715
- <span class="param-type"><a 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>
2716
2946
  |
2717
2947
 
2718
- <span class="param-type">null</span>
2948
+ <span class="param-type">
2949
+
2950
+ null
2951
+
2952
+ </span>
2953
+
2719
2954
 
2720
2955
 
2721
2956
  </div>
@@ -2800,7 +3035,7 @@ const point = polygon.getPoint(0, 1)</code></pre>
2800
3035
 
2801
3036
  <dt class="inherited-from">Inherited From:</dt>
2802
3037
  <dd class="inherited-from"><ul class="dummy"><li>
2803
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
3038
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2804
3039
  </li></ul></dd>
2805
3040
 
2806
3041
 
@@ -2861,7 +3096,12 @@ const point = polygon.getPoint(0, 1)</code></pre>
2861
3096
  <div class='column is-5 has-text-left'>
2862
3097
  <label>类型: </label>
2863
3098
 
2864
- <span class="param-type">String</span>
3099
+ <span class="param-type">
3100
+
3101
+ String
3102
+
3103
+ </span>
3104
+
2865
3105
 
2866
3106
 
2867
3107
  </div>
@@ -2932,13 +3172,18 @@ const point = polygon.getPoint(0, 1)</code></pre>
2932
3172
 
2933
3173
  <tr class="deep-level-0">
2934
3174
 
2935
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
3175
+ <td class="name"><code>ringIndex</code></td>
2936
3176
 
2937
3177
 
2938
3178
  <td class="type">
2939
3179
 
2940
3180
 
2941
- <span class="param-type">Number</span>
3181
+ <span class="param-type">
3182
+
3183
+ Number
3184
+
3185
+ </span>
3186
+
2942
3187
 
2943
3188
 
2944
3189
 
@@ -2956,13 +3201,18 @@ const point = polygon.getPoint(0, 1)</code></pre>
2956
3201
 
2957
3202
  <tr class="deep-level-0">
2958
3203
 
2959
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3204
+ <td class="name"><code>pointIndex</code></td>
2960
3205
 
2961
3206
 
2962
3207
  <td class="type">
2963
3208
 
2964
3209
 
2965
- <span class="param-type">Number</span>
3210
+ <span class="param-type">
3211
+
3212
+ Number
3213
+
3214
+ </span>
3215
+
2966
3216
 
2967
3217
 
2968
3218
 
@@ -2980,13 +3230,18 @@ const point = polygon.getPoint(0, 1)</code></pre>
2980
3230
 
2981
3231
  <tr class="deep-level-0">
2982
3232
 
2983
- <td class="name" id="point"><code>point</code></td>
3233
+ <td class="name"><code>point</code></td>
2984
3234
 
2985
3235
 
2986
3236
  <td class="type">
2987
3237
 
2988
3238
 
2989
- <span class="param-type"><a 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>
3244
+
2990
3245
 
2991
3246
 
2992
3247
 
@@ -3074,10 +3329,19 @@ const point = polygon.getPoint(0, 1)</code></pre>
3074
3329
  <div class='column is-5 has-text-left'>
3075
3330
  <label>类型: </label>
3076
3331
 
3077
- <span class="param-type"><a 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>
3078
3337
  |
3079
3338
 
3080
- <span class="param-type">null</span>
3339
+ <span class="param-type">
3340
+
3341
+ null
3342
+
3343
+ </span>
3344
+
3081
3345
 
3082
3346
 
3083
3347
  </div>
@@ -3176,16 +3440,25 @@ polygon.insertPoint(0, 3, point)</code></pre>
3176
3440
 
3177
3441
  <tr class="deep-level-0">
3178
3442
 
3179
- <td class="name" id="ring"><code>ring</code></td>
3443
+ <td class="name"><code>ring</code></td>
3180
3444
 
3181
3445
 
3182
3446
  <td class="type">
3183
3447
 
3184
3448
 
3185
- <span class="param-type">Array</span>
3449
+ <span class="param-type">
3450
+
3451
+ Array
3452
+
3453
+ </span>
3186
3454
  |
3187
3455
 
3188
- <span class="param-type">Array.&lt;<a 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>
3461
+
3189
3462
 
3190
3463
 
3191
3464
 
@@ -3273,7 +3546,12 @@ polygon.insertPoint(0, 3, point)</code></pre>
3273
3546
  <div class='column is-5 has-text-left'>
3274
3547
  <label>类型: </label>
3275
3548
 
3276
- <span class="param-type">Boolean</span>
3549
+ <span class="param-type">
3550
+
3551
+ Boolean
3552
+
3553
+ </span>
3554
+
3277
3555
 
3278
3556
 
3279
3557
  </div>
@@ -3351,13 +3629,18 @@ polygon.insertPoint(0, 3, point)</code></pre>
3351
3629
 
3352
3630
  <tr class="deep-level-0">
3353
3631
 
3354
- <td class="name" id="types"><code>types</code></td>
3632
+ <td class="name"><code>types</code></td>
3355
3633
 
3356
3634
 
3357
3635
  <td class="type">
3358
3636
 
3359
3637
 
3360
- <span class="param-type">string</span>
3638
+ <span class="param-type">
3639
+
3640
+ string
3641
+
3642
+ </span>
3643
+
3361
3644
 
3362
3645
 
3363
3646
 
@@ -3377,13 +3660,18 @@ polygon.insertPoint(0, 3, point)</code></pre>
3377
3660
 
3378
3661
  <tr class="deep-level-0">
3379
3662
 
3380
- <td class="name" id="fn"><code>fn</code></td>
3663
+ <td class="name"><code>fn</code></td>
3381
3664
 
3382
3665
 
3383
3666
  <td class="type">
3384
3667
 
3385
3668
 
3386
- <span class="param-type">function</span>
3669
+ <span class="param-type">
3670
+
3671
+ function
3672
+
3673
+ </span>
3674
+
3387
3675
 
3388
3676
 
3389
3677
 
@@ -3401,13 +3689,18 @@ polygon.insertPoint(0, 3, point)</code></pre>
3401
3689
 
3402
3690
  <tr class="deep-level-0">
3403
3691
 
3404
- <td class="name" id="context"><code>context</code></td>
3692
+ <td class="name"><code>context</code></td>
3405
3693
 
3406
3694
 
3407
3695
  <td class="type">
3408
3696
 
3409
3697
 
3410
- <span class="param-type">Object</span>
3698
+ <span class="param-type">
3699
+
3700
+ Object
3701
+
3702
+ </span>
3703
+
3411
3704
 
3412
3705
 
3413
3706
 
@@ -3439,7 +3732,7 @@ polygon.insertPoint(0, 3, point)</code></pre>
3439
3732
 
3440
3733
  <dt class="inherited-from">Inherited From:</dt>
3441
3734
  <dd class="inherited-from"><ul class="dummy"><li>
3442
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3735
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3443
3736
  </li></ul></dd>
3444
3737
 
3445
3738
 
@@ -3500,7 +3793,12 @@ polygon.insertPoint(0, 3, point)</code></pre>
3500
3793
  <div class='column is-5 has-text-left'>
3501
3794
  <label>类型: </label>
3502
3795
 
3503
- <span class="param-type">Object</span>
3796
+ <span class="param-type">
3797
+
3798
+ Object
3799
+
3800
+ </span>
3801
+
3504
3802
 
3505
3803
 
3506
3804
  </div>
@@ -3667,16 +3965,25 @@ view.off({
3667
3965
 
3668
3966
  <tr class="deep-level-0">
3669
3967
 
3670
- <td class="name" id="types"><code>types</code></td>
3968
+ <td class="name"><code>types</code></td>
3671
3969
 
3672
3970
 
3673
3971
  <td class="type">
3674
3972
 
3675
3973
 
3676
- <span class="param-type">String</span>
3974
+ <span class="param-type">
3975
+
3976
+ String
3977
+
3978
+ </span>
3677
3979
  |
3678
3980
 
3679
- <span class="param-type">Object</span>
3981
+ <span class="param-type">
3982
+
3983
+ Object
3984
+
3985
+ </span>
3986
+
3680
3987
 
3681
3988
 
3682
3989
 
@@ -3702,13 +4009,18 @@ view.off({
3702
4009
 
3703
4010
  <tr class="deep-level-0">
3704
4011
 
3705
- <td class="name" id="fn"><code>fn</code></td>
4012
+ <td class="name"><code>fn</code></td>
3706
4013
 
3707
4014
 
3708
4015
  <td class="type">
3709
4016
 
3710
4017
 
3711
- <span class="param-type">function</span>
4018
+ <span class="param-type">
4019
+
4020
+ function
4021
+
4022
+ </span>
4023
+
3712
4024
 
3713
4025
 
3714
4026
 
@@ -3732,13 +4044,18 @@ view.off({
3732
4044
 
3733
4045
  <tr class="deep-level-0">
3734
4046
 
3735
- <td class="name" id="context"><code>context</code></td>
4047
+ <td class="name"><code>context</code></td>
3736
4048
 
3737
4049
 
3738
4050
  <td class="type">
3739
4051
 
3740
4052
 
3741
- <span class="param-type">Object</span>
4053
+ <span class="param-type">
4054
+
4055
+ Object
4056
+
4057
+ </span>
4058
+
3742
4059
 
3743
4060
 
3744
4061
 
@@ -3776,7 +4093,7 @@ view.off({
3776
4093
 
3777
4094
  <dt class="inherited-from">Inherited From:</dt>
3778
4095
  <dd class="inherited-from"><ul class="dummy"><li>
3779
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
4096
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3780
4097
  </li></ul></dd>
3781
4098
 
3782
4099
 
@@ -3837,7 +4154,12 @@ view.off({
3837
4154
  <div class='column is-5 has-text-left'>
3838
4155
  <label>类型: </label>
3839
4156
 
3840
- <span class="param-type">Object</span>
4157
+ <span class="param-type">
4158
+
4159
+ Object
4160
+
4161
+ </span>
4162
+
3841
4163
 
3842
4164
 
3843
4165
  </div>
@@ -3986,13 +4308,18 @@ view.on({
3986
4308
 
3987
4309
  <tr class="deep-level-0">
3988
4310
 
3989
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4311
+ <td class="name"><code>ringIndex</code></td>
3990
4312
 
3991
4313
 
3992
4314
  <td class="type">
3993
4315
 
3994
4316
 
3995
- <span class="param-type">Number</span>
4317
+ <span class="param-type">
4318
+
4319
+ Number
4320
+
4321
+ </span>
4322
+
3996
4323
 
3997
4324
 
3998
4325
 
@@ -4010,13 +4337,18 @@ view.on({
4010
4337
 
4011
4338
  <tr class="deep-level-0">
4012
4339
 
4013
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4340
+ <td class="name"><code>pointIndex</code></td>
4014
4341
 
4015
4342
 
4016
4343
  <td class="type">
4017
4344
 
4018
4345
 
4019
- <span class="param-type">Number</span>
4346
+ <span class="param-type">
4347
+
4348
+ Number
4349
+
4350
+ </span>
4351
+
4020
4352
 
4021
4353
 
4022
4354
 
@@ -4104,10 +4436,19 @@ view.on({
4104
4436
  <div class='column is-5 has-text-left'>
4105
4437
  <label>类型: </label>
4106
4438
 
4107
- <span class="param-type"><a 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>
4108
4444
  |
4109
4445
 
4110
- <span class="param-type">null</span>
4446
+ <span class="param-type">
4447
+
4448
+ null
4449
+
4450
+ </span>
4451
+
4111
4452
 
4112
4453
 
4113
4454
  </div>
@@ -4203,13 +4544,18 @@ polygon.removePoint(0, 1)</code></pre>
4203
4544
 
4204
4545
  <tr class="deep-level-0">
4205
4546
 
4206
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4547
+ <td class="name"><code>ringIndex</code></td>
4207
4548
 
4208
4549
 
4209
4550
  <td class="type">
4210
4551
 
4211
4552
 
4212
- <span class="param-type">Number</span>
4553
+ <span class="param-type">
4554
+
4555
+ Number
4556
+
4557
+ </span>
4558
+
4213
4559
 
4214
4560
 
4215
4561
 
@@ -4297,7 +4643,12 @@ polygon.removePoint(0, 1)</code></pre>
4297
4643
  <div class='column is-5 has-text-left'>
4298
4644
  <label>类型: </label>
4299
4645
 
4300
- <span class="param-type">Array</span>
4646
+ <span class="param-type">
4647
+
4648
+ Array
4649
+
4650
+ </span>
4651
+
4301
4652
 
4302
4653
 
4303
4654
  </div>
@@ -4393,13 +4744,18 @@ polygon.removeRing(1)</code></pre>
4393
4744
 
4394
4745
  <tr class="deep-level-0">
4395
4746
 
4396
- <td class="name" id="ringIndex"><code>ringIndex</code></td>
4747
+ <td class="name"><code>ringIndex</code></td>
4397
4748
 
4398
4749
 
4399
4750
  <td class="type">
4400
4751
 
4401
4752
 
4402
- <span class="param-type">Number</span>
4753
+ <span class="param-type">
4754
+
4755
+ Number
4756
+
4757
+ </span>
4758
+
4403
4759
 
4404
4760
 
4405
4761
 
@@ -4417,13 +4773,18 @@ polygon.removeRing(1)</code></pre>
4417
4773
 
4418
4774
  <tr class="deep-level-0">
4419
4775
 
4420
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4776
+ <td class="name"><code>pointIndex</code></td>
4421
4777
 
4422
4778
 
4423
4779
  <td class="type">
4424
4780
 
4425
4781
 
4426
- <span class="param-type">Number</span>
4782
+ <span class="param-type">
4783
+
4784
+ Number
4785
+
4786
+ </span>
4787
+
4427
4788
 
4428
4789
 
4429
4790
 
@@ -4441,16 +4802,25 @@ polygon.removeRing(1)</code></pre>
4441
4802
 
4442
4803
  <tr class="deep-level-0">
4443
4804
 
4444
- <td class="name" id="point"><code>point</code></td>
4805
+ <td class="name"><code>point</code></td>
4445
4806
 
4446
4807
 
4447
4808
  <td class="type">
4448
4809
 
4449
4810
 
4450
- <span class="param-type"><a 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>
4451
4816
  |
4452
4817
 
4453
- <span class="param-type">Number</span>
4818
+ <span class="param-type">
4819
+
4820
+ Number
4821
+
4822
+ </span>
4823
+
4454
4824
 
4455
4825
 
4456
4826
 
@@ -4538,7 +4908,12 @@ polygon.removeRing(1)</code></pre>
4538
4908
  <div class='column is-5 has-text-left'>
4539
4909
  <label>类型: </label>
4540
4910
 
4541
- <span class="param-type"><a 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>
4916
+
4542
4917
 
4543
4918
 
4544
4919
  </div>
@@ -4734,7 +5109,7 @@ polygon.setPoint(0, 3, point)</code></pre>
4734
5109
 
4735
5110
  <dt class="inherited-from">Inherited From:</dt>
4736
5111
  <dd class="inherited-from"><ul class="dummy"><li>
4737
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
5112
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4738
5113
  </li></ul></dd>
4739
5114
 
4740
5115
 
@@ -4795,7 +5170,12 @@ polygon.setPoint(0, 3, point)</code></pre>
4795
5170
  <div class='column is-5 has-text-left'>
4796
5171
  <label>类型: </label>
4797
5172
 
4798
- <span class="param-type">Object</span>
5173
+ <span class="param-type">
5174
+
5175
+ Object
5176
+
5177
+ </span>
5178
+
4799
5179
 
4800
5180
 
4801
5181
  </div>
@@ -4917,7 +5297,12 @@ polygon.setPoint(0, 3, point)</code></pre>
4917
5297
  <div class='column is-5 has-text-left'>
4918
5298
  <label>类型: </label>
4919
5299
 
4920
- <span class="param-type">Object</span>
5300
+ <span class="param-type">
5301
+
5302
+ Object
5303
+
5304
+ </span>
5305
+
4921
5306
 
4922
5307
 
4923
5308
  </div>
@@ -5255,7 +5640,12 @@ polygon.setPoint(0, 3, point)</code></pre>
5255
5640
  <div class='column is-5 has-text-left'>
5256
5641
  <label>类型: </label>
5257
5642
 
5258
- <span class="param-type">String</span>
5643
+ <span class="param-type">
5644
+
5645
+ String
5646
+
5647
+ </span>
5648
+
5259
5649
 
5260
5650
 
5261
5651
  </div>
@@ -5315,7 +5705,7 @@ polygon.setPoint(0, 3, point)</code></pre>
5315
5705
 
5316
5706
  <dt class="inherited-from">Inherited From:</dt>
5317
5707
  <dd class="inherited-from"><ul class="dummy"><li>
5318
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5708
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5319
5709
  </li></ul></dd>
5320
5710
 
5321
5711
 
@@ -5376,7 +5766,12 @@ polygon.setPoint(0, 3, point)</code></pre>
5376
5766
  <div class='column is-5 has-text-left'>
5377
5767
  <label>类型: </label>
5378
5768
 
5379
- <span class="param-type">String</span>
5769
+ <span class="param-type">
5770
+
5771
+ String
5772
+
5773
+ </span>
5774
+
5380
5775
 
5381
5776
 
5382
5777
  </div>