@mapgis/webclient-common 17.0.7 → 17.2.1
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 +12 -37
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/webclient-common-es6.min.js +16 -5
- package/documention/AddressServer.html +12 -12
- package/documention/ArcGISFeatureServer.html +10 -10
- package/documention/ArcGISGeometryServer.html +10 -10
- package/documention/ArcGISMapImageLayer.html +10 -10
- package/documention/ArcGISMapImageSubLayer.html +311 -7
- package/documention/ArcGISMapServer.html +414 -10
- package/documention/ArcGISTileLayer.html +121 -13
- package/documention/ArcGISVectorTileLayer.html +7 -7
- package/documention/ArcGISVectorTileServer.html +10 -10
- package/documention/BaseRenderer.html +239 -0
- package/documention/BaseServer.html +11 -11
- package/documention/BaseView.html +458 -3
- package/documention/Basemap.html +3 -3
- package/documention/Callout3D.html +107 -0
- package/documention/Cesium3DTilesCacheLayer.html +149 -177
- package/documention/Cesium3DTilesServer.html +11 -11
- package/documention/Circle.html +110 -7
- package/documention/ClassBreakInfo.html +0 -217
- package/documention/ClassBreakRenderer.html +413 -23
- package/documention/ClusterRenderer.html +247 -7
- package/documention/Config.html +4 -4
- package/documention/Extent.html +118 -15
- package/documention/ExtrudeSymbol3DLayer.html +109 -2
- package/documention/Feature.html +7 -7
- package/documention/FeatureLayer.html +116 -8
- package/documention/FeatureServer.html +27 -27
- package/documention/FeatureSet.html +7 -7
- package/documention/FillSymbol.html +107 -0
- package/documention/FillSymbol3DLayer.html +109 -2
- package/documention/Font.html +4 -4
- package/documention/GeoJSONLayer.html +142 -34
- package/documention/Geometry.html +138 -7
- package/documention/GeometryEngine.html +79 -79
- package/documention/GeometryServer.html +30 -30
- package/documention/GraphicsLayer.html +147 -39
- package/documention/GroupLayer.html +120 -12
- package/documention/HeatmapRenderer.html +107 -0
- package/documention/IGSFeatureLayer.html +25 -25
- package/documention/IGSMapImageLayer.html +46 -46
- package/documention/IGSMapImageSubLayer.html +307 -3
- package/documention/IGSSceneLayer.html +11 -11
- package/documention/IGSSceneSubLayer.html +213 -33
- package/documention/IGSTileLayer.html +126 -19
- package/documention/IGSVectorTileLayer.html +230 -43
- package/documention/IGSVectorTileSubLayer.html +5 -4
- package/documention/IconSymbol3DLayer.html +111 -4
- package/documention/ImageServer.html +11 -11
- package/documention/LabelClass.html +10 -5
- package/documention/LabelSymbol3D.html +2 -2
- package/documention/Layer.html +244 -9
- package/documention/LineCallout3D.html +107 -0
- package/documention/LineString.html +113 -10
- package/documention/LineSymbol.html +107 -0
- package/documention/LineSymbol3D.html +2 -2
- package/documention/LineSymbol3DLayer.html +109 -2
- package/documention/M3DModelCacheLayer.html +133 -79
- package/documention/M3DServer.html +12 -12
- package/documention/Map.html +32 -5
- package/documention/MapGISTextSymbol.html +110 -3
- package/documention/MapImageLayer.html +527 -16
- package/documention/MapServer.html +14 -14
- package/documention/MapView.html +204 -3
- package/documention/MarkerSymbol.html +107 -0
- package/documention/MultiLineString.html +116 -13
- package/documention/MultiPoint.html +113 -10
- package/documention/MultiPolygon.html +112 -9
- package/documention/OGCLayer.html +116 -8
- package/documention/ObjectSymbol3DLayer.html +111 -4
- package/documention/OutStatistic.html +1 -1
- package/documention/OverlayLayer.html +116 -8
- package/documention/PathSymbol3DLayer.html +109 -2
- package/documention/PictureFillSymbol.html +169 -8
- package/documention/PictureMarkerSymbol.html +3 -3
- package/documention/PlotServer.html +10 -10
- package/documention/PoiServer.html +12 -12
- package/documention/Point.html +115 -12
- package/documention/PointSymbol3D.html +3 -3
- package/documention/Polygon.html +117 -14
- package/documention/PolygonSymbol3D.html +2 -2
- package/documention/Projection.html +429 -8
- package/documention/RandomRenderer.html +108 -1
- package/documention/RankRenderer.html +109 -2
- package/documention/ResourceServer.html +150 -150
- package/documention/RootServer.html +12 -12
- package/documention/SceneLayer.html +116 -8
- package/documention/SceneServer.html +16 -16
- package/documention/SceneView.html +10164 -130
- package/documention/SecurityServer.html +12 -12
- package/documention/SimpleFillSymbol.html +110 -3
- package/documention/SimpleLineSymbol.html +3 -3
- package/documention/SimpleMarkerSymbol.html +3 -3
- package/documention/SimpleRenderer.html +116 -9
- package/documention/SizeVariable.html +1 -1
- package/documention/SketchBaseDrawTool.html +181 -3
- package/documention/SketchCircleDrawTool.html +159 -3
- package/documention/SketchEditor.html +2 -2
- package/documention/SketchEditorCesium.html +1 -1
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/SketchExtentDrawTool.html +159 -3
- package/documention/SketchFreehandPolygonDrawTool.html +159 -3
- package/documention/SketchFreehandPolylineDrawTool.html +159 -3
- package/documention/SketchPointDrawTool.html +159 -3
- package/documention/SketchPolygonDrawTool.html +318 -6
- package/documention/SketchPolylineDrawTool.html +318 -6
- package/documention/SpatialReference.html +1 -1
- package/documention/SubLayer.html +296 -26
- package/documention/Symbol.html +134 -1
- package/documention/Symbol3DLayer.html +107 -0
- package/documention/Symbol3DVerticalOffset.html +107 -0
- package/documention/TerrainCacheLayer.html +133 -165
- package/documention/TerrainServer.html +11 -11
- package/documention/TextSymbol.html +111 -4
- package/documention/TextSymbol3DLayer.html +109 -2
- package/documention/ThemeServer.html +13 -13
- package/documention/TileLayer.html +116 -8
- package/documention/TileServer.html +12 -12
- package/documention/UniqueValueInfo.html +0 -217
- package/documention/UniqueValueRenderer.html +125 -18
- package/documention/UnknownLayer.html +116 -8
- package/documention/VectorTileLayer.html +117 -9
- package/documention/VectorTileServer.html +11 -11
- package/documention/VectorTileSubLayer.html +304 -0
- package/documention/VideoMapView.html +4 -4
- package/documention/WCSServer.html +10 -10
- package/documention/WFSLayer.html +140 -32
- package/documention/WFSServer.html +11 -11
- package/documention/WMSLayer.html +131 -23
- package/documention/WMSServer.html +12 -12
- package/documention/WMSSubLayer.html +218 -7
- package/documention/WMTSLayer.html +126 -18
- package/documention/WMTSServer.html +12 -12
- package/documention/WMTSSubLayer.html +116 -8
- package/documention/WPSServer.html +10 -10
- package/documention/WaterSymbol3DLayer.html +107 -0
- package/documention/WebTileLayer.html +121 -13
- package/documention/WorkFlowServer.html +12 -12
- package/documention/WorkFlowServer600227.html +12 -12
- package/documention/WorkFlowServer600228.html +13 -13
- package/documention/WorkFlowServer600229.html +12 -12
- package/documention/WorkFlowServer600230.html +12 -12
- package/documention/WorkFlowServer600231.html +12 -12
- package/documention/WorkFlowServer600232.html +13 -13
- package/documention/WorkFlowServer600233.html +14 -14
- package/documention/WorkFlowServer600235.html +12 -12
- package/documention/WorkFlowServer600237.html +13 -13
- package/documention/WorkFlowServer600238.html +15 -15
- package/documention/WorkFlowServer600239.html +16 -16
- package/documention/WorkFlowServer600307.html +14 -14
- package/documention/WorkFlowServer600308.html +2 -2
- package/documention/WorkFlowServer600309.html +12 -12
- package/documention/WorkFlowServer600314.html +12 -12
- package/documention/WorkFlowServer600334.html +12 -12
- package/documention/WorkFlowServer600336.html +12 -12
- package/documention/WorkFlowServer600340.html +12 -12
- package/documention/WorkFlowServer600354.html +12 -12
- package/documention/WorkFlowServer600368.html +12 -12
- package/documention/WorkFlowServer600369.html +12 -12
- package/documention/WorkFlowServer600370.html +12 -12
- package/documention/global.html +1024 -1874
- package/documention/index.html +84 -78
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
- package/documention/scripts/sideBar.js +16 -2
- package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
- package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
- package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
- package/package.json +14 -13
|
@@ -298,6 +298,24 @@
|
|
|
298
298
|
</thead>
|
|
299
299
|
<tbody>
|
|
300
300
|
|
|
301
|
+
<tr class="deep-level-0">
|
|
302
|
+
<td class="name"><code><a href="#arcType">arcType</a></code></td>
|
|
303
|
+
<td class="name">
|
|
304
|
+
<code>
|
|
305
|
+
|
|
306
|
+
<span class="param-type">
|
|
307
|
+
|
|
308
|
+
Number
|
|
309
|
+
|
|
310
|
+
</span>
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
</code>
|
|
315
|
+
</td>
|
|
316
|
+
<td class="name"><code><p>弧线类型</p></code></td>
|
|
317
|
+
</tr>
|
|
318
|
+
|
|
301
319
|
<tr class="deep-level-0">
|
|
302
320
|
<td class="name"><code><a href="#editOption">editOption</a></code></td>
|
|
303
321
|
<td class="name">
|
|
@@ -349,7 +367,7 @@
|
|
|
349
367
|
|
|
350
368
|
</code>
|
|
351
369
|
</td>
|
|
352
|
-
<td class="name"><code><p
|
|
370
|
+
<td class="name"><code><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></code></td>
|
|
353
371
|
</tr>
|
|
354
372
|
|
|
355
373
|
<tr class="deep-level-0">
|
|
@@ -478,6 +496,86 @@
|
|
|
478
496
|
<span class="method-parameter is-pulled-right">
|
|
479
497
|
<label>类型:</label>
|
|
480
498
|
|
|
499
|
+
<span class="param-type">
|
|
500
|
+
|
|
501
|
+
Number
|
|
502
|
+
|
|
503
|
+
</span>
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
</span>
|
|
508
|
+
|
|
509
|
+
<h4 class="name" id="arcType">
|
|
510
|
+
<a class="href-link" href="#arcType">#</a>
|
|
511
|
+
|
|
512
|
+
<span class="code-name">
|
|
513
|
+
arcType
|
|
514
|
+
</span>
|
|
515
|
+
|
|
516
|
+
</h4>
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
<div class="description">
|
|
522
|
+
<p>弧线类型</p>
|
|
523
|
+
</div>
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
<dl class="details">
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
<dt class="inherited-from">Inherited From:</dt>
|
|
537
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
538
|
+
<a goto="arcType" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#arcType" SketchBaseDrawTool.html#arcType>SketchBaseDrawTool#arcType</a>
|
|
539
|
+
</li></ul></dd>
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
</dl>
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
</div>
|
|
573
|
+
|
|
574
|
+
<div class="member">
|
|
575
|
+
|
|
576
|
+
<span class="method-parameter is-pulled-right">
|
|
577
|
+
<label>类型:</label>
|
|
578
|
+
|
|
481
579
|
<span class="param-type">
|
|
482
580
|
|
|
483
581
|
Object
|
|
@@ -661,7 +759,7 @@
|
|
|
661
759
|
|
|
662
760
|
|
|
663
761
|
<div class="description">
|
|
664
|
-
<p
|
|
762
|
+
<p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p>
|
|
665
763
|
</div>
|
|
666
764
|
|
|
667
765
|
|
|
@@ -2315,7 +2413,7 @@
|
|
|
2315
2413
|
|
|
2316
2414
|
<span class="code-name" id="getPanCoordinates" style="font-size:30px">
|
|
2317
2415
|
|
|
2318
|
-
getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
|
|
2416
|
+
getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
|
|
2319
2417
|
|
|
2320
2418
|
</span>
|
|
2321
2419
|
</h4>
|
|
@@ -2442,6 +2540,64 @@
|
|
|
2442
2540
|
|
|
2443
2541
|
|
|
2444
2542
|
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
<tr class="deep-level-0">
|
|
2546
|
+
|
|
2547
|
+
<td class="name"><code>pointType</code></td>
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
<td class="type">
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
<span class="param-type">
|
|
2554
|
+
|
|
2555
|
+
Number
|
|
2556
|
+
|
|
2557
|
+
</span>
|
|
2558
|
+
|
|
2559
|
+
|
|
2560
|
+
|
|
2561
|
+
|
|
2562
|
+
</td>
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
<td class="description last"><p>点属性类型</p></td>
|
|
2567
|
+
</tr>
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
<tr class="deep-level-0">
|
|
2575
|
+
|
|
2576
|
+
<td class="name"><code>extent</code></td>
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
<td class="type">
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
<span class="param-type">
|
|
2583
|
+
|
|
2584
|
+
Number
|
|
2585
|
+
|
|
2586
|
+
</span>
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
</td>
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
<td class="description last"><p>点所在范围</p></td>
|
|
2596
|
+
</tr>
|
|
2597
|
+
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
|
|
2445
2601
|
</tbody>
|
|
2446
2602
|
</table>
|
|
2447
2603
|
</div>
|
|
@@ -4798,6 +4954,24 @@
|
|
|
4798
4954
|
</thead>
|
|
4799
4955
|
<tbody>
|
|
4800
4956
|
|
|
4957
|
+
<tr class="deep-level-0">
|
|
4958
|
+
<td class="name"><code><a href="#arcType">arcType</a></code></td>
|
|
4959
|
+
<td class="name">
|
|
4960
|
+
<code>
|
|
4961
|
+
|
|
4962
|
+
<span class="param-type">
|
|
4963
|
+
|
|
4964
|
+
Number
|
|
4965
|
+
|
|
4966
|
+
</span>
|
|
4967
|
+
|
|
4968
|
+
|
|
4969
|
+
|
|
4970
|
+
</code>
|
|
4971
|
+
</td>
|
|
4972
|
+
<td class="name"><code><p>弧线类型</p></code></td>
|
|
4973
|
+
</tr>
|
|
4974
|
+
|
|
4801
4975
|
<tr class="deep-level-0">
|
|
4802
4976
|
<td class="name"><code><a href="#editOption">editOption</a></code></td>
|
|
4803
4977
|
<td class="name">
|
|
@@ -4849,7 +5023,7 @@
|
|
|
4849
5023
|
|
|
4850
5024
|
</code>
|
|
4851
5025
|
</td>
|
|
4852
|
-
<td class="name"><code><p
|
|
5026
|
+
<td class="name"><code><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></code></td>
|
|
4853
5027
|
</tr>
|
|
4854
5028
|
|
|
4855
5029
|
<tr class="deep-level-0">
|
|
@@ -4978,6 +5152,86 @@
|
|
|
4978
5152
|
<span class="method-parameter is-pulled-right">
|
|
4979
5153
|
<label>类型:</label>
|
|
4980
5154
|
|
|
5155
|
+
<span class="param-type">
|
|
5156
|
+
|
|
5157
|
+
Number
|
|
5158
|
+
|
|
5159
|
+
</span>
|
|
5160
|
+
|
|
5161
|
+
|
|
5162
|
+
|
|
5163
|
+
</span>
|
|
5164
|
+
|
|
5165
|
+
<h4 class="name" id="arcType">
|
|
5166
|
+
<a class="href-link" href="#arcType">#</a>
|
|
5167
|
+
|
|
5168
|
+
<span class="code-name">
|
|
5169
|
+
arcType
|
|
5170
|
+
</span>
|
|
5171
|
+
|
|
5172
|
+
</h4>
|
|
5173
|
+
|
|
5174
|
+
|
|
5175
|
+
|
|
5176
|
+
|
|
5177
|
+
<div class="description">
|
|
5178
|
+
<p>弧线类型</p>
|
|
5179
|
+
</div>
|
|
5180
|
+
|
|
5181
|
+
|
|
5182
|
+
|
|
5183
|
+
|
|
5184
|
+
|
|
5185
|
+
<dl class="details">
|
|
5186
|
+
|
|
5187
|
+
|
|
5188
|
+
|
|
5189
|
+
|
|
5190
|
+
|
|
5191
|
+
|
|
5192
|
+
<dt class="inherited-from">Inherited From:</dt>
|
|
5193
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5194
|
+
<a goto="arcType" link="SketchBaseDrawTool.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchBaseDrawTool#arcType" SketchBaseDrawTool.html#arcType>SketchBaseDrawTool#arcType</a>
|
|
5195
|
+
</li></ul></dd>
|
|
5196
|
+
|
|
5197
|
+
|
|
5198
|
+
|
|
5199
|
+
|
|
5200
|
+
|
|
5201
|
+
|
|
5202
|
+
|
|
5203
|
+
|
|
5204
|
+
|
|
5205
|
+
|
|
5206
|
+
|
|
5207
|
+
|
|
5208
|
+
|
|
5209
|
+
|
|
5210
|
+
|
|
5211
|
+
|
|
5212
|
+
|
|
5213
|
+
|
|
5214
|
+
|
|
5215
|
+
|
|
5216
|
+
|
|
5217
|
+
|
|
5218
|
+
|
|
5219
|
+
|
|
5220
|
+
|
|
5221
|
+
|
|
5222
|
+
</dl>
|
|
5223
|
+
|
|
5224
|
+
|
|
5225
|
+
|
|
5226
|
+
|
|
5227
|
+
|
|
5228
|
+
</div>
|
|
5229
|
+
|
|
5230
|
+
<div class="member">
|
|
5231
|
+
|
|
5232
|
+
<span class="method-parameter is-pulled-right">
|
|
5233
|
+
<label>类型:</label>
|
|
5234
|
+
|
|
4981
5235
|
<span class="param-type">
|
|
4982
5236
|
|
|
4983
5237
|
Object
|
|
@@ -5161,7 +5415,7 @@
|
|
|
5161
5415
|
|
|
5162
5416
|
|
|
5163
5417
|
<div class="description">
|
|
5164
|
-
<p
|
|
5418
|
+
<p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p>
|
|
5165
5419
|
</div>
|
|
5166
5420
|
|
|
5167
5421
|
|
|
@@ -6815,7 +7069,7 @@
|
|
|
6815
7069
|
|
|
6816
7070
|
<span class="code-name" id="getPanCoordinates" style="font-size:30px">
|
|
6817
7071
|
|
|
6818
|
-
getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY)</span>
|
|
7072
|
+
getPanCoordinates<span class="signature">(coordinates, deltaX, deltaY, pointType, extent)</span>
|
|
6819
7073
|
|
|
6820
7074
|
</span>
|
|
6821
7075
|
</h4>
|
|
@@ -6942,6 +7196,64 @@
|
|
|
6942
7196
|
|
|
6943
7197
|
|
|
6944
7198
|
|
|
7199
|
+
|
|
7200
|
+
|
|
7201
|
+
<tr class="deep-level-0">
|
|
7202
|
+
|
|
7203
|
+
<td class="name"><code>pointType</code></td>
|
|
7204
|
+
|
|
7205
|
+
|
|
7206
|
+
<td class="type">
|
|
7207
|
+
|
|
7208
|
+
|
|
7209
|
+
<span class="param-type">
|
|
7210
|
+
|
|
7211
|
+
Number
|
|
7212
|
+
|
|
7213
|
+
</span>
|
|
7214
|
+
|
|
7215
|
+
|
|
7216
|
+
|
|
7217
|
+
|
|
7218
|
+
</td>
|
|
7219
|
+
|
|
7220
|
+
|
|
7221
|
+
|
|
7222
|
+
<td class="description last"><p>点属性类型</p></td>
|
|
7223
|
+
</tr>
|
|
7224
|
+
|
|
7225
|
+
|
|
7226
|
+
|
|
7227
|
+
|
|
7228
|
+
|
|
7229
|
+
|
|
7230
|
+
<tr class="deep-level-0">
|
|
7231
|
+
|
|
7232
|
+
<td class="name"><code>extent</code></td>
|
|
7233
|
+
|
|
7234
|
+
|
|
7235
|
+
<td class="type">
|
|
7236
|
+
|
|
7237
|
+
|
|
7238
|
+
<span class="param-type">
|
|
7239
|
+
|
|
7240
|
+
Number
|
|
7241
|
+
|
|
7242
|
+
</span>
|
|
7243
|
+
|
|
7244
|
+
|
|
7245
|
+
|
|
7246
|
+
|
|
7247
|
+
</td>
|
|
7248
|
+
|
|
7249
|
+
|
|
7250
|
+
|
|
7251
|
+
<td class="description last"><p>点所在范围</p></td>
|
|
7252
|
+
</tr>
|
|
7253
|
+
|
|
7254
|
+
|
|
7255
|
+
|
|
7256
|
+
|
|
6945
7257
|
</tbody>
|
|
6946
7258
|
</table>
|
|
6947
7259
|
</div>
|