@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
@@ -174,607 +174,588 @@
174
174
  <tbody>
175
175
 
176
176
  <tr class="deep-level-0">
177
- <td class="name"><code><a href="GeometryEngine.html#buffer">buffer</a></code></td>
177
+ <td class="name"><code><a href="#buffer">buffer</a></code></td>
178
178
  <td class="name">
179
179
  <code>
180
180
 
181
181
 
182
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
185
+
186
+ </span>
183
187
  |
184
188
 
185
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
189
+ <span class="param-type">
190
+
191
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
192
+
193
+ </span>
194
+
186
195
 
187
196
 
188
197
 
189
198
  </code>
190
199
  </td>
191
- <td class="name"><code><p><a id='buffer'></a>
192
- 缓冲区分析;<br/>
193
- 支持点几何、多点几何、线几何、多线几何、区几何、多区几何、矩形几何、圆形几何或任意几何组成的几何数组;<br/>
194
- 忽略三维高度,当geometry为几何数组时,其子元素的坐标系必须相同;<br/>
195
- 如果distance是数字,则可以为正值或负值,是正值则向外扩张,是负值,则表示向内收缩;<br/>
196
- 如果distance是数字,且geometry为几何数组,则该数字会应用到所有geometry数组的子元素;<br/>
197
- 如果distance是数组且geometry是数组,当distance的长度小于geometry数组的长度时,会以distance的最后一个子元素扩充distance数组,使其长度和geometry数组的长度相同,之后将distance数组和geometry数组根据下标一一对应,执行缓冲区分析;<br/>
198
- 如果distance是数组,但geometry不是数组,则使distance数组的第一个子元素做为缓冲距离来执行缓冲区分析;<br/>
199
- 注意一个或多个几何执行缓冲区分析后,由于缓冲后几何扩大,可能导致一个或多个几何出现重合的情况;;<br/>
200
- 示例如下:<br/>
201
- <a href='#buffer1'>[1、区缓冲分析]</a><br/>
202
- <a href='#buffer2'>[2、多区缓冲分析]</a><br/>
203
- <a href='#buffer3'>[3、几何数组缓冲区分析]</a><br/>
204
- <a href='#buffer4'>[4、几何数组缓冲区分析 - 结果几何合并]</a><br/>
205
- <a href='#buffer5'>[5、区缓冲分析 - 自定义坐标系]</a><br/>
206
- <a href='#buffer6'>[6、点缓冲分析]</a><br/>
207
- <a href='#buffer7'>[7、线缓冲分析]</a><br/>
208
- <a href='#buffer8'>[8、矩形缓冲分析]</a><br/>
209
- <a href='#buffer9'>[9、圆形缓冲分析]</a><br/></p></code></td>
200
+ <td class="name"><code><p></code></td>
210
201
  </tr>
211
202
 
212
203
  <tr class="deep-level-0">
213
- <td class="name"><code><a href="GeometryEngine.html#contains">contains</a></code></td>
204
+ <td class="name"><code><a href="#contains">contains</a></code></td>
214
205
  <td class="name">
215
206
  <code>
216
207
 
217
208
 
218
- <span class="param-type">Boolean</span>
209
+ <span class="param-type">
210
+
211
+ Boolean
212
+
213
+ </span>
214
+
219
215
 
220
216
 
221
217
 
222
218
  </code>
223
219
  </td>
224
- <td class="name"><code><p><a id='contains'></a>
225
- 判断containerGeometry对象是否完全包含insideGeometry对象;<br/>
226
- 忽略三维高度;<br/>
227
- 支持自定义坐标系的几何对象,几何的坐标系必须相同;<br/>
228
- 包含标准如下:
229
- 点包含点的标准为:两个点几何坐标是否相等;<br/>
230
- 线包含线的标准为:一条线上的点都在另一条线上,或两条线的点坐标相同;<br/>
231
- 区包含线的标准为:线在区几何内,但线不全部在区几何边线上(包括内圈和外圈的边线);<br/>
232
- 区包含线的标准为:点在区几何内,不在边线上(包括内圈和外圈的边线);<br/>
233
- 区包含区的标准为:一个区在另一个区内(如果有带洞区域,则不能在带洞区域内,可以挨着边线),边线可以重合;<br/>
234
- 其他情况为上述标准的组合;<br/>
235
- 由于包含的情况太多,这里仅列举部分示例,示例如下:<br/>
236
- <a href='#intersects1'>[1、区包含点]</a><br/>
237
- <a href='#intersects2'>[2、多点包含点]</a><br/>
238
- <a href='#intersects3'>[3、区包含线]</a><br/>
239
- <a href='#intersects4'>[4、圆包含矩形]</a><br/>
240
- <a href='#intersects5'>[5、几何包含 - 自定义坐标系]</a><br/></p></code></td>
220
+ <td class="name"><code><p></code></td>
241
221
  </tr>
242
222
 
243
223
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="GeometryEngine.html#crosses">crosses</a></code></td>
224
+ <td class="name"><code><a href="#crosses">crosses</a></code></td>
245
225
  <td class="name">
246
226
  <code>
247
227
 
248
228
 
249
- <span class="param-type">Boolean</span>
229
+ <span class="param-type">
230
+
231
+ Boolean
232
+
233
+ </span>
234
+
250
235
 
251
236
 
252
237
 
253
238
  </code>
254
239
  </td>
255
- <td class="name"><code><p><a id='crosses'></a>
256
- 判断一个几何对象是否穿过另一个几何对象;<br/>
257
- 要穿过的几何类型为:线、多线,忽略三维高度;<br/>
258
- 被穿过的几何类型为:线、多线、矩形、圆、区以及多区,忽略三维高度,穿线和被穿过几何的坐标系必须相同;<br/>
259
- 要穿过的几何与被穿过的几何(geometry1和geometry2)可以调换输入,但其中一个geometry必须是LineString、MultiLineString中的一类;<br/>
260
- 当被穿过的几何类型为MultiLineString、MultiPolygon时,只要MultiLineString和MultiPolygon中有一个要素被穿过,就算穿过,返回true;<br/>
261
- 当要穿过的几何类型为MultiLineString时,只要MultiLineString中有一条线穿过geometry2(被穿过的几何体),就算穿过,返回true;<br/>
262
- 如果两条线出现重叠,此种情况不算穿过,返回false;&lt;br/
263
- 如果两条线出现“入”型、“L”型,此种情况不算穿过,返回false;<br/>
264
- 线与圆相切的情况不算穿过,返回false;<br/>
265
- 线和多边形的一条边重叠,算穿过,返回true;<br/>
266
- 当polygon有内圈时,只要穿过外圈就算穿过,返回true;<br/>
267
- 示例如下:<br/>
268
- <a href='#cross1'>[1、线穿过线]</a><br/>
269
- <a href='#cross2'>[2、线穿过多线]</a><br/>
270
- <a href='#cross3'>[3、线穿过区]</a><br/>
271
- <a href='#cross4'>[4、多线穿过区]</a><br/>
272
- <a href='#cross5'>[5、多线穿过多区]</a><br/></p></code></td>
240
+ <td class="name"><code><p></code></td>
273
241
  </tr>
274
242
 
275
243
  <tr class="deep-level-0">
276
- <td class="name"><code><a href="GeometryEngine.html#cut">cut</a></code></td>
244
+ <td class="name"><code><a href="#cut">cut</a></code></td>
277
245
  <td class="name">
278
246
  <code>
279
247
 
280
248
 
281
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
249
+ <span class="param-type">
250
+
251
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
252
+
253
+ </span>
254
+
282
255
 
283
256
 
284
257
 
285
258
  </code>
286
259
  </td>
287
- <td class="name"><code><p><a id='cut'></a>
288
- 使用一条线来切割几何,将其分割为多个几何对象;<br/>
289
- 被切割的几何类型为:线、多线、区以及多区,忽略三维高度,切线和被切割几何的坐标系必须相同;<br/>
290
- 此接口不会像arcgis的geometryEngine.cut方法那样,返回切割线左右两边的几何对象数组,而是把所有的被切割好的几何组成一个数组并返回;<br/>
291
- 如果切割线和被切割几何没有相交,则会返回一个空数组;<br/>
292
- 线切割线会返回被切割后的线几何数组;<br/>
293
- 线切割多线仅会返回被切割后的线几何数组,如果多线中的某一个线段不与切割线相交,则不会返回该线段几何;<br/>
294
- 线切割区会返回被切割后的区几何数组,如果切线仅仅是部分和区相交,但是没有穿过几何,会返回一个仅包含该区几何对像的数组;<br/>
295
- 线切割多区仅会返回被切割后的区几何数组,如果多区中的某一个区不与切割线相交,则不会返回该区几何;<br/>
296
- 示例如下:<br/>
297
- <a href='#cut1'>[1、线切割线]</a><br/>
298
- <a href='#cut2'>[2、线切割多线]</a><br/>
299
- <a href='#cut3'>[3、线切割区]</a><br/>
300
- <a href='#cut4'>[4、线切割多区]</a><br/>
301
- <a href='#cut5'>[5、几何切割 - 自定义坐标系]</a><br/></p></code></td>
260
+ <td class="name"><code><p></code></td>
302
261
  </tr>
303
262
 
304
263
  <tr class="deep-level-0">
305
- <td class="name"><code><a href="GeometryEngine.html#difference">difference</a></code></td>
264
+ <td class="name"><code><a href="#difference">difference</a></code></td>
306
265
  <td class="name">
307
266
  <code>
308
267
 
309
268
 
310
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
269
+ <span class="param-type">
270
+
271
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
272
+
273
+ </span>
311
274
  |
312
275
 
313
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
276
+ <span class="param-type">
277
+
278
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
279
+
280
+ </span>
281
+
314
282
 
315
283
 
316
284
 
317
285
  </code>
318
286
  </td>
319
- <td class="name"><code><p><a id='difference'></a>
320
- 几何求差,即返回inputGeometry几何对象减去subtractGeometry几何对象之后的部分;<br/>
321
- 支持区、多区、矩形和圆形之间进行相互求差;<br/>
322
- 支持自定义坐标系几何,忽略三维高度;<br/>
323
- 求差后可能返回一个区几何或一个多区几何或者一个空对象;<br/>
324
- 由于示例太多,仅列举部分示例,示例如下:<br/>
325
- <a href='#difference1'>[1、区和区求差]</a><br/>
326
- <a href='#difference2'>[2、区和多区求差]</a><br/>
327
- <a href='#difference3'>[3、多区和圆形求差]</a><br/>
328
- <a href='#difference4'>[4、矩形和圆求差]</a><br/></p></code></td>
287
+ <td class="name"><code><p></code></td>
329
288
  </tr>
330
289
 
331
290
  <tr class="deep-level-0">
332
- <td class="name"><code><a href="GeometryEngine.html#disjoint">disjoint</a></code></td>
291
+ <td class="name"><code><a href="#disjoint">disjoint</a></code></td>
333
292
  <td class="name">
334
293
  <code>
335
294
 
336
295
 
337
- <span class="param-type">Boolean</span>
296
+ <span class="param-type">
297
+
298
+ Boolean
299
+
300
+ </span>
301
+
338
302
 
339
303
 
340
304
 
341
305
  </code>
342
306
  </td>
343
- <td class="name"><code><p><a id='disjoint'></a>
344
- 判断两个几何是否相离,即完全不相交;<br/>
345
- 支持自定义坐标系几何对象,两个几何对象的坐标系要一致,忽略三维高度;<br/>
346
- 示例如下:<br/>
347
- <a href='#disjoint1'>[是否相离]</a><br/></p></code></td>
307
+ <td class="name"><code><p></code></td>
348
308
  </tr>
349
309
 
350
310
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="GeometryEngine.html#distance">distance</a></code></td>
311
+ <td class="name"><code><a href="#distance">distance</a></code></td>
352
312
  <td class="name">
353
313
  <code>
354
314
 
355
315
 
356
- <span class="param-type">Number</span>
316
+ <span class="param-type">
317
+
318
+ Number
319
+
320
+ </span>
321
+
357
322
 
358
323
 
359
324
 
360
325
  </code>
361
326
  </td>
362
- <td class="name"><code><p><a id='distance'></a>
363
- 计算两点之间的距离,坐标系取第一个图层的坐标系</p></code></td>
327
+ <td class="name"><code><p></code></td>
364
328
  </tr>
365
329
 
366
330
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="GeometryEngine.html#equals">equals</a></code></td>
331
+ <td class="name"><code><a href="#equals">equals</a></code></td>
368
332
  <td class="name">
369
333
  <code>
370
334
 
371
335
 
372
- <span class="param-type">Boolean</span>
336
+ <span class="param-type">
337
+
338
+ Boolean
339
+
340
+ </span>
341
+
373
342
 
374
343
 
375
344
 
376
345
  </code>
377
346
  </td>
378
- <td class="name"><code><p><a id='equals'></a>
379
- 判断两个几何是否相等;<br/>
380
- 使用如下判断标准:<br/>
381
- 1、类型是否相等;<br/>
382
- 2、坐标系是否相等;<br/>
383
- 3、两个几何的坐标点是否相等;<br/>
384
- 支持任意几何类型;<br/></p></code></td>
347
+ <td class="name"><code><p></code></td>
385
348
  </tr>
386
349
 
387
350
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="GeometryEngine.html#geodesicLength">geodesicLength</a></code></td>
351
+ <td class="name"><code><a href="#geodesicLength">geodesicLength</a></code></td>
389
352
  <td class="name">
390
353
  <code>
391
354
 
392
355
 
393
- <span class="param-type">Number</span>
356
+ <span class="param-type">
357
+
358
+ Number
359
+
360
+ </span>
361
+
394
362
 
395
363
 
396
364
 
397
365
  </code>
398
366
  </td>
399
- <td class="name"><code><p><a id='geodesicLength'></a>
400
- 计算地理几何长度;<br/></p></code></td>
367
+ <td class="name"><code><p></code></td>
401
368
  </tr>
402
369
 
403
370
  <tr class="deep-level-0">
404
- <td class="name"><code><a href="GeometryEngine.html#getAngleFromPoints">getAngleFromPoints</a></code></td>
371
+ <td class="name"><code><a href="#getAngleFromPoints">getAngleFromPoints</a></code></td>
405
372
  <td class="name">
406
373
  <code>
407
374
 
408
375
 
409
- <span class="param-type">Number</span>
376
+ <span class="param-type">
377
+
378
+ Number
379
+
380
+ </span>
381
+
410
382
 
411
383
 
412
384
 
413
385
  </code>
414
386
  </td>
415
- <td class="name"><code><p><a id='getAngleFromPoints'></a>
416
- 计算三点之间的夹角</p></code></td>
387
+ <td class="name"><code><p></code></td>
417
388
  </tr>
418
389
 
419
390
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="GeometryEngine.html#getArcFromGeometry">getArcFromGeometry</a></code></td>
391
+ <td class="name"><code><a href="#getArcFromGeometry">getArcFromGeometry</a></code></td>
421
392
  <td class="name">
422
393
  <code>
423
394
 
424
395
 
425
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
396
+ <span class="param-type">
397
+
398
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
399
+
400
+ </span>
426
401
  |
427
402
 
428
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
403
+ <span class="param-type">
404
+
405
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
406
+
407
+ </span>
429
408
  |
430
409
 
431
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
410
+ <span class="param-type">
411
+
412
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
413
+
414
+ </span>
432
415
  |
433
416
 
434
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
417
+ <span class="param-type">
418
+
419
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
420
+
421
+ </span>
422
+
435
423
 
436
424
 
437
425
 
438
426
  </code>
439
427
  </td>
440
- <td class="name"><code><p><a id='getArcFromGeometry'></a>
441
- 通过几何中的三点弧段数据,构造离散后的几何对象,类型与原始对象一致</p></code></td>
428
+ <td class="name"><code><p></code></td>
442
429
  </tr>
443
430
 
444
431
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="GeometryEngine.html#getCenter">getCenter</a></code></td>
432
+ <td class="name"><code><a href="#getCenter">getCenter</a></code></td>
446
433
  <td class="name">
447
434
  <code>
448
435
 
449
436
 
450
- <span class="param-type">Array.&lt;Number></span>
437
+ <span class="param-type">
438
+
439
+ Array.&lt;Number>
440
+
441
+ </span>
442
+
451
443
 
452
444
 
453
445
 
454
446
  </code>
455
447
  </td>
456
- <td class="name"><code><p><a id='getCenter'></a>
457
- 通过三个点求圆心,数学公式,不用进行投影</p></code></td>
448
+ <td class="name"><code><p></code></td>
458
449
  </tr>
459
450
 
460
451
  <tr class="deep-level-0">
461
- <td class="name"><code><a href="GeometryEngine.html#getCenterOID">getCenterOID</a></code></td>
452
+ <td class="name"><code><a href="#getCenterOID">getCenterOID</a></code></td>
462
453
  <td class="name">
463
454
  <code>
464
455
 
465
456
 
466
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
457
+ <span class="param-type">
458
+
459
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
460
+
461
+ </span>
462
+
467
463
 
468
464
 
469
465
 
470
466
  </code>
471
467
  </td>
472
468
  <td class="name"><code><p>获取几何中心点
473
- <a id='getCenterOID'></a></p></code></td>
469
+ </code></td>
474
470
  </tr>
475
471
 
476
472
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="GeometryEngine.html#getEllipseCoordinates">getEllipseCoordinates</a></code></td>
473
+ <td class="name"><code><a href="#getEllipseCoordinates">getEllipseCoordinates</a></code></td>
478
474
  <td class="name">
479
475
  <code>
480
476
 
481
477
 
482
- <span class="param-type">Array</span>
478
+ <span class="param-type">
479
+
480
+ Array
481
+
482
+ </span>
483
+
483
484
 
484
485
 
485
486
 
486
487
  </code>
487
488
  </td>
488
489
  <td class="name"><code><p>获取椭圆离散化点坐标
489
- <a id='simplify'></a></p></code></td>
490
+ </code></td>
490
491
  </tr>
491
492
 
492
493
  <tr class="deep-level-0">
493
- <td class="name"><code><a href="GeometryEngine.html#getPositionsFromArc">getPositionsFromArc</a></code></td>
494
+ <td class="name"><code><a href="#getPositionsFromArc">getPositionsFromArc</a></code></td>
494
495
  <td class="name">
495
496
  <code>
496
497
 
497
498
 
498
- <span class="param-type">Array</span>
499
+ <span class="param-type">
500
+
501
+ Array
502
+
503
+ </span>
504
+
499
505
 
500
506
 
501
507
 
502
508
  </code>
503
509
  </td>
504
- <td class="name"><code><p><a id='getPositionsFromArc'></a>
505
- 通过三点弧段构造一组离散的点坐标,此组离散点是线几何的点坐标</p></code></td>
510
+ <td class="name"><code><p></code></td>
506
511
  </tr>
507
512
 
508
513
  <tr class="deep-level-0">
509
- <td class="name"><code><a href="GeometryEngine.html#intersect">intersect</a></code></td>
514
+ <td class="name"><code><a href="#intersect">intersect</a></code></td>
510
515
  <td class="name">
511
516
  <code>
512
517
 
513
518
 
514
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
519
+ <span class="param-type">
520
+
521
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
522
+
523
+ </span>
515
524
  |
516
525
 
517
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
526
+ <span class="param-type">
527
+
528
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
529
+
530
+ </span>
531
+
518
532
 
519
533
 
520
534
 
521
535
  </code>
522
536
  </td>
523
- <td class="name"><code><p><a id='intersect'></a>
524
- 计算并返回两个几何对象的相交部分;<br/>
525
- 支持任意几何或几何对象数组和另一个几何进行相交,忽略三维高度,坐标系必须相同;<br/>
526
- 点和任何几何相交返回点或空对象<br/>
527
- 多点和任何几何相交返回点或多点或空对象<br/>
528
- 线和任意几何对象相交返回相交点或重叠线或相交点和重叠线或空对象<br/>
529
- 区和区、区和多区相交返回区或多区或空对象<br/>
530
- 矩形、圆、区、多区之间相交返回区或多区或空对象<br/></p></code></td>
537
+ <td class="name"><code><p></code></td>
531
538
  </tr>
532
539
 
533
540
  <tr class="deep-level-0">
534
- <td class="name"><code><a href="GeometryEngine.html#intersects">intersects</a></code></td>
541
+ <td class="name"><code><a href="#intersects">intersects</a></code></td>
535
542
  <td class="name">
536
543
  <code>
537
544
 
538
545
 
539
- <span class="param-type">Boolean</span>
546
+ <span class="param-type">
547
+
548
+ Boolean
549
+
550
+ </span>
551
+
540
552
 
541
553
 
542
554
 
543
555
  </code>
544
556
  </td>
545
- <td class="name"><code><p><a id='intersects'></a>
546
- 判断两个几何对象是否相交;<br/>
547
- 支持任意几何类型求交;<br/>
548
- 支持自定义坐标系的几何对象,两个求交几何的坐标系必须相同,忽略三位高度;<br/>
549
- 由于示例太多,这里仅列举部分示例,示例如下:<br/>
550
- <a href='#intersects1'>[1、线和区求交]</a><br/>
551
- <a href='#intersects2'>[2、点和区求交]</a><br/>
552
- <a href='#intersects3'>[3、区和多区求交]</a><br/>
553
- <a href='#intersects4'>[4、矩形和圆形求交]</a><br/>
554
- <a href='#intersects5'>[5、几何求交 - 自定义参考系]</a><br/></p></code></td>
557
+ <td class="name"><code><p></code></td>
555
558
  </tr>
556
559
 
557
560
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="GeometryEngine.html#isSimple">isSimple</a></code></td>
561
+ <td class="name"><code><a href="#isSimple">isSimple</a></code></td>
559
562
  <td class="name">
560
563
  <code>
561
564
 
562
565
 
563
- <span class="param-type">Boolean</span>
566
+ <span class="param-type">
567
+
568
+ Boolean
569
+
570
+ </span>
571
+
564
572
 
565
573
 
566
574
 
567
575
  </code>
568
576
  </td>
569
- <td class="name"><code><p><a id='isSimple'></a>
570
- 对几何对象进行拓扑检查;<br/>
571
- 支持的几何类型为线、多线、区和多区,支持任意坐标系几何,忽略三维高度;<br/>
572
- 线类型的标准为:1、自身的非相邻线段不会自相交(两个线段仅有一个端点重叠不算相交);2、线自身的线段不会重叠;<br/>
573
- 多线类型的标准为:1、自身的子线段必须是拓扑正确的;2、子线段不会相交;<br/>
574
- 区类型的标准为:1、外圈和内圈满足线类型的拓扑检查标准;2、外圈和内圈、内圈和内圈不会相交;3、内圈不会超过外圈;<br/>
575
- 多区类型的标准为:1、自身的子区必须是拓扑正确的;2、子区不会相交;<br/>
576
- 示例如下:<br/>
577
- <a href='#isSimple1'>[1、对线几何进行拓扑检查]</a><br/>
578
- <a href='#isSimple2'>[2、对多线几何进行拓扑检查]</a><br/>
579
- <a href='#isSimple3'>[3、对区几何进行拓扑检查]</a><br/>
580
- <a href='#isSimple4'>[4、对多区几何进行拓扑检查]</a><br/></p></code></td>
577
+ <td class="name"><code><p></code></td>
581
578
  </tr>
582
579
 
583
580
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="GeometryEngine.html#nearestCoordinate">nearestCoordinate</a></code></td>
581
+ <td class="name"><code><a href="#nearestCoordinate">nearestCoordinate</a></code></td>
585
582
  <td class="name">
586
583
  <code>
587
584
 
588
585
 
589
- <span class="param-type">Project.&lt;<a href="Point.html">Point</a>></span>
586
+ <span class="param-type">
587
+
588
+ Project.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
589
+
590
+ </span>
591
+
590
592
 
591
593
 
592
594
 
593
595
  </code>
594
596
  </td>
595
- <td class="name"><code><p><a id='nearestCoordinate'></a>
596
- 在几何对象的coordinates中寻找与指定点距离最近的点</p></code></td>
597
+ <td class="name"><code><p></code></td>
597
598
  </tr>
598
599
 
599
600
  <tr class="deep-level-0">
600
- <td class="name"><code><a href="GeometryEngine.html#overlaps">overlaps</a></code></td>
601
+ <td class="name"><code><a href="#overlaps">overlaps</a></code></td>
601
602
  <td class="name">
602
603
  <code>
603
604
 
604
605
 
605
- <span class="param-type">Boolean</span>
606
+ <span class="param-type">
607
+
608
+ Boolean
609
+
610
+ </span>
611
+
606
612
 
607
613
 
608
614
 
609
615
  </code>
610
616
  </td>
611
- <td class="name"><code><p><a id='overlaps'></a>
612
- 判断两个几何对象是否重叠,即两个几何相交但不互相包含</p></code></td>
617
+ <td class="name"><code><p></code></td>
613
618
  </tr>
614
619
 
615
620
  <tr class="deep-level-0">
616
- <td class="name"><code><a href="GeometryEngine.html#planarArea">planarArea</a></code></td>
621
+ <td class="name"><code><a href="#planarArea">planarArea</a></code></td>
617
622
  <td class="name">
618
623
  <code>
619
624
 
620
625
 
621
- <span class="param-type">Number</span>
626
+ <span class="param-type">
627
+
628
+ Number
629
+
630
+ </span>
631
+
622
632
 
623
633
 
624
634
 
625
635
  </code>
626
636
  </td>
627
- <td class="name"><code><p><a id='planarArea'></a>
628
- 计算几何对象的面积;<br/>
629
- 仅计算平面面积,忽略地球弧度,当坐标系为WGS84相关坐标系时,也仅会计算平面面积,例如坐标为[[0, 0], [0, 1], [1, 1], [1, 0], [0, 0]]的区几何的面积为1;<br/>
630
- 支持自定义坐标系,忽略三维高度;<br/>
631
- 支持区、多区、矩形和圆形几何对象;<br/>
632
- 当为区或多区几何对象时,若该区带洞或多区的子区带洞,则会减去这些洞的面积;<br/>
633
- 示例如下:<br/>
634
- <a href='#planarArea1'>[1、计算区(不带洞)面积]</a><br/>
635
- <a href='#planarArea2'>[2、计算区(带洞)面积]</a><br/>
636
- <a href='#planarArea3'>[3、计算多区面积]</a><br/>
637
- <a href='#planarArea4'>[4、计算圆面积]</a><br/>
638
- <a href='#planarArea5'>[5、计算矩形面积]</a><br/></p></code></td>
637
+ <td class="name"><code><p></code></td>
639
638
  </tr>
640
639
 
641
640
  <tr class="deep-level-0">
642
- <td class="name"><code><a href="GeometryEngine.html#planarLength">planarLength</a></code></td>
641
+ <td class="name"><code><a href="#planarLength">planarLength</a></code></td>
643
642
  <td class="name">
644
643
  <code>
645
644
 
646
645
 
647
- <span class="param-type">Number</span>
646
+ <span class="param-type">
647
+
648
+ Number
649
+
650
+ </span>
651
+
648
652
 
649
653
 
650
654
 
651
655
  </code>
652
656
  </td>
653
- <td class="name"><code><p><a id='planarLength'></a>
654
- 计算几何长度或周长;<br/>
655
- 仅计算平面距离,忽略地球弧度,当坐标系为WGS84相关坐标系时,也仅会计算平面距离,例如坐标为[[0, 0], [0, 1]]的线几何的长度为1;<br/>
656
- 支持自定义坐标系,忽略三维高度;<br/>
657
- 支持的几何类型为线、多线、区、多区、圆形以及矩形;<br/>
658
- 当几何为线时,返回线的长度;<br/>
659
- 当几何为多线时,返回多线中子线的长度之和;<br/>
660
- 当几何为区、圆形以及矩形时,返回其周长;<br/>
661
- 当几何为多区时,返回多区中子区的周长之和;<br/>
662
- 示例如下:<br/>
663
- <a href='#planarLength1'>[1、计算几何长度]</a><br/>
664
- <a href='#planarLength2'>[2、计算几何周长]</a><br/></p></code></td>
657
+ <td class="name"><code><p></code></td>
665
658
  </tr>
666
659
 
667
660
  <tr class="deep-level-0">
668
- <td class="name"><code><a href="GeometryEngine.html#rotate">rotate</a></code></td>
661
+ <td class="name"><code><a href="#rotate">rotate</a></code></td>
669
662
  <td class="name">
670
663
  <code>
671
664
 
672
665
 
673
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
666
+ <span class="param-type">
667
+
668
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
669
+
670
+ </span>
671
+
674
672
 
675
673
 
676
674
 
677
675
  </code>
678
676
  </td>
679
- <td class="name"><code><p><a id='rotate'></a>
680
- 顺时针旋转几何,支持所有基础几何对象;<br/>
681
- 可以指定旋转中心点,当不指定时使用几何质心;<br/>
682
- 忽略三维高度;<br/>
683
- 支持自定义坐标系几何,几何对象与旋转中心点的坐标系必须一致;<br/>
684
- 示例如下:<br/>
685
- <a href='#rotate1'>[1、旋转多点]</a><br/>
686
- <a href='#rotate2'>[2、旋转区]</a><br/>
687
- <a href='#rotate3'>[3、旋转多区]</a><br/>
688
- <a href='#rotate4'>[4、旋转线]</a><br/>
689
- <a href='#rotate5'>[5、旋转多线]</a><br/>
690
- <a href='#rotate6'>[6、旋转矩形]</a><br/>
691
- <a href='#rotate7'>[7、旋转圆形]</a><br/>
692
- <a href='#rotate8'>[8、旋转区 - 自定义坐标系]</a><br/>
693
- <a href='#rotate9'>[9、绕点旋转 - 区]</a><br/>
694
- <a href='#rotate10'>[10、绕点旋转 - 点]</a><br/></p></code></td>
677
+ <td class="name"><code><p></code></td>
695
678
  </tr>
696
679
 
697
680
  <tr class="deep-level-0">
698
- <td class="name"><code><a href="GeometryEngine.html#simplify">simplify</a></code></td>
681
+ <td class="name"><code><a href="#simplify">simplify</a></code></td>
699
682
  <td class="name">
700
683
  <code>
701
684
 
702
685
 
703
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
686
+ <span class="param-type">
687
+
688
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
689
+
690
+ </span>
691
+
704
692
 
705
693
 
706
694
 
707
695
  </code>
708
696
  </td>
709
697
  <td class="name"><code><p>拓扑矫正
710
- <a id='simplify'></a></p></code></td>
698
+ </code></td>
711
699
  </tr>
712
700
 
713
701
  <tr class="deep-level-0">
714
- <td class="name"><code><a href="GeometryEngine.html#touches">touches</a></code></td>
702
+ <td class="name"><code><a href="#touches">touches</a></code></td>
715
703
  <td class="name">
716
704
  <code>
717
705
 
718
706
 
719
- <span class="param-type">Boolean</span>
707
+ <span class="param-type">
708
+
709
+ Boolean
710
+
711
+ </span>
712
+
720
713
 
721
714
 
722
715
 
723
716
  </code>
724
717
  </td>
725
- <td class="name"><code><p><a id='touches'></a>
726
- 判断一个几何对象是否和另一个几何对象相邻
727
- 被测试相邻关系的几何类型为:线、多线、矩形、圆、区以及多区,忽略三维高度;<br/>
728
- 用来测试相邻关系的几何类型为:点、多点、线、多线、矩形、圆、区以及多区,忽略三维高度,穿线和被穿过几何的坐标系必须相同;<br/>
729
- 线和点相邻的标准为:点在线的两端,且线不是头尾闭合的;<br/>
730
- 对于multi类型的几何(如多点、多线、多区),无论其和任何其他支持的几何类型判断touch,只要multi中的一个与另一个geometry有包含关系、相交关系,touch即为false;<br/>
731
- 对于区、线、圆、矩形和多点判断相邻关系时,只有有一个点在区内、线上、矩形内、圆内,touch即为false;<br/>
732
- 示例如下:<br/>
733
- <a href='#touch1'>[1、线和点相邻]</a><br/>
734
- <a href='#touch2'>[2、多线和多点相邻]</a><br/>
735
- <a href='#touch3'>[3、区和线相邻]</a><br/>
736
- <a href='#touch4'>[4、多区和区相邻]</a><br/>
737
- <a href='#touch5'>[5、圆和圆相邻]</a><br/></p></code></td>
718
+ <td class="name"><code><p></code></td>
738
719
  </tr>
739
720
 
740
721
  <tr class="deep-level-0">
741
- <td class="name"><code><a href="GeometryEngine.html#union">union</a></code></td>
722
+ <td class="name"><code><a href="#union">union</a></code></td>
742
723
  <td class="name">
743
724
  <code>
744
725
 
745
726
 
746
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
727
+ <span class="param-type">
728
+
729
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
730
+
731
+ </span>
732
+
747
733
 
748
734
 
749
735
 
750
736
  </code>
751
737
  </td>
752
- <td class="name"><code><p><a id='union'></a>
753
- 多个几何对象求并,并返回求并后的新几何对象;<br/>
754
- 输入的几何类型必须一致,点和多点、区和多区视为同一个类型,且几何对象的坐标系要一致;<br/>
755
- 忽略三维高度;<br>
756
- 支持的几何有:点(多点)几何对象、区(多区)几何对象、范围几何对象、圆几何对象<br/>
757
- 点和点、点和多点、多点和多点合并为一个多点几何对象,如果有多个点坐标(XYZ)相同,则会去重;<br/>
758
- 线和线、线和多线、多线和多线合并为一个线几何对象或多线几何对象;<br/>
759
- 区和区、区和多区、多区和多区合并为一个区级和对象或多区几何对象;<br/>
760
- 矩形和矩形合并为一个多边形几何对象或一个更大的矩形几何对象;<br/>
761
- 圆和圆合并为一个多边形几何对象或一个圆几何对象或两个不相交的圆;</p></code></td>
738
+ <td class="name"><code><p></code></td>
762
739
  </tr>
763
740
 
764
741
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="GeometryEngine.html#within">within</a></code></td>
742
+ <td class="name"><code><a href="#within">within</a></code></td>
766
743
  <td class="name">
767
744
  <code>
768
745
 
769
746
 
770
- <span class="param-type">Boolean</span>
747
+ <span class="param-type">
748
+
749
+ Boolean
750
+
751
+ </span>
752
+
771
753
 
772
754
 
773
755
 
774
756
  </code>
775
757
  </td>
776
- <td class="name"><code><p><a id='within'></a>
777
- 判断innerGeometry几何对象是否完全在outerGeometry中</p></code></td>
758
+ <td class="name"><code><p></code></td>
778
759
  </tr>
779
760
 
780
761
  </tbody>
@@ -859,16 +840,25 @@
859
840
 
860
841
  <tr class="deep-level-0">
861
842
 
862
- <td class="name" id="geometry"><code>geometry</code></td>
843
+ <td class="name"><code>geometry</code></td>
863
844
 
864
845
 
865
846
  <td class="type">
866
847
 
867
848
 
868
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
849
+ <span class="param-type">
850
+
851
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
852
+
853
+ </span>
869
854
  |
870
855
 
871
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
856
+ <span class="param-type">
857
+
858
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
859
+
860
+ </span>
861
+
872
862
 
873
863
 
874
864
 
@@ -892,16 +882,25 @@
892
882
 
893
883
  <tr class="deep-level-0">
894
884
 
895
- <td class="name" id="distance"><code>distance</code></td>
885
+ <td class="name"><code>distance</code></td>
896
886
 
897
887
 
898
888
  <td class="type">
899
889
 
900
890
 
901
- <span class="param-type">Number</span>
891
+ <span class="param-type">
892
+
893
+ Number
894
+
895
+ </span>
902
896
  |
903
897
 
904
- <span class="param-type">Array.&lt;Number></span>
898
+ <span class="param-type">
899
+
900
+ Array.&lt;Number>
901
+
902
+ </span>
903
+
905
904
 
906
905
 
907
906
 
@@ -925,13 +924,18 @@
925
924
 
926
925
  <tr class="deep-level-0">
927
926
 
928
- <td class="name" id="unit"><code>unit</code></td>
927
+ <td class="name"><code>unit</code></td>
929
928
 
930
929
 
931
930
  <td class="type">
932
931
 
933
932
 
934
- <span class="param-type"><a class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
933
+ <span class="param-type">
934
+
935
+ <a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a>
936
+
937
+ </span>
938
+
935
939
 
936
940
 
937
941
 
@@ -955,13 +959,18 @@
955
959
 
956
960
  <tr class="deep-level-0">
957
961
 
958
- <td class="name" id="unionResults"><code>unionResults</code></td>
962
+ <td class="name"><code>unionResults</code></td>
959
963
 
960
964
 
961
965
  <td class="type">
962
966
 
963
967
 
964
- <span class="param-type">Boolean</span>
968
+ <span class="param-type">
969
+
970
+ Boolean
971
+
972
+ </span>
973
+
965
974
 
966
975
 
967
976
 
@@ -1055,10 +1064,19 @@
1055
1064
  <div class='column is-5 has-text-left'>
1056
1065
  <label>类型: </label>
1057
1066
 
1058
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1067
+ <span class="param-type">
1068
+
1069
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1070
+
1071
+ </span>
1059
1072
  |
1060
1073
 
1061
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
1074
+ <span class="param-type">
1075
+
1076
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1077
+
1078
+ </span>
1079
+
1062
1080
 
1063
1081
 
1064
1082
  </div>
@@ -1397,13 +1415,18 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
1397
1415
 
1398
1416
  <tr class="deep-level-0">
1399
1417
 
1400
- <td class="name" id="containerGeometry"><code>containerGeometry</code></td>
1418
+ <td class="name"><code>containerGeometry</code></td>
1401
1419
 
1402
1420
 
1403
1421
  <td class="type">
1404
1422
 
1405
1423
 
1406
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1424
+ <span class="param-type">
1425
+
1426
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1427
+
1428
+ </span>
1429
+
1407
1430
 
1408
1431
 
1409
1432
 
@@ -1427,13 +1450,18 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
1427
1450
 
1428
1451
  <tr class="deep-level-0">
1429
1452
 
1430
- <td class="name" id="insideGeometry"><code>insideGeometry</code></td>
1453
+ <td class="name"><code>insideGeometry</code></td>
1431
1454
 
1432
1455
 
1433
1456
  <td class="type">
1434
1457
 
1435
1458
 
1436
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1459
+ <span class="param-type">
1460
+
1461
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1462
+
1463
+ </span>
1464
+
1437
1465
 
1438
1466
 
1439
1467
 
@@ -1527,7 +1555,12 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
1527
1555
  <div class='column is-5 has-text-left'>
1528
1556
  <label>类型: </label>
1529
1557
 
1530
- <span class="param-type">Boolean</span>
1558
+ <span class="param-type">
1559
+
1560
+ Boolean
1561
+
1562
+ </span>
1563
+
1531
1564
 
1532
1565
 
1533
1566
  </div>
@@ -1774,16 +1807,25 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
1774
1807
 
1775
1808
  <tr class="deep-level-0">
1776
1809
 
1777
- <td class="name" id="geometry1"><code>geometry1</code></td>
1810
+ <td class="name"><code>geometry1</code></td>
1778
1811
 
1779
1812
 
1780
1813
  <td class="type">
1781
1814
 
1782
1815
 
1783
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
1816
+ <span class="param-type">
1817
+
1818
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
1819
+
1820
+ </span>
1784
1821
  |
1785
1822
 
1786
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1823
+ <span class="param-type">
1824
+
1825
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1826
+
1827
+ </span>
1828
+
1787
1829
 
1788
1830
 
1789
1831
 
@@ -1801,28 +1843,53 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
1801
1843
 
1802
1844
  <tr class="deep-level-0">
1803
1845
 
1804
- <td class="name" id="geometry2"><code>geometry2</code></td>
1846
+ <td class="name"><code>geometry2</code></td>
1805
1847
 
1806
1848
 
1807
1849
  <td class="type">
1808
1850
 
1809
1851
 
1810
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
1852
+ <span class="param-type">
1853
+
1854
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
1855
+
1856
+ </span>
1811
1857
  |
1812
1858
 
1813
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1859
+ <span class="param-type">
1860
+
1861
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1862
+
1863
+ </span>
1814
1864
  |
1815
1865
 
1816
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1866
+ <span class="param-type">
1867
+
1868
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1869
+
1870
+ </span>
1817
1871
  |
1818
1872
 
1819
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
1873
+ <span class="param-type">
1874
+
1875
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
1876
+
1877
+ </span>
1820
1878
  |
1821
1879
 
1822
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
1880
+ <span class="param-type">
1881
+
1882
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
1883
+
1884
+ </span>
1823
1885
  |
1824
1886
 
1825
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1887
+ <span class="param-type">
1888
+
1889
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1890
+
1891
+ </span>
1892
+
1826
1893
 
1827
1894
 
1828
1895
 
@@ -1910,7 +1977,12 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
1910
1977
  <div class='column is-5 has-text-left'>
1911
1978
  <label>类型: </label>
1912
1979
 
1913
- <span class="param-type">Boolean</span>
1980
+ <span class="param-type">
1981
+
1982
+ Boolean
1983
+
1984
+ </span>
1985
+
1914
1986
 
1915
1987
 
1916
1988
  </div>
@@ -2209,22 +2281,39 @@ console.log("多线是否穿过多区:", cross)</code></pre>
2209
2281
 
2210
2282
  <tr class="deep-level-0">
2211
2283
 
2212
- <td class="name" id="geometry"><code>geometry</code></td>
2284
+ <td class="name"><code>geometry</code></td>
2213
2285
 
2214
2286
 
2215
2287
  <td class="type">
2216
2288
 
2217
2289
 
2218
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
2290
+ <span class="param-type">
2291
+
2292
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
2293
+
2294
+ </span>
2219
2295
  |
2220
2296
 
2221
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
2297
+ <span class="param-type">
2298
+
2299
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
2300
+
2301
+ </span>
2222
2302
  |
2223
2303
 
2224
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2304
+ <span class="param-type">
2305
+
2306
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2307
+
2308
+ </span>
2225
2309
  |
2226
2310
 
2227
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
2311
+ <span class="param-type">
2312
+
2313
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
2314
+
2315
+ </span>
2316
+
2228
2317
 
2229
2318
 
2230
2319
 
@@ -2242,13 +2331,18 @@ console.log("多线是否穿过多区:", cross)</code></pre>
2242
2331
 
2243
2332
  <tr class="deep-level-0">
2244
2333
 
2245
- <td class="name" id="cutter"><code>cutter</code></td>
2334
+ <td class="name"><code>cutter</code></td>
2246
2335
 
2247
2336
 
2248
2337
  <td class="type">
2249
2338
 
2250
2339
 
2251
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
2340
+ <span class="param-type">
2341
+
2342
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
2343
+
2344
+ </span>
2345
+
2252
2346
 
2253
2347
 
2254
2348
 
@@ -2336,7 +2430,12 @@ console.log("多线是否穿过多区:", cross)</code></pre>
2336
2430
  <div class='column is-5 has-text-left'>
2337
2431
  <label>类型: </label>
2338
2432
 
2339
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
2433
+ <span class="param-type">
2434
+
2435
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
2436
+
2437
+ </span>
2438
+
2340
2439
 
2341
2440
 
2342
2441
  </div>
@@ -2626,22 +2725,39 @@ console.log("切割后的几何数组:", cut)</code></pre>
2626
2725
 
2627
2726
  <tr class="deep-level-0">
2628
2727
 
2629
- <td class="name" id="inputGeometry"><code>inputGeometry</code></td>
2728
+ <td class="name"><code>inputGeometry</code></td>
2630
2729
 
2631
2730
 
2632
2731
  <td class="type">
2633
2732
 
2634
2733
 
2635
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2734
+ <span class="param-type">
2735
+
2736
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2737
+
2738
+ </span>
2636
2739
  |
2637
2740
 
2638
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
2741
+ <span class="param-type">
2742
+
2743
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
2744
+
2745
+ </span>
2639
2746
  |
2640
2747
 
2641
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2748
+ <span class="param-type">
2749
+
2750
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2751
+
2752
+ </span>
2642
2753
  |
2643
2754
 
2644
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
2755
+ <span class="param-type">
2756
+
2757
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
2758
+
2759
+ </span>
2760
+
2645
2761
 
2646
2762
 
2647
2763
 
@@ -2659,22 +2775,39 @@ console.log("切割后的几何数组:", cut)</code></pre>
2659
2775
 
2660
2776
  <tr class="deep-level-0">
2661
2777
 
2662
- <td class="name" id="subtractGeometry"><code>subtractGeometry</code></td>
2778
+ <td class="name"><code>subtractGeometry</code></td>
2663
2779
 
2664
2780
 
2665
2781
  <td class="type">
2666
2782
 
2667
2783
 
2668
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2784
+ <span class="param-type">
2785
+
2786
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2787
+
2788
+ </span>
2669
2789
  |
2670
2790
 
2671
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
2791
+ <span class="param-type">
2792
+
2793
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
2794
+
2795
+ </span>
2672
2796
  |
2673
2797
 
2674
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2798
+ <span class="param-type">
2799
+
2800
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2801
+
2802
+ </span>
2675
2803
  |
2676
2804
 
2677
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
2805
+ <span class="param-type">
2806
+
2807
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
2808
+
2809
+ </span>
2810
+
2678
2811
 
2679
2812
 
2680
2813
 
@@ -2762,10 +2895,19 @@ console.log("切割后的几何数组:", cut)</code></pre>
2762
2895
  <div class='column is-5 has-text-left'>
2763
2896
  <label>类型: </label>
2764
2897
 
2765
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2898
+ <span class="param-type">
2899
+
2900
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
2901
+
2902
+ </span>
2766
2903
  |
2767
2904
 
2768
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
2905
+ <span class="param-type">
2906
+
2907
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
2908
+
2909
+ </span>
2910
+
2769
2911
 
2770
2912
 
2771
2913
  </div>
@@ -3003,13 +3145,18 @@ console.log("矩形和圆求差:", geometry)</code></pre>
3003
3145
 
3004
3146
  <tr class="deep-level-0">
3005
3147
 
3006
- <td class="name" id="geometry1"><code>geometry1</code></td>
3148
+ <td class="name"><code>geometry1</code></td>
3007
3149
 
3008
3150
 
3009
3151
  <td class="type">
3010
3152
 
3011
3153
 
3012
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3154
+ <span class="param-type">
3155
+
3156
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3157
+
3158
+ </span>
3159
+
3013
3160
 
3014
3161
 
3015
3162
 
@@ -3033,13 +3180,18 @@ console.log("矩形和圆求差:", geometry)</code></pre>
3033
3180
 
3034
3181
  <tr class="deep-level-0">
3035
3182
 
3036
- <td class="name" id="geometry2"><code>geometry2</code></td>
3183
+ <td class="name"><code>geometry2</code></td>
3037
3184
 
3038
3185
 
3039
3186
  <td class="type">
3040
3187
 
3041
3188
 
3042
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3189
+ <span class="param-type">
3190
+
3191
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3192
+
3193
+ </span>
3194
+
3043
3195
 
3044
3196
 
3045
3197
 
@@ -3133,7 +3285,12 @@ console.log("矩形和圆求差:", geometry)</code></pre>
3133
3285
  <div class='column is-5 has-text-left'>
3134
3286
  <label>类型: </label>
3135
3287
 
3136
- <span class="param-type">Boolean</span>
3288
+ <span class="param-type">
3289
+
3290
+ Boolean
3291
+
3292
+ </span>
3293
+
3137
3294
 
3138
3295
 
3139
3296
  </div>
@@ -3250,13 +3407,18 @@ console.log("是否相离:", isIntersect)</code></pre>
3250
3407
 
3251
3408
  <tr class="deep-level-0">
3252
3409
 
3253
- <td class="name" id="geometry1"><code>geometry1</code></td>
3410
+ <td class="name"><code>geometry1</code></td>
3254
3411
 
3255
3412
 
3256
3413
  <td class="type">
3257
3414
 
3258
3415
 
3259
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3416
+ <span class="param-type">
3417
+
3418
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3419
+
3420
+ </span>
3421
+
3260
3422
 
3261
3423
 
3262
3424
 
@@ -3274,34 +3436,67 @@ console.log("是否相离:", isIntersect)</code></pre>
3274
3436
 
3275
3437
  <tr class="deep-level-0">
3276
3438
 
3277
- <td class="name" id="geometry2"><code>geometry2</code></td>
3439
+ <td class="name"><code>geometry2</code></td>
3278
3440
 
3279
3441
 
3280
3442
  <td class="type">
3281
3443
 
3282
3444
 
3283
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3445
+ <span class="param-type">
3446
+
3447
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3448
+
3449
+ </span>
3284
3450
  |
3285
3451
 
3286
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
3452
+ <span class="param-type">
3453
+
3454
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
3455
+
3456
+ </span>
3287
3457
  |
3288
3458
 
3289
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
3459
+ <span class="param-type">
3460
+
3461
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
3462
+
3463
+ </span>
3290
3464
  |
3291
3465
 
3292
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
3466
+ <span class="param-type">
3467
+
3468
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
3469
+
3470
+ </span>
3293
3471
  |
3294
3472
 
3295
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
3473
+ <span class="param-type">
3474
+
3475
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
3476
+
3477
+ </span>
3296
3478
  |
3297
3479
 
3298
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
3480
+ <span class="param-type">
3481
+
3482
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
3483
+
3484
+ </span>
3299
3485
  |
3300
3486
 
3301
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
3487
+ <span class="param-type">
3488
+
3489
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
3490
+
3491
+ </span>
3302
3492
  |
3303
3493
 
3304
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3494
+ <span class="param-type">
3495
+
3496
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3497
+
3498
+ </span>
3499
+
3305
3500
 
3306
3501
 
3307
3502
 
@@ -3319,13 +3514,18 @@ console.log("是否相离:", isIntersect)</code></pre>
3319
3514
 
3320
3515
  <tr class="deep-level-0">
3321
3516
 
3322
- <td class="name" id="unit"><code>unit</code></td>
3517
+ <td class="name"><code>unit</code></td>
3323
3518
 
3324
3519
 
3325
3520
  <td class="type">
3326
3521
 
3327
3522
 
3328
- <span class="param-type">String</span>
3523
+ <span class="param-type">
3524
+
3525
+ String
3526
+
3527
+ </span>
3528
+
3329
3529
 
3330
3530
 
3331
3531
 
@@ -3413,7 +3613,12 @@ console.log("是否相离:", isIntersect)</code></pre>
3413
3613
  <div class='column is-5 has-text-left'>
3414
3614
  <label>类型: </label>
3415
3615
 
3416
- <span class="param-type">Number</span>
3616
+ <span class="param-type">
3617
+
3618
+ Number
3619
+
3620
+ </span>
3621
+
3417
3622
 
3418
3623
 
3419
3624
  </div>
@@ -3569,13 +3774,18 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
3569
3774
 
3570
3775
  <tr class="deep-level-0">
3571
3776
 
3572
- <td class="name" id="geometry1"><code>geometry1</code></td>
3777
+ <td class="name"><code>geometry1</code></td>
3573
3778
 
3574
3779
 
3575
3780
  <td class="type">
3576
3781
 
3577
3782
 
3578
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3783
+ <span class="param-type">
3784
+
3785
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3786
+
3787
+ </span>
3788
+
3579
3789
 
3580
3790
 
3581
3791
 
@@ -3599,13 +3809,18 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
3599
3809
 
3600
3810
  <tr class="deep-level-0">
3601
3811
 
3602
- <td class="name" id="geometry2"><code>geometry2</code></td>
3812
+ <td class="name"><code>geometry2</code></td>
3603
3813
 
3604
3814
 
3605
3815
  <td class="type">
3606
3816
 
3607
3817
 
3608
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3818
+ <span class="param-type">
3819
+
3820
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3821
+
3822
+ </span>
3823
+
3609
3824
 
3610
3825
 
3611
3826
 
@@ -3699,7 +3914,12 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
3699
3914
  <div class='column is-5 has-text-left'>
3700
3915
  <label>类型: </label>
3701
3916
 
3702
- <span class="param-type">Boolean</span>
3917
+ <span class="param-type">
3918
+
3919
+ Boolean
3920
+
3921
+ </span>
3922
+
3703
3923
 
3704
3924
 
3705
3925
  </div>
@@ -3791,13 +4011,18 @@ console.log("点和点是否相同:", isEquals)</code></pre>
3791
4011
 
3792
4012
  <tr class="deep-level-0">
3793
4013
 
3794
- <td class="name" id="geometry"><code>geometry</code></td>
4014
+ <td class="name"><code>geometry</code></td>
3795
4015
 
3796
4016
 
3797
4017
  <td class="type">
3798
4018
 
3799
4019
 
3800
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
4020
+ <span class="param-type">
4021
+
4022
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
4023
+
4024
+ </span>
4025
+
3801
4026
 
3802
4027
 
3803
4028
 
@@ -3821,13 +4046,18 @@ console.log("点和点是否相同:", isEquals)</code></pre>
3821
4046
 
3822
4047
  <tr class="deep-level-0">
3823
4048
 
3824
- <td class="name" id="unit"><code>unit</code></td>
4049
+ <td class="name"><code>unit</code></td>
3825
4050
 
3826
4051
 
3827
4052
  <td class="type">
3828
4053
 
3829
4054
 
3830
- <span class="param-type"><a class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
4055
+ <span class="param-type">
4056
+
4057
+ <a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a>
4058
+
4059
+ </span>
4060
+
3831
4061
 
3832
4062
 
3833
4063
 
@@ -3921,7 +4151,12 @@ console.log("点和点是否相同:", isEquals)</code></pre>
3921
4151
  <div class='column is-5 has-text-left'>
3922
4152
  <label>类型: </label>
3923
4153
 
3924
- <span class="param-type">Number</span>
4154
+ <span class="param-type">
4155
+
4156
+ Number
4157
+
4158
+ </span>
4159
+
3925
4160
 
3926
4161
 
3927
4162
  </div>
@@ -3997,13 +4232,18 @@ console.log("点和点是否相同:", isEquals)</code></pre>
3997
4232
 
3998
4233
  <tr class="deep-level-0">
3999
4234
 
4000
- <td class="name" id="pointA"><code>pointA</code></td>
4235
+ <td class="name"><code>pointA</code></td>
4001
4236
 
4002
4237
 
4003
4238
  <td class="type">
4004
4239
 
4005
4240
 
4006
- <span class="param-type">Array.&lt;Number></span>
4241
+ <span class="param-type">
4242
+
4243
+ Array.&lt;Number>
4244
+
4245
+ </span>
4246
+
4007
4247
 
4008
4248
 
4009
4249
 
@@ -4021,13 +4261,18 @@ console.log("点和点是否相同:", isEquals)</code></pre>
4021
4261
 
4022
4262
  <tr class="deep-level-0">
4023
4263
 
4024
- <td class="name" id="pointB"><code>pointB</code></td>
4264
+ <td class="name"><code>pointB</code></td>
4025
4265
 
4026
4266
 
4027
4267
  <td class="type">
4028
4268
 
4029
4269
 
4030
- <span class="param-type">Array.&lt;Number></span>
4270
+ <span class="param-type">
4271
+
4272
+ Array.&lt;Number>
4273
+
4274
+ </span>
4275
+
4031
4276
 
4032
4277
 
4033
4278
 
@@ -4045,13 +4290,18 @@ console.log("点和点是否相同:", isEquals)</code></pre>
4045
4290
 
4046
4291
  <tr class="deep-level-0">
4047
4292
 
4048
- <td class="name" id="pointC"><code>pointC</code></td>
4293
+ <td class="name"><code>pointC</code></td>
4049
4294
 
4050
4295
 
4051
4296
  <td class="type">
4052
4297
 
4053
4298
 
4054
- <span class="param-type">Array.&lt;Number></span>
4299
+ <span class="param-type">
4300
+
4301
+ Array.&lt;Number>
4302
+
4303
+ </span>
4304
+
4055
4305
 
4056
4306
 
4057
4307
 
@@ -4139,7 +4389,12 @@ console.log("点和点是否相同:", isEquals)</code></pre>
4139
4389
  <div class='column is-5 has-text-left'>
4140
4390
  <label>类型: </label>
4141
4391
 
4142
- <span class="param-type">Number</span>
4392
+ <span class="param-type">
4393
+
4394
+ Number
4395
+
4396
+ </span>
4397
+
4143
4398
 
4144
4399
 
4145
4400
  </div>
@@ -4231,13 +4486,18 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
4231
4486
 
4232
4487
  <tr class="deep-level-0">
4233
4488
 
4234
- <td class="name" id="options"><code>options</code></td>
4489
+ <td class="name"><code>options</code></td>
4235
4490
 
4236
4491
 
4237
4492
  <td class="type">
4238
4493
 
4239
4494
 
4240
- <span class="param-type">Object</span>
4495
+ <span class="param-type">
4496
+
4497
+ Object
4498
+
4499
+ </span>
4500
+
4241
4501
 
4242
4502
 
4243
4503
 
@@ -4257,22 +4517,39 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
4257
4517
 
4258
4518
  <tr class="deep-level-1">
4259
4519
 
4260
- <td class="name" id="geometry"><code>geometry</code></td>
4520
+ <td class="name"><code>geometry</code></td>
4261
4521
 
4262
4522
 
4263
4523
  <td class="type">
4264
4524
 
4265
4525
 
4266
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
4526
+ <span class="param-type">
4527
+
4528
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
4529
+
4530
+ </span>
4267
4531
  |
4268
4532
 
4269
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4533
+ <span class="param-type">
4534
+
4535
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4536
+
4537
+ </span>
4270
4538
  |
4271
4539
 
4272
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4540
+ <span class="param-type">
4541
+
4542
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4543
+
4544
+ </span>
4273
4545
  |
4274
4546
 
4275
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
4547
+ <span class="param-type">
4548
+
4549
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
4550
+
4551
+ </span>
4552
+
4276
4553
 
4277
4554
 
4278
4555
 
@@ -4294,13 +4571,18 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
4294
4571
 
4295
4572
  <tr class="deep-level-1">
4296
4573
 
4297
- <td class="name" id="arcInfo"><code>arcInfo</code></td>
4574
+ <td class="name"><code>arcInfo</code></td>
4298
4575
 
4299
4576
 
4300
4577
  <td class="type">
4301
4578
 
4302
4579
 
4303
- <span class="param-type">Array.&lt;Object></span>
4580
+ <span class="param-type">
4581
+
4582
+ Array.&lt;Object>
4583
+
4584
+ </span>
4585
+
4304
4586
 
4305
4587
 
4306
4588
 
@@ -4322,13 +4604,18 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
4322
4604
 
4323
4605
  <tr class="deep-level-1">
4324
4606
 
4325
- <td class="name" id="numberOfPoints"><code>numberOfPoints</code></td>
4607
+ <td class="name"><code>numberOfPoints</code></td>
4326
4608
 
4327
4609
 
4328
4610
  <td class="type">
4329
4611
 
4330
4612
 
4331
- <span class="param-type">Number</span>
4613
+ <span class="param-type">
4614
+
4615
+ Number
4616
+
4617
+ </span>
4618
+
4332
4619
 
4333
4620
 
4334
4621
 
@@ -4426,16 +4713,33 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
4426
4713
  <div class='column is-5 has-text-left'>
4427
4714
  <label>类型: </label>
4428
4715
 
4429
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
4716
+ <span class="param-type">
4717
+
4718
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
4719
+
4720
+ </span>
4430
4721
  |
4431
4722
 
4432
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4723
+ <span class="param-type">
4724
+
4725
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4726
+
4727
+ </span>
4433
4728
  |
4434
4729
 
4435
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4730
+ <span class="param-type">
4731
+
4732
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4733
+
4734
+ </span>
4436
4735
  |
4437
4736
 
4438
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
4737
+ <span class="param-type">
4738
+
4739
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
4740
+
4741
+ </span>
4742
+
4439
4743
 
4440
4744
 
4441
4745
  </div>
@@ -4565,13 +4869,18 @@ const arcLine = GeometryEngine.getArcFromGeometry({
4565
4869
 
4566
4870
  <tr class="deep-level-0">
4567
4871
 
4568
- <td class="name" id="point1"><code>point1</code></td>
4872
+ <td class="name"><code>point1</code></td>
4569
4873
 
4570
4874
 
4571
4875
  <td class="type">
4572
4876
 
4573
4877
 
4574
- <span class="param-type">Array.&lt;Number></span>
4878
+ <span class="param-type">
4879
+
4880
+ Array.&lt;Number>
4881
+
4882
+ </span>
4883
+
4575
4884
 
4576
4885
 
4577
4886
 
@@ -4589,13 +4898,18 @@ const arcLine = GeometryEngine.getArcFromGeometry({
4589
4898
 
4590
4899
  <tr class="deep-level-0">
4591
4900
 
4592
- <td class="name" id="point2"><code>point2</code></td>
4901
+ <td class="name"><code>point2</code></td>
4593
4902
 
4594
4903
 
4595
4904
  <td class="type">
4596
4905
 
4597
4906
 
4598
- <span class="param-type">Array.&lt;Number></span>
4907
+ <span class="param-type">
4908
+
4909
+ Array.&lt;Number>
4910
+
4911
+ </span>
4912
+
4599
4913
 
4600
4914
 
4601
4915
 
@@ -4613,13 +4927,18 @@ const arcLine = GeometryEngine.getArcFromGeometry({
4613
4927
 
4614
4928
  <tr class="deep-level-0">
4615
4929
 
4616
- <td class="name" id="point3"><code>point3</code></td>
4930
+ <td class="name"><code>point3</code></td>
4617
4931
 
4618
4932
 
4619
4933
  <td class="type">
4620
4934
 
4621
4935
 
4622
- <span class="param-type">Array.&lt;Number></span>
4936
+ <span class="param-type">
4937
+
4938
+ Array.&lt;Number>
4939
+
4940
+ </span>
4941
+
4623
4942
 
4624
4943
 
4625
4944
 
@@ -4637,13 +4956,18 @@ const arcLine = GeometryEngine.getArcFromGeometry({
4637
4956
 
4638
4957
  <tr class="deep-level-0">
4639
4958
 
4640
- <td class="name" id="hasZ"><code>hasZ</code></td>
4959
+ <td class="name"><code>hasZ</code></td>
4641
4960
 
4642
4961
 
4643
4962
  <td class="type">
4644
4963
 
4645
4964
 
4646
- <span class="param-type">Boolean</span>
4965
+ <span class="param-type">
4966
+
4967
+ Boolean
4968
+
4969
+ </span>
4970
+
4647
4971
 
4648
4972
 
4649
4973
 
@@ -4731,7 +5055,12 @@ const arcLine = GeometryEngine.getArcFromGeometry({
4731
5055
  <div class='column is-5 has-text-left'>
4732
5056
  <label>类型: </label>
4733
5057
 
4734
- <span class="param-type">Array.&lt;Number></span>
5058
+ <span class="param-type">
5059
+
5060
+ Array.&lt;Number>
5061
+
5062
+ </span>
5063
+
4735
5064
 
4736
5065
 
4737
5066
  </div>
@@ -4821,28 +5150,53 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
4821
5150
 
4822
5151
  <tr class="deep-level-0">
4823
5152
 
4824
- <td class="name" id="geometry"><code>geometry</code></td>
5153
+ <td class="name"><code>geometry</code></td>
4825
5154
 
4826
5155
 
4827
5156
  <td class="type">
4828
5157
 
4829
5158
 
4830
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5159
+ <span class="param-type">
5160
+
5161
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5162
+
5163
+ </span>
4831
5164
  |
4832
5165
 
4833
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
5166
+ <span class="param-type">
5167
+
5168
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
5169
+
5170
+ </span>
4834
5171
  |
4835
5172
 
4836
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
5173
+ <span class="param-type">
5174
+
5175
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
5176
+
5177
+ </span>
4837
5178
  |
4838
5179
 
4839
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
5180
+ <span class="param-type">
5181
+
5182
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
5183
+
5184
+ </span>
4840
5185
  |
4841
5186
 
4842
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5187
+ <span class="param-type">
5188
+
5189
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5190
+
5191
+ </span>
4843
5192
  |
4844
5193
 
4845
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
5194
+ <span class="param-type">
5195
+
5196
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
5197
+
5198
+ </span>
5199
+
4846
5200
 
4847
5201
 
4848
5202
 
@@ -4930,7 +5284,12 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
4930
5284
  <div class='column is-5 has-text-left'>
4931
5285
  <label>类型: </label>
4932
5286
 
4933
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5287
+ <span class="param-type">
5288
+
5289
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5290
+
5291
+ </span>
5292
+
4934
5293
 
4935
5294
 
4936
5295
  </div>
@@ -5006,13 +5365,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5006
5365
 
5007
5366
  <tr class="deep-level-0">
5008
5367
 
5009
- <td class="name" id="center"><code>center</code></td>
5368
+ <td class="name"><code>center</code></td>
5010
5369
 
5011
5370
 
5012
5371
  <td class="type">
5013
5372
 
5014
5373
 
5015
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5374
+ <span class="param-type">
5375
+
5376
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5377
+
5378
+ </span>
5379
+
5016
5380
 
5017
5381
 
5018
5382
 
@@ -5030,13 +5394,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5030
5394
 
5031
5395
  <tr class="deep-level-0">
5032
5396
 
5033
- <td class="name" id="semiMajorAxis"><code>semiMajorAxis</code></td>
5397
+ <td class="name"><code>semiMajorAxis</code></td>
5034
5398
 
5035
5399
 
5036
5400
  <td class="type">
5037
5401
 
5038
5402
 
5039
- <span class="param-type">Number</span>
5403
+ <span class="param-type">
5404
+
5405
+ Number
5406
+
5407
+ </span>
5408
+
5040
5409
 
5041
5410
 
5042
5411
 
@@ -5054,13 +5423,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5054
5423
 
5055
5424
  <tr class="deep-level-0">
5056
5425
 
5057
- <td class="name" id="semiMinorAxis"><code>semiMinorAxis</code></td>
5426
+ <td class="name"><code>semiMinorAxis</code></td>
5058
5427
 
5059
5428
 
5060
5429
  <td class="type">
5061
5430
 
5062
5431
 
5063
- <span class="param-type">Number</span>
5432
+ <span class="param-type">
5433
+
5434
+ Number
5435
+
5436
+ </span>
5437
+
5064
5438
 
5065
5439
 
5066
5440
 
@@ -5078,13 +5452,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5078
5452
 
5079
5453
  <tr class="deep-level-0">
5080
5454
 
5081
- <td class="name" id="number"><code>number</code></td>
5455
+ <td class="name"><code>number</code></td>
5082
5456
 
5083
5457
 
5084
5458
  <td class="type">
5085
5459
 
5086
5460
 
5087
- <span class="param-type">Number</span>
5461
+ <span class="param-type">
5462
+
5463
+ Number
5464
+
5465
+ </span>
5466
+
5088
5467
 
5089
5468
 
5090
5469
 
@@ -5172,7 +5551,12 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5172
5551
  <div class='column is-5 has-text-left'>
5173
5552
  <label>类型: </label>
5174
5553
 
5175
- <span class="param-type">Array</span>
5554
+ <span class="param-type">
5555
+
5556
+ Array
5557
+
5558
+ </span>
5559
+
5176
5560
 
5177
5561
 
5178
5562
  </div>
@@ -5250,13 +5634,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5250
5634
 
5251
5635
  <tr class="deep-level-0">
5252
5636
 
5253
- <td class="name" id="options"><code>options</code></td>
5637
+ <td class="name"><code>options</code></td>
5254
5638
 
5255
5639
 
5256
5640
  <td class="type">
5257
5641
 
5258
5642
 
5259
- <span class="param-type">Object</span>
5643
+ <span class="param-type">
5644
+
5645
+ Object
5646
+
5647
+ </span>
5648
+
5260
5649
 
5261
5650
 
5262
5651
 
@@ -5276,16 +5665,25 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5276
5665
 
5277
5666
  <tr class="deep-level-1">
5278
5667
 
5279
- <td class="name" id="point1"><code>point1</code></td>
5668
+ <td class="name"><code>point1</code></td>
5280
5669
 
5281
5670
 
5282
5671
  <td class="type">
5283
5672
 
5284
5673
 
5285
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5674
+ <span class="param-type">
5675
+
5676
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5677
+
5678
+ </span>
5286
5679
  |
5287
5680
 
5288
- <span class="param-type">Array.&lt;Number></span>
5681
+ <span class="param-type">
5682
+
5683
+ Array.&lt;Number>
5684
+
5685
+ </span>
5686
+
5289
5687
 
5290
5688
 
5291
5689
 
@@ -5305,16 +5703,25 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5305
5703
 
5306
5704
  <tr class="deep-level-1">
5307
5705
 
5308
- <td class="name" id="point2"><code>point2</code></td>
5706
+ <td class="name"><code>point2</code></td>
5309
5707
 
5310
5708
 
5311
5709
  <td class="type">
5312
5710
 
5313
5711
 
5314
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5712
+ <span class="param-type">
5713
+
5714
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5715
+
5716
+ </span>
5315
5717
  |
5316
5718
 
5317
- <span class="param-type">Array.&lt;Number></span>
5719
+ <span class="param-type">
5720
+
5721
+ Array.&lt;Number>
5722
+
5723
+ </span>
5724
+
5318
5725
 
5319
5726
 
5320
5727
 
@@ -5334,16 +5741,25 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5334
5741
 
5335
5742
  <tr class="deep-level-1">
5336
5743
 
5337
- <td class="name" id="point3"><code>point3</code></td>
5744
+ <td class="name"><code>point3</code></td>
5338
5745
 
5339
5746
 
5340
5747
  <td class="type">
5341
5748
 
5342
5749
 
5343
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
5750
+ <span class="param-type">
5751
+
5752
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
5753
+
5754
+ </span>
5344
5755
  |
5345
5756
 
5346
- <span class="param-type">Array.&lt;Number></span>
5757
+ <span class="param-type">
5758
+
5759
+ Array.&lt;Number>
5760
+
5761
+ </span>
5762
+
5347
5763
 
5348
5764
 
5349
5765
 
@@ -5363,13 +5779,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5363
5779
 
5364
5780
  <tr class="deep-level-1">
5365
5781
 
5366
- <td class="name" id="numberOfPoints"><code>numberOfPoints</code></td>
5782
+ <td class="name"><code>numberOfPoints</code></td>
5367
5783
 
5368
5784
 
5369
5785
  <td class="type">
5370
5786
 
5371
5787
 
5372
- <span class="param-type">Number</span>
5788
+ <span class="param-type">
5789
+
5790
+ Number
5791
+
5792
+ </span>
5793
+
5373
5794
 
5374
5795
 
5375
5796
 
@@ -5392,13 +5813,18 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5392
5813
 
5393
5814
  <tr class="deep-level-1">
5394
5815
 
5395
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
5816
+ <td class="name"><code>spatialReference</code></td>
5396
5817
 
5397
5818
 
5398
5819
  <td class="type">
5399
5820
 
5400
5821
 
5401
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
5822
+ <span class="param-type">
5823
+
5824
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
5825
+
5826
+ </span>
5827
+
5402
5828
 
5403
5829
 
5404
5830
 
@@ -5495,7 +5921,12 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
5495
5921
  <div class='column is-5 has-text-left'>
5496
5922
  <label>类型: </label>
5497
5923
 
5498
- <span class="param-type">Array</span>
5924
+ <span class="param-type">
5925
+
5926
+ Array
5927
+
5928
+ </span>
5929
+
5499
5930
 
5500
5931
 
5501
5932
  </div>
@@ -5602,16 +6033,25 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5602
6033
 
5603
6034
  <tr class="deep-level-0">
5604
6035
 
5605
- <td class="name" id="geometry1"><code>geometry1</code></td>
6036
+ <td class="name"><code>geometry1</code></td>
5606
6037
 
5607
6038
 
5608
6039
  <td class="type">
5609
6040
 
5610
6041
 
5611
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6042
+ <span class="param-type">
6043
+
6044
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6045
+
6046
+ </span>
5612
6047
  |
5613
6048
 
5614
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
6049
+ <span class="param-type">
6050
+
6051
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
6052
+
6053
+ </span>
6054
+
5615
6055
 
5616
6056
 
5617
6057
 
@@ -5629,13 +6069,18 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5629
6069
 
5630
6070
  <tr class="deep-level-0">
5631
6071
 
5632
- <td class="name" id="geometry2"><code>geometry2</code></td>
6072
+ <td class="name"><code>geometry2</code></td>
5633
6073
 
5634
6074
 
5635
6075
  <td class="type">
5636
6076
 
5637
6077
 
5638
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6078
+ <span class="param-type">
6079
+
6080
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6081
+
6082
+ </span>
6083
+
5639
6084
 
5640
6085
 
5641
6086
 
@@ -5723,10 +6168,19 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5723
6168
  <div class='column is-5 has-text-left'>
5724
6169
  <label>类型: </label>
5725
6170
 
5726
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6171
+ <span class="param-type">
6172
+
6173
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6174
+
6175
+ </span>
5727
6176
  |
5728
6177
 
5729
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
6178
+ <span class="param-type">
6179
+
6180
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
6181
+
6182
+ </span>
6183
+
5730
6184
 
5731
6185
 
5732
6186
  </div>
@@ -5812,13 +6266,18 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5812
6266
 
5813
6267
  <tr class="deep-level-0">
5814
6268
 
5815
- <td class="name" id="geometry1"><code>geometry1</code></td>
6269
+ <td class="name"><code>geometry1</code></td>
5816
6270
 
5817
6271
 
5818
6272
  <td class="type">
5819
6273
 
5820
6274
 
5821
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6275
+ <span class="param-type">
6276
+
6277
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6278
+
6279
+ </span>
6280
+
5822
6281
 
5823
6282
 
5824
6283
 
@@ -5842,13 +6301,18 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5842
6301
 
5843
6302
  <tr class="deep-level-0">
5844
6303
 
5845
- <td class="name" id="geometry2"><code>geometry2</code></td>
6304
+ <td class="name"><code>geometry2</code></td>
5846
6305
 
5847
6306
 
5848
6307
  <td class="type">
5849
6308
 
5850
6309
 
5851
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
6310
+ <span class="param-type">
6311
+
6312
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
6313
+
6314
+ </span>
6315
+
5852
6316
 
5853
6317
 
5854
6318
 
@@ -5942,7 +6406,12 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
5942
6406
  <div class='column is-5 has-text-left'>
5943
6407
  <label>类型: </label>
5944
6408
 
5945
- <span class="param-type">Boolean</span>
6409
+ <span class="param-type">
6410
+
6411
+ Boolean
6412
+
6413
+ </span>
6414
+
5946
6415
 
5947
6416
 
5948
6417
  </div>
@@ -6212,22 +6681,39 @@ console.log("是否相交:", isIntersect)</code></pre>
6212
6681
 
6213
6682
  <tr class="deep-level-0">
6214
6683
 
6215
- <td class="name" id="geometry"><code>geometry</code></td>
6684
+ <td class="name"><code>geometry</code></td>
6216
6685
 
6217
6686
 
6218
6687
  <td class="type">
6219
6688
 
6220
6689
 
6221
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
6690
+ <span class="param-type">
6691
+
6692
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
6693
+
6694
+ </span>
6222
6695
  |
6223
6696
 
6224
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
6697
+ <span class="param-type">
6698
+
6699
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
6700
+
6701
+ </span>
6225
6702
  |
6226
6703
 
6227
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
6704
+ <span class="param-type">
6705
+
6706
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
6707
+
6708
+ </span>
6228
6709
  |
6229
6710
 
6230
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
6711
+ <span class="param-type">
6712
+
6713
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
6714
+
6715
+ </span>
6716
+
6231
6717
 
6232
6718
 
6233
6719
 
@@ -6315,7 +6801,12 @@ console.log("是否相交:", isIntersect)</code></pre>
6315
6801
  <div class='column is-5 has-text-left'>
6316
6802
  <label>类型: </label>
6317
6803
 
6318
- <span class="param-type">Boolean</span>
6804
+ <span class="param-type">
6805
+
6806
+ Boolean
6807
+
6808
+ </span>
6809
+
6319
6810
 
6320
6811
 
6321
6812
  </div>
@@ -6499,31 +6990,60 @@ console.log("是否通过检查:", isSimple)</code></pre>
6499
6990
 
6500
6991
  <tr class="deep-level-0">
6501
6992
 
6502
- <td class="name" id="geometry"><code>geometry</code></td>
6993
+ <td class="name"><code>geometry</code></td>
6503
6994
 
6504
6995
 
6505
6996
  <td class="type">
6506
6997
 
6507
6998
 
6508
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
6999
+ <span class="param-type">
7000
+
7001
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
7002
+
7003
+ </span>
6509
7004
  |
6510
7005
 
6511
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
7006
+ <span class="param-type">
7007
+
7008
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
7009
+
7010
+ </span>
6512
7011
  |
6513
7012
 
6514
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
7013
+ <span class="param-type">
7014
+
7015
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
7016
+
7017
+ </span>
6515
7018
  |
6516
7019
 
6517
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
7020
+ <span class="param-type">
7021
+
7022
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
7023
+
7024
+ </span>
6518
7025
  |
6519
7026
 
6520
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
7027
+ <span class="param-type">
7028
+
7029
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
7030
+
7031
+ </span>
6521
7032
  |
6522
7033
 
6523
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
7034
+ <span class="param-type">
7035
+
7036
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
7037
+
7038
+ </span>
6524
7039
  |
6525
7040
 
6526
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7041
+ <span class="param-type">
7042
+
7043
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7044
+
7045
+ </span>
7046
+
6527
7047
 
6528
7048
 
6529
7049
 
@@ -6541,13 +7061,18 @@ console.log("是否通过检查:", isSimple)</code></pre>
6541
7061
 
6542
7062
  <tr class="deep-level-0">
6543
7063
 
6544
- <td class="name" id="inputPoint"><code>inputPoint</code></td>
7064
+ <td class="name"><code>inputPoint</code></td>
6545
7065
 
6546
7066
 
6547
7067
  <td class="type">
6548
7068
 
6549
7069
 
6550
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7070
+ <span class="param-type">
7071
+
7072
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7073
+
7074
+ </span>
7075
+
6551
7076
 
6552
7077
 
6553
7078
 
@@ -6659,7 +7184,12 @@ console.log(&quot;多点到目标点最近点:&quot;, pointToMultiPoint);</li>
6659
7184
  <div class='column is-5 has-text-left'>
6660
7185
  <label>类型: </label>
6661
7186
 
6662
- <span class="param-type">Project.&lt;<a href="Point.html">Point</a>></span>
7187
+ <span class="param-type">
7188
+
7189
+ Project.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
7190
+
7191
+ </span>
7192
+
6663
7193
 
6664
7194
 
6665
7195
  </div>
@@ -6795,13 +7325,18 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
6795
7325
 
6796
7326
  <tr class="deep-level-0">
6797
7327
 
6798
- <td class="name" id="geometry1"><code>geometry1</code></td>
7328
+ <td class="name"><code>geometry1</code></td>
6799
7329
 
6800
7330
 
6801
7331
  <td class="type">
6802
7332
 
6803
7333
 
6804
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7334
+ <span class="param-type">
7335
+
7336
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7337
+
7338
+ </span>
7339
+
6805
7340
 
6806
7341
 
6807
7342
 
@@ -6819,13 +7354,18 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
6819
7354
 
6820
7355
  <tr class="deep-level-0">
6821
7356
 
6822
- <td class="name" id="geometry2"><code>geometry2</code></td>
7357
+ <td class="name"><code>geometry2</code></td>
6823
7358
 
6824
7359
 
6825
7360
  <td class="type">
6826
7361
 
6827
7362
 
6828
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
7363
+ <span class="param-type">
7364
+
7365
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
7366
+
7367
+ </span>
7368
+
6829
7369
 
6830
7370
 
6831
7371
 
@@ -6913,7 +7453,12 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
6913
7453
  <div class='column is-5 has-text-left'>
6914
7454
  <label>类型: </label>
6915
7455
 
6916
- <span class="param-type">Boolean</span>
7456
+ <span class="param-type">
7457
+
7458
+ Boolean
7459
+
7460
+ </span>
7461
+
6917
7462
 
6918
7463
 
6919
7464
  </div>
@@ -7042,22 +7587,39 @@ console.log("是否重叠:", isIntersect)</code></pre>
7042
7587
 
7043
7588
  <tr class="deep-level-0">
7044
7589
 
7045
- <td class="name" id="geometry"><code>geometry</code></td>
7590
+ <td class="name"><code>geometry</code></td>
7046
7591
 
7047
7592
 
7048
7593
  <td class="type">
7049
7594
 
7050
7595
 
7051
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
7596
+ <span class="param-type">
7597
+
7598
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
7599
+
7600
+ </span>
7052
7601
  |
7053
7602
 
7054
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
7603
+ <span class="param-type">
7604
+
7605
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
7606
+
7607
+ </span>
7055
7608
  |
7056
7609
 
7057
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
7610
+ <span class="param-type">
7611
+
7612
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
7613
+
7614
+ </span>
7058
7615
  |
7059
7616
 
7060
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7617
+ <span class="param-type">
7618
+
7619
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7620
+
7621
+ </span>
7622
+
7061
7623
 
7062
7624
 
7063
7625
 
@@ -7079,13 +7641,18 @@ console.log("是否重叠:", isIntersect)</code></pre>
7079
7641
 
7080
7642
  <tr class="deep-level-0">
7081
7643
 
7082
- <td class="name" id="unit"><code>unit</code></td>
7644
+ <td class="name"><code>unit</code></td>
7083
7645
 
7084
7646
 
7085
7647
  <td class="type">
7086
7648
 
7087
7649
 
7088
- <span class="param-type"><a class="mapgis-link-name" title="AreaUnits" global.html#AreaUnits>AreaUnits</a></span>
7650
+ <span class="param-type">
7651
+
7652
+ <a link="AreaUnits.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AreaUnits" global.html#AreaUnits>AreaUnits</a>
7653
+
7654
+ </span>
7655
+
7089
7656
 
7090
7657
 
7091
7658
 
@@ -7179,7 +7746,12 @@ console.log("是否重叠:", isIntersect)</code></pre>
7179
7746
  <div class='column is-5 has-text-left'>
7180
7747
  <label>类型: </label>
7181
7748
 
7182
- <span class="param-type">Number</span>
7749
+ <span class="param-type">
7750
+
7751
+ Number
7752
+
7753
+ </span>
7754
+
7183
7755
 
7184
7756
 
7185
7757
  </div>
@@ -7398,28 +7970,53 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
7398
7970
 
7399
7971
  <tr class="deep-level-0">
7400
7972
 
7401
- <td class="name" id="geometry"><code>geometry</code></td>
7973
+ <td class="name"><code>geometry</code></td>
7402
7974
 
7403
7975
 
7404
7976
  <td class="type">
7405
7977
 
7406
7978
 
7407
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
7979
+ <span class="param-type">
7980
+
7981
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
7982
+
7983
+ </span>
7408
7984
  |
7409
7985
 
7410
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
7986
+ <span class="param-type">
7987
+
7988
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
7989
+
7990
+ </span>
7411
7991
  |
7412
7992
 
7413
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
7993
+ <span class="param-type">
7994
+
7995
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
7996
+
7997
+ </span>
7414
7998
  |
7415
7999
 
7416
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
8000
+ <span class="param-type">
8001
+
8002
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
8003
+
8004
+ </span>
7417
8005
  |
7418
8006
 
7419
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
8007
+ <span class="param-type">
8008
+
8009
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
8010
+
8011
+ </span>
7420
8012
  |
7421
8013
 
7422
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
8014
+ <span class="param-type">
8015
+
8016
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
8017
+
8018
+ </span>
8019
+
7423
8020
 
7424
8021
 
7425
8022
 
@@ -7443,13 +8040,18 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
7443
8040
 
7444
8041
  <tr class="deep-level-0">
7445
8042
 
7446
- <td class="name" id="unit"><code>unit</code></td>
8043
+ <td class="name"><code>unit</code></td>
7447
8044
 
7448
8045
 
7449
8046
  <td class="type">
7450
8047
 
7451
8048
 
7452
- <span class="param-type"><a class="mapgis-link-name" title="LinearUnits" global.html#LinearUnits>LinearUnits</a></span>
8049
+ <span class="param-type">
8050
+
8051
+ <a link="LinearUnits.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LinearUnits" global.html#LinearUnits>LinearUnits</a>
8052
+
8053
+ </span>
8054
+
7453
8055
 
7454
8056
 
7455
8057
 
@@ -7543,7 +8145,12 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
7543
8145
  <div class='column is-5 has-text-left'>
7544
8146
  <label>类型: </label>
7545
8147
 
7546
- <span class="param-type">Number</span>
8148
+ <span class="param-type">
8149
+
8150
+ Number
8151
+
8152
+ </span>
8153
+
7547
8154
 
7548
8155
 
7549
8156
  </div>
@@ -7677,13 +8284,18 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
7677
8284
 
7678
8285
  <tr class="deep-level-0">
7679
8286
 
7680
- <td class="name" id="geometry"><code>geometry</code></td>
8287
+ <td class="name"><code>geometry</code></td>
7681
8288
 
7682
8289
 
7683
8290
  <td class="type">
7684
8291
 
7685
8292
 
7686
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
8293
+ <span class="param-type">
8294
+
8295
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
8296
+
8297
+ </span>
8298
+
7687
8299
 
7688
8300
 
7689
8301
 
@@ -7701,13 +8313,18 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
7701
8313
 
7702
8314
  <tr class="deep-level-0">
7703
8315
 
7704
- <td class="name" id="angle"><code>angle</code></td>
8316
+ <td class="name"><code>angle</code></td>
7705
8317
 
7706
8318
 
7707
8319
  <td class="type">
7708
8320
 
7709
8321
 
7710
- <span class="param-type">Number</span>
8322
+ <span class="param-type">
8323
+
8324
+ Number
8325
+
8326
+ </span>
8327
+
7711
8328
 
7712
8329
 
7713
8330
 
@@ -7725,13 +8342,18 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
7725
8342
 
7726
8343
  <tr class="deep-level-0">
7727
8344
 
7728
- <td class="name" id="rotationOrigin"><code>rotationOrigin</code></td>
8345
+ <td class="name"><code>rotationOrigin</code></td>
7729
8346
 
7730
8347
 
7731
8348
  <td class="type">
7732
8349
 
7733
8350
 
7734
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8351
+ <span class="param-type">
8352
+
8353
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8354
+
8355
+ </span>
8356
+
7735
8357
 
7736
8358
 
7737
8359
 
@@ -7819,7 +8441,12 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
7819
8441
  <div class='column is-5 has-text-left'>
7820
8442
  <label>类型: </label>
7821
8443
 
7822
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
8444
+ <span class="param-type">
8445
+
8446
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
8447
+
8448
+ </span>
8449
+
7823
8450
 
7824
8451
 
7825
8452
  </div>
@@ -8126,22 +8753,39 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
8126
8753
 
8127
8754
  <tr class="deep-level-0">
8128
8755
 
8129
- <td class="name" id="geometry"><code>geometry</code></td>
8756
+ <td class="name"><code>geometry</code></td>
8130
8757
 
8131
8758
 
8132
8759
  <td class="type">
8133
8760
 
8134
8761
 
8135
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
8762
+ <span class="param-type">
8763
+
8764
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
8765
+
8766
+ </span>
8136
8767
  |
8137
8768
 
8138
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
8769
+ <span class="param-type">
8770
+
8771
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
8772
+
8773
+ </span>
8139
8774
  |
8140
8775
 
8141
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
8776
+ <span class="param-type">
8777
+
8778
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
8779
+
8780
+ </span>
8142
8781
  |
8143
8782
 
8144
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
8783
+ <span class="param-type">
8784
+
8785
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
8786
+
8787
+ </span>
8788
+
8145
8789
 
8146
8790
 
8147
8791
 
@@ -8229,7 +8873,12 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
8229
8873
  <div class='column is-5 has-text-left'>
8230
8874
  <label>类型: </label>
8231
8875
 
8232
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
8876
+ <span class="param-type">
8877
+
8878
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
8879
+
8880
+ </span>
8881
+
8233
8882
 
8234
8883
 
8235
8884
  </div>
@@ -8316,28 +8965,53 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
8316
8965
 
8317
8966
  <tr class="deep-level-0">
8318
8967
 
8319
- <td class="name" id="geometry1"><code>geometry1</code></td>
8968
+ <td class="name"><code>geometry1</code></td>
8320
8969
 
8321
8970
 
8322
8971
  <td class="type">
8323
8972
 
8324
8973
 
8325
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
8974
+ <span class="param-type">
8975
+
8976
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
8977
+
8978
+ </span>
8326
8979
  |
8327
8980
 
8328
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
8981
+ <span class="param-type">
8982
+
8983
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
8984
+
8985
+ </span>
8329
8986
  |
8330
8987
 
8331
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
8988
+ <span class="param-type">
8989
+
8990
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
8991
+
8992
+ </span>
8332
8993
  |
8333
8994
 
8334
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
8995
+ <span class="param-type">
8996
+
8997
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
8998
+
8999
+ </span>
8335
9000
  |
8336
9001
 
8337
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
9002
+ <span class="param-type">
9003
+
9004
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
9005
+
9006
+ </span>
8338
9007
  |
8339
9008
 
8340
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
9009
+ <span class="param-type">
9010
+
9011
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
9012
+
9013
+ </span>
9014
+
8341
9015
 
8342
9016
 
8343
9017
 
@@ -8355,34 +9029,67 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
8355
9029
 
8356
9030
  <tr class="deep-level-0">
8357
9031
 
8358
- <td class="name" id="geometry2"><code>geometry2</code></td>
9032
+ <td class="name"><code>geometry2</code></td>
8359
9033
 
8360
9034
 
8361
9035
  <td class="type">
8362
9036
 
8363
9037
 
8364
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
9038
+ <span class="param-type">
9039
+
9040
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
9041
+
9042
+ </span>
8365
9043
  |
8366
9044
 
8367
- <span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
9045
+ <span class="param-type">
9046
+
9047
+ <a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a>
9048
+
9049
+ </span>
8368
9050
  |
8369
9051
 
8370
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
9052
+ <span class="param-type">
9053
+
9054
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
9055
+
9056
+ </span>
8371
9057
  |
8372
9058
 
8373
- <span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
9059
+ <span class="param-type">
9060
+
9061
+ <a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a>
9062
+
9063
+ </span>
8374
9064
  |
8375
9065
 
8376
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
9066
+ <span class="param-type">
9067
+
9068
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
9069
+
9070
+ </span>
8377
9071
  |
8378
9072
 
8379
- <span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
9073
+ <span class="param-type">
9074
+
9075
+ <a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a>
9076
+
9077
+ </span>
8380
9078
  |
8381
9079
 
8382
- <span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
9080
+ <span class="param-type">
9081
+
9082
+ <a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a>
9083
+
9084
+ </span>
8383
9085
  |
8384
9086
 
8385
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
9087
+ <span class="param-type">
9088
+
9089
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
9090
+
9091
+ </span>
9092
+
8386
9093
 
8387
9094
 
8388
9095
 
@@ -8470,7 +9177,12 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
8470
9177
  <div class='column is-5 has-text-left'>
8471
9178
  <label>类型: </label>
8472
9179
 
8473
- <span class="param-type">Boolean</span>
9180
+ <span class="param-type">
9181
+
9182
+ Boolean
9183
+
9184
+ </span>
9185
+
8474
9186
 
8475
9187
 
8476
9188
  </div>
@@ -8732,13 +9444,18 @@ console.log("圆和圆是否相邻:", isTouch)</code></pre>
8732
9444
 
8733
9445
  <tr class="deep-level-0">
8734
9446
 
8735
- <td class="name" id="geometries"><code>geometries</code></td>
9447
+ <td class="name"><code>geometries</code></td>
8736
9448
 
8737
9449
 
8738
9450
  <td class="type">
8739
9451
 
8740
9452
 
8741
- <span class="param-type">Array.&lt;<a href="Geometry.html">Geometry</a>></span>
9453
+ <span class="param-type">
9454
+
9455
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
9456
+
9457
+ </span>
9458
+
8742
9459
 
8743
9460
 
8744
9461
 
@@ -8826,7 +9543,12 @@ console.log("圆和圆是否相邻:", isTouch)</code></pre>
8826
9543
  <div class='column is-5 has-text-left'>
8827
9544
  <label>类型: </label>
8828
9545
 
8829
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
9546
+ <span class="param-type">
9547
+
9548
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
9549
+
9550
+ </span>
9551
+
8830
9552
 
8831
9553
 
8832
9554
  </div>
@@ -9095,13 +9817,18 @@ const polygon1 = new Polygon({
9095
9817
 
9096
9818
  <tr class="deep-level-0">
9097
9819
 
9098
- <td class="name" id="innerGeometry"><code>innerGeometry</code></td>
9820
+ <td class="name"><code>innerGeometry</code></td>
9099
9821
 
9100
9822
 
9101
9823
  <td class="type">
9102
9824
 
9103
9825
 
9104
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
9826
+ <span class="param-type">
9827
+
9828
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
9829
+
9830
+ </span>
9831
+
9105
9832
 
9106
9833
 
9107
9834
 
@@ -9119,13 +9846,18 @@ const polygon1 = new Polygon({
9119
9846
 
9120
9847
  <tr class="deep-level-0">
9121
9848
 
9122
- <td class="name" id="outerGeometry"><code>outerGeometry</code></td>
9849
+ <td class="name"><code>outerGeometry</code></td>
9123
9850
 
9124
9851
 
9125
9852
  <td class="type">
9126
9853
 
9127
9854
 
9128
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
9855
+ <span class="param-type">
9856
+
9857
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
9858
+
9859
+ </span>
9860
+
9129
9861
 
9130
9862
 
9131
9863
 
@@ -9213,7 +9945,12 @@ const polygon1 = new Polygon({
9213
9945
  <div class='column is-5 has-text-left'>
9214
9946
  <label>类型: </label>
9215
9947
 
9216
- <span class="param-type">Boolean</span>
9948
+ <span class="param-type">
9949
+
9950
+ Boolean
9951
+
9952
+ </span>
9953
+
9217
9954
 
9218
9955
 
9219
9956
  </div>