@mapgis/webclient-common 17.6.18 → 17.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/README.md +23 -0
  2. package/dist/es5/webclient-common.min.js +10 -10
  3. package/dist/webclient-common-es6.min.js +10 -10
  4. package/documention/BaseView.html +345 -0
  5. package/documention/HTMLMarkerSymbol.html +2 -2
  6. package/documention/LayerDef.html +2 -2
  7. package/documention/MapView.html +350 -0
  8. package/documention/OutStatisticType.html +2 -2
  9. package/documention/QueryFeaturesData.html +2 -2
  10. package/documention/QueryFeaturesInLayersData.html +4 -4
  11. package/documention/QueryFeaturesInLayersOptions.html +2 -2
  12. package/documention/QueryFeaturesResult.html +2 -2
  13. package/documention/QueryFeauresOptions.html +2 -2
  14. package/documention/RendererCollection.html +7332 -0
  15. package/documention/SceneView.html +350 -0
  16. package/documention/SketchCircleDrawTool.html +5 -164
  17. package/documention/SketchEditor.html +405 -4
  18. package/documention/SketchEditor3D.html +77 -0
  19. package/documention/SketchExtentDrawTool.html +5 -164
  20. package/documention/SketchFreehandPolygonDrawTool.html +5 -0
  21. package/documention/SketchFreehandPolylineDrawTool.html +5 -164
  22. package/documention/SketchPointDrawTool.html +10 -0
  23. package/documention/SketchPolygonDrawTool.html +10 -0
  24. package/documention/SketchPolylineDrawTool.html +10 -328
  25. package/documention/SketchStyle.html +92 -0
  26. package/documention/TileDisplayMode.html +805 -0
  27. package/documention/ViewEventType.html +81 -0
  28. package/documention/WorkFlowServer600371.html +4216 -0
  29. package/documention/WorkFlowServer600372.html +4213 -0
  30. package/documention/global.html +190 -0
  31. package/package.json +1 -1
@@ -686,10 +686,251 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
686
686
 
687
687
 
688
688
 
689
+
690
+
691
+
692
+
693
+
694
+
695
+ <tr class="deep-level-0">
696
+
697
+ <td class="name"><code>snapOption.isSnapVertexCoincident</code></td>
698
+
699
+
700
+ <td class="type">
701
+
702
+
703
+ <span class="param-type">Boolean</span>
704
+
705
+
706
+
707
+ </td>
708
+
709
+
710
+ <td class="default">
711
+
712
+ false
713
+
714
+ </td>
715
+
716
+
717
+ <td class="description last"><p>是否自动捕捉顶点重合</p></td>
718
+ </tr>
719
+
720
+
721
+
722
+
723
+
724
+
725
+ <tr class="deep-level-0">
726
+
727
+ <td class="name"><code>snapOption.isSnapVertexInLine</code></td>
728
+
729
+
730
+ <td class="type">
731
+
732
+
733
+ <span class="param-type">Boolean</span>
734
+
735
+
736
+
737
+ </td>
738
+
739
+
740
+ <td class="default">
741
+
742
+ false
743
+
744
+ </td>
745
+
746
+
747
+ <td class="description last"><p>是否自动捕捉线上的点</p></td>
748
+ </tr>
749
+
750
+
751
+
752
+
753
+
754
+
755
+ <tr class="deep-level-0">
756
+
757
+ <td class="name"><code>snapOption.isSnapPerpendicular</code></td>
758
+
759
+
760
+ <td class="type">
761
+
762
+
763
+ <span class="param-type">Boolean</span>
764
+
765
+
766
+
767
+ </td>
768
+
769
+
770
+ <td class="default">
771
+
772
+ false
773
+
774
+ </td>
775
+
776
+
777
+ <td class="description last"><p>是否自动捕捉垂线垂点</p></td>
778
+ </tr>
779
+
780
+
781
+
782
+
783
+
784
+
785
+ <tr class="deep-level-0">
786
+
787
+ <td class="name"><code>snapOption.isSnapParallel</code></td>
788
+
789
+
790
+ <td class="type">
791
+
792
+
793
+ <span class="param-type">Boolean</span>
794
+
795
+
796
+
797
+ </td>
798
+
799
+
800
+ <td class="default">
801
+
802
+ false
803
+
804
+ </td>
805
+
806
+
807
+ <td class="description last"><p>是否自动捕捉平行线</p></td>
808
+ </tr>
809
+
810
+
811
+
812
+
813
+
814
+
815
+ <tr class="deep-level-0">
816
+
817
+ <td class="name"><code>snapOption.snapSketchGeometry</code></td>
818
+
819
+
820
+ <td class="type">
821
+
822
+
823
+ <span class="param-type">Boolean</span>
824
+
825
+
826
+
827
+ </td>
828
+
829
+
830
+ <td class="default">
831
+
832
+ false
833
+
834
+ </td>
835
+
836
+
837
+ <td class="description last"><p>是否捕捉正在绘制的图形的边界</p></td>
838
+ </tr>
839
+
840
+
841
+
842
+
843
+
844
+
845
+ <tr class="deep-level-0">
846
+
847
+ <td class="name"><code>snapOption.pixelTolerance</code></td>
848
+
849
+
850
+ <td class="type">
851
+
852
+
853
+ <span class="param-type">Number</span>
854
+
855
+
856
+
857
+ </td>
858
+
859
+
860
+ <td class="default">
861
+
862
+ 10
863
+
864
+ </td>
865
+
866
+
867
+ <td class="description last"><p>捕捉像素容差</p></td>
868
+ </tr>
869
+
870
+
871
+
872
+
873
+
874
+
875
+ <tr class="deep-level-0">
876
+
877
+ <td class="name"><code>options.editable</code></td>
878
+
879
+
880
+ <td class="type">
881
+
882
+
883
+ <span class="param-type">Boolean</span>
884
+
885
+
886
+
887
+ </td>
888
+
889
+
890
+ <td class="default">
891
+
892
+ true
893
+
894
+ </td>
895
+
896
+
897
+ <td class="description last"><p>草图是否可编辑</p></td>
898
+ </tr>
899
+
900
+
901
+
902
+
903
+
904
+
905
+ <tr class="deep-level-0">
906
+
907
+ <td class="name"><code>options.editOption</code></td>
908
+
909
+
910
+ <td class="type">
911
+
912
+
913
+ <span class="param-type">Object</span>
914
+
915
+
916
+
917
+ </td>
918
+
919
+
920
+ <td class="default">
921
+
922
+ </td>
923
+
924
+
925
+ <td class="description last"><p>草图编辑配置项。默认开启图形整体编辑和顶点编辑</p></td>
926
+ </tr>
927
+
928
+
929
+
689
930
 
690
931
  <tr class="deep-level-1">
691
932
 
692
- <td class="name"><code>editable</code></td>
933
+ <td class="name"><code>graphic</code></td>
693
934
 
694
935
 
695
936
  <td class="type">
@@ -699,6 +940,34 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
699
940
 
700
941
 
701
942
 
943
+ </td>
944
+
945
+
946
+ <td class="default">
947
+
948
+ { move: true, scale: true }
949
+
950
+ </td>
951
+
952
+
953
+ <td class="description last"><p>草图图形整体编辑配置项。默认开启图形整体平移和图形整体缩放</p></td>
954
+ </tr>
955
+
956
+
957
+
958
+
959
+ <tr class="deep-level-1">
960
+
961
+ <td class="name"><code>graphic.move</code></td>
962
+
963
+
964
+ <td class="type">
965
+
966
+
967
+ <span class="param-type">Boolean</span>
968
+
969
+
970
+
702
971
  </td>
703
972
 
704
973
 
@@ -709,7 +978,7 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
709
978
  </td>
710
979
 
711
980
 
712
- <td class="description last"><p>草图是否可编辑</p></td>
981
+ <td class="description last"><p>草图编图形整体平移。默认开启</p></td>
713
982
  </tr>
714
983
 
715
984
 
@@ -717,13 +986,46 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
717
986
 
718
987
  <tr class="deep-level-1">
719
988
 
720
- <td class="name"><code>isSimple</code></td>
989
+ <td class="name"><code>graphic.scale</code></td>
721
990
 
722
991
 
723
992
  <td class="type">
724
993
 
725
994
 
726
- <span class="param-type">Object</span>
995
+ <span class="param-type">Boolean</span>
996
+
997
+
998
+
999
+ </td>
1000
+
1001
+
1002
+ <td class="default">
1003
+
1004
+ true
1005
+
1006
+ </td>
1007
+
1008
+
1009
+ <td class="description last"><p>草图图形整体缩放。默认开启</p></td>
1010
+ </tr>
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+ <tr class="deep-level-0">
1021
+
1022
+ <td class="name"><code>options.isSimple</code></td>
1023
+
1024
+
1025
+ <td class="type">
1026
+
1027
+
1028
+ <span class="param-type">Boolean</span>
727
1029
 
728
1030
 
729
1031
 
@@ -741,8 +1043,35 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
741
1043
  </tr>
742
1044
 
743
1045
 
1046
+
1047
+
1048
+
1049
+
1050
+ <tr class="deep-level-0">
1051
+
1052
+ <td class="name"><code>options.isShowTip</code></td>
744
1053
 
745
1054
 
1055
+ <td class="type">
1056
+
1057
+
1058
+ <span class="param-type">Boolean</span>
1059
+
1060
+
1061
+
1062
+ </td>
1063
+
1064
+
1065
+ <td class="default">
1066
+
1067
+ true
1068
+
1069
+ </td>
1070
+
1071
+
1072
+ <td class="description last"><p>是否显示草图提示文字。默认值为true,显示提示文字</p></td>
1073
+ </tr>
1074
+
746
1075
 
747
1076
 
748
1077
 
@@ -926,6 +1255,78 @@ import { SketchEditor } from "@mapgis/webclient-common"</code></pre>
926
1255
 
927
1256
 
928
1257
 
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ </dl>
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ </div>
1276
+
1277
+ <div class="member">
1278
+
1279
+ <span class="method-parameter is-pulled-right">
1280
+ <label>类型:</label>
1281
+
1282
+ <span class="param-type">Object</span>
1283
+
1284
+
1285
+ </span>
1286
+
1287
+ <h4 class="name" id="editOption">
1288
+ <a class="href-link" href="#editOption">#</a>
1289
+
1290
+ <span class="code-name">
1291
+ editOption
1292
+ </span>
1293
+
1294
+ <span class='tag'>Optional</span>
1295
+
1296
+ </h4>
1297
+
1298
+
1299
+
1300
+
1301
+ <div class="description">
1302
+ <p>草图编辑配置项。默认开启图形整体编辑和顶点编辑</p>
1303
+ </div>
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ <dl class="details">
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
929
1330
 
930
1331
 
931
1332
 
@@ -761,6 +761,83 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
761
761
 
762
762
 
763
763
 
764
+
765
+
766
+
767
+
768
+
769
+
770
+ </dl>
771
+
772
+
773
+
774
+
775
+
776
+ </div>
777
+
778
+ <div class="member">
779
+
780
+ <span class="method-parameter is-pulled-right">
781
+ <label>类型:</label>
782
+
783
+ <span class="param-type">Object</span>
784
+
785
+
786
+ </span>
787
+
788
+ <h4 class="name" id="editOption">
789
+ <a class="href-link" href="#editOption">#</a>
790
+
791
+ <span class="code-name">
792
+ editOption
793
+ </span>
794
+
795
+ <span class='tag'>Optional</span>
796
+
797
+ </h4>
798
+
799
+
800
+
801
+
802
+ <div class="description">
803
+ <p>草图编辑配置项。默认开启图形整体编辑和顶点编辑</p>
804
+ </div>
805
+
806
+
807
+
808
+
809
+
810
+ <dl class="details">
811
+
812
+
813
+
814
+
815
+
816
+
817
+ <dt class="inherited-from">Inherited From:</dt>
818
+ <dd class="inherited-from"><ul class="dummy"><li>
819
+ <a href="SketchEditor.html#editOption">SketchEditor#editOption</a>
820
+ </li></ul></dd>
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
764
841
 
765
842
 
766
843
 
@@ -2944,170 +2944,6 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
2944
2944
 
2945
2945
 
2946
2946
 
2947
-
2948
-
2949
-
2950
- </div>
2951
-
2952
- <div class="member">
2953
-
2954
-
2955
-
2956
- <h4 class="name" id="hitTestFeature">
2957
- <a class="href-link" href="#hitTestFeature">#</a>
2958
-
2959
- <span class="code-name" style="font-size:30px">
2960
-
2961
- hitTestFeature<span class="signature">(feature, event)</span>
2962
-
2963
- </span>
2964
- </h4>
2965
-
2966
-
2967
-
2968
- <div class="description">
2969
- <p>捕获草图</p>
2970
- </div>
2971
-
2972
-
2973
-
2974
-
2975
-
2976
-
2977
-
2978
-
2979
-
2980
-
2981
- <h4>参数:</h4>
2982
-
2983
- <div class="table-container">
2984
- <table class="params table">
2985
- <thead>
2986
- <tr>
2987
-
2988
- <th>名称</th>
2989
-
2990
-
2991
- <th>类型</th>
2992
-
2993
-
2994
-
2995
- <th class="last">描述</th>
2996
- </tr>
2997
- </thead>
2998
-
2999
- <tbody>
3000
-
3001
-
3002
-
3003
- <tr class="deep-level-0">
3004
-
3005
- <td class="name"><code>feature</code></td>
3006
-
3007
-
3008
- <td class="type">
3009
-
3010
-
3011
- <span class="param-type"><a href="Feature.html">Feature</a></span>
3012
-
3013
-
3014
-
3015
- </td>
3016
-
3017
-
3018
-
3019
- <td class="description last"><p>被选中feature对象</p></td>
3020
- </tr>
3021
-
3022
-
3023
-
3024
-
3025
-
3026
-
3027
- <tr class="deep-level-0">
3028
-
3029
- <td class="name"><code>event</code></td>
3030
-
3031
-
3032
- <td class="type">
3033
-
3034
-
3035
- <span class="param-type">Object</span>
3036
-
3037
-
3038
-
3039
- </td>
3040
-
3041
-
3042
-
3043
- <td class="description last"><p>选中事件参数</p></td>
3044
- </tr>
3045
-
3046
-
3047
-
3048
-
3049
- </tbody>
3050
- </table>
3051
- </div>
3052
-
3053
-
3054
-
3055
-
3056
-
3057
-
3058
- <dl class="details">
3059
-
3060
-
3061
-
3062
-
3063
-
3064
-
3065
-
3066
-
3067
-
3068
-
3069
-
3070
-
3071
-
3072
-
3073
-
3074
-
3075
-
3076
-
3077
-
3078
-
3079
-
3080
-
3081
-
3082
-
3083
-
3084
-
3085
-
3086
-
3087
-
3088
-
3089
-
3090
- </dl>
3091
-
3092
-
3093
-
3094
-
3095
-
3096
-
3097
-
3098
-
3099
-
3100
-
3101
-
3102
-
3103
-
3104
-
3105
-
3106
-
3107
-
3108
-
3109
-
3110
-
3111
2947
 
3112
2948
 
3113
2949
 
@@ -3445,6 +3281,11 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
3445
3281
 
3446
3282
 
3447
3283
 
3284
+ <dt class="tag-overrides">Overrides:</dt>
3285
+ <dd class="tag-overrides"><ul class="dummy"><li>
3286
+ SketchBaseDrawTool#selectFeature
3287
+ </li></ul></dd>
3288
+
3448
3289
 
3449
3290
 
3450
3291
 
@@ -3203,6 +3203,11 @@ import { FeatureSet } from &quot;@mapgis/webclient-common&quot; <br/>
3203
3203
 
3204
3204
 
3205
3205
 
3206
+ <dt class="tag-overrides">Overrides:</dt>
3207
+ <dd class="tag-overrides"><ul class="dummy"><li>
3208
+ SketchBaseDrawTool#selectFeature
3209
+ </li></ul></dd>
3210
+
3206
3211
 
3207
3212
 
3208
3213