@mapgis/webclient-leaflet-plugin 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 +11 -39
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
- package/documention/ArcGISMapImageLayer.html +820 -0
- package/documention/ArcGISTileLayer.html +498 -0
- package/documention/EchartsLayer.html +261 -0
- package/documention/FeatureLayer.html +212 -0
- package/documention/FeatureLayerUtil.html +288 -0
- package/documention/IGSMapImageLayer.html +948 -0
- package/documention/IGSTileLayer.html +562 -0
- package/documention/MapLayer.html +330 -0
- package/documention/MapVLayer.html +320 -0
- package/documention/MapViewLeaflet.html +7 -7
- package/documention/Popup.html +4 -2
- package/documention/Screenshot.html +5 -143
- package/documention/SketchEditorLeaflet.html +106 -47
- package/documention/TileLayer.html +279 -0
- package/documention/TileLayerWMS.html +222 -0
- package/documention/VectorTileLayer.html +529 -0
- package/documention/WMSLayerView.html +689 -0
- package/documention/WebMapServiceLayer.html +723 -0
- package/documention/WebMapTileServiceLayer.html +754 -0
- package/documention/WebTileLayer.html +663 -0
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +22 -22
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +30 -30
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -34
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +3 -3
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -34
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +47 -47
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +33 -33
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +30 -30
- package/documention/Zondy.Widget.html +5 -5
- package/documention/global.html +454 -0
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +16 -2
- package/package.json +6 -6
package/documention/global.html
CHANGED
|
@@ -319,6 +319,72 @@
|
|
|
319
319
|
|
|
320
320
|
|
|
321
321
|
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
</dl>
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
</div>
|
|
340
|
+
|
|
341
|
+
<div class="member">
|
|
342
|
+
|
|
343
|
+
<h4 class="name" id="ImageOverlay">
|
|
344
|
+
<a class="href-link" href="#ImageOverlay">#</a>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
<span class='tag'>constant</span>
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
<span class="code-name">
|
|
351
|
+
ImageOverlay
|
|
352
|
+
</span>
|
|
353
|
+
|
|
354
|
+
</h4>
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
<div class="description">
|
|
360
|
+
<p>L.ImageOverlay</p>
|
|
361
|
+
</div>
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
<dl class="details">
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
322
388
|
|
|
323
389
|
|
|
324
390
|
|
|
@@ -673,6 +739,394 @@
|
|
|
673
739
|
|
|
674
740
|
|
|
675
741
|
|
|
742
|
+
<div class='vertical-section'>
|
|
743
|
+
<h3 id='function'>方法</h3>
|
|
744
|
+
<div class="members">
|
|
745
|
+
|
|
746
|
+
<div class="member">
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
<h4 class="name" id="initializeCRS">
|
|
751
|
+
<a class="href-link" href="#initializeCRS">#</a>
|
|
752
|
+
|
|
753
|
+
<span class="code-name" id="initializeCRS" style="font-size:30px">
|
|
754
|
+
|
|
755
|
+
initializeCRS<span class="signature">(layer, allLayers)</span>
|
|
756
|
+
|
|
757
|
+
</span>
|
|
758
|
+
</h4>
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
<div class="description">
|
|
763
|
+
<p>使用图层对象来构造Leaflet视图的CRS参数对象</p>
|
|
764
|
+
</div>
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
<h4>参数</h4>
|
|
776
|
+
|
|
777
|
+
<div class="table-container">
|
|
778
|
+
<table class="params table">
|
|
779
|
+
<thead>
|
|
780
|
+
<tr>
|
|
781
|
+
|
|
782
|
+
<th>名称</th>
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
<th>类型</th>
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
<th class="last">描述</th>
|
|
790
|
+
</tr>
|
|
791
|
+
</thead>
|
|
792
|
+
|
|
793
|
+
<tbody>
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
<tr class="deep-level-0">
|
|
798
|
+
|
|
799
|
+
<td class="name"><code>layer</code></td>
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
<td class="type">
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
<span class="param-type">
|
|
806
|
+
|
|
807
|
+
Layer
|
|
808
|
+
|
|
809
|
+
</span>
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
</td>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
<td class="description last"><p>参考图层,使用其裁图原点、地图范围、级数和分辨率来构造CRS参数对象,支持ArcGISMapImageLayer、ArcGISTileLayer、ArcGISVectorTileLayer、
|
|
819
|
+
IGSFeatureLayer、IGSMapImageLayer、IGSTileLayer、MapGISVectorTileLayer、WMSLayer、WMTSLayer、WFSLayer、WebTileLayer</p></td>
|
|
820
|
+
</tr>
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
<tr class="deep-level-0">
|
|
828
|
+
|
|
829
|
+
<td class="name"><code>allLayers</code></td>
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
<td class="type">
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
<span class="param-type">
|
|
836
|
+
|
|
837
|
+
Array.<Layer>
|
|
838
|
+
|
|
839
|
+
</span>
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
</td>
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
<td class="description last"><p>可选参数,当需要在地图视图中,叠加多个裁图原点相同,裁图方案不同的图层时,可使用此参数,使用多个图层来构配合参考图层构造CRS参数对象</p></td>
|
|
849
|
+
</tr>
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
</tbody>
|
|
855
|
+
</table>
|
|
856
|
+
</div>
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
<dl class="details">
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
</dl>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
<div class='columns method-parameter'>
|
|
915
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
916
|
+
<div class="column is-10">
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
<div class="columns">
|
|
921
|
+
|
|
922
|
+
<div class='param-desc column is-7'><p>Leaflet视图的CRS参数</p></div>
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
<div class='column is-5 has-text-left'>
|
|
926
|
+
<label>类型: </label>
|
|
927
|
+
|
|
928
|
+
<span class="param-type">
|
|
929
|
+
|
|
930
|
+
Object
|
|
931
|
+
|
|
932
|
+
</span>
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
</div>
|
|
937
|
+
|
|
938
|
+
</div>
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
</div>
|
|
942
|
+
</div>
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
</div>
|
|
950
|
+
|
|
951
|
+
<div class="member">
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
<h4 class="name" id="initializeOptions">
|
|
956
|
+
<a class="href-link" href="#initializeOptions">#</a>
|
|
957
|
+
|
|
958
|
+
<span class="code-name" id="initializeOptions" style="font-size:30px">
|
|
959
|
+
|
|
960
|
+
initializeOptions<span class="signature">(layer)</span>
|
|
961
|
+
|
|
962
|
+
</span>
|
|
963
|
+
</h4>
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
<div class="description">
|
|
968
|
+
<p>通过Common的图层对象构建Leaflet图层对象的初始化参数</p>
|
|
969
|
+
</div>
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
<h4>参数</h4>
|
|
981
|
+
|
|
982
|
+
<div class="table-container">
|
|
983
|
+
<table class="params table">
|
|
984
|
+
<thead>
|
|
985
|
+
<tr>
|
|
986
|
+
|
|
987
|
+
<th>名称</th>
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
<th>类型</th>
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
<th class="last">描述</th>
|
|
995
|
+
</tr>
|
|
996
|
+
</thead>
|
|
997
|
+
|
|
998
|
+
<tbody>
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
<tr class="deep-level-0">
|
|
1003
|
+
|
|
1004
|
+
<td class="name"><code>layer</code></td>
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
<td class="type">
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
<span class="param-type">
|
|
1011
|
+
|
|
1012
|
+
Layer
|
|
1013
|
+
|
|
1014
|
+
</span>
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
</td>
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
<td class="description last"><p>Common层的地图对象,支持ArcGISMapImageLayer、ArcGISTileLayer、ArcGISVectorTileLayer、
|
|
1024
|
+
IGSMapImageLayer、IGSTileLayer、MapGISVectorTileLayer、WMSLayer、WMTSLayer、WebTileLayer</p></td>
|
|
1025
|
+
</tr>
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
</tbody>
|
|
1031
|
+
</table>
|
|
1032
|
+
</div>
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
<dl class="details">
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
</dl>
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
<div class='columns method-parameter'>
|
|
1091
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1092
|
+
<div class="column is-10">
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
<div class="columns">
|
|
1097
|
+
|
|
1098
|
+
<div class='param-desc column is-7'><p>Leaflet图层对象的初始化参数</p></div>
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
<div class='column is-5 has-text-left'>
|
|
1102
|
+
<label>类型: </label>
|
|
1103
|
+
|
|
1104
|
+
<span class="param-type">
|
|
1105
|
+
|
|
1106
|
+
Object
|
|
1107
|
+
|
|
1108
|
+
</span>
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
</div>
|
|
1113
|
+
|
|
1114
|
+
</div>
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
</div>
|
|
1118
|
+
</div>
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
</div>
|
|
1126
|
+
|
|
1127
|
+
</div>
|
|
1128
|
+
</div>
|
|
1129
|
+
|
|
676
1130
|
|
|
677
1131
|
|
|
678
1132
|
<div class='vertical-section'>
|
package/documention/index.html
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
|
|
105
105
|
<nav>
|
|
106
106
|
|
|
107
|
-
<div class="category"><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html"id="DrawControl" title="DrawControl" DrawControl.html>DrawControl</a><img id="DrawControl-detail-arrow" onclick="toggleLinkDetail('DrawControl-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>绘制工具</p></span></li><div class="mapgis-link-detail" id="DrawControl-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#destory" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" title="destory" id="api-member" class="mapgis-link-name">destory</a></li><li><a linkTo="#destroy" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" title="destroy" id="api-member" class="mapgis-link-name">destroy</a></li><li><a linkTo="#end" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" title="end" id="api-member" class="mapgis-link-name">end</a></li><li><a linkTo="#start" link="/static/modules/leaflet/api/leaflet-mapgis/DrawControl.html" title="start" id="api-member" class="mapgis-link-name">start</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/MapViewLeaflet.html"id="MapViewLeaflet" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
107
|
+
<div class="category"><div onclick="toggleSideBar('ExtentModule-sidebar')" id="ExtentModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul id="ExtentModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/ArcGISMapImageLayer.html"id="ArcGISMapImageLayer" title="ArcGISMapImageLayer" ArcGISMapImageLayer.html>ArcGISMapImageLayer</a><img id="ArcGISMapImageLayer-detail-arrow" onclick="toggleLinkDetail('ArcGISMapImageLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS地图图片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="ArcGISMapImageLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/ArcGISMapImageLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/ArcGISTileLayer.html"id="ArcGISTileLayer" title="ArcGISTileLayer" ArcGISTileLayer.html>ArcGISTileLayer</a><img id="ArcGISTileLayer-detail-arrow" onclick="toggleLinkDetail('ArcGISTileLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS瓦片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="ArcGISTileLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/ArcGISTileLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/EchartsLayer.html"id="EchartsLayer" title="EchartsLayer" EchartsLayer.html>EchartsLayer</a><img id="EchartsLayer-detail-arrow" onclick="toggleLinkDetail('EchartsLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>Echarts图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="EchartsLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/EchartsLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayer.html"id="FeatureLayer" title="FeatureLayer" FeatureLayer.html>FeatureLayer</a><img id="FeatureLayer-detail-arrow" onclick="toggleLinkDetail('FeatureLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>要素图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="FeatureLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/IGSMapImageLayer.html"id="IGSMapImageLayer" title="IGSMapImageLayer" IGSMapImageLayer.html>IGSMapImageLayer</a><img id="IGSMapImageLayer-detail-arrow" onclick="toggleLinkDetail('IGSMapImageLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>地图图片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="IGSMapImageLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/IGSMapImageLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/IGSTileLayer.html"id="IGSTileLayer" title="IGSTileLayer" IGSTileLayer.html>IGSTileLayer</a><img id="IGSTileLayer-detail-arrow" onclick="toggleLinkDetail('IGSTileLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>IGS瓦片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="IGSTileLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/IGSTileLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/MapLayer.html"id="MapLayer" title="MapLayer" MapLayer.html>MapLayer</a><img id="MapLayer-detail-arrow" onclick="toggleLinkDetail('MapLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕出一张图图层基类</p></span></li><div class="mapgis-link-detail" id="MapLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/MapLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/MapVLayer.html"id="MapVLayer" title="MapVLayer" MapVLayer.html>MapVLayer</a><img id="MapVLayer-detail-arrow" onclick="toggleLinkDetail('MapVLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapV图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="MapVLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/MapVLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/TileLayer.html"id="TileLayer" title="TileLayer" TileLayer.html>TileLayer</a><img id="TileLayer-detail-arrow" onclick="toggleLinkDetail('TileLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>带裁剪功能的瓦片图层基类</p></span></li><div class="mapgis-link-detail" id="TileLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/TileLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/TileLayerWMS.html"id="TileLayerWMS" title="TileLayerWMS" TileLayerWMS.html>TileLayerWMS</a><img id="TileLayerWMS-detail-arrow" onclick="toggleLinkDetail('TileLayerWMS-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p></span></li><div class="mapgis-link-detail" id="TileLayerWMS-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/TileLayerWMS.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/VectorTileLayer.html"id="VectorTileLayer" title="VectorTileLayer" VectorTileLayer.html>VectorTileLayer</a><img id="VectorTileLayer-detail-arrow" onclick="toggleLinkDetail('VectorTileLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>矢量瓦片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="VectorTileLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/VectorTileLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/WebMapServiceLayer.html"id="WebMapServiceLayer" title="WebMapServiceLayer" WebMapServiceLayer.html>WebMapServiceLayer</a><img id="WebMapServiceLayer-detail-arrow" onclick="toggleLinkDetail('WebMapServiceLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMS图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="WebMapServiceLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/WebMapServiceLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/WebMapTileServiceLayer.html"id="WebMapTileServiceLayer" title="WebMapTileServiceLayer" WebMapTileServiceLayer.html>WebMapTileServiceLayer</a><img id="WebMapTileServiceLayer-detail-arrow" onclick="toggleLinkDetail('WebMapTileServiceLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMTS图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="WebMapTileServiceLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/WebMapTileServiceLayer.html" id="api-fold">构造函数</a></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/WebTileLayer.html"id="WebTileLayer" title="WebTileLayer" WebTileLayer.html>WebTileLayer</a><img id="WebTileLayer-detail-arrow" onclick="toggleLinkDetail('WebTileLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>网络瓦片图层(Leaflet)</p></span></li><div class="mapgis-link-detail" id="WebTileLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/WebTileLayer.html" id="api-fold">构造函数</a></div></div></ul><div onclick="toggleSideBar('UtilModule-sidebar')" id="UtilModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul id="UtilModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayerUtil.html"id="FeatureLayerUtil" title="FeatureLayerUtil" FeatureLayerUtil.html>FeatureLayerUtil</a><img id="FeatureLayerUtil-detail-arrow" onclick="toggleLinkDetail('FeatureLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>要素图层工具类(Leaflet)</p></span></li><div class="mapgis-link-detail" id="FeatureLayerUtil-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayerUtil.html" id="api-fold">构造函数</a></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayerUtil.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#convertFeature" link="/static/modules/leaflet/api/leaflet-mapgis/FeatureLayerUtil.html" title="convertFeature" id="api-member" class="mapgis-link-name">convertFeature</a></li></ul></div></div></ul><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/MapViewLeaflet.html"id="MapViewLeaflet" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
108
|
参考示例:
|
|
109
109
|
<a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
|
|
110
110
|
<br>[ES5引入方式]:<br/>
|
|
@@ -120,11 +120,11 @@ zondy-popup__content 弹窗容器样式<br/>
|
|
|
120
120
|
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
121
|
zondy-popup__header 弹窗头部样式<br/>
|
|
122
122
|
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#close" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="close" id="api-member" class="mapgis-link-name">close</a></li><li><a linkTo="#open" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="open" id="api-member" class="mapgis-link-name">open</a></li><li><a linkTo="#openPopup" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="openPopup" id="api-member" class="mapgis-link-name">openPopup</a></li></ul></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#alignment" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="alignment" id="api-member" class="mapgis-link-name">alignment</a></li><li><a linkTo="#content" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="content" id="api-member" class="mapgis-link-name">content</a></li><li><a linkTo="#defaultButtons" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="defaultButtons" id="api-member" class="mapgis-link-name">defaultButtons</a></li><li><a linkTo="#location" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="location" id="api-member" class="mapgis-link-name">location</a></li><li><a linkTo="#title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="title" id="api-member" class="mapgis-link-name">title</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="view" id="api-member" class="mapgis-link-name">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html"id="Screenshot" title="Screenshot" Screenshot.html>Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold">构造函数</a></div><div><a linkTo="#
|
|
123
|
+
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#close" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="close" id="api-member" class="mapgis-link-name">close</a></li><li><a linkTo="#open" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="open" id="api-member" class="mapgis-link-name">open</a></li><li><a linkTo="#openPopup" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="openPopup" id="api-member" class="mapgis-link-name">openPopup</a></li></ul></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#alignment" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="alignment" id="api-member" class="mapgis-link-name">alignment</a></li><li><a linkTo="#content" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="content" id="api-member" class="mapgis-link-name">content</a></li><li><a linkTo="#defaultButtons" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="defaultButtons" id="api-member" class="mapgis-link-name">defaultButtons</a></li><li><a linkTo="#location" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="location" id="api-member" class="mapgis-link-name">location</a></li><li><a linkTo="#title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="title" id="api-member" class="mapgis-link-name">title</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="view" id="api-member" class="mapgis-link-name">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html"id="Screenshot" title="Screenshot" Screenshot.html>Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold">构造函数</a></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#filename" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="filename" id="api-member" class="mapgis-link-name">filename</a></li><li><a linkTo="#format" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="format" id="api-member" class="mapgis-link-name">format</a></li><li><a linkTo="#height" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="height" id="api-member" class="mapgis-link-name">height</a></li><li><a linkTo="#isDownload" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="isDownload" id="api-member" class="mapgis-link-name">isDownload</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="view" id="api-member" class="mapgis-link-name">view</a></li><li><a linkTo="#width" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="width" id="api-member" class="mapgis-link-name">width</a></li><li><a linkTo="#x" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="x" id="api-member" class="mapgis-link-name">x</a></li><li><a linkTo="#y" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="y" id="api-member" class="mapgis-link-name">y</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html"id="SketchEditorLeaflet" title="SketchEditorLeaflet" SketchEditorLeaflet.html>SketchEditorLeaflet</a><img id="SketchEditorLeaflet-detail-arrow" onclick="toggleLinkDetail('SketchEditorLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
124
|
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const {
|
|
125
|
+
const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
|
|
126
126
|
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorLeaflet-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#addVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="addVertex" id="api-member" class="mapgis-link-name">addVertex</a></li><li><a linkTo="#canRedo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="canRedo" id="api-member" class="mapgis-link-name">canRedo</a></li><li><a linkTo="#canUndo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="canUndo" id="api-member" class="mapgis-link-name">canUndo</a></li><li><a linkTo="#drawPolylineToPolygon" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="drawPolylineToPolygon" id="api-member" class="mapgis-link-name">drawPolylineToPolygon</a></li><li><a linkTo="#getGeometry" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="getGeometry" id="api-member" class="mapgis-link-name">getGeometry</a></li><li><a linkTo="#getSketchStyle" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="getSketchStyle" id="api-member" class="mapgis-link-name">getSketchStyle</a></li><li><a linkTo="#redo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="redo" id="api-member" class="mapgis-link-name">redo</a></li><li><a linkTo="#remove" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="remove" id="api-member" class="mapgis-link-name">remove</a></li><li><a linkTo="#removeVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="removeVertex" id="api-member" class="mapgis-link-name">removeVertex</a></li><li><a linkTo="#setSketchStyle" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="setSketchStyle" id="api-member" class="mapgis-link-name">setSketchStyle</a></li><li><a linkTo="#split" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="split" id="api-member" class="mapgis-link-name">split</a></li><li><a linkTo="#start" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="start" id="api-member" class="mapgis-link-name">start</a></li><li><a linkTo="#startCustomDrawTool" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="startCustomDrawTool" id="api-member" class="mapgis-link-name">startCustomDrawTool</a></li><li><a linkTo="#stop" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="stop" id="api-member" class="mapgis-link-name">stop</a></li><li><a linkTo="#undo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="undo" id="api-member" class="mapgis-link-name">undo</a></li><li><a linkTo="#union" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="union" id="api-member" class="mapgis-link-name">union</a></li><li><a linkTo="#updateVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="updateVertex" id="api-member" class="mapgis-link-name">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('RendererModule-sidebar')" id="RendererModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul id="RendererModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html"id="Zondy.ThemeLayer.GraphThemeLayer" title="Zondy.ThemeLayer.GraphThemeLayer" Zondy.ThemeLayer.GraphThemeLayer.html>GraphThemeLayer</a><img id="Zondy.ThemeLayer.GraphThemeLayer-detail-arrow" onclick="toggleLinkDetail('Zondy.ThemeLayer.GraphThemeLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li><div class="mapgis-link-detail" id="Zondy.ThemeLayer.GraphThemeLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#addFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="addFeatures" id="api-member" class="mapgis-link-name">addFeatures</a></li><li><a linkTo="#clear" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="clear" id="api-member" class="mapgis-link-name">clear</a></li><li><a linkTo="#clearCache" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="clearCache" id="api-member" class="mapgis-link-name">clearCache</a></li><li><a linkTo="#clearCache" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="clearCache" id="api-member" class="mapgis-link-name">clearCache</a></li><li><a linkTo="#createThematicFeature" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="createThematicFeature" id="api-member" class="mapgis-link-name">createThematicFeature</a></li><li><a linkTo="#destroyFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="destroyFeatures" id="api-member" class="mapgis-link-name">destroyFeatures</a></li><li><a linkTo="#drawCharts" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="drawCharts" id="api-member" class="mapgis-link-name">drawCharts</a></li><li><a linkTo="#getEvents" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getEvents" id="api-member" class="mapgis-link-name">getEvents</a></li><li><a linkTo="#getFeatureBy" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getFeatureBy" id="api-member" class="mapgis-link-name">getFeatureBy</a></li><li><a linkTo="#getFeatureById" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getFeatureById" id="api-member" class="mapgis-link-name">getFeatureById</a></li><li><a linkTo="#getFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getFeatures" id="api-member" class="mapgis-link-name">getFeatures</a></li><li><a linkTo="#getFeaturesByAttribute" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getFeaturesByAttribute" id="api-member" class="mapgis-link-name">getFeaturesByAttribute</a></li><li><a linkTo="#getLocalXY" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getLocalXY" id="api-member" class="mapgis-link-name">getLocalXY</a></li><li><a linkTo="#getShapesByFeatureID" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getShapesByFeatureID" id="api-member" class="mapgis-link-name">getShapesByFeatureID</a></li><li><a linkTo="#getWeightFieldValue" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="getWeightFieldValue" id="api-member" class="mapgis-link-name">getWeightFieldValue</a></li><li><a linkTo="#initialize" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="initialize" id="api-member" class="mapgis-link-name">initialize</a></li><li><a linkTo="#isChartInMap" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="isChartInMap" id="api-member" class="mapgis-link-name">isChartInMap</a></li><li><a linkTo="#isPointInPoly" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="isPointInPoly" id="api-member" class="mapgis-link-name">isPointInPoly</a></li><li><a linkTo="#isQuadrilateralOverLap" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="isQuadrilateralOverLap" id="api-member" class="mapgis-link-name">isQuadrilateralOverLap</a></li><li><a linkTo="#lineIntersection" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="lineIntersection" id="api-member" class="mapgis-link-name">lineIntersection</a></li><li><a linkTo="#off" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="off" id="api-member" class="mapgis-link-name">off</a></li><li><a linkTo="#on" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="on" id="api-member" class="mapgis-link-name">on</a></li><li><a linkTo="#onRemove" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="onRemove" id="api-member" class="mapgis-link-name">onRemove</a></li><li><a linkTo="#redraw" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="redraw" id="api-member" class="mapgis-link-name">redraw</a></li><li><a linkTo="#redrawThematicFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="redrawThematicFeatures" id="api-member" class="mapgis-link-name">redrawThematicFeatures</a></li><li><a linkTo="#removeAllFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="removeAllFeatures" id="api-member" class="mapgis-link-name">removeAllFeatures</a></li><li><a linkTo="#removeFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="removeFeatures" id="api-member" class="mapgis-link-name">removeFeatures</a></li><li><a linkTo="#setChartsType" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="setChartsType" id="api-member" class="mapgis-link-name">setChartsType</a></li><li><a linkTo="#setOpacity" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="setOpacity" id="api-member" class="mapgis-link-name">setOpacity</a></li><li><a linkTo="#update" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="update" id="api-member" class="mapgis-link-name">update</a></li></ul></div><div><a linkTo="#event" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" id="api-fold" class="mapgis-link-name">事件</a></div><div><ul><li><a linkTo="#beforefeaturesadded" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="beforefeaturesadded" id="api-member" class="mapgis-link-name">beforefeaturesadded</a></li><li><a linkTo="#changelayer" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="changelayer" id="api-member" class="mapgis-link-name">changelayer</a></li><li><a linkTo="#featuresremoved" link="/static/modules/leaflet/api/leaflet-mapgis/Zondy.ThemeLayer.GraphThemeLayer.html" title="featuresremoved" id="api-member" class="mapgis-link-name">featuresremoved</a></li></ul></div></div></ul></div>
|
|
127
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorLeaflet-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#addVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="addVertex" id="api-member" class="mapgis-link-name">addVertex</a></li><li><a linkTo="#canRedo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="canRedo" id="api-member" class="mapgis-link-name">canRedo</a></li><li><a linkTo="#canUndo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="canUndo" id="api-member" class="mapgis-link-name">canUndo</a></li><li><a linkTo="#drawPolylineToPolygon" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="drawPolylineToPolygon" id="api-member" class="mapgis-link-name">drawPolylineToPolygon</a></li><li><a linkTo="#getGeometry" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="getGeometry" id="api-member" class="mapgis-link-name">getGeometry</a></li><li><a linkTo="#getSketchStyle" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="getSketchStyle" id="api-member" class="mapgis-link-name">getSketchStyle</a></li><li><a linkTo="#redo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="redo" id="api-member" class="mapgis-link-name">redo</a></li><li><a linkTo="#remove" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="remove" id="api-member" class="mapgis-link-name">remove</a></li><li><a linkTo="#removeVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="removeVertex" id="api-member" class="mapgis-link-name">removeVertex</a></li><li><a linkTo="#setSketchStyle" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="setSketchStyle" id="api-member" class="mapgis-link-name">setSketchStyle</a></li><li><a linkTo="#split" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="split" id="api-member" class="mapgis-link-name">split</a></li><li><a linkTo="#start" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="start" id="api-member" class="mapgis-link-name">start</a></li><li><a linkTo="#startCustomDrawTool" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="startCustomDrawTool" id="api-member" class="mapgis-link-name">startCustomDrawTool</a></li><li><a linkTo="#stop" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="stop" id="api-member" class="mapgis-link-name">stop</a></li><li><a linkTo="#undo" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="undo" id="api-member" class="mapgis-link-name">undo</a></li><li><a linkTo="#union" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="union" id="api-member" class="mapgis-link-name">union</a></li><li><a linkTo="#updateVertex" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html" title="updateVertex" id="api-member" class="mapgis-link-name">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('RendererModule-sidebar')" id="RendererModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul id="RendererModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html"id="zondy.themelayer.GraphThemeLayer" title="zondy.themelayer.GraphThemeLayer" zondy.themelayer.GraphThemeLayer.html>GraphThemeLayer</a><img id="zondy.themelayer.GraphThemeLayer-detail-arrow" onclick="toggleLinkDetail('zondy.themelayer.GraphThemeLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li><div class="mapgis-link-detail" id="zondy.themelayer.GraphThemeLayer-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#addFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="addFeatures" id="api-member" class="mapgis-link-name">addFeatures</a></li><li><a linkTo="#clear" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="clear" id="api-member" class="mapgis-link-name">clear</a></li><li><a linkTo="#clearCache" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="clearCache" id="api-member" class="mapgis-link-name">clearCache</a></li><li><a linkTo="#clearCache" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="clearCache" id="api-member" class="mapgis-link-name">clearCache</a></li><li><a linkTo="#createThematicFeature" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="createThematicFeature" id="api-member" class="mapgis-link-name">createThematicFeature</a></li><li><a linkTo="#destroyFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="destroyFeatures" id="api-member" class="mapgis-link-name">destroyFeatures</a></li><li><a linkTo="#drawCharts" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="drawCharts" id="api-member" class="mapgis-link-name">drawCharts</a></li><li><a linkTo="#getEvents" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getEvents" id="api-member" class="mapgis-link-name">getEvents</a></li><li><a linkTo="#getFeatureBy" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getFeatureBy" id="api-member" class="mapgis-link-name">getFeatureBy</a></li><li><a linkTo="#getFeatureById" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getFeatureById" id="api-member" class="mapgis-link-name">getFeatureById</a></li><li><a linkTo="#getFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getFeatures" id="api-member" class="mapgis-link-name">getFeatures</a></li><li><a linkTo="#getFeaturesByAttribute" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getFeaturesByAttribute" id="api-member" class="mapgis-link-name">getFeaturesByAttribute</a></li><li><a linkTo="#getLocalXY" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getLocalXY" id="api-member" class="mapgis-link-name">getLocalXY</a></li><li><a linkTo="#getShapesByFeatureID" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getShapesByFeatureID" id="api-member" class="mapgis-link-name">getShapesByFeatureID</a></li><li><a linkTo="#getWeightFieldValue" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="getWeightFieldValue" id="api-member" class="mapgis-link-name">getWeightFieldValue</a></li><li><a linkTo="#initialize" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="initialize" id="api-member" class="mapgis-link-name">initialize</a></li><li><a linkTo="#isChartInMap" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="isChartInMap" id="api-member" class="mapgis-link-name">isChartInMap</a></li><li><a linkTo="#isPointInPoly" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="isPointInPoly" id="api-member" class="mapgis-link-name">isPointInPoly</a></li><li><a linkTo="#isQuadrilateralOverLap" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="isQuadrilateralOverLap" id="api-member" class="mapgis-link-name">isQuadrilateralOverLap</a></li><li><a linkTo="#lineIntersection" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="lineIntersection" id="api-member" class="mapgis-link-name">lineIntersection</a></li><li><a linkTo="#off" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="off" id="api-member" class="mapgis-link-name">off</a></li><li><a linkTo="#on" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="on" id="api-member" class="mapgis-link-name">on</a></li><li><a linkTo="#onRemove" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="onRemove" id="api-member" class="mapgis-link-name">onRemove</a></li><li><a linkTo="#redraw" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="redraw" id="api-member" class="mapgis-link-name">redraw</a></li><li><a linkTo="#redrawThematicFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="redrawThematicFeatures" id="api-member" class="mapgis-link-name">redrawThematicFeatures</a></li><li><a linkTo="#removeAllFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="removeAllFeatures" id="api-member" class="mapgis-link-name">removeAllFeatures</a></li><li><a linkTo="#removeFeatures" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="removeFeatures" id="api-member" class="mapgis-link-name">removeFeatures</a></li><li><a linkTo="#setChartsType" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="setChartsType" id="api-member" class="mapgis-link-name">setChartsType</a></li><li><a linkTo="#setOpacity" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="setOpacity" id="api-member" class="mapgis-link-name">setOpacity</a></li><li><a linkTo="#update" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="update" id="api-member" class="mapgis-link-name">update</a></li></ul></div><div><a linkTo="#event" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" id="api-fold" class="mapgis-link-name">事件</a></div><div><ul><li><a linkTo="#beforefeaturesadded" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="beforefeaturesadded" id="api-member" class="mapgis-link-name">beforefeaturesadded</a></li><li><a linkTo="#changelayer" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="changelayer" id="api-member" class="mapgis-link-name">changelayer</a></li><li><a linkTo="#featuresremoved" link="/static/modules/leaflet/api/leaflet-mapgis/zondy.themelayer.GraphThemeLayer.html" title="featuresremoved" id="api-member" class="mapgis-link-name">featuresremoved</a></li></ul></div></div></ul><div onclick="toggleSideBar('GlobalFunction-sidebar')" id="GlobalFunction" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">全局方法</div><ul id="GlobalFunction-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/initializeCRS.html"id="initializeCRS" title="initializeCRS" global.html#initializeCRS>initializeCRS</a><img id="initializeCRS-detail-arrow" onclick="toggleLinkDetail('initializeCRS-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>使用图层对象来构造Leaflet视图的CRS参数对象</p></span></li><div class="mapgis-link-detail" id="initializeCRS-detail"><div>参数:</div><div><ul><li><a href="#layer">layer</a></li><li><a href="#allLayers">allLayers</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/initializeOptions.html"id="initializeOptions" title="initializeOptions" global.html#initializeOptions>initializeOptions</a><img id="initializeOptions-detail-arrow" onclick="toggleLinkDetail('initializeOptions-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>通过Common的图层对象构建Leaflet图层对象的初始化参数</p></span></li><div class="mapgis-link-detail" id="initializeOptions-detail"><div>参数:</div><div><ul><li><a href="#layer">layer</a></li></ul></div></div></ul></div>
|
|
128
128
|
|
|
129
129
|
</nav>
|
|
130
130
|
</div>
|
|
@@ -241,8 +241,8 @@ npm set registry http://192.168.11.130:4873/<br/>
|
|
|
241
241
|
<div class="content has-text-centered">
|
|
242
242
|
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
243
243
|
<p class="sidebar-created-by">
|
|
244
|
-
<a href="
|
|
245
|
-
<a href="http://
|
|
244
|
+
<a href="https://www.smaryun.com" target="_blank" rel="noopener noreferrer">司马云</a> <span>© 2020 云生态圈</span>
|
|
245
|
+
<a href="http://develop.smaryun.com:8899/" target="_blank" rel="noopener noreferrer">MapGIS Client for JavaScript</a>
|
|
246
246
|
</p>
|
|
247
247
|
</div>
|
|
248
248
|
</footer>
|