@mapgis/webclient-common 17.0.2 → 17.0.4
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.
- package/README.md +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -174,15 +174,16 @@
|
|
|
174
174
|
<tbody>
|
|
175
175
|
|
|
176
176
|
<tr class="deep-level-0">
|
|
177
|
-
<td class="name"><code><a href="
|
|
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"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
183
183
|
|
|
|
184
184
|
|
|
185
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
185
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
186
|
+
|
|
186
187
|
|
|
187
188
|
|
|
188
189
|
|
|
@@ -210,7 +211,7 @@
|
|
|
210
211
|
</tr>
|
|
211
212
|
|
|
212
213
|
<tr class="deep-level-0">
|
|
213
|
-
<td class="name"><code><a href="
|
|
214
|
+
<td class="name"><code><a href="#contains">contains</a></code></td>
|
|
214
215
|
<td class="name">
|
|
215
216
|
<code>
|
|
216
217
|
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
<span class="param-type">Boolean</span>
|
|
219
220
|
|
|
220
221
|
|
|
222
|
+
|
|
221
223
|
|
|
222
224
|
</code>
|
|
223
225
|
</td>
|
|
@@ -241,7 +243,7 @@
|
|
|
241
243
|
</tr>
|
|
242
244
|
|
|
243
245
|
<tr class="deep-level-0">
|
|
244
|
-
<td class="name"><code><a href="
|
|
246
|
+
<td class="name"><code><a href="#crosses">crosses</a></code></td>
|
|
245
247
|
<td class="name">
|
|
246
248
|
<code>
|
|
247
249
|
|
|
@@ -249,6 +251,7 @@
|
|
|
249
251
|
<span class="param-type">Boolean</span>
|
|
250
252
|
|
|
251
253
|
|
|
254
|
+
|
|
252
255
|
|
|
253
256
|
</code>
|
|
254
257
|
</td>
|
|
@@ -273,12 +276,13 @@
|
|
|
273
276
|
</tr>
|
|
274
277
|
|
|
275
278
|
<tr class="deep-level-0">
|
|
276
|
-
<td class="name"><code><a href="
|
|
279
|
+
<td class="name"><code><a href="#cut">cut</a></code></td>
|
|
277
280
|
<td class="name">
|
|
278
281
|
<code>
|
|
279
282
|
|
|
280
283
|
|
|
281
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
284
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
285
|
+
|
|
282
286
|
|
|
283
287
|
|
|
284
288
|
|
|
@@ -302,15 +306,16 @@
|
|
|
302
306
|
</tr>
|
|
303
307
|
|
|
304
308
|
<tr class="deep-level-0">
|
|
305
|
-
<td class="name"><code><a href="
|
|
309
|
+
<td class="name"><code><a href="#difference">difference</a></code></td>
|
|
306
310
|
<td class="name">
|
|
307
311
|
<code>
|
|
308
312
|
|
|
309
313
|
|
|
310
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
314
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
311
315
|
|
|
|
312
316
|
|
|
313
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
317
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
318
|
+
|
|
314
319
|
|
|
315
320
|
|
|
316
321
|
|
|
@@ -329,7 +334,7 @@
|
|
|
329
334
|
</tr>
|
|
330
335
|
|
|
331
336
|
<tr class="deep-level-0">
|
|
332
|
-
<td class="name"><code><a href="
|
|
337
|
+
<td class="name"><code><a href="#disjoint">disjoint</a></code></td>
|
|
333
338
|
<td class="name">
|
|
334
339
|
<code>
|
|
335
340
|
|
|
@@ -337,6 +342,7 @@
|
|
|
337
342
|
<span class="param-type">Boolean</span>
|
|
338
343
|
|
|
339
344
|
|
|
345
|
+
|
|
340
346
|
|
|
341
347
|
</code>
|
|
342
348
|
</td>
|
|
@@ -348,7 +354,7 @@
|
|
|
348
354
|
</tr>
|
|
349
355
|
|
|
350
356
|
<tr class="deep-level-0">
|
|
351
|
-
<td class="name"><code><a href="
|
|
357
|
+
<td class="name"><code><a href="#distance">distance</a></code></td>
|
|
352
358
|
<td class="name">
|
|
353
359
|
<code>
|
|
354
360
|
|
|
@@ -356,6 +362,7 @@
|
|
|
356
362
|
<span class="param-type">Number</span>
|
|
357
363
|
|
|
358
364
|
|
|
365
|
+
|
|
359
366
|
|
|
360
367
|
</code>
|
|
361
368
|
</td>
|
|
@@ -364,7 +371,7 @@
|
|
|
364
371
|
</tr>
|
|
365
372
|
|
|
366
373
|
<tr class="deep-level-0">
|
|
367
|
-
<td class="name"><code><a href="
|
|
374
|
+
<td class="name"><code><a href="#equals">equals</a></code></td>
|
|
368
375
|
<td class="name">
|
|
369
376
|
<code>
|
|
370
377
|
|
|
@@ -372,6 +379,7 @@
|
|
|
372
379
|
<span class="param-type">Boolean</span>
|
|
373
380
|
|
|
374
381
|
|
|
382
|
+
|
|
375
383
|
|
|
376
384
|
</code>
|
|
377
385
|
</td>
|
|
@@ -385,7 +393,7 @@
|
|
|
385
393
|
</tr>
|
|
386
394
|
|
|
387
395
|
<tr class="deep-level-0">
|
|
388
|
-
<td class="name"><code><a href="
|
|
396
|
+
<td class="name"><code><a href="#geodesicLength">geodesicLength</a></code></td>
|
|
389
397
|
<td class="name">
|
|
390
398
|
<code>
|
|
391
399
|
|
|
@@ -393,6 +401,7 @@
|
|
|
393
401
|
<span class="param-type">Number</span>
|
|
394
402
|
|
|
395
403
|
|
|
404
|
+
|
|
396
405
|
|
|
397
406
|
</code>
|
|
398
407
|
</td>
|
|
@@ -401,7 +410,7 @@
|
|
|
401
410
|
</tr>
|
|
402
411
|
|
|
403
412
|
<tr class="deep-level-0">
|
|
404
|
-
<td class="name"><code><a href="
|
|
413
|
+
<td class="name"><code><a href="#getAngleFromPoints">getAngleFromPoints</a></code></td>
|
|
405
414
|
<td class="name">
|
|
406
415
|
<code>
|
|
407
416
|
|
|
@@ -409,6 +418,7 @@
|
|
|
409
418
|
<span class="param-type">Number</span>
|
|
410
419
|
|
|
411
420
|
|
|
421
|
+
|
|
412
422
|
|
|
413
423
|
</code>
|
|
414
424
|
</td>
|
|
@@ -417,21 +427,22 @@
|
|
|
417
427
|
</tr>
|
|
418
428
|
|
|
419
429
|
<tr class="deep-level-0">
|
|
420
|
-
<td class="name"><code><a href="
|
|
430
|
+
<td class="name"><code><a href="#getArcFromGeometry">getArcFromGeometry</a></code></td>
|
|
421
431
|
<td class="name">
|
|
422
432
|
<code>
|
|
423
433
|
|
|
424
434
|
|
|
425
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
435
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
426
436
|
|
|
|
427
437
|
|
|
428
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
438
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
429
439
|
|
|
|
430
440
|
|
|
431
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
441
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
432
442
|
|
|
|
433
443
|
|
|
434
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
444
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
445
|
+
|
|
435
446
|
|
|
436
447
|
|
|
437
448
|
|
|
@@ -442,7 +453,7 @@
|
|
|
442
453
|
</tr>
|
|
443
454
|
|
|
444
455
|
<tr class="deep-level-0">
|
|
445
|
-
<td class="name"><code><a href="
|
|
456
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
446
457
|
<td class="name">
|
|
447
458
|
<code>
|
|
448
459
|
|
|
@@ -450,6 +461,7 @@
|
|
|
450
461
|
<span class="param-type">Array.<Number></span>
|
|
451
462
|
|
|
452
463
|
|
|
464
|
+
|
|
453
465
|
|
|
454
466
|
</code>
|
|
455
467
|
</td>
|
|
@@ -458,12 +470,13 @@
|
|
|
458
470
|
</tr>
|
|
459
471
|
|
|
460
472
|
<tr class="deep-level-0">
|
|
461
|
-
<td class="name"><code><a href="
|
|
473
|
+
<td class="name"><code><a href="#getCenterOID">getCenterOID</a></code></td>
|
|
462
474
|
<td class="name">
|
|
463
475
|
<code>
|
|
464
476
|
|
|
465
477
|
|
|
466
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
478
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
479
|
+
|
|
467
480
|
|
|
468
481
|
|
|
469
482
|
|
|
@@ -474,7 +487,7 @@
|
|
|
474
487
|
</tr>
|
|
475
488
|
|
|
476
489
|
<tr class="deep-level-0">
|
|
477
|
-
<td class="name"><code><a href="
|
|
490
|
+
<td class="name"><code><a href="#getEllipseCoordinates">getEllipseCoordinates</a></code></td>
|
|
478
491
|
<td class="name">
|
|
479
492
|
<code>
|
|
480
493
|
|
|
@@ -482,6 +495,7 @@
|
|
|
482
495
|
<span class="param-type">Array</span>
|
|
483
496
|
|
|
484
497
|
|
|
498
|
+
|
|
485
499
|
|
|
486
500
|
</code>
|
|
487
501
|
</td>
|
|
@@ -490,7 +504,7 @@
|
|
|
490
504
|
</tr>
|
|
491
505
|
|
|
492
506
|
<tr class="deep-level-0">
|
|
493
|
-
<td class="name"><code><a href="
|
|
507
|
+
<td class="name"><code><a href="#getPositionsFromArc">getPositionsFromArc</a></code></td>
|
|
494
508
|
<td class="name">
|
|
495
509
|
<code>
|
|
496
510
|
|
|
@@ -498,6 +512,7 @@
|
|
|
498
512
|
<span class="param-type">Array</span>
|
|
499
513
|
|
|
500
514
|
|
|
515
|
+
|
|
501
516
|
|
|
502
517
|
</code>
|
|
503
518
|
</td>
|
|
@@ -506,15 +521,16 @@
|
|
|
506
521
|
</tr>
|
|
507
522
|
|
|
508
523
|
<tr class="deep-level-0">
|
|
509
|
-
<td class="name"><code><a href="
|
|
524
|
+
<td class="name"><code><a href="#intersect">intersect</a></code></td>
|
|
510
525
|
<td class="name">
|
|
511
526
|
<code>
|
|
512
527
|
|
|
513
528
|
|
|
514
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
529
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
515
530
|
|
|
|
516
531
|
|
|
517
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
532
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
533
|
+
|
|
518
534
|
|
|
519
535
|
|
|
520
536
|
|
|
@@ -531,7 +547,7 @@
|
|
|
531
547
|
</tr>
|
|
532
548
|
|
|
533
549
|
<tr class="deep-level-0">
|
|
534
|
-
<td class="name"><code><a href="
|
|
550
|
+
<td class="name"><code><a href="#intersects">intersects</a></code></td>
|
|
535
551
|
<td class="name">
|
|
536
552
|
<code>
|
|
537
553
|
|
|
@@ -539,6 +555,7 @@
|
|
|
539
555
|
<span class="param-type">Boolean</span>
|
|
540
556
|
|
|
541
557
|
|
|
558
|
+
|
|
542
559
|
|
|
543
560
|
</code>
|
|
544
561
|
</td>
|
|
@@ -555,7 +572,7 @@
|
|
|
555
572
|
</tr>
|
|
556
573
|
|
|
557
574
|
<tr class="deep-level-0">
|
|
558
|
-
<td class="name"><code><a href="
|
|
575
|
+
<td class="name"><code><a href="#isSimple">isSimple</a></code></td>
|
|
559
576
|
<td class="name">
|
|
560
577
|
<code>
|
|
561
578
|
|
|
@@ -563,6 +580,7 @@
|
|
|
563
580
|
<span class="param-type">Boolean</span>
|
|
564
581
|
|
|
565
582
|
|
|
583
|
+
|
|
566
584
|
|
|
567
585
|
</code>
|
|
568
586
|
</td>
|
|
@@ -581,12 +599,13 @@
|
|
|
581
599
|
</tr>
|
|
582
600
|
|
|
583
601
|
<tr class="deep-level-0">
|
|
584
|
-
<td class="name"><code><a href="
|
|
602
|
+
<td class="name"><code><a href="#nearestCoordinate">nearestCoordinate</a></code></td>
|
|
585
603
|
<td class="name">
|
|
586
604
|
<code>
|
|
587
605
|
|
|
588
606
|
|
|
589
|
-
<span class="param-type">Project.<<a href="Point.html">Point</a>></span>
|
|
607
|
+
<span class="param-type">Project.<<a link="Project.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
|
|
608
|
+
|
|
590
609
|
|
|
591
610
|
|
|
592
611
|
|
|
@@ -597,7 +616,7 @@
|
|
|
597
616
|
</tr>
|
|
598
617
|
|
|
599
618
|
<tr class="deep-level-0">
|
|
600
|
-
<td class="name"><code><a href="
|
|
619
|
+
<td class="name"><code><a href="#overlaps">overlaps</a></code></td>
|
|
601
620
|
<td class="name">
|
|
602
621
|
<code>
|
|
603
622
|
|
|
@@ -605,6 +624,7 @@
|
|
|
605
624
|
<span class="param-type">Boolean</span>
|
|
606
625
|
|
|
607
626
|
|
|
627
|
+
|
|
608
628
|
|
|
609
629
|
</code>
|
|
610
630
|
</td>
|
|
@@ -613,7 +633,7 @@
|
|
|
613
633
|
</tr>
|
|
614
634
|
|
|
615
635
|
<tr class="deep-level-0">
|
|
616
|
-
<td class="name"><code><a href="
|
|
636
|
+
<td class="name"><code><a href="#planarArea">planarArea</a></code></td>
|
|
617
637
|
<td class="name">
|
|
618
638
|
<code>
|
|
619
639
|
|
|
@@ -621,6 +641,7 @@
|
|
|
621
641
|
<span class="param-type">Number</span>
|
|
622
642
|
|
|
623
643
|
|
|
644
|
+
|
|
624
645
|
|
|
625
646
|
</code>
|
|
626
647
|
</td>
|
|
@@ -639,7 +660,7 @@
|
|
|
639
660
|
</tr>
|
|
640
661
|
|
|
641
662
|
<tr class="deep-level-0">
|
|
642
|
-
<td class="name"><code><a href="
|
|
663
|
+
<td class="name"><code><a href="#planarLength">planarLength</a></code></td>
|
|
643
664
|
<td class="name">
|
|
644
665
|
<code>
|
|
645
666
|
|
|
@@ -647,6 +668,7 @@
|
|
|
647
668
|
<span class="param-type">Number</span>
|
|
648
669
|
|
|
649
670
|
|
|
671
|
+
|
|
650
672
|
|
|
651
673
|
</code>
|
|
652
674
|
</td>
|
|
@@ -665,12 +687,13 @@
|
|
|
665
687
|
</tr>
|
|
666
688
|
|
|
667
689
|
<tr class="deep-level-0">
|
|
668
|
-
<td class="name"><code><a href="
|
|
690
|
+
<td class="name"><code><a href="#rotate">rotate</a></code></td>
|
|
669
691
|
<td class="name">
|
|
670
692
|
<code>
|
|
671
693
|
|
|
672
694
|
|
|
673
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
695
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
696
|
+
|
|
674
697
|
|
|
675
698
|
|
|
676
699
|
|
|
@@ -695,12 +718,13 @@
|
|
|
695
718
|
</tr>
|
|
696
719
|
|
|
697
720
|
<tr class="deep-level-0">
|
|
698
|
-
<td class="name"><code><a href="
|
|
721
|
+
<td class="name"><code><a href="#simplify">simplify</a></code></td>
|
|
699
722
|
<td class="name">
|
|
700
723
|
<code>
|
|
701
724
|
|
|
702
725
|
|
|
703
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
726
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
727
|
+
|
|
704
728
|
|
|
705
729
|
|
|
706
730
|
|
|
@@ -711,7 +735,7 @@
|
|
|
711
735
|
</tr>
|
|
712
736
|
|
|
713
737
|
<tr class="deep-level-0">
|
|
714
|
-
<td class="name"><code><a href="
|
|
738
|
+
<td class="name"><code><a href="#touches">touches</a></code></td>
|
|
715
739
|
<td class="name">
|
|
716
740
|
<code>
|
|
717
741
|
|
|
@@ -719,6 +743,7 @@
|
|
|
719
743
|
<span class="param-type">Boolean</span>
|
|
720
744
|
|
|
721
745
|
|
|
746
|
+
|
|
722
747
|
|
|
723
748
|
</code>
|
|
724
749
|
</td>
|
|
@@ -738,12 +763,13 @@
|
|
|
738
763
|
</tr>
|
|
739
764
|
|
|
740
765
|
<tr class="deep-level-0">
|
|
741
|
-
<td class="name"><code><a href="
|
|
766
|
+
<td class="name"><code><a href="#union">union</a></code></td>
|
|
742
767
|
<td class="name">
|
|
743
768
|
<code>
|
|
744
769
|
|
|
745
770
|
|
|
746
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
771
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
772
|
+
|
|
747
773
|
|
|
748
774
|
|
|
749
775
|
|
|
@@ -762,7 +788,7 @@
|
|
|
762
788
|
</tr>
|
|
763
789
|
|
|
764
790
|
<tr class="deep-level-0">
|
|
765
|
-
<td class="name"><code><a href="
|
|
791
|
+
<td class="name"><code><a href="#within">within</a></code></td>
|
|
766
792
|
<td class="name">
|
|
767
793
|
<code>
|
|
768
794
|
|
|
@@ -770,6 +796,7 @@
|
|
|
770
796
|
<span class="param-type">Boolean</span>
|
|
771
797
|
|
|
772
798
|
|
|
799
|
+
|
|
773
800
|
|
|
774
801
|
</code>
|
|
775
802
|
</td>
|
|
@@ -865,10 +892,11 @@
|
|
|
865
892
|
<td class="type">
|
|
866
893
|
|
|
867
894
|
|
|
868
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
895
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
869
896
|
|
|
|
870
897
|
|
|
871
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
898
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
899
|
+
|
|
872
900
|
|
|
873
901
|
|
|
874
902
|
|
|
@@ -904,6 +932,7 @@
|
|
|
904
932
|
<span class="param-type">Array.<Number></span>
|
|
905
933
|
|
|
906
934
|
|
|
935
|
+
|
|
907
936
|
|
|
908
937
|
</td>
|
|
909
938
|
|
|
@@ -931,7 +960,8 @@
|
|
|
931
960
|
<td class="type">
|
|
932
961
|
|
|
933
962
|
|
|
934
|
-
<span class="param-type"><a class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
|
|
963
|
+
<span class="param-type"><a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
|
|
964
|
+
|
|
935
965
|
|
|
936
966
|
|
|
937
967
|
|
|
@@ -964,6 +994,7 @@
|
|
|
964
994
|
<span class="param-type">Boolean</span>
|
|
965
995
|
|
|
966
996
|
|
|
997
|
+
|
|
967
998
|
|
|
968
999
|
</td>
|
|
969
1000
|
|
|
@@ -1055,10 +1086,11 @@
|
|
|
1055
1086
|
<div class='column is-5 has-text-left'>
|
|
1056
1087
|
<label>类型: </label>
|
|
1057
1088
|
|
|
1058
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1089
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1059
1090
|
|
|
|
1060
1091
|
|
|
1061
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
1092
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
1093
|
+
|
|
1062
1094
|
|
|
1063
1095
|
|
|
1064
1096
|
</div>
|
|
@@ -1403,7 +1435,8 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
|
|
|
1403
1435
|
<td class="type">
|
|
1404
1436
|
|
|
1405
1437
|
|
|
1406
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1438
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1439
|
+
|
|
1407
1440
|
|
|
1408
1441
|
|
|
1409
1442
|
|
|
@@ -1433,7 +1466,8 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
|
|
|
1433
1466
|
<td class="type">
|
|
1434
1467
|
|
|
1435
1468
|
|
|
1436
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1469
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1470
|
+
|
|
1437
1471
|
|
|
1438
1472
|
|
|
1439
1473
|
|
|
@@ -1530,6 +1564,7 @@ const bufferedPolygon = GeometryEngine.buffer(circle, 10000)</code></pre>
|
|
|
1530
1564
|
<span class="param-type">Boolean</span>
|
|
1531
1565
|
|
|
1532
1566
|
|
|
1567
|
+
|
|
1533
1568
|
</div>
|
|
1534
1569
|
|
|
1535
1570
|
</div>
|
|
@@ -1780,10 +1815,11 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
|
|
|
1780
1815
|
<td class="type">
|
|
1781
1816
|
|
|
1782
1817
|
|
|
1783
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
1818
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
1784
1819
|
|
|
|
1785
1820
|
|
|
1786
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
1821
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
1822
|
+
|
|
1787
1823
|
|
|
1788
1824
|
|
|
1789
1825
|
|
|
@@ -1807,22 +1843,23 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
|
|
|
1807
1843
|
<td class="type">
|
|
1808
1844
|
|
|
1809
1845
|
|
|
1810
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
1846
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
1811
1847
|
|
|
|
1812
1848
|
|
|
1813
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
1849
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
1814
1850
|
|
|
|
1815
1851
|
|
|
1816
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
1852
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
1817
1853
|
|
|
|
1818
1854
|
|
|
1819
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
1855
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
1820
1856
|
|
|
|
1821
1857
|
|
|
1822
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
1858
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
1823
1859
|
|
|
|
1824
1860
|
|
|
1825
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
1861
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
1862
|
+
|
|
1826
1863
|
|
|
1827
1864
|
|
|
1828
1865
|
|
|
@@ -1913,6 +1950,7 @@ console.log("圆是否包含矩形:", isContains)</code></pre>
|
|
|
1913
1950
|
<span class="param-type">Boolean</span>
|
|
1914
1951
|
|
|
1915
1952
|
|
|
1953
|
+
|
|
1916
1954
|
</div>
|
|
1917
1955
|
|
|
1918
1956
|
</div>
|
|
@@ -2215,16 +2253,17 @@ console.log("多线是否穿过多区:", cross)</code></pre>
|
|
|
2215
2253
|
<td class="type">
|
|
2216
2254
|
|
|
2217
2255
|
|
|
2218
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
2256
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
2219
2257
|
|
|
|
2220
2258
|
|
|
2221
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
2259
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
2222
2260
|
|
|
|
2223
2261
|
|
|
2224
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2262
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2225
2263
|
|
|
|
2226
2264
|
|
|
2227
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2265
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2266
|
+
|
|
2228
2267
|
|
|
2229
2268
|
|
|
2230
2269
|
|
|
@@ -2248,7 +2287,8 @@ console.log("多线是否穿过多区:", cross)</code></pre>
|
|
|
2248
2287
|
<td class="type">
|
|
2249
2288
|
|
|
2250
2289
|
|
|
2251
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
2290
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
2291
|
+
|
|
2252
2292
|
|
|
2253
2293
|
|
|
2254
2294
|
|
|
@@ -2336,7 +2376,8 @@ console.log("多线是否穿过多区:", cross)</code></pre>
|
|
|
2336
2376
|
<div class='column is-5 has-text-left'>
|
|
2337
2377
|
<label>类型: </label>
|
|
2338
2378
|
|
|
2339
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
2379
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
2380
|
+
|
|
2340
2381
|
|
|
2341
2382
|
|
|
2342
2383
|
</div>
|
|
@@ -2632,16 +2673,17 @@ console.log("切割后的几何数组:", cut)</code></pre>
|
|
|
2632
2673
|
<td class="type">
|
|
2633
2674
|
|
|
2634
2675
|
|
|
2635
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2676
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2636
2677
|
|
|
|
2637
2678
|
|
|
2638
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2679
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2639
2680
|
|
|
|
2640
2681
|
|
|
2641
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2682
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2642
2683
|
|
|
|
2643
2684
|
|
|
2644
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
2685
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
2686
|
+
|
|
2645
2687
|
|
|
2646
2688
|
|
|
2647
2689
|
|
|
@@ -2665,16 +2707,17 @@ console.log("切割后的几何数组:", cut)</code></pre>
|
|
|
2665
2707
|
<td class="type">
|
|
2666
2708
|
|
|
2667
2709
|
|
|
2668
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2710
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2669
2711
|
|
|
|
2670
2712
|
|
|
2671
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2713
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2672
2714
|
|
|
|
2673
2715
|
|
|
2674
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2716
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2675
2717
|
|
|
|
2676
2718
|
|
|
2677
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
2719
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
2720
|
+
|
|
2678
2721
|
|
|
2679
2722
|
|
|
2680
2723
|
|
|
@@ -2762,10 +2805,11 @@ console.log("切割后的几何数组:", cut)</code></pre>
|
|
|
2762
2805
|
<div class='column is-5 has-text-left'>
|
|
2763
2806
|
<label>类型: </label>
|
|
2764
2807
|
|
|
2765
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2808
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
2766
2809
|
|
|
|
2767
2810
|
|
|
2768
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2811
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
2812
|
+
|
|
2769
2813
|
|
|
2770
2814
|
|
|
2771
2815
|
</div>
|
|
@@ -3009,7 +3053,8 @@ console.log("矩形和圆求差:", geometry)</code></pre>
|
|
|
3009
3053
|
<td class="type">
|
|
3010
3054
|
|
|
3011
3055
|
|
|
3012
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3056
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3057
|
+
|
|
3013
3058
|
|
|
3014
3059
|
|
|
3015
3060
|
|
|
@@ -3039,7 +3084,8 @@ console.log("矩形和圆求差:", geometry)</code></pre>
|
|
|
3039
3084
|
<td class="type">
|
|
3040
3085
|
|
|
3041
3086
|
|
|
3042
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3087
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3088
|
+
|
|
3043
3089
|
|
|
3044
3090
|
|
|
3045
3091
|
|
|
@@ -3136,6 +3182,7 @@ console.log("矩形和圆求差:", geometry)</code></pre>
|
|
|
3136
3182
|
<span class="param-type">Boolean</span>
|
|
3137
3183
|
|
|
3138
3184
|
|
|
3185
|
+
|
|
3139
3186
|
</div>
|
|
3140
3187
|
|
|
3141
3188
|
</div>
|
|
@@ -3256,7 +3303,8 @@ console.log("是否相离:", isIntersect)</code></pre>
|
|
|
3256
3303
|
<td class="type">
|
|
3257
3304
|
|
|
3258
3305
|
|
|
3259
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
3306
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
3307
|
+
|
|
3260
3308
|
|
|
3261
3309
|
|
|
3262
3310
|
|
|
@@ -3280,28 +3328,29 @@ console.log("是否相离:", isIntersect)</code></pre>
|
|
|
3280
3328
|
<td class="type">
|
|
3281
3329
|
|
|
3282
3330
|
|
|
3283
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
3331
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
3284
3332
|
|
|
|
3285
3333
|
|
|
3286
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
3334
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
3287
3335
|
|
|
|
3288
3336
|
|
|
3289
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
3337
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
3290
3338
|
|
|
|
3291
3339
|
|
|
3292
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
3340
|
+
<span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
3293
3341
|
|
|
|
3294
3342
|
|
|
3295
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
3343
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
3296
3344
|
|
|
|
3297
3345
|
|
|
3298
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
3346
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
3299
3347
|
|
|
|
3300
3348
|
|
|
3301
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
3349
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
3302
3350
|
|
|
|
3303
3351
|
|
|
3304
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
3352
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
3353
|
+
|
|
3305
3354
|
|
|
3306
3355
|
|
|
3307
3356
|
|
|
@@ -3328,6 +3377,7 @@ console.log("是否相离:", isIntersect)</code></pre>
|
|
|
3328
3377
|
<span class="param-type">String</span>
|
|
3329
3378
|
|
|
3330
3379
|
|
|
3380
|
+
|
|
3331
3381
|
|
|
3332
3382
|
</td>
|
|
3333
3383
|
|
|
@@ -3416,6 +3466,7 @@ console.log("是否相离:", isIntersect)</code></pre>
|
|
|
3416
3466
|
<span class="param-type">Number</span>
|
|
3417
3467
|
|
|
3418
3468
|
|
|
3469
|
+
|
|
3419
3470
|
</div>
|
|
3420
3471
|
|
|
3421
3472
|
</div>
|
|
@@ -3575,7 +3626,8 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
|
|
|
3575
3626
|
<td class="type">
|
|
3576
3627
|
|
|
3577
3628
|
|
|
3578
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3629
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3630
|
+
|
|
3579
3631
|
|
|
3580
3632
|
|
|
3581
3633
|
|
|
@@ -3605,7 +3657,8 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
|
|
|
3605
3657
|
<td class="type">
|
|
3606
3658
|
|
|
3607
3659
|
|
|
3608
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3660
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
3661
|
+
|
|
3609
3662
|
|
|
3610
3663
|
|
|
3611
3664
|
|
|
@@ -3702,6 +3755,7 @@ console.log("点和面求距离:", pointToPolygonDistance)</code></pre>
|
|
|
3702
3755
|
<span class="param-type">Boolean</span>
|
|
3703
3756
|
|
|
3704
3757
|
|
|
3758
|
+
|
|
3705
3759
|
</div>
|
|
3706
3760
|
|
|
3707
3761
|
</div>
|
|
@@ -3797,7 +3851,8 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
3797
3851
|
<td class="type">
|
|
3798
3852
|
|
|
3799
3853
|
|
|
3800
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
3854
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
3855
|
+
|
|
3801
3856
|
|
|
3802
3857
|
|
|
3803
3858
|
|
|
@@ -3827,7 +3882,8 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
3827
3882
|
<td class="type">
|
|
3828
3883
|
|
|
3829
3884
|
|
|
3830
|
-
<span class="param-type"><a class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
|
|
3885
|
+
<span class="param-type"><a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span>
|
|
3886
|
+
|
|
3831
3887
|
|
|
3832
3888
|
|
|
3833
3889
|
|
|
@@ -3924,6 +3980,7 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
3924
3980
|
<span class="param-type">Number</span>
|
|
3925
3981
|
|
|
3926
3982
|
|
|
3983
|
+
|
|
3927
3984
|
</div>
|
|
3928
3985
|
|
|
3929
3986
|
</div>
|
|
@@ -4006,6 +4063,7 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
4006
4063
|
<span class="param-type">Array.<Number></span>
|
|
4007
4064
|
|
|
4008
4065
|
|
|
4066
|
+
|
|
4009
4067
|
|
|
4010
4068
|
</td>
|
|
4011
4069
|
|
|
@@ -4030,6 +4088,7 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
4030
4088
|
<span class="param-type">Array.<Number></span>
|
|
4031
4089
|
|
|
4032
4090
|
|
|
4091
|
+
|
|
4033
4092
|
|
|
4034
4093
|
</td>
|
|
4035
4094
|
|
|
@@ -4054,6 +4113,7 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
4054
4113
|
<span class="param-type">Array.<Number></span>
|
|
4055
4114
|
|
|
4056
4115
|
|
|
4116
|
+
|
|
4057
4117
|
|
|
4058
4118
|
</td>
|
|
4059
4119
|
|
|
@@ -4142,6 +4202,7 @@ console.log("点和点是否相同:", isEquals)</code></pre>
|
|
|
4142
4202
|
<span class="param-type">Number</span>
|
|
4143
4203
|
|
|
4144
4204
|
|
|
4205
|
+
|
|
4145
4206
|
</div>
|
|
4146
4207
|
|
|
4147
4208
|
</div>
|
|
@@ -4240,6 +4301,7 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
|
|
|
4240
4301
|
<span class="param-type">Object</span>
|
|
4241
4302
|
|
|
4242
4303
|
|
|
4304
|
+
|
|
4243
4305
|
|
|
4244
4306
|
</td>
|
|
4245
4307
|
|
|
@@ -4263,16 +4325,17 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
|
|
|
4263
4325
|
<td class="type">
|
|
4264
4326
|
|
|
4265
4327
|
|
|
4266
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4328
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4267
4329
|
|
|
|
4268
4330
|
|
|
4269
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
4331
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
4270
4332
|
|
|
|
4271
4333
|
|
|
4272
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4334
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4273
4335
|
|
|
|
4274
4336
|
|
|
4275
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
4337
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
4338
|
+
|
|
4276
4339
|
|
|
4277
4340
|
|
|
4278
4341
|
|
|
@@ -4303,6 +4366,7 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
|
|
|
4303
4366
|
<span class="param-type">Array.<Object></span>
|
|
4304
4367
|
|
|
4305
4368
|
|
|
4369
|
+
|
|
4306
4370
|
|
|
4307
4371
|
</td>
|
|
4308
4372
|
|
|
@@ -4331,6 +4395,7 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
|
|
|
4331
4395
|
<span class="param-type">Number</span>
|
|
4332
4396
|
|
|
4333
4397
|
|
|
4398
|
+
|
|
4334
4399
|
|
|
4335
4400
|
</td>
|
|
4336
4401
|
|
|
@@ -4426,16 +4491,17 @@ const angle = GeometryEngine.getAngleFromPoints([1, 2], [1, 1], [2, 1])</code></
|
|
|
4426
4491
|
<div class='column is-5 has-text-left'>
|
|
4427
4492
|
<label>类型: </label>
|
|
4428
4493
|
|
|
4429
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4494
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4430
4495
|
|
|
|
4431
4496
|
|
|
4432
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
4497
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
4433
4498
|
|
|
|
4434
4499
|
|
|
4435
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4500
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4436
4501
|
|
|
|
4437
4502
|
|
|
4438
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
4503
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
4504
|
+
|
|
4439
4505
|
|
|
4440
4506
|
|
|
4441
4507
|
</div>
|
|
@@ -4574,6 +4640,7 @@ const arcLine = GeometryEngine.getArcFromGeometry({
|
|
|
4574
4640
|
<span class="param-type">Array.<Number></span>
|
|
4575
4641
|
|
|
4576
4642
|
|
|
4643
|
+
|
|
4577
4644
|
|
|
4578
4645
|
</td>
|
|
4579
4646
|
|
|
@@ -4598,6 +4665,7 @@ const arcLine = GeometryEngine.getArcFromGeometry({
|
|
|
4598
4665
|
<span class="param-type">Array.<Number></span>
|
|
4599
4666
|
|
|
4600
4667
|
|
|
4668
|
+
|
|
4601
4669
|
|
|
4602
4670
|
</td>
|
|
4603
4671
|
|
|
@@ -4622,6 +4690,7 @@ const arcLine = GeometryEngine.getArcFromGeometry({
|
|
|
4622
4690
|
<span class="param-type">Array.<Number></span>
|
|
4623
4691
|
|
|
4624
4692
|
|
|
4693
|
+
|
|
4625
4694
|
|
|
4626
4695
|
</td>
|
|
4627
4696
|
|
|
@@ -4646,6 +4715,7 @@ const arcLine = GeometryEngine.getArcFromGeometry({
|
|
|
4646
4715
|
<span class="param-type">Boolean</span>
|
|
4647
4716
|
|
|
4648
4717
|
|
|
4718
|
+
|
|
4649
4719
|
|
|
4650
4720
|
</td>
|
|
4651
4721
|
|
|
@@ -4734,6 +4804,7 @@ const arcLine = GeometryEngine.getArcFromGeometry({
|
|
|
4734
4804
|
<span class="param-type">Array.<Number></span>
|
|
4735
4805
|
|
|
4736
4806
|
|
|
4807
|
+
|
|
4737
4808
|
</div>
|
|
4738
4809
|
|
|
4739
4810
|
</div>
|
|
@@ -4827,22 +4898,23 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
4827
4898
|
<td class="type">
|
|
4828
4899
|
|
|
4829
4900
|
|
|
4830
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
4901
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
4831
4902
|
|
|
|
4832
4903
|
|
|
4833
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
4904
|
+
<span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
4834
4905
|
|
|
|
4835
4906
|
|
|
4836
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4907
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
4837
4908
|
|
|
|
4838
4909
|
|
|
4839
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4910
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
4840
4911
|
|
|
|
4841
4912
|
|
|
4842
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
4913
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
4843
4914
|
|
|
|
4844
4915
|
|
|
4845
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
4916
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
4917
|
+
|
|
4846
4918
|
|
|
4847
4919
|
|
|
4848
4920
|
|
|
@@ -4930,7 +5002,8 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
4930
5002
|
<div class='column is-5 has-text-left'>
|
|
4931
5003
|
<label>类型: </label>
|
|
4932
5004
|
|
|
4933
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5005
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5006
|
+
|
|
4934
5007
|
|
|
4935
5008
|
|
|
4936
5009
|
</div>
|
|
@@ -5012,7 +5085,8 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5012
5085
|
<td class="type">
|
|
5013
5086
|
|
|
5014
5087
|
|
|
5015
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5088
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5089
|
+
|
|
5016
5090
|
|
|
5017
5091
|
|
|
5018
5092
|
|
|
@@ -5039,6 +5113,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5039
5113
|
<span class="param-type">Number</span>
|
|
5040
5114
|
|
|
5041
5115
|
|
|
5116
|
+
|
|
5042
5117
|
|
|
5043
5118
|
</td>
|
|
5044
5119
|
|
|
@@ -5063,6 +5138,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5063
5138
|
<span class="param-type">Number</span>
|
|
5064
5139
|
|
|
5065
5140
|
|
|
5141
|
+
|
|
5066
5142
|
|
|
5067
5143
|
</td>
|
|
5068
5144
|
|
|
@@ -5087,6 +5163,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5087
5163
|
<span class="param-type">Number</span>
|
|
5088
5164
|
|
|
5089
5165
|
|
|
5166
|
+
|
|
5090
5167
|
|
|
5091
5168
|
</td>
|
|
5092
5169
|
|
|
@@ -5175,6 +5252,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5175
5252
|
<span class="param-type">Array</span>
|
|
5176
5253
|
|
|
5177
5254
|
|
|
5255
|
+
|
|
5178
5256
|
</div>
|
|
5179
5257
|
|
|
5180
5258
|
</div>
|
|
@@ -5259,6 +5337,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5259
5337
|
<span class="param-type">Object</span>
|
|
5260
5338
|
|
|
5261
5339
|
|
|
5340
|
+
|
|
5262
5341
|
|
|
5263
5342
|
</td>
|
|
5264
5343
|
|
|
@@ -5282,12 +5361,13 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5282
5361
|
<td class="type">
|
|
5283
5362
|
|
|
5284
5363
|
|
|
5285
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5364
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5286
5365
|
|
|
|
5287
5366
|
|
|
5288
5367
|
<span class="param-type">Array.<Number></span>
|
|
5289
5368
|
|
|
5290
5369
|
|
|
5370
|
+
|
|
5291
5371
|
|
|
5292
5372
|
</td>
|
|
5293
5373
|
|
|
@@ -5311,12 +5391,13 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5311
5391
|
<td class="type">
|
|
5312
5392
|
|
|
5313
5393
|
|
|
5314
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5394
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5315
5395
|
|
|
|
5316
5396
|
|
|
5317
5397
|
<span class="param-type">Array.<Number></span>
|
|
5318
5398
|
|
|
5319
5399
|
|
|
5400
|
+
|
|
5320
5401
|
|
|
5321
5402
|
</td>
|
|
5322
5403
|
|
|
@@ -5340,12 +5421,13 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5340
5421
|
<td class="type">
|
|
5341
5422
|
|
|
5342
5423
|
|
|
5343
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5424
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
5344
5425
|
|
|
|
5345
5426
|
|
|
5346
5427
|
<span class="param-type">Array.<Number></span>
|
|
5347
5428
|
|
|
5348
5429
|
|
|
5430
|
+
|
|
5349
5431
|
|
|
5350
5432
|
</td>
|
|
5351
5433
|
|
|
@@ -5372,6 +5454,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5372
5454
|
<span class="param-type">Number</span>
|
|
5373
5455
|
|
|
5374
5456
|
|
|
5457
|
+
|
|
5375
5458
|
|
|
5376
5459
|
</td>
|
|
5377
5460
|
|
|
@@ -5398,7 +5481,8 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5398
5481
|
<td class="type">
|
|
5399
5482
|
|
|
5400
5483
|
|
|
5401
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
5484
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
5485
|
+
|
|
5402
5486
|
|
|
5403
5487
|
|
|
5404
5488
|
|
|
@@ -5498,6 +5582,7 @@ const center = GeometryEngine.getCenter([1, 2], [2, 1], [1, 0])</code></pre>
|
|
|
5498
5582
|
<span class="param-type">Array</span>
|
|
5499
5583
|
|
|
5500
5584
|
|
|
5585
|
+
|
|
5501
5586
|
</div>
|
|
5502
5587
|
|
|
5503
5588
|
</div>
|
|
@@ -5608,10 +5693,11 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5608
5693
|
<td class="type">
|
|
5609
5694
|
|
|
5610
5695
|
|
|
5611
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5696
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5612
5697
|
|
|
|
5613
5698
|
|
|
5614
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
5699
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
5700
|
+
|
|
5615
5701
|
|
|
5616
5702
|
|
|
5617
5703
|
|
|
@@ -5635,7 +5721,8 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5635
5721
|
<td class="type">
|
|
5636
5722
|
|
|
5637
5723
|
|
|
5638
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5724
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5725
|
+
|
|
5639
5726
|
|
|
5640
5727
|
|
|
5641
5728
|
|
|
@@ -5723,10 +5810,11 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5723
5810
|
<div class='column is-5 has-text-left'>
|
|
5724
5811
|
<label>类型: </label>
|
|
5725
5812
|
|
|
5726
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5813
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5727
5814
|
|
|
|
5728
5815
|
|
|
5729
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
5816
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
5817
|
+
|
|
5730
5818
|
|
|
5731
5819
|
|
|
5732
5820
|
</div>
|
|
@@ -5818,7 +5906,8 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5818
5906
|
<td class="type">
|
|
5819
5907
|
|
|
5820
5908
|
|
|
5821
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5909
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5910
|
+
|
|
5822
5911
|
|
|
5823
5912
|
|
|
5824
5913
|
|
|
@@ -5848,7 +5937,8 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5848
5937
|
<td class="type">
|
|
5849
5938
|
|
|
5850
5939
|
|
|
5851
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5940
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
5941
|
+
|
|
5852
5942
|
|
|
5853
5943
|
|
|
5854
5944
|
|
|
@@ -5945,6 +6035,7 @@ const arc3Path = GeometryEngine.getPositionsFromArc({
|
|
|
5945
6035
|
<span class="param-type">Boolean</span>
|
|
5946
6036
|
|
|
5947
6037
|
|
|
6038
|
+
|
|
5948
6039
|
</div>
|
|
5949
6040
|
|
|
5950
6041
|
</div>
|
|
@@ -6218,16 +6309,17 @@ console.log("是否相交:", isIntersect)</code></pre>
|
|
|
6218
6309
|
<td class="type">
|
|
6219
6310
|
|
|
6220
6311
|
|
|
6221
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
6312
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
6222
6313
|
|
|
|
6223
6314
|
|
|
6224
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
6315
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
6225
6316
|
|
|
|
6226
6317
|
|
|
6227
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
6318
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
6228
6319
|
|
|
|
6229
6320
|
|
|
6230
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
6321
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
6322
|
+
|
|
6231
6323
|
|
|
6232
6324
|
|
|
6233
6325
|
|
|
@@ -6318,6 +6410,7 @@ console.log("是否相交:", isIntersect)</code></pre>
|
|
|
6318
6410
|
<span class="param-type">Boolean</span>
|
|
6319
6411
|
|
|
6320
6412
|
|
|
6413
|
+
|
|
6321
6414
|
</div>
|
|
6322
6415
|
|
|
6323
6416
|
</div>
|
|
@@ -6505,25 +6598,26 @@ console.log("是否通过检查:", isSimple)</code></pre>
|
|
|
6505
6598
|
<td class="type">
|
|
6506
6599
|
|
|
6507
6600
|
|
|
6508
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
6601
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
6509
6602
|
|
|
|
6510
6603
|
|
|
6511
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
6604
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
6512
6605
|
|
|
|
6513
6606
|
|
|
6514
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
6607
|
+
<span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
6515
6608
|
|
|
|
6516
6609
|
|
|
6517
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
6610
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
6518
6611
|
|
|
|
6519
6612
|
|
|
6520
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
6613
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
6521
6614
|
|
|
|
6522
6615
|
|
|
6523
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
6616
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
6524
6617
|
|
|
|
6525
6618
|
|
|
6526
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
6619
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
6620
|
+
|
|
6527
6621
|
|
|
6528
6622
|
|
|
6529
6623
|
|
|
@@ -6547,7 +6641,8 @@ console.log("是否通过检查:", isSimple)</code></pre>
|
|
|
6547
6641
|
<td class="type">
|
|
6548
6642
|
|
|
6549
6643
|
|
|
6550
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
6644
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
6645
|
+
|
|
6551
6646
|
|
|
6552
6647
|
|
|
6553
6648
|
|
|
@@ -6659,7 +6754,8 @@ console.log("多点到目标点最近点:", pointToMultiPoint);</li>
|
|
|
6659
6754
|
<div class='column is-5 has-text-left'>
|
|
6660
6755
|
<label>类型: </label>
|
|
6661
6756
|
|
|
6662
|
-
<span class="param-type">Project.<<a href="Point.html">Point</a>></span>
|
|
6757
|
+
<span class="param-type">Project.<<a link="Project.<Point>.html" onclick="getTypeHTML(event)" href="Point.html">Point</a>></span>
|
|
6758
|
+
|
|
6663
6759
|
|
|
6664
6760
|
|
|
6665
6761
|
</div>
|
|
@@ -6801,7 +6897,8 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
|
|
|
6801
6897
|
<td class="type">
|
|
6802
6898
|
|
|
6803
6899
|
|
|
6804
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
6900
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
6901
|
+
|
|
6805
6902
|
|
|
6806
6903
|
|
|
6807
6904
|
|
|
@@ -6825,7 +6922,8 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
|
|
|
6825
6922
|
<td class="type">
|
|
6826
6923
|
|
|
6827
6924
|
|
|
6828
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
6925
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
6926
|
+
|
|
6829
6927
|
|
|
6830
6928
|
|
|
6831
6929
|
|
|
@@ -6916,6 +7014,7 @@ import { GeometryEngine, Point, Polygon } from "@mapgis/webclient-common"
|
|
|
6916
7014
|
<span class="param-type">Boolean</span>
|
|
6917
7015
|
|
|
6918
7016
|
|
|
7017
|
+
|
|
6919
7018
|
</div>
|
|
6920
7019
|
|
|
6921
7020
|
</div>
|
|
@@ -7048,16 +7147,17 @@ console.log("是否重叠:", isIntersect)</code></pre>
|
|
|
7048
7147
|
<td class="type">
|
|
7049
7148
|
|
|
7050
7149
|
|
|
7051
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
7150
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
7052
7151
|
|
|
|
7053
7152
|
|
|
7054
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
7153
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
7055
7154
|
|
|
|
7056
7155
|
|
|
7057
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
7156
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
7058
7157
|
|
|
|
7059
7158
|
|
|
7060
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
7159
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
7160
|
+
|
|
7061
7161
|
|
|
7062
7162
|
|
|
7063
7163
|
|
|
@@ -7085,7 +7185,8 @@ console.log("是否重叠:", isIntersect)</code></pre>
|
|
|
7085
7185
|
<td class="type">
|
|
7086
7186
|
|
|
7087
7187
|
|
|
7088
|
-
<span class="param-type"><a class="mapgis-link-name" title="AreaUnits" global.html#AreaUnits>AreaUnits</a></span>
|
|
7188
|
+
<span class="param-type"><a link="AreaUnits.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="AreaUnits" global.html#AreaUnits>AreaUnits</a></span>
|
|
7189
|
+
|
|
7089
7190
|
|
|
7090
7191
|
|
|
7091
7192
|
|
|
@@ -7182,6 +7283,7 @@ console.log("是否重叠:", isIntersect)</code></pre>
|
|
|
7182
7283
|
<span class="param-type">Number</span>
|
|
7183
7284
|
|
|
7184
7285
|
|
|
7286
|
+
|
|
7185
7287
|
</div>
|
|
7186
7288
|
|
|
7187
7289
|
</div>
|
|
@@ -7404,22 +7506,23 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
|
|
|
7404
7506
|
<td class="type">
|
|
7405
7507
|
|
|
7406
7508
|
|
|
7407
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
7509
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
7408
7510
|
|
|
|
7409
7511
|
|
|
7410
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
7512
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
7411
7513
|
|
|
|
7412
7514
|
|
|
7413
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
7515
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
7414
7516
|
|
|
|
7415
7517
|
|
|
7416
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
7518
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
7417
7519
|
|
|
|
7418
7520
|
|
|
7419
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
7521
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
7420
7522
|
|
|
|
7421
7523
|
|
|
7422
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
7524
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
7525
|
+
|
|
7423
7526
|
|
|
7424
7527
|
|
|
7425
7528
|
|
|
@@ -7449,7 +7552,8 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
|
|
|
7449
7552
|
<td class="type">
|
|
7450
7553
|
|
|
7451
7554
|
|
|
7452
|
-
<span class="param-type"><a class="mapgis-link-name" title="LinearUnits" global.html#LinearUnits>LinearUnits</a></span>
|
|
7555
|
+
<span class="param-type"><a link="LinearUnits.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LinearUnits" global.html#LinearUnits>LinearUnits</a></span>
|
|
7556
|
+
|
|
7453
7557
|
|
|
7454
7558
|
|
|
7455
7559
|
|
|
@@ -7546,6 +7650,7 @@ const area = GeometryEngine.planarArea(extent)</code></pre>
|
|
|
7546
7650
|
<span class="param-type">Number</span>
|
|
7547
7651
|
|
|
7548
7652
|
|
|
7653
|
+
|
|
7549
7654
|
</div>
|
|
7550
7655
|
|
|
7551
7656
|
</div>
|
|
@@ -7683,7 +7788,8 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
|
|
|
7683
7788
|
<td class="type">
|
|
7684
7789
|
|
|
7685
7790
|
|
|
7686
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
7791
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
7792
|
+
|
|
7687
7793
|
|
|
7688
7794
|
|
|
7689
7795
|
|
|
@@ -7710,6 +7816,7 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
|
|
|
7710
7816
|
<span class="param-type">Number</span>
|
|
7711
7817
|
|
|
7712
7818
|
|
|
7819
|
+
|
|
7713
7820
|
|
|
7714
7821
|
</td>
|
|
7715
7822
|
|
|
@@ -7731,7 +7838,8 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
|
|
|
7731
7838
|
<td class="type">
|
|
7732
7839
|
|
|
7733
7840
|
|
|
7734
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
7841
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
7842
|
+
|
|
7735
7843
|
|
|
7736
7844
|
|
|
7737
7845
|
|
|
@@ -7819,7 +7927,8 @@ const length = GeometryEngine.planarLength(polygon)</code></pre>
|
|
|
7819
7927
|
<div class='column is-5 has-text-left'>
|
|
7820
7928
|
<label>类型: </label>
|
|
7821
7929
|
|
|
7822
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
7930
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
7931
|
+
|
|
7823
7932
|
|
|
7824
7933
|
|
|
7825
7934
|
</div>
|
|
@@ -8132,16 +8241,17 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
|
|
|
8132
8241
|
<td class="type">
|
|
8133
8242
|
|
|
8134
8243
|
|
|
8135
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8244
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8136
8245
|
|
|
|
8137
8246
|
|
|
8138
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8247
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8139
8248
|
|
|
|
8140
8249
|
|
|
8141
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8250
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8142
8251
|
|
|
|
8143
8252
|
|
|
8144
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8253
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8254
|
+
|
|
8145
8255
|
|
|
8146
8256
|
|
|
8147
8257
|
|
|
@@ -8229,7 +8339,8 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
|
|
|
8229
8339
|
<div class='column is-5 has-text-left'>
|
|
8230
8340
|
<label>类型: </label>
|
|
8231
8341
|
|
|
8232
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
8342
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
8343
|
+
|
|
8233
8344
|
|
|
8234
8345
|
|
|
8235
8346
|
</div>
|
|
@@ -8322,22 +8433,23 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
|
|
|
8322
8433
|
<td class="type">
|
|
8323
8434
|
|
|
8324
8435
|
|
|
8325
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8436
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8326
8437
|
|
|
|
8327
8438
|
|
|
8328
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8439
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8329
8440
|
|
|
|
8330
8441
|
|
|
8331
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8442
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8332
8443
|
|
|
|
8333
8444
|
|
|
8334
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8445
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8335
8446
|
|
|
|
8336
8447
|
|
|
8337
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
8448
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
8338
8449
|
|
|
|
8339
8450
|
|
|
8340
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
8451
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
8452
|
+
|
|
8341
8453
|
|
|
8342
8454
|
|
|
8343
8455
|
|
|
@@ -8361,28 +8473,29 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
|
|
|
8361
8473
|
<td class="type">
|
|
8362
8474
|
|
|
8363
8475
|
|
|
8364
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
8476
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
8365
8477
|
|
|
|
8366
8478
|
|
|
8367
|
-
<span class="param-type"><a class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8479
|
+
<span class="param-type"><a link="LineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LineString" LineString.html>LineString</a></span>
|
|
8368
8480
|
|
|
|
8369
8481
|
|
|
8370
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8482
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
8371
8483
|
|
|
|
8372
8484
|
|
|
8373
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
8485
|
+
<span class="param-type"><a link="MultiPoint.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPoint" MultiPoint.html>MultiPoint</a></span>
|
|
8374
8486
|
|
|
|
8375
8487
|
|
|
8376
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8488
|
+
<span class="param-type"><a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
|
|
8377
8489
|
|
|
|
8378
8490
|
|
|
8379
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8491
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
8380
8492
|
|
|
|
8381
8493
|
|
|
8382
|
-
<span class="param-type"><a class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
8494
|
+
<span class="param-type"><a link="Circle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Circle" Circle.html>Circle</a></span>
|
|
8383
8495
|
|
|
|
8384
8496
|
|
|
8385
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
8497
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
8498
|
+
|
|
8386
8499
|
|
|
8387
8500
|
|
|
8388
8501
|
|
|
@@ -8473,6 +8586,7 @@ const rotateGeometry = GeometryEngine.rotate(point, 10, rotatePoint)</code></pre
|
|
|
8473
8586
|
<span class="param-type">Boolean</span>
|
|
8474
8587
|
|
|
8475
8588
|
|
|
8589
|
+
|
|
8476
8590
|
</div>
|
|
8477
8591
|
|
|
8478
8592
|
</div>
|
|
@@ -8738,7 +8852,8 @@ console.log("圆和圆是否相邻:", isTouch)</code></pre>
|
|
|
8738
8852
|
<td class="type">
|
|
8739
8853
|
|
|
8740
8854
|
|
|
8741
|
-
<span class="param-type">Array.<<a href="Geometry.html">Geometry</a>></span>
|
|
8855
|
+
<span class="param-type">Array.<<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
|
|
8856
|
+
|
|
8742
8857
|
|
|
8743
8858
|
|
|
8744
8859
|
|
|
@@ -8826,7 +8941,8 @@ console.log("圆和圆是否相邻:", isTouch)</code></pre>
|
|
|
8826
8941
|
<div class='column is-5 has-text-left'>
|
|
8827
8942
|
<label>类型: </label>
|
|
8828
8943
|
|
|
8829
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
8944
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
8945
|
+
|
|
8830
8946
|
|
|
8831
8947
|
|
|
8832
8948
|
</div>
|
|
@@ -9101,7 +9217,8 @@ const polygon1 = new Polygon({
|
|
|
9101
9217
|
<td class="type">
|
|
9102
9218
|
|
|
9103
9219
|
|
|
9104
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
9220
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
9221
|
+
|
|
9105
9222
|
|
|
9106
9223
|
|
|
9107
9224
|
|
|
@@ -9125,7 +9242,8 @@ const polygon1 = new Polygon({
|
|
|
9125
9242
|
<td class="type">
|
|
9126
9243
|
|
|
9127
9244
|
|
|
9128
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
9245
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
9246
|
+
|
|
9129
9247
|
|
|
9130
9248
|
|
|
9131
9249
|
|
|
@@ -9216,6 +9334,7 @@ const polygon1 = new Polygon({
|
|
|
9216
9334
|
<span class="param-type">Boolean</span>
|
|
9217
9335
|
|
|
9218
9336
|
|
|
9337
|
+
|
|
9219
9338
|
</div>
|
|
9220
9339
|
|
|
9221
9340
|
</div>
|