@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
|
@@ -87,6 +87,7 @@ import { MultiPolygon } from "@mapgis/webclient-common" <br/>
|
|
|
87
87
|
<span class="param-type">Object</span>
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
|
|
90
91
|
|
|
91
92
|
</td>
|
|
92
93
|
|
|
@@ -113,6 +114,7 @@ import { MultiPolygon } from "@mapgis/webclient-common" <br/>
|
|
|
113
114
|
<span class="param-type">Array</span>
|
|
114
115
|
|
|
115
116
|
|
|
117
|
+
|
|
116
118
|
|
|
117
119
|
</td>
|
|
118
120
|
|
|
@@ -138,7 +140,8 @@ import { MultiPolygon } from "@mapgis/webclient-common" <br/>
|
|
|
138
140
|
<td class="type">
|
|
139
141
|
|
|
140
142
|
|
|
141
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
143
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
144
|
+
|
|
142
145
|
|
|
143
146
|
|
|
144
147
|
|
|
@@ -344,7 +347,7 @@ new MultiPolygon({
|
|
|
344
347
|
|
|
345
348
|
|
|
346
349
|
<ul>
|
|
347
|
-
<li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
|
|
350
|
+
<li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
|
|
348
351
|
</ul>
|
|
349
352
|
|
|
350
353
|
|
|
@@ -376,50 +379,54 @@ new MultiPolygon({
|
|
|
376
379
|
<tbody>
|
|
377
380
|
|
|
378
381
|
<tr class="deep-level-0">
|
|
379
|
-
<td class="name"><code><a href="
|
|
382
|
+
<td class="name"><code><a href="#coordinates">coordinates</a></code></td>
|
|
380
383
|
<td class="name">
|
|
381
384
|
<code>
|
|
382
385
|
|
|
383
386
|
<span class="param-type">Array</span>
|
|
384
387
|
|
|
385
388
|
|
|
389
|
+
|
|
386
390
|
</code>
|
|
387
391
|
</td>
|
|
388
392
|
<td class="name"><code><p>几何点的坐标</p></code></td>
|
|
389
393
|
</tr>
|
|
390
394
|
|
|
391
395
|
<tr class="deep-level-0">
|
|
392
|
-
<td class="name"><code><a href="
|
|
396
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
393
397
|
<td class="name">
|
|
394
398
|
<code>
|
|
395
399
|
|
|
396
400
|
<span class="param-type">Number</span>
|
|
397
401
|
|
|
398
402
|
|
|
403
|
+
|
|
399
404
|
</code>
|
|
400
405
|
</td>
|
|
401
406
|
<td class="name"><code><p>外包盒</p></code></td>
|
|
402
407
|
</tr>
|
|
403
408
|
|
|
404
409
|
<tr class="deep-level-0">
|
|
405
|
-
<td class="name"><code><a href="
|
|
410
|
+
<td class="name"><code><a href="#hasZ">hasZ</a></code></td>
|
|
406
411
|
<td class="name">
|
|
407
412
|
<code>
|
|
408
413
|
|
|
409
414
|
<span class="param-type">Boolean</span>
|
|
410
415
|
|
|
411
416
|
|
|
417
|
+
|
|
412
418
|
</code>
|
|
413
419
|
</td>
|
|
414
420
|
<td class="name"><code><p>是否含有z坐标</p></code></td>
|
|
415
421
|
</tr>
|
|
416
422
|
|
|
417
423
|
<tr class="deep-level-0">
|
|
418
|
-
<td class="name"><code><a href="
|
|
424
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
419
425
|
<td class="name">
|
|
420
426
|
<code>
|
|
421
427
|
|
|
422
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
428
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
429
|
+
|
|
423
430
|
|
|
424
431
|
|
|
425
432
|
</code>
|
|
@@ -441,6 +448,7 @@ new MultiPolygon({
|
|
|
441
448
|
<span class="param-type">Array</span>
|
|
442
449
|
|
|
443
450
|
|
|
451
|
+
|
|
444
452
|
</span>
|
|
445
453
|
|
|
446
454
|
<h4 class="name" id="coordinates">
|
|
@@ -511,6 +519,7 @@ new MultiPolygon({
|
|
|
511
519
|
<span class="param-type">Number</span>
|
|
512
520
|
|
|
513
521
|
|
|
522
|
+
|
|
514
523
|
</span>
|
|
515
524
|
|
|
516
525
|
<h4 class="name" id="extent">
|
|
@@ -586,6 +595,7 @@ new MultiPolygon({
|
|
|
586
595
|
<span class="param-type">Boolean</span>
|
|
587
596
|
|
|
588
597
|
|
|
598
|
+
|
|
589
599
|
</span>
|
|
590
600
|
|
|
591
601
|
<h4 class="name" id="hasZ">
|
|
@@ -662,7 +672,8 @@ new MultiPolygon({
|
|
|
662
672
|
<span class="method-parameter is-pulled-right">
|
|
663
673
|
<label>类型:</label>
|
|
664
674
|
|
|
665
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
675
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
676
|
+
|
|
666
677
|
|
|
667
678
|
|
|
668
679
|
</span>
|
|
@@ -696,7 +707,7 @@ new MultiPolygon({
|
|
|
696
707
|
|
|
697
708
|
<dt class="inherited-from">Inherited From:</dt>
|
|
698
709
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
699
|
-
<a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
|
|
710
|
+
<a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
|
|
700
711
|
</li></ul></dd>
|
|
701
712
|
|
|
702
713
|
|
|
@@ -753,7 +764,7 @@ new MultiPolygon({
|
|
|
753
764
|
<tbody>
|
|
754
765
|
|
|
755
766
|
<tr class="deep-level-0">
|
|
756
|
-
<td class="name"><code><a href="
|
|
767
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
757
768
|
<td class="name">
|
|
758
769
|
<code>
|
|
759
770
|
|
|
@@ -763,12 +774,13 @@ new MultiPolygon({
|
|
|
763
774
|
</tr>
|
|
764
775
|
|
|
765
776
|
<tr class="deep-level-0">
|
|
766
|
-
<td class="name"><code><a href="
|
|
777
|
+
<td class="name"><code><a href="#addPolygon">addPolygon</a></code></td>
|
|
767
778
|
<td class="name">
|
|
768
779
|
<code>
|
|
769
780
|
|
|
770
781
|
|
|
771
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
782
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
783
|
+
|
|
772
784
|
|
|
773
785
|
|
|
774
786
|
|
|
@@ -778,12 +790,13 @@ new MultiPolygon({
|
|
|
778
790
|
</tr>
|
|
779
791
|
|
|
780
792
|
<tr class="deep-level-0">
|
|
781
|
-
<td class="name"><code><a href="
|
|
793
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
782
794
|
<td class="name">
|
|
783
795
|
<code>
|
|
784
796
|
|
|
785
797
|
|
|
786
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
798
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
799
|
+
|
|
787
800
|
|
|
788
801
|
|
|
789
802
|
|
|
@@ -793,7 +806,7 @@ new MultiPolygon({
|
|
|
793
806
|
</tr>
|
|
794
807
|
|
|
795
808
|
<tr class="deep-level-0">
|
|
796
|
-
<td class="name"><code><a href="
|
|
809
|
+
<td class="name"><code><a href="#contains">contains</a></code></td>
|
|
797
810
|
<td class="name">
|
|
798
811
|
<code>
|
|
799
812
|
|
|
@@ -801,6 +814,7 @@ new MultiPolygon({
|
|
|
801
814
|
<span class="param-type">Boolean</span>
|
|
802
815
|
|
|
803
816
|
|
|
817
|
+
|
|
804
818
|
|
|
805
819
|
</code>
|
|
806
820
|
</td>
|
|
@@ -808,7 +822,7 @@ new MultiPolygon({
|
|
|
808
822
|
</tr>
|
|
809
823
|
|
|
810
824
|
<tr class="deep-level-0">
|
|
811
|
-
<td class="name"><code><a href="
|
|
825
|
+
<td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
|
|
812
826
|
<td class="name">
|
|
813
827
|
<code>
|
|
814
828
|
|
|
@@ -818,7 +832,7 @@ new MultiPolygon({
|
|
|
818
832
|
</tr>
|
|
819
833
|
|
|
820
834
|
<tr class="deep-level-0">
|
|
821
|
-
<td class="name"><code><a href="
|
|
835
|
+
<td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
|
|
822
836
|
<td class="name">
|
|
823
837
|
<code>
|
|
824
838
|
|
|
@@ -826,6 +840,7 @@ new MultiPolygon({
|
|
|
826
840
|
<span class="param-type">String</span>
|
|
827
841
|
|
|
828
842
|
|
|
843
|
+
|
|
829
844
|
|
|
830
845
|
</code>
|
|
831
846
|
</td>
|
|
@@ -833,7 +848,7 @@ new MultiPolygon({
|
|
|
833
848
|
</tr>
|
|
834
849
|
|
|
835
850
|
<tr class="deep-level-0">
|
|
836
|
-
<td class="name"><code><a href="
|
|
851
|
+
<td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
|
|
837
852
|
<td class="name">
|
|
838
853
|
<code>
|
|
839
854
|
|
|
@@ -845,7 +860,7 @@ new MultiPolygon({
|
|
|
845
860
|
</tr>
|
|
846
861
|
|
|
847
862
|
<tr class="deep-level-0">
|
|
848
|
-
<td class="name"><code><a href="
|
|
863
|
+
<td class="name"><code><a href="#getType">getType</a></code></td>
|
|
849
864
|
<td class="name">
|
|
850
865
|
<code>
|
|
851
866
|
|
|
@@ -853,6 +868,7 @@ new MultiPolygon({
|
|
|
853
868
|
<span class="param-type">String</span>
|
|
854
869
|
|
|
855
870
|
|
|
871
|
+
|
|
856
872
|
|
|
857
873
|
</code>
|
|
858
874
|
</td>
|
|
@@ -860,7 +876,7 @@ new MultiPolygon({
|
|
|
860
876
|
</tr>
|
|
861
877
|
|
|
862
878
|
<tr class="deep-level-0">
|
|
863
|
-
<td class="name"><code><a href="
|
|
879
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
864
880
|
<td class="name">
|
|
865
881
|
<code>
|
|
866
882
|
|
|
@@ -868,6 +884,7 @@ new MultiPolygon({
|
|
|
868
884
|
<span class="param-type">Object</span>
|
|
869
885
|
|
|
870
886
|
|
|
887
|
+
|
|
871
888
|
|
|
872
889
|
</code>
|
|
873
890
|
</td>
|
|
@@ -882,7 +899,7 @@ new MultiPolygon({
|
|
|
882
899
|
</tr>
|
|
883
900
|
|
|
884
901
|
<tr class="deep-level-0">
|
|
885
|
-
<td class="name"><code><a href="
|
|
902
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
886
903
|
<td class="name">
|
|
887
904
|
<code>
|
|
888
905
|
|
|
@@ -890,6 +907,7 @@ new MultiPolygon({
|
|
|
890
907
|
<span class="param-type">Object</span>
|
|
891
908
|
|
|
892
909
|
|
|
910
|
+
|
|
893
911
|
|
|
894
912
|
</code>
|
|
895
913
|
</td>
|
|
@@ -903,17 +921,18 @@ new MultiPolygon({
|
|
|
903
921
|
</tr>
|
|
904
922
|
|
|
905
923
|
<tr class="deep-level-0">
|
|
906
|
-
<td class="name"><code><a href="
|
|
924
|
+
<td class="name"><code><a href="#removePolygon">removePolygon</a></code></td>
|
|
907
925
|
<td class="name">
|
|
908
926
|
<code>
|
|
909
927
|
|
|
910
928
|
|
|
911
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
929
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
912
930
|
|
|
|
913
931
|
|
|
914
932
|
<span class="param-type">null</span>
|
|
915
933
|
|
|
916
934
|
|
|
935
|
+
|
|
917
936
|
|
|
918
937
|
</code>
|
|
919
938
|
</td>
|
|
@@ -921,7 +940,7 @@ new MultiPolygon({
|
|
|
921
940
|
</tr>
|
|
922
941
|
|
|
923
942
|
<tr class="deep-level-0">
|
|
924
|
-
<td class="name"><code><a href="
|
|
943
|
+
<td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
|
|
925
944
|
<td class="name">
|
|
926
945
|
<code>
|
|
927
946
|
|
|
@@ -929,6 +948,7 @@ new MultiPolygon({
|
|
|
929
948
|
<span class="param-type">Object</span>
|
|
930
949
|
|
|
931
950
|
|
|
951
|
+
|
|
932
952
|
|
|
933
953
|
</code>
|
|
934
954
|
</td>
|
|
@@ -936,7 +956,7 @@ new MultiPolygon({
|
|
|
936
956
|
</tr>
|
|
937
957
|
|
|
938
958
|
<tr class="deep-level-0">
|
|
939
|
-
<td class="name"><code><a href="
|
|
959
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
940
960
|
<td class="name">
|
|
941
961
|
<code>
|
|
942
962
|
|
|
@@ -944,6 +964,7 @@ new MultiPolygon({
|
|
|
944
964
|
<span class="param-type">Object</span>
|
|
945
965
|
|
|
946
966
|
|
|
967
|
+
|
|
947
968
|
|
|
948
969
|
</code>
|
|
949
970
|
</td>
|
|
@@ -952,7 +973,7 @@ new MultiPolygon({
|
|
|
952
973
|
</tr>
|
|
953
974
|
|
|
954
975
|
<tr class="deep-level-0">
|
|
955
|
-
<td class="name"><code><a href="
|
|
976
|
+
<td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
|
|
956
977
|
<td class="name">
|
|
957
978
|
<code>
|
|
958
979
|
|
|
@@ -964,12 +985,13 @@ new MultiPolygon({
|
|
|
964
985
|
</tr>
|
|
965
986
|
|
|
966
987
|
<tr class="deep-level-0">
|
|
967
|
-
<td class="name"><code><a href="
|
|
988
|
+
<td class="name"><code><a href="#toPolygonArray">toPolygonArray</a></code></td>
|
|
968
989
|
<td class="name">
|
|
969
990
|
<code>
|
|
970
991
|
|
|
971
992
|
|
|
972
|
-
<span class="param-type">Array.<<a href="Polygon.html">Polygon</a>></span>
|
|
993
|
+
<span class="param-type">Array.<<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
|
|
994
|
+
|
|
973
995
|
|
|
974
996
|
|
|
975
997
|
|
|
@@ -979,7 +1001,7 @@ new MultiPolygon({
|
|
|
979
1001
|
</tr>
|
|
980
1002
|
|
|
981
1003
|
<tr class="deep-level-0">
|
|
982
|
-
<td class="name"><code><a href="
|
|
1004
|
+
<td class="name"><code><a href="#toString">toString</a></code></td>
|
|
983
1005
|
<td class="name">
|
|
984
1006
|
<code>
|
|
985
1007
|
|
|
@@ -992,7 +1014,7 @@ new MultiPolygon({
|
|
|
992
1014
|
</tr>
|
|
993
1015
|
|
|
994
1016
|
<tr class="deep-level-0">
|
|
995
|
-
<td class="name"><code><a href="
|
|
1017
|
+
<td class="name"><code><a href="#toXMl">toXMl</a></code></td>
|
|
996
1018
|
<td class="name">
|
|
997
1019
|
<code>
|
|
998
1020
|
|
|
@@ -1000,6 +1022,7 @@ new MultiPolygon({
|
|
|
1000
1022
|
<span class="param-type">String</span>
|
|
1001
1023
|
|
|
1002
1024
|
|
|
1025
|
+
|
|
1003
1026
|
|
|
1004
1027
|
</code>
|
|
1005
1028
|
</td>
|
|
@@ -1007,7 +1030,7 @@ new MultiPolygon({
|
|
|
1007
1030
|
</tr>
|
|
1008
1031
|
|
|
1009
1032
|
<tr class="deep-level-0">
|
|
1010
|
-
<td class="name"><code><a href="
|
|
1033
|
+
<td class="name"><code><a href="#toXML">toXML</a></code></td>
|
|
1011
1034
|
<td class="name">
|
|
1012
1035
|
<code>
|
|
1013
1036
|
|
|
@@ -1015,6 +1038,7 @@ new MultiPolygon({
|
|
|
1015
1038
|
<span class="param-type">String</span>
|
|
1016
1039
|
|
|
1017
1040
|
|
|
1041
|
+
|
|
1018
1042
|
|
|
1019
1043
|
</code>
|
|
1020
1044
|
</td>
|
|
@@ -1092,6 +1116,7 @@ new MultiPolygon({
|
|
|
1092
1116
|
<span class="param-type">Object</span>
|
|
1093
1117
|
|
|
1094
1118
|
|
|
1119
|
+
|
|
1095
1120
|
|
|
1096
1121
|
</td>
|
|
1097
1122
|
|
|
@@ -1260,7 +1285,8 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
|
|
|
1260
1285
|
<td class="type">
|
|
1261
1286
|
|
|
1262
1287
|
|
|
1263
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
1288
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
1289
|
+
|
|
1264
1290
|
|
|
1265
1291
|
|
|
1266
1292
|
|
|
@@ -1291,6 +1317,7 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
|
|
|
1291
1317
|
<span class="param-type">String</span>
|
|
1292
1318
|
|
|
1293
1319
|
|
|
1320
|
+
|
|
1294
1321
|
|
|
1295
1322
|
</td>
|
|
1296
1323
|
|
|
@@ -1382,7 +1409,8 @@ const multiPolygon = new MultiPolygon.fromJSON(json)</code></pre>
|
|
|
1382
1409
|
<div class='column is-5 has-text-left'>
|
|
1383
1410
|
<label>类型: </label>
|
|
1384
1411
|
|
|
1385
|
-
<span class="param-type"><a class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
1412
|
+
<span class="param-type"><a link="MultiPolygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiPolygon" MultiPolygon.html>MultiPolygon</a></span>
|
|
1413
|
+
|
|
1386
1414
|
|
|
1387
1415
|
|
|
1388
1416
|
</div>
|
|
@@ -1544,7 +1572,8 @@ multiPolygon.addPolygon(polygon)</code></pre>
|
|
|
1544
1572
|
<div class='column is-5 has-text-left'>
|
|
1545
1573
|
<label>类型: </label>
|
|
1546
1574
|
|
|
1547
|
-
<span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1575
|
+
<span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
|
|
1576
|
+
|
|
1548
1577
|
|
|
1549
1578
|
|
|
1550
1579
|
</div>
|
|
@@ -1621,7 +1650,8 @@ multiPolygon.addPolygon(polygon)</code></pre>
|
|
|
1621
1650
|
<td class="type">
|
|
1622
1651
|
|
|
1623
1652
|
|
|
1624
|
-
<span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
1653
|
+
<span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
|
|
1654
|
+
|
|
1625
1655
|
|
|
1626
1656
|
|
|
1627
1657
|
|
|
@@ -1712,6 +1742,7 @@ multiPolygon.addPolygon(polygon)</code></pre>
|
|
|
1712
1742
|
<span class="param-type">Boolean</span>
|
|
1713
1743
|
|
|
1714
1744
|
|
|
1745
|
+
|
|
1715
1746
|
</div>
|
|
1716
1747
|
|
|
1717
1748
|
</div>
|
|
@@ -1821,6 +1852,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
1821
1852
|
<span class="param-type">Object</span>
|
|
1822
1853
|
|
|
1823
1854
|
|
|
1855
|
+
|
|
1824
1856
|
|
|
1825
1857
|
</td>
|
|
1826
1858
|
|
|
@@ -1850,7 +1882,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
1850
1882
|
|
|
1851
1883
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1852
1884
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1853
|
-
<a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
|
|
1885
|
+
<a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
|
|
1854
1886
|
</li></ul></dd>
|
|
1855
1887
|
|
|
1856
1888
|
|
|
@@ -1946,7 +1978,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
1946
1978
|
|
|
1947
1979
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1948
1980
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1949
|
-
<a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
|
|
1981
|
+
<a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
|
|
1950
1982
|
</li></ul></dd>
|
|
1951
1983
|
|
|
1952
1984
|
|
|
@@ -2010,6 +2042,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2010
2042
|
<span class="param-type">String</span>
|
|
2011
2043
|
|
|
2012
2044
|
|
|
2045
|
+
|
|
2013
2046
|
</div>
|
|
2014
2047
|
|
|
2015
2048
|
</div>
|
|
@@ -2180,7 +2213,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2180
2213
|
|
|
2181
2214
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2182
2215
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2183
|
-
<a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
|
|
2216
|
+
<a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
|
|
2184
2217
|
</li></ul></dd>
|
|
2185
2218
|
|
|
2186
2219
|
|
|
@@ -2244,6 +2277,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2244
2277
|
<span class="param-type">String</span>
|
|
2245
2278
|
|
|
2246
2279
|
|
|
2280
|
+
|
|
2247
2281
|
</div>
|
|
2248
2282
|
|
|
2249
2283
|
</div>
|
|
@@ -2328,6 +2362,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2328
2362
|
<span class="param-type">string</span>
|
|
2329
2363
|
|
|
2330
2364
|
|
|
2365
|
+
|
|
2331
2366
|
|
|
2332
2367
|
</td>
|
|
2333
2368
|
|
|
@@ -2354,6 +2389,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2354
2389
|
<span class="param-type">function</span>
|
|
2355
2390
|
|
|
2356
2391
|
|
|
2392
|
+
|
|
2357
2393
|
|
|
2358
2394
|
</td>
|
|
2359
2395
|
|
|
@@ -2378,6 +2414,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2378
2414
|
<span class="param-type">Object</span>
|
|
2379
2415
|
|
|
2380
2416
|
|
|
2417
|
+
|
|
2381
2418
|
|
|
2382
2419
|
</td>
|
|
2383
2420
|
|
|
@@ -2407,7 +2444,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2407
2444
|
|
|
2408
2445
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2409
2446
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2410
|
-
<a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2447
|
+
<a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2411
2448
|
</li></ul></dd>
|
|
2412
2449
|
|
|
2413
2450
|
|
|
@@ -2471,6 +2508,7 @@ const isIn = multiPolygon.contains(point)</code></pre>
|
|
|
2471
2508
|
<span class="param-type">Object</span>
|
|
2472
2509
|
|
|
2473
2510
|
|
|
2511
|
+
|
|
2474
2512
|
</div>
|
|
2475
2513
|
|
|
2476
2514
|
</div>
|
|
@@ -2647,6 +2685,7 @@ view.off({
|
|
|
2647
2685
|
<span class="param-type">Object</span>
|
|
2648
2686
|
|
|
2649
2687
|
|
|
2688
|
+
|
|
2650
2689
|
|
|
2651
2690
|
</td>
|
|
2652
2691
|
|
|
@@ -2679,6 +2718,7 @@ view.off({
|
|
|
2679
2718
|
<span class="param-type">function</span>
|
|
2680
2719
|
|
|
2681
2720
|
|
|
2721
|
+
|
|
2682
2722
|
|
|
2683
2723
|
</td>
|
|
2684
2724
|
|
|
@@ -2709,6 +2749,7 @@ view.off({
|
|
|
2709
2749
|
<span class="param-type">Object</span>
|
|
2710
2750
|
|
|
2711
2751
|
|
|
2752
|
+
|
|
2712
2753
|
|
|
2713
2754
|
</td>
|
|
2714
2755
|
|
|
@@ -2744,7 +2785,7 @@ view.off({
|
|
|
2744
2785
|
|
|
2745
2786
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2746
2787
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2747
|
-
<a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
2788
|
+
<a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
2748
2789
|
</li></ul></dd>
|
|
2749
2790
|
|
|
2750
2791
|
|
|
@@ -2808,6 +2849,7 @@ view.off({
|
|
|
2808
2849
|
<span class="param-type">Object</span>
|
|
2809
2850
|
|
|
2810
2851
|
|
|
2852
|
+
|
|
2811
2853
|
</div>
|
|
2812
2854
|
|
|
2813
2855
|
</div>
|
|
@@ -2963,6 +3005,7 @@ view.on({
|
|
|
2963
3005
|
<span class="param-type">Number</span>
|
|
2964
3006
|
|
|
2965
3007
|
|
|
3008
|
+
|
|
2966
3009
|
|
|
2967
3010
|
</td>
|
|
2968
3011
|
|
|
@@ -3048,12 +3091,13 @@ view.on({
|
|
|
3048
3091
|
<div class='column is-5 has-text-left'>
|
|
3049
3092
|
<label>类型: </label>
|
|
3050
3093
|
|
|
3051
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
3094
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
3052
3095
|
|
|
|
3053
3096
|
|
|
3054
3097
|
<span class="param-type">null</span>
|
|
3055
3098
|
|
|
3056
3099
|
|
|
3100
|
+
|
|
3057
3101
|
</div>
|
|
3058
3102
|
|
|
3059
3103
|
</div>
|
|
@@ -3140,7 +3184,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3140
3184
|
|
|
3141
3185
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3142
3186
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3143
|
-
<a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
|
|
3187
|
+
<a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
|
|
3144
3188
|
</li></ul></dd>
|
|
3145
3189
|
|
|
3146
3190
|
|
|
@@ -3204,6 +3248,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3204
3248
|
<span class="param-type">Object</span>
|
|
3205
3249
|
|
|
3206
3250
|
|
|
3251
|
+
|
|
3207
3252
|
</div>
|
|
3208
3253
|
|
|
3209
3254
|
</div>
|
|
@@ -3326,6 +3371,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3326
3371
|
<span class="param-type">Object</span>
|
|
3327
3372
|
|
|
3328
3373
|
|
|
3374
|
+
|
|
3329
3375
|
</div>
|
|
3330
3376
|
|
|
3331
3377
|
</div>
|
|
@@ -3547,7 +3593,8 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3547
3593
|
<div class='column is-5 has-text-left'>
|
|
3548
3594
|
<label>类型: </label>
|
|
3549
3595
|
|
|
3550
|
-
<span class="param-type">Array.<<a href="Polygon.html">Polygon</a>></span>
|
|
3596
|
+
<span class="param-type">Array.<<a link="Array.<Polygon>.html" onclick="getTypeHTML(event)" href="Polygon.html">Polygon</a>></span>
|
|
3597
|
+
|
|
3551
3598
|
|
|
3552
3599
|
|
|
3553
3600
|
</div>
|
|
@@ -3780,6 +3827,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3780
3827
|
<span class="param-type">String</span>
|
|
3781
3828
|
|
|
3782
3829
|
|
|
3830
|
+
|
|
3783
3831
|
</div>
|
|
3784
3832
|
|
|
3785
3833
|
</div>
|
|
@@ -3837,7 +3885,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3837
3885
|
|
|
3838
3886
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3839
3887
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3840
|
-
<a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
|
|
3888
|
+
<a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
|
|
3841
3889
|
</li></ul></dd>
|
|
3842
3890
|
|
|
3843
3891
|
|
|
@@ -3901,6 +3949,7 @@ multiPolygon.removePolygon(0)</code></pre>
|
|
|
3901
3949
|
<span class="param-type">String</span>
|
|
3902
3950
|
|
|
3903
3951
|
|
|
3952
|
+
|
|
3904
3953
|
</div>
|
|
3905
3954
|
|
|
3906
3955
|
</div>
|