@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.
Files changed (196) hide show
  1. package/README.md +12 -37
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/webclient-common-es6.min.js +16 -5
  4. package/documention/AddressServer.html +12 -12
  5. package/documention/ArcGISFeatureServer.html +10 -10
  6. package/documention/ArcGISGeometryServer.html +10 -10
  7. package/documention/ArcGISMapImageLayer.html +10 -10
  8. package/documention/ArcGISMapImageSubLayer.html +311 -7
  9. package/documention/ArcGISMapServer.html +414 -10
  10. package/documention/ArcGISTileLayer.html +121 -13
  11. package/documention/ArcGISVectorTileLayer.html +7 -7
  12. package/documention/ArcGISVectorTileServer.html +10 -10
  13. package/documention/BaseRenderer.html +239 -0
  14. package/documention/BaseServer.html +11 -11
  15. package/documention/BaseView.html +458 -3
  16. package/documention/Basemap.html +3 -3
  17. package/documention/Callout3D.html +107 -0
  18. package/documention/Cesium3DTilesCacheLayer.html +149 -177
  19. package/documention/Cesium3DTilesServer.html +11 -11
  20. package/documention/Circle.html +110 -7
  21. package/documention/ClassBreakInfo.html +0 -217
  22. package/documention/ClassBreakRenderer.html +413 -23
  23. package/documention/ClusterRenderer.html +247 -7
  24. package/documention/Config.html +4 -4
  25. package/documention/Extent.html +118 -15
  26. package/documention/ExtrudeSymbol3DLayer.html +109 -2
  27. package/documention/Feature.html +7 -7
  28. package/documention/FeatureLayer.html +116 -8
  29. package/documention/FeatureServer.html +27 -27
  30. package/documention/FeatureSet.html +7 -7
  31. package/documention/FillSymbol.html +107 -0
  32. package/documention/FillSymbol3DLayer.html +109 -2
  33. package/documention/Font.html +4 -4
  34. package/documention/GeoJSONLayer.html +142 -34
  35. package/documention/Geometry.html +138 -7
  36. package/documention/GeometryEngine.html +79 -79
  37. package/documention/GeometryServer.html +30 -30
  38. package/documention/GraphicsLayer.html +147 -39
  39. package/documention/GroupLayer.html +120 -12
  40. package/documention/HeatmapRenderer.html +107 -0
  41. package/documention/IGSFeatureLayer.html +25 -25
  42. package/documention/IGSMapImageLayer.html +46 -46
  43. package/documention/IGSMapImageSubLayer.html +307 -3
  44. package/documention/IGSSceneLayer.html +11 -11
  45. package/documention/IGSSceneSubLayer.html +213 -33
  46. package/documention/IGSTileLayer.html +126 -19
  47. package/documention/IGSVectorTileLayer.html +230 -43
  48. package/documention/IGSVectorTileSubLayer.html +5 -4
  49. package/documention/IconSymbol3DLayer.html +111 -4
  50. package/documention/ImageServer.html +11 -11
  51. package/documention/LabelClass.html +10 -5
  52. package/documention/LabelSymbol3D.html +2 -2
  53. package/documention/Layer.html +244 -9
  54. package/documention/LineCallout3D.html +107 -0
  55. package/documention/LineString.html +113 -10
  56. package/documention/LineSymbol.html +107 -0
  57. package/documention/LineSymbol3D.html +2 -2
  58. package/documention/LineSymbol3DLayer.html +109 -2
  59. package/documention/M3DModelCacheLayer.html +133 -79
  60. package/documention/M3DServer.html +12 -12
  61. package/documention/Map.html +32 -5
  62. package/documention/MapGISTextSymbol.html +110 -3
  63. package/documention/MapImageLayer.html +527 -16
  64. package/documention/MapServer.html +14 -14
  65. package/documention/MapView.html +204 -3
  66. package/documention/MarkerSymbol.html +107 -0
  67. package/documention/MultiLineString.html +116 -13
  68. package/documention/MultiPoint.html +113 -10
  69. package/documention/MultiPolygon.html +112 -9
  70. package/documention/OGCLayer.html +116 -8
  71. package/documention/ObjectSymbol3DLayer.html +111 -4
  72. package/documention/OutStatistic.html +1 -1
  73. package/documention/OverlayLayer.html +116 -8
  74. package/documention/PathSymbol3DLayer.html +109 -2
  75. package/documention/PictureFillSymbol.html +169 -8
  76. package/documention/PictureMarkerSymbol.html +3 -3
  77. package/documention/PlotServer.html +10 -10
  78. package/documention/PoiServer.html +12 -12
  79. package/documention/Point.html +115 -12
  80. package/documention/PointSymbol3D.html +3 -3
  81. package/documention/Polygon.html +117 -14
  82. package/documention/PolygonSymbol3D.html +2 -2
  83. package/documention/Projection.html +429 -8
  84. package/documention/RandomRenderer.html +108 -1
  85. package/documention/RankRenderer.html +109 -2
  86. package/documention/ResourceServer.html +150 -150
  87. package/documention/RootServer.html +12 -12
  88. package/documention/SceneLayer.html +116 -8
  89. package/documention/SceneServer.html +16 -16
  90. package/documention/SceneView.html +10164 -130
  91. package/documention/SecurityServer.html +12 -12
  92. package/documention/SimpleFillSymbol.html +110 -3
  93. package/documention/SimpleLineSymbol.html +3 -3
  94. package/documention/SimpleMarkerSymbol.html +3 -3
  95. package/documention/SimpleRenderer.html +116 -9
  96. package/documention/SizeVariable.html +1 -1
  97. package/documention/SketchBaseDrawTool.html +181 -3
  98. package/documention/SketchCircleDrawTool.html +159 -3
  99. package/documention/SketchEditor.html +2 -2
  100. package/documention/SketchEditorCesium.html +1 -1
  101. package/documention/SketchEditorVideo.html +2 -2
  102. package/documention/SketchEditorVideoBase.html +3 -3
  103. package/documention/SketchExtentDrawTool.html +159 -3
  104. package/documention/SketchFreehandPolygonDrawTool.html +159 -3
  105. package/documention/SketchFreehandPolylineDrawTool.html +159 -3
  106. package/documention/SketchPointDrawTool.html +159 -3
  107. package/documention/SketchPolygonDrawTool.html +318 -6
  108. package/documention/SketchPolylineDrawTool.html +318 -6
  109. package/documention/SpatialReference.html +1 -1
  110. package/documention/SubLayer.html +296 -26
  111. package/documention/Symbol.html +134 -1
  112. package/documention/Symbol3DLayer.html +107 -0
  113. package/documention/Symbol3DVerticalOffset.html +107 -0
  114. package/documention/TerrainCacheLayer.html +133 -165
  115. package/documention/TerrainServer.html +11 -11
  116. package/documention/TextSymbol.html +111 -4
  117. package/documention/TextSymbol3DLayer.html +109 -2
  118. package/documention/ThemeServer.html +13 -13
  119. package/documention/TileLayer.html +116 -8
  120. package/documention/TileServer.html +12 -12
  121. package/documention/UniqueValueInfo.html +0 -217
  122. package/documention/UniqueValueRenderer.html +125 -18
  123. package/documention/UnknownLayer.html +116 -8
  124. package/documention/VectorTileLayer.html +117 -9
  125. package/documention/VectorTileServer.html +11 -11
  126. package/documention/VectorTileSubLayer.html +304 -0
  127. package/documention/VideoMapView.html +4 -4
  128. package/documention/WCSServer.html +10 -10
  129. package/documention/WFSLayer.html +140 -32
  130. package/documention/WFSServer.html +11 -11
  131. package/documention/WMSLayer.html +131 -23
  132. package/documention/WMSServer.html +12 -12
  133. package/documention/WMSSubLayer.html +218 -7
  134. package/documention/WMTSLayer.html +126 -18
  135. package/documention/WMTSServer.html +12 -12
  136. package/documention/WMTSSubLayer.html +116 -8
  137. package/documention/WPSServer.html +10 -10
  138. package/documention/WaterSymbol3DLayer.html +107 -0
  139. package/documention/WebTileLayer.html +121 -13
  140. package/documention/WorkFlowServer.html +12 -12
  141. package/documention/WorkFlowServer600227.html +12 -12
  142. package/documention/WorkFlowServer600228.html +13 -13
  143. package/documention/WorkFlowServer600229.html +12 -12
  144. package/documention/WorkFlowServer600230.html +12 -12
  145. package/documention/WorkFlowServer600231.html +12 -12
  146. package/documention/WorkFlowServer600232.html +13 -13
  147. package/documention/WorkFlowServer600233.html +14 -14
  148. package/documention/WorkFlowServer600235.html +12 -12
  149. package/documention/WorkFlowServer600237.html +13 -13
  150. package/documention/WorkFlowServer600238.html +15 -15
  151. package/documention/WorkFlowServer600239.html +16 -16
  152. package/documention/WorkFlowServer600307.html +14 -14
  153. package/documention/WorkFlowServer600308.html +2 -2
  154. package/documention/WorkFlowServer600309.html +12 -12
  155. package/documention/WorkFlowServer600314.html +12 -12
  156. package/documention/WorkFlowServer600334.html +12 -12
  157. package/documention/WorkFlowServer600336.html +12 -12
  158. package/documention/WorkFlowServer600340.html +12 -12
  159. package/documention/WorkFlowServer600354.html +12 -12
  160. package/documention/WorkFlowServer600368.html +12 -12
  161. package/documention/WorkFlowServer600369.html +12 -12
  162. package/documention/WorkFlowServer600370.html +12 -12
  163. package/documention/global.html +1024 -1874
  164. package/documention/index.html +84 -78
  165. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +1 -1
  166. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +1 -1
  167. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +1 -1
  168. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -4
  169. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +1 -1
  170. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +3 -3
  171. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +1 -1
  172. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +3 -3
  173. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +1 -1
  174. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +7 -7
  175. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +5 -5
  176. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -5
  177. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +1 -1
  178. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -1
  179. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +5 -5
  180. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +1 -1
  181. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +1 -1
  182. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +3 -3
  183. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +1 -1
  184. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +7 -7
  185. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +4 -4
  186. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -1
  187. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +1 -1
  188. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +3 -3
  189. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +1 -1
  190. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +3 -3
  191. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -2
  192. package/documention/scripts/sideBar.js +16 -2
  193. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +5 -1
  194. package/documention/tutorial-/347/254/246/345/217/267.html +52 -6
  195. package/documention/tutorial-/350/241/250/350/276/276/345/274/217.html +293 -1
  196. package/package.json +14 -13
@@ -669,6 +669,198 @@
669
669
 
670
670
 
671
671
 
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+ </dl>
684
+
685
+
686
+
687
+
688
+
689
+ </div>
690
+
691
+ <div class="member">
692
+
693
+ <span class="method-parameter is-pulled-right">
694
+ <label>类型:</label>
695
+
696
+ <span class="param-type">
697
+
698
+ Number
699
+
700
+ </span>
701
+
702
+
703
+
704
+ </span>
705
+
706
+ <h4 class="name" id="ArcType">
707
+ <a class="href-link" href="#ArcType">#</a>
708
+
709
+
710
+ <span class='tag'>constant</span>
711
+
712
+
713
+ <span class="code-name">
714
+ ArcType
715
+ </span>
716
+
717
+ </h4>
718
+
719
+
720
+
721
+
722
+ <div class="description">
723
+ <p>弧线类型</p>
724
+ </div>
725
+
726
+
727
+
728
+
729
+
730
+ <h5 class="subsection-title">属性:</h5>
731
+
732
+
733
+ <div class="table-container">
734
+ <table class="props table">
735
+ <thead>
736
+ <tr>
737
+
738
+ <th>Name</th>
739
+
740
+
741
+ <th>Type</th>
742
+
743
+
744
+
745
+
746
+
747
+ <th class="last">Description</th>
748
+ </tr>
749
+ </thead>
750
+
751
+ <tbody>
752
+
753
+
754
+ <tr class="deep-level-0">
755
+
756
+ <td class="name"><code>none</code></td>
757
+
758
+
759
+ <td class="type">
760
+
761
+
762
+ <span class="param-type">
763
+
764
+ Number
765
+
766
+ </span>
767
+
768
+
769
+
770
+
771
+ </td>
772
+
773
+
774
+
775
+
776
+
777
+ <td class="description last"><p>ArcType.acres,不考虑特定类型的弧线</p></td>
778
+ </tr>
779
+
780
+
781
+
782
+ <tr class="deep-level-0">
783
+
784
+ <td class="name"><code>geodesic</code></td>
785
+
786
+
787
+ <td class="type">
788
+
789
+
790
+ <span class="param-type">
791
+
792
+ Number
793
+
794
+ </span>
795
+
796
+
797
+
798
+
799
+ </td>
800
+
801
+
802
+
803
+
804
+
805
+ <td class="description last"><p>ArcType.ares,大地线(或称为大圆线)</p></td>
806
+ </tr>
807
+
808
+
809
+
810
+ <tr class="deep-level-0">
811
+
812
+ <td class="name"><code>rhumb</code></td>
813
+
814
+
815
+ <td class="type">
816
+
817
+
818
+ <span class="param-type">
819
+
820
+ Number
821
+
822
+ </span>
823
+
824
+
825
+
826
+
827
+ </td>
828
+
829
+
830
+
831
+
832
+
833
+ <td class="description last"><p>ArcType.hectares,等角航线(也称为罗盘线或斜航线)</p></td>
834
+ </tr>
835
+
836
+
837
+ </tbody>
838
+ </table>
839
+ </div>
840
+
841
+
842
+
843
+ <dl class="details">
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
672
864
 
673
865
 
674
866
 
@@ -6007,6 +6199,72 @@
6007
6199
 
6008
6200
 
6009
6201
 
6202
+
6203
+
6204
+
6205
+
6206
+
6207
+
6208
+
6209
+
6210
+
6211
+
6212
+
6213
+ </dl>
6214
+
6215
+
6216
+
6217
+
6218
+
6219
+ </div>
6220
+
6221
+ <div class="member">
6222
+
6223
+ <h4 class="name" id="CoordnateTransform">
6224
+ <a class="href-link" href="#CoordnateTransform">#</a>
6225
+
6226
+
6227
+ <span class='tag'>constant</span>
6228
+
6229
+
6230
+ <span class="code-name">
6231
+ CoordnateTransform
6232
+ </span>
6233
+
6234
+ </h4>
6235
+
6236
+
6237
+
6238
+
6239
+ <div class="description">
6240
+ <p>提供了百度坐标(BD-09)、国测局坐标(火星坐标,GCJ-02)、和 WGS-84 坐标系之间的转换</p>
6241
+ </div>
6242
+
6243
+
6244
+
6245
+
6246
+
6247
+ <dl class="details">
6248
+
6249
+
6250
+
6251
+
6252
+
6253
+
6254
+
6255
+
6256
+
6257
+
6258
+
6259
+
6260
+
6261
+
6262
+
6263
+
6264
+
6265
+
6266
+
6267
+
6010
6268
 
6011
6269
 
6012
6270
 
@@ -6213,34 +6471,6 @@
6213
6471
  <tbody>
6214
6472
 
6215
6473
 
6216
- <tr class="deep-level-0">
6217
-
6218
- <td class="name"><code>gcj02</code></td>
6219
-
6220
-
6221
- <td class="type">
6222
-
6223
-
6224
- <span class="param-type">
6225
-
6226
- Number
6227
-
6228
- </span>
6229
-
6230
-
6231
-
6232
-
6233
- </td>
6234
-
6235
-
6236
-
6237
-
6238
-
6239
- <td class="description last"><p>国测局02坐标系</p></td>
6240
- </tr>
6241
-
6242
-
6243
-
6244
6474
  <tr class="deep-level-0">
6245
6475
 
6246
6476
  <td class="name"><code>gcj02ll</code></td>
@@ -6297,34 +6527,6 @@
6297
6527
 
6298
6528
 
6299
6529
 
6300
- <tr class="deep-level-0">
6301
-
6302
- <td class="name"><code>bd09</code></td>
6303
-
6304
-
6305
- <td class="type">
6306
-
6307
-
6308
- <span class="param-type">
6309
-
6310
- Number
6311
-
6312
- </span>
6313
-
6314
-
6315
-
6316
-
6317
- </td>
6318
-
6319
-
6320
-
6321
-
6322
-
6323
- <td class="description last"><p>百度09坐标系</p></td>
6324
- </tr>
6325
-
6326
-
6327
-
6328
6530
  <tr class="deep-level-0">
6329
6531
 
6330
6532
  <td class="name"><code>bd09ll</code></td>
@@ -11467,7 +11669,7 @@
11467
11669
 
11468
11670
  <span class="param-type">
11469
11671
 
11470
- Zondy.Enum.Map.LayerStatusType
11672
+ zondy.enum.Map.LayerStatusType
11471
11673
 
11472
11674
  </span>
11473
11675
 
@@ -11533,7 +11735,7 @@
11533
11735
 
11534
11736
  <span class="param-type">
11535
11737
 
11536
- Zondy.Enum.Map.LayerStatusType
11738
+ zondy.enum.Map.LayerStatusType
11537
11739
 
11538
11740
  </span>
11539
11741
 
@@ -11561,7 +11763,7 @@
11561
11763
 
11562
11764
  <span class="param-type">
11563
11765
 
11564
- Zondy.Enum.Map.LayerStatusType
11766
+ zondy.enum.Map.LayerStatusType
11565
11767
 
11566
11768
  </span>
11567
11769
 
@@ -11589,7 +11791,7 @@
11589
11791
 
11590
11792
  <span class="param-type">
11591
11793
 
11592
- Zondy.Enum.Map.LayerStatusType
11794
+ zondy.enum.Map.LayerStatusType
11593
11795
 
11594
11796
  </span>
11595
11797
 
@@ -11617,7 +11819,7 @@
11617
11819
 
11618
11820
  <span class="param-type">
11619
11821
 
11620
- Zondy.Enum.Map.LayerStatusType
11822
+ zondy.enum.Map.LayerStatusType
11621
11823
 
11622
11824
  </span>
11623
11825
 
@@ -19818,7 +20020,7 @@
19818
20020
 
19819
20021
  <tr class="deep-level-0">
19820
20022
 
19821
- <td class="name"><code>g3d</code></td>
20023
+ <td class="name"><code>model</code></td>
19822
20024
 
19823
20025
 
19824
20026
  <td class="type">
@@ -19839,7 +20041,7 @@
19839
20041
 
19840
20042
 
19841
20043
 
19842
- <td class="description last"><p>SceneSubLayerType.g3d,模型图层:G3D</p></td>
20044
+ <td class="description last"><p>SceneSubLayerType.model,三维模型图层</p></td>
19843
20045
  </tr>
19844
20046
 
19845
20047
 
@@ -20014,7 +20216,171 @@
20014
20216
 
20015
20217
  <tr class="deep-level-0">
20016
20218
 
20017
- <td class="name"><code>sceneServer</code></td>
20219
+ <td class="name"><code>modelCache</code></td>
20220
+
20221
+
20222
+ <td class="type">
20223
+
20224
+
20225
+ <span class="param-type">
20226
+
20227
+ String
20228
+
20229
+ </span>
20230
+
20231
+
20232
+
20233
+
20234
+ </td>
20235
+
20236
+
20237
+
20238
+
20239
+
20240
+ <td class="description last"><p>SceneSubLayerType.modelCache,m3d模型缓存图层</p></td>
20241
+ </tr>
20242
+
20243
+
20244
+ </tbody>
20245
+ </table>
20246
+ </div>
20247
+
20248
+
20249
+
20250
+ <dl class="details">
20251
+
20252
+
20253
+
20254
+
20255
+
20256
+
20257
+
20258
+
20259
+
20260
+
20261
+
20262
+
20263
+
20264
+
20265
+
20266
+
20267
+
20268
+
20269
+
20270
+
20271
+
20272
+
20273
+
20274
+
20275
+
20276
+
20277
+
20278
+
20279
+
20280
+
20281
+
20282
+ </dl>
20283
+
20284
+
20285
+
20286
+
20287
+
20288
+ </div>
20289
+
20290
+ <div class="member">
20291
+
20292
+ <span class="method-parameter is-pulled-right">
20293
+ <label>类型:</label>
20294
+
20295
+ <span class="param-type">
20296
+
20297
+ String
20298
+
20299
+ </span>
20300
+
20301
+
20302
+
20303
+ </span>
20304
+
20305
+ <h4 class="name" id="SeverVectorTileSubLayerType">
20306
+ <a class="href-link" href="#SeverVectorTileSubLayerType">#</a>
20307
+
20308
+
20309
+ <span class='tag'>constant</span>
20310
+
20311
+
20312
+ <span class="code-name">
20313
+ SeverVectorTileSubLayerType
20314
+ </span>
20315
+
20316
+ </h4>
20317
+
20318
+
20319
+
20320
+
20321
+ <div class="description">
20322
+ <p>服务端矢量瓦片子图层类型</p>
20323
+ </div>
20324
+
20325
+
20326
+
20327
+
20328
+
20329
+ <h5 class="subsection-title">属性:</h5>
20330
+
20331
+
20332
+ <div class="table-container">
20333
+ <table class="props table">
20334
+ <thead>
20335
+ <tr>
20336
+
20337
+ <th>Name</th>
20338
+
20339
+
20340
+ <th>Type</th>
20341
+
20342
+
20343
+
20344
+
20345
+
20346
+ <th class="last">Description</th>
20347
+ </tr>
20348
+ </thead>
20349
+
20350
+ <tbody>
20351
+
20352
+
20353
+ <tr class="deep-level-0">
20354
+
20355
+ <td class="name"><code>GroupLayer</code></td>
20356
+
20357
+
20358
+ <td class="type">
20359
+
20360
+
20361
+ <span class="param-type">
20362
+
20363
+ String
20364
+
20365
+ </span>
20366
+
20367
+
20368
+
20369
+
20370
+ </td>
20371
+
20372
+
20373
+
20374
+
20375
+
20376
+ <td class="description last"><p>SeverVectorTileSubLayerType.GroupLayer,组图层,包含多个GroupLayer和SFeatureLayer</p></td>
20377
+ </tr>
20378
+
20379
+
20380
+
20381
+ <tr class="deep-level-0">
20382
+
20383
+ <td class="name"><code>SFeatureLayer</code></td>
20018
20384
 
20019
20385
 
20020
20386
  <td class="type">
@@ -20035,7 +20401,7 @@
20035
20401
 
20036
20402
 
20037
20403
 
20038
- <td class="description last"><p>SceneSubLayerType.sceneServer,模型图层:SceneServer</p></td>
20404
+ <td class="description last"><p>SeverVectorTileSubLayerType.SFeatureLayer,简单要素图形,包含多个矢量瓦片样式图层</p></td>
20039
20405
  </tr>
20040
20406
 
20041
20407
 
@@ -22629,7 +22995,7 @@
22629
22995
 
22630
22996
  <tr class="deep-level-0">
22631
22997
 
22632
- <td class="name"><code>url</code></td>
22998
+ <td class="name"><code>normal</code></td>
22633
22999
 
22634
23000
 
22635
23001
  <td class="type">
@@ -22650,14 +23016,14 @@
22650
23016
 
22651
23017
 
22652
23018
 
22653
- <td class="description last"><p>TokenAttachType.url,附加到url末尾</p></td>
23019
+ <td class="description last"><p>TokenAttachType.normal token附加类型。默认psot请求优先附加到body,get请求优先附加到url末尾</p></td>
22654
23020
  </tr>
22655
23021
 
22656
23022
 
22657
23023
 
22658
23024
  <tr class="deep-level-0">
22659
23025
 
22660
- <td class="name"><code>header</code></td>
23026
+ <td class="name"><code>url</code></td>
22661
23027
 
22662
23028
 
22663
23029
  <td class="type">
@@ -22678,14 +23044,14 @@
22678
23044
 
22679
23045
 
22680
23046
 
22681
- <td class="description last"><p>TokenAttachType.header,附加到header中</p></td>
23047
+ <td class="description last"><p>TokenAttachType.url,附加到url末尾</p></td>
22682
23048
  </tr>
22683
23049
 
22684
23050
 
22685
23051
 
22686
23052
  <tr class="deep-level-0">
22687
23053
 
22688
- <td class="name"><code>body</code></td>
23054
+ <td class="name"><code>header</code></td>
22689
23055
 
22690
23056
 
22691
23057
  <td class="type">
@@ -22706,78 +23072,44 @@
22706
23072
 
22707
23073
 
22708
23074
 
22709
- <td class="description last"><p>TokenAttachType.body,附加到body中</p></td>
23075
+ <td class="description last"><p>TokenAttachType.header,附加到header中</p></td>
22710
23076
  </tr>
22711
23077
 
22712
23078
 
22713
- </tbody>
22714
- </table>
22715
- </div>
22716
-
22717
-
22718
-
22719
- <dl class="details">
22720
-
22721
-
22722
-
22723
-
22724
-
22725
-
22726
-
22727
-
22728
-
22729
-
22730
-
23079
+
23080
+ <tr class="deep-level-0">
22731
23081
 
22732
-
23082
+ <td class="name"><code>body</code></td>
22733
23083
 
22734
23084
 
23085
+ <td class="type">
22735
23086
 
22736
-
23087
+
23088
+ <span class="param-type">
22737
23089
 
22738
-
23090
+ String
22739
23091
 
23092
+ </span>
22740
23093
 
22741
-
22742
23094
 
22743
-
22744
-
22745
23095
 
22746
23096
 
23097
+ </td>
22747
23098
 
22748
23099
 
22749
23100
 
22750
23101
 
22751
- </dl>
22752
-
22753
-
22754
-
22755
-
22756
-
22757
- </div>
22758
-
22759
- <div class="member">
22760
-
22761
- <h4 class="name" id="undo">
22762
- <a class="href-link" href="#undo">#</a>
22763
-
22764
- <span class="code-name">
22765
- undo
22766
- </span>
22767
-
22768
- </h4>
22769
-
22770
-
22771
23102
 
23103
+ <td class="description last"><p>TokenAttachType.body,附加到body中</p></td>
23104
+ </tr>
22772
23105
 
22773
- <div class="description">
22774
- <p>撤销事件</p>
23106
+
23107
+ </tbody>
23108
+ </table>
22775
23109
  </div>
22776
23110
 
22777
23111
 
22778
23112
 
22779
-
22780
-
22781
23113
  <dl class="details">
22782
23114
 
22783
23115
 
@@ -22820,11 +23152,11 @@
22820
23152
 
22821
23153
  <div class="member">
22822
23154
 
22823
- <h4 class="name" id="update">
22824
- <a class="href-link" href="#update">#</a>
23155
+ <h4 class="name" id="undo">
23156
+ <a class="href-link" href="#undo">#</a>
22825
23157
 
22826
23158
  <span class="code-name">
22827
- update
23159
+ undo
22828
23160
  </span>
22829
23161
 
22830
23162
  </h4>
@@ -22833,7 +23165,69 @@
22833
23165
 
22834
23166
 
22835
23167
  <div class="description">
22836
- <p>更新草图图形事件</p>
23168
+ <p>撤销事件</p>
23169
+ </div>
23170
+
23171
+
23172
+
23173
+
23174
+
23175
+ <dl class="details">
23176
+
23177
+
23178
+
23179
+
23180
+
23181
+
23182
+
23183
+
23184
+
23185
+
23186
+
23187
+
23188
+
23189
+
23190
+
23191
+
23192
+
23193
+
23194
+
23195
+
23196
+
23197
+
23198
+
23199
+
23200
+
23201
+
23202
+
23203
+
23204
+
23205
+
23206
+
23207
+ </dl>
23208
+
23209
+
23210
+
23211
+
23212
+
23213
+ </div>
23214
+
23215
+ <div class="member">
23216
+
23217
+ <h4 class="name" id="update">
23218
+ <a class="href-link" href="#update">#</a>
23219
+
23220
+ <span class="code-name">
23221
+ update
23222
+ </span>
23223
+
23224
+ </h4>
23225
+
23226
+
23227
+
23228
+
23229
+ <div class="description">
23230
+ <p>更新草图图形事件</p>
22837
23231
  </div>
22838
23232
 
22839
23233
 
@@ -24288,851 +24682,15 @@
24288
24682
 
24289
24683
  </span>
24290
24684
 
24291
- <h4 class="name" id="ViewEventType">
24292
- <a class="href-link" href="#ViewEventType">#</a>
24293
-
24294
-
24295
- <span class='tag'>constant</span>
24296
-
24297
-
24298
- <span class="code-name">
24299
- ViewEventType
24300
- </span>
24301
-
24302
- </h4>
24303
-
24304
-
24305
-
24306
-
24307
- <div class="description">
24308
- <p>地图视窗事件类型</p>
24309
- </div>
24310
-
24311
-
24312
-
24313
-
24314
-
24315
- <h5 class="subsection-title">属性:</h5>
24316
-
24317
-
24318
- <div class="table-container">
24319
- <table class="props table">
24320
- <thead>
24321
- <tr>
24322
-
24323
- <th>Name</th>
24324
-
24325
-
24326
- <th>Type</th>
24327
-
24328
-
24329
-
24330
-
24331
-
24332
- <th class="last">Description</th>
24333
- </tr>
24334
- </thead>
24335
-
24336
- <tbody>
24337
-
24338
-
24339
- <tr class="deep-level-0">
24340
-
24341
- <td class="name"><code>click</code></td>
24342
-
24343
-
24344
- <td class="type">
24345
-
24346
-
24347
- <span class="param-type">
24348
-
24349
- String
24350
-
24351
- </span>
24352
-
24353
-
24354
-
24355
-
24356
- </td>
24357
-
24358
-
24359
-
24360
-
24361
-
24362
- <td class="description last"><p>'click',鼠标点击事件</p></td>
24363
- </tr>
24364
-
24365
-
24366
-
24367
- <tr class="deep-level-0">
24368
-
24369
- <td class="name"><code>immediateClick</code></td>
24370
-
24371
-
24372
- <td class="type">
24373
-
24374
-
24375
- <span class="param-type">
24376
-
24377
- String
24378
-
24379
- </span>
24380
-
24381
-
24382
-
24383
-
24384
- </td>
24385
-
24386
-
24387
-
24388
-
24389
-
24390
- <td class="description last"><p>'immediateClick',鼠标点击事件</p></td>
24391
- </tr>
24392
-
24393
-
24394
-
24395
- <tr class="deep-level-0">
24396
-
24397
- <td class="name"><code>doubleClick</code></td>
24398
-
24399
-
24400
- <td class="type">
24401
-
24402
-
24403
- <span class="param-type">
24404
-
24405
- String
24406
-
24407
- </span>
24408
-
24409
-
24410
-
24411
-
24412
- </td>
24413
-
24414
-
24415
-
24416
-
24417
-
24418
- <td class="description last"><p>'double-click',鼠标双击事件</p></td>
24419
- </tr>
24420
-
24421
-
24422
-
24423
- <tr class="deep-level-0">
24424
-
24425
- <td class="name"><code>pointerDown</code></td>
24426
-
24427
-
24428
- <td class="type">
24429
-
24430
-
24431
- <span class="param-type">
24432
-
24433
- String
24434
-
24435
- </span>
24436
-
24437
-
24438
-
24439
-
24440
- </td>
24441
-
24442
-
24443
-
24444
-
24445
-
24446
- <td class="description last"><p>'mouse-down',鼠标按下事件</p></td>
24447
- </tr>
24448
-
24449
-
24450
-
24451
- <tr class="deep-level-0">
24452
-
24453
- <td class="name"><code>pointerUp</code></td>
24454
-
24455
-
24456
- <td class="type">
24457
-
24458
-
24459
- <span class="param-type">
24460
-
24461
- String
24462
-
24463
- </span>
24464
-
24465
-
24466
-
24467
-
24468
- </td>
24469
-
24470
-
24471
-
24472
-
24473
-
24474
- <td class="description last"><p>'mouse-up',鼠标抬起事件</p></td>
24475
- </tr>
24476
-
24477
-
24478
-
24479
- <tr class="deep-level-0">
24480
-
24481
- <td class="name"><code>mouseOut</code></td>
24482
-
24483
-
24484
- <td class="type">
24485
-
24486
-
24487
- <span class="param-type">
24488
-
24489
- String
24490
-
24491
- </span>
24492
-
24493
-
24494
-
24495
-
24496
- </td>
24497
-
24498
-
24499
-
24500
-
24501
-
24502
- <td class="description last"><p>'mouse-out',鼠标移出视窗事件</p></td>
24503
- </tr>
24504
-
24505
-
24506
-
24507
- <tr class="deep-level-0">
24508
-
24509
- <td class="name"><code>pointerMove</code></td>
24510
-
24511
-
24512
- <td class="type">
24513
-
24514
-
24515
- <span class="param-type">
24516
-
24517
- String
24518
-
24519
- </span>
24520
-
24521
-
24522
-
24523
-
24524
- </td>
24525
-
24526
-
24527
-
24528
-
24529
-
24530
- <td class="description last"><p>'pointer-move',鼠标移动事件</p></td>
24531
- </tr>
24532
-
24533
-
24534
-
24535
- <tr class="deep-level-0">
24536
-
24537
- <td class="name"><code>mouseDown</code></td>
24538
-
24539
-
24540
- <td class="type">
24541
-
24542
-
24543
- <span class="param-type">
24544
-
24545
- String
24546
-
24547
- </span>
24548
-
24549
-
24550
-
24551
-
24552
- </td>
24553
-
24554
-
24555
-
24556
-
24557
-
24558
- <td class="description last"></td>
24559
- </tr>
24560
-
24561
-
24562
-
24563
- <tr class="deep-level-0">
24564
-
24565
- <td class="name"><code>mouseUp</code></td>
24566
-
24567
-
24568
- <td class="type">
24569
-
24570
-
24571
- <span class="param-type">
24572
-
24573
- String
24574
-
24575
- </span>
24576
-
24577
-
24578
-
24579
-
24580
- </td>
24581
-
24582
-
24583
-
24584
-
24585
-
24586
- <td class="description last"></td>
24587
- </tr>
24588
-
24589
-
24590
-
24591
- <tr class="deep-level-0">
24592
-
24593
- <td class="name"><code>mouseMove</code></td>
24594
-
24595
-
24596
- <td class="type">
24597
-
24598
-
24599
- <span class="param-type">
24600
-
24601
- String
24602
-
24603
- </span>
24604
-
24605
-
24606
-
24607
-
24608
- </td>
24609
-
24610
-
24611
-
24612
-
24613
-
24614
- <td class="description last"></td>
24615
- </tr>
24616
-
24617
-
24618
-
24619
- <tr class="deep-level-0">
24620
-
24621
- <td class="name"><code>mouseOver</code></td>
24622
-
24623
-
24624
- <td class="type">
24625
-
24626
-
24627
- <span class="param-type">
24628
-
24629
- String
24630
-
24631
- </span>
24632
-
24633
-
24634
-
24635
-
24636
- </td>
24637
-
24638
-
24639
-
24640
-
24641
-
24642
- <td class="description last"><p>'mouse-over',鼠标移入视窗事件</p></td>
24643
- </tr>
24644
-
24645
-
24646
-
24647
- <tr class="deep-level-0">
24648
-
24649
- <td class="name"><code>keyPress</code></td>
24650
-
24651
-
24652
- <td class="type">
24653
-
24654
-
24655
- <span class="param-type">
24656
-
24657
- String
24658
-
24659
- </span>
24660
-
24661
-
24662
-
24663
-
24664
- </td>
24665
-
24666
-
24667
-
24668
-
24669
-
24670
- <td class="description last"><p>'key-press',键盘输入事件</p></td>
24671
- </tr>
24672
-
24673
-
24674
-
24675
- <tr class="deep-level-0">
24676
-
24677
- <td class="name"><code>keyDown</code></td>
24678
-
24679
-
24680
- <td class="type">
24681
-
24682
-
24683
- <span class="param-type">
24684
-
24685
- String
24686
-
24687
- </span>
24688
-
24689
-
24690
-
24691
-
24692
- </td>
24693
-
24694
-
24695
-
24696
-
24697
-
24698
- <td class="description last"><p>'key-down',键盘按下事件</p></td>
24699
- </tr>
24700
-
24701
-
24702
-
24703
- <tr class="deep-level-0">
24704
-
24705
- <td class="name"><code>keyUp</code></td>
24706
-
24707
-
24708
- <td class="type">
24709
-
24710
-
24711
- <span class="param-type">
24712
-
24713
- String
24714
-
24715
- </span>
24716
-
24717
-
24718
-
24719
-
24720
- </td>
24721
-
24722
-
24723
-
24724
-
24725
-
24726
- <td class="description last"><p>'key-up',键盘抬起事件</p></td>
24727
- </tr>
24728
-
24729
-
24730
-
24731
- <tr class="deep-level-0">
24732
-
24733
- <td class="name"><code>rightClickDown</code></td>
24734
-
24735
-
24736
- <td class="type">
24737
-
24738
-
24739
- <span class="param-type">
24740
-
24741
- String
24742
-
24743
- </span>
24744
-
24745
-
24746
-
24747
-
24748
- </td>
24749
-
24750
-
24751
-
24752
-
24753
-
24754
- <td class="description last"><p>'right-click-down',鼠标右键事件</p></td>
24755
- </tr>
24756
-
24757
-
24758
-
24759
- <tr class="deep-level-0">
24760
-
24761
- <td class="name"><code>previewClick</code></td>
24762
-
24763
-
24764
- <td class="type">
24765
-
24766
-
24767
- <span class="param-type">
24768
-
24769
- String
24770
-
24771
- </span>
24772
-
24773
-
24774
-
24775
-
24776
- </td>
24777
-
24778
-
24779
-
24780
-
24781
-
24782
- <td class="description last"><p>'preview-click',鼠标按下之前触发的事件</p></td>
24783
- </tr>
24784
-
24785
-
24786
-
24787
- <tr class="deep-level-0">
24788
-
24789
- <td class="name"><code>zoom</code></td>
24790
-
24791
-
24792
- <td class="type">
24793
-
24794
-
24795
- <span class="param-type">
24796
-
24797
- String
24798
-
24799
- </span>
24800
-
24801
-
24802
-
24803
-
24804
- </td>
24805
-
24806
-
24807
-
24808
-
24809
-
24810
- <td class="description last"><p>'zoom',zoom变化事件</p></td>
24811
- </tr>
24812
-
24813
-
24814
-
24815
- <tr class="deep-level-0">
24816
-
24817
- <td class="name"><code>zoomEnd</code></td>
24818
-
24819
-
24820
- <td class="type">
24821
-
24822
-
24823
- <span class="param-type">
24824
-
24825
- String
24826
-
24827
- </span>
24828
-
24829
-
24830
-
24831
-
24832
- </td>
24833
-
24834
-
24835
-
24836
-
24837
-
24838
- <td class="description last"><p>'zoom-end',zoom变化之后触发事件</p></td>
24839
- </tr>
24840
-
24841
-
24842
-
24843
- <tr class="deep-level-0">
24844
-
24845
- <td class="name"><code>mapMove</code></td>
24846
-
24847
-
24848
- <td class="type">
24849
-
24850
-
24851
- <span class="param-type">
24852
-
24853
- String
24854
-
24855
- </span>
24856
-
24857
-
24858
-
24859
-
24860
- </td>
24861
-
24862
-
24863
-
24864
-
24865
-
24866
- <td class="description last"><p>'move',地图移动事件</p></td>
24867
- </tr>
24868
-
24869
-
24870
-
24871
- <tr class="deep-level-0">
24872
-
24873
- <td class="name"><code>mapMoveEnd</code></td>
24874
-
24875
-
24876
- <td class="type">
24877
-
24878
-
24879
- <span class="param-type">
24880
-
24881
- String
24882
-
24883
- </span>
24884
-
24885
-
24886
-
24887
-
24888
- </td>
24889
-
24890
-
24891
-
24892
-
24893
-
24894
- <td class="description last"><p>'move-end',地图移动之后的事件</p></td>
24895
- </tr>
24896
-
24897
-
24898
-
24899
- <tr class="deep-level-0">
24900
-
24901
- <td class="name"><code>resize</code></td>
24902
-
24903
-
24904
- <td class="type">
24905
-
24906
-
24907
- <span class="param-type">
24908
-
24909
- String
24910
-
24911
- </span>
24912
-
24913
-
24914
-
24915
-
24916
- </td>
24917
-
24918
-
24919
-
24920
-
24921
-
24922
- <td class="description last"><p>'resize',地图视图尺寸变化事件</p></td>
24923
- </tr>
24924
-
24925
-
24926
-
24927
- <tr class="deep-level-0">
24928
-
24929
- <td class="name"><code>loaded</code></td>
24930
-
24931
-
24932
- <td class="type">
24933
-
24934
-
24935
- <span class="param-type">
24936
-
24937
- String
24938
-
24939
- </span>
24940
-
24941
-
24942
-
24943
-
24944
- </td>
24945
-
24946
-
24947
-
24948
-
24949
-
24950
- <td class="description last"><p>'loaded',地图视图加载完毕事件</p></td>
24951
- </tr>
24952
-
24953
-
24954
-
24955
- <tr class="deep-level-0">
24956
-
24957
- <td class="name"><code>wheel</code></td>
24958
-
24959
-
24960
- <td class="type">
24961
-
24962
-
24963
- <span class="param-type">
24964
-
24965
- String
24966
-
24967
- </span>
24968
-
24969
-
24970
-
24971
-
24972
- </td>
24973
-
24974
-
24975
-
24976
-
24977
-
24978
- <td class="description last"><p>'wheel',鼠标滚轮事件</p></td>
24979
- </tr>
24980
-
24981
-
24982
-
24983
- <tr class="deep-level-0">
24984
-
24985
- <td class="name"><code>viewChange</code></td>
24986
-
24987
-
24988
- <td class="type">
24989
-
24990
-
24991
- <span class="param-type">
24992
-
24993
- String
24994
-
24995
- </span>
24996
-
24997
-
24998
-
24999
-
25000
- </td>
25001
-
25002
-
25003
-
25004
-
25005
-
25006
- <td class="description last"><p>'view-change',地图视图改变事件</p></td>
25007
- </tr>
25008
-
25009
-
25010
-
25011
- <tr class="deep-level-0">
25012
-
25013
- <td class="name"><code>drag</code></td>
25014
-
25015
-
25016
- <td class="type">
25017
-
25018
-
25019
- <span class="param-type">
25020
-
25021
- String
25022
-
25023
- </span>
25024
-
25025
-
25026
-
25027
-
25028
- </td>
25029
-
25030
-
25031
-
25032
-
25033
-
25034
- <td class="description last"><p>'drag',鼠标拖拽事件</p></td>
25035
- </tr>
25036
-
25037
-
25038
-
25039
- <tr class="deep-level-0">
25040
-
25041
- <td class="name"><code>viewCreated</code></td>
25042
-
25043
-
25044
- <td class="type">
25045
-
25046
-
25047
- <span class="param-type">
25048
-
25049
- String
25050
-
25051
- </span>
25052
-
25053
-
25054
-
25055
-
25056
- </td>
25057
-
25058
-
25059
-
25060
-
25061
-
25062
- <td class="description last"><p>'innerView-created',引擎视图创建完毕事件</p></td>
25063
- </tr>
25064
-
25065
-
25066
- </tbody>
25067
- </table>
25068
- </div>
25069
-
25070
-
25071
-
25072
- <dl class="details">
25073
-
25074
-
25075
-
25076
-
25077
-
25078
-
25079
-
25080
-
25081
-
25082
-
25083
-
25084
-
25085
-
25086
-
25087
-
25088
-
25089
-
25090
-
25091
-
25092
-
25093
-
25094
-
25095
-
25096
-
25097
-
25098
-
25099
-
25100
-
25101
-
25102
-
25103
-
25104
- </dl>
25105
-
25106
-
25107
-
25108
-
25109
-
25110
- </div>
25111
-
25112
- <div class="member">
25113
-
25114
- <span class="method-parameter is-pulled-right">
25115
- <label>类型:</label>
25116
-
25117
- <span class="param-type">
25118
-
25119
- String
25120
-
25121
- </span>
25122
-
25123
-
25124
-
25125
- </span>
25126
-
25127
- <h4 class="name" id="VisualVariableType">
25128
- <a class="href-link" href="#VisualVariableType">#</a>
24685
+ <h4 class="name" id="ViewEventType">
24686
+ <a class="href-link" href="#ViewEventType">#</a>
25129
24687
 
25130
24688
 
25131
24689
  <span class='tag'>constant</span>
25132
24690
 
25133
24691
 
25134
24692
  <span class="code-name">
25135
- VisualVariableType
24693
+ ViewEventType
25136
24694
  </span>
25137
24695
 
25138
24696
  </h4>
@@ -25141,7 +24699,7 @@
25141
24699
 
25142
24700
 
25143
24701
  <div class="description">
25144
- <p>视觉变量类型</p>
24702
+ <p>地图视窗事件类型</p>
25145
24703
  </div>
25146
24704
 
25147
24705
 
@@ -25174,7 +24732,7 @@
25174
24732
 
25175
24733
  <tr class="deep-level-0">
25176
24734
 
25177
- <td class="name"><code>default</code></td>
24735
+ <td class="name"><code>click</code></td>
25178
24736
 
25179
24737
 
25180
24738
  <td class="type">
@@ -25195,14 +24753,14 @@
25195
24753
 
25196
24754
 
25197
24755
 
25198
- <td class="description last"><p>'default',默认视觉变量</p></td>
24756
+ <td class="description last"><p>'click',鼠标点击事件</p></td>
25199
24757
  </tr>
25200
24758
 
25201
24759
 
25202
24760
 
25203
24761
  <tr class="deep-level-0">
25204
24762
 
25205
- <td class="name"><code>color</code></td>
24763
+ <td class="name"><code>immediateClick</code></td>
25206
24764
 
25207
24765
 
25208
24766
  <td class="type">
@@ -25223,14 +24781,14 @@
25223
24781
 
25224
24782
 
25225
24783
 
25226
- <td class="description last"><p>'color',颜色视觉变量</p></td>
24784
+ <td class="description last"><p>'immediateClick',鼠标点击事件</p></td>
25227
24785
  </tr>
25228
24786
 
25229
24787
 
25230
24788
 
25231
24789
  <tr class="deep-level-0">
25232
24790
 
25233
- <td class="name"><code>opacity</code></td>
24791
+ <td class="name"><code>doubleClick</code></td>
25234
24792
 
25235
24793
 
25236
24794
  <td class="type">
@@ -25251,14 +24809,14 @@
25251
24809
 
25252
24810
 
25253
24811
 
25254
- <td class="description last"><p>'opacity',透明度视觉变量</p></td>
24812
+ <td class="description last"><p>'double-click',鼠标双击事件</p></td>
25255
24813
  </tr>
25256
24814
 
25257
24815
 
25258
24816
 
25259
24817
  <tr class="deep-level-0">
25260
24818
 
25261
- <td class="name"><code>size</code></td>
24819
+ <td class="name"><code>pointerDown</code></td>
25262
24820
 
25263
24821
 
25264
24822
  <td class="type">
@@ -25279,60 +24837,74 @@
25279
24837
 
25280
24838
 
25281
24839
 
25282
- <td class="description last"><p>'size',图标大小视觉变量</p></td>
24840
+ <td class="description last"><p>'mouse-down',鼠标按下事件</p></td>
25283
24841
  </tr>
25284
24842
 
25285
24843
 
25286
- </tbody>
25287
- </table>
25288
- </div>
25289
-
25290
-
25291
-
25292
- <dl class="details">
25293
-
24844
+
24845
+ <tr class="deep-level-0">
25294
24846
 
25295
-
24847
+ <td class="name"><code>pointerUp</code></td>
25296
24848
 
25297
24849
 
24850
+ <td class="type">
25298
24851
 
25299
-
24852
+
24853
+ <span class="param-type">
25300
24854
 
25301
-
24855
+ String
25302
24856
 
24857
+ </span>
25303
24858
 
25304
-
25305
24859
 
25306
-
25307
24860
 
25308
24861
 
24862
+ </td>
25309
24863
 
25310
24864
 
25311
24865
 
25312
24866
 
25313
24867
 
25314
-
24868
+ <td class="description last"><p>'mouse-up',鼠标抬起事件</p></td>
24869
+ </tr>
25315
24870
 
24871
+
24872
+
24873
+ <tr class="deep-level-0">
25316
24874
 
24875
+ <td class="name"><code>mouseOut</code></td>
25317
24876
 
25318
24877
 
24878
+ <td class="type">
25319
24879
 
25320
-
24880
+
24881
+ <span class="param-type">
25321
24882
 
25322
-
24883
+ String
25323
24884
 
25324
- </dl>
24885
+ </span>
25325
24886
 
25326
24887
 
25327
24888
 
24889
+
24890
+ </td>
25328
24891
 
24892
+
25329
24893
 
25330
- </div>
24894
+
24895
+
24896
+ <td class="description last"><p>'mouse-out',鼠标移出视窗事件</p></td>
24897
+ </tr>
24898
+
24899
+
25331
24900
 
25332
- <div class="member">
24901
+ <tr class="deep-level-0">
24902
+
24903
+ <td class="name"><code>pointerMove</code></td>
24904
+
25333
24905
 
25334
- <span class="method-parameter is-pulled-right">
25335
- <label>类型:</label>
24906
+ <td class="type">
24907
+
25336
24908
 
25337
24909
  <span class="param-type">
25338
24910
 
@@ -25342,59 +24914,49 @@
25342
24914
 
25343
24915
 
25344
24916
 
25345
- </span>
25346
-
25347
- <h4 class="name" id="WaterbodySize">
25348
- <a class="href-link" href="#WaterbodySize">#</a>
25349
-
25350
-
25351
- <span class='tag'>constant</span>
25352
-
25353
24917
 
25354
- <span class="code-name">
25355
- WaterbodySize
25356
- </span>
25357
-
25358
- </h4>
25359
-
25360
-
24918
+ </td>
25361
24919
 
24920
+
25362
24921
 
25363
- <div class="description">
25364
- <p>水体大小</p>
25365
- </div>
24922
+
25366
24923
 
24924
+ <td class="description last"><p>'pointer-move',鼠标移动事件</p></td>
24925
+ </tr>
25367
24926
 
24927
+
24928
+
24929
+ <tr class="deep-level-0">
24930
+
24931
+ <td class="name"><code>mouseDown</code></td>
24932
+
25368
24933
 
24934
+ <td class="type">
24935
+
24936
+
24937
+ <span class="param-type">
24938
+
24939
+ String
24940
+
24941
+ </span>
25369
24942
 
25370
24943
 
25371
- <h5 class="subsection-title">属性:</h5>
25372
24944
 
25373
24945
 
25374
- <div class="table-container">
25375
- <table class="props table">
25376
- <thead>
25377
- <tr>
25378
-
25379
- <th>Name</th>
25380
-
25381
-
25382
- <th>Type</th>
24946
+ </td>
25383
24947
 
25384
-
24948
+
25385
24949
 
25386
-
24950
+
25387
24951
 
25388
- <th class="last">Description</th>
25389
- </tr>
25390
- </thead>
24952
+ <td class="description last"></td>
24953
+ </tr>
25391
24954
 
25392
- <tbody>
25393
24955
 
25394
24956
 
25395
24957
  <tr class="deep-level-0">
25396
24958
 
25397
- <td class="name"><code>small</code></td>
24959
+ <td class="name"><code>mouseUp</code></td>
25398
24960
 
25399
24961
 
25400
24962
  <td class="type">
@@ -25415,14 +24977,14 @@
25415
24977
 
25416
24978
 
25417
24979
 
25418
- <td class="description last"><p>WaterbodySize.small,小</p></td>
24980
+ <td class="description last"></td>
25419
24981
  </tr>
25420
24982
 
25421
24983
 
25422
24984
 
25423
24985
  <tr class="deep-level-0">
25424
24986
 
25425
- <td class="name"><code>medium</code></td>
24987
+ <td class="name"><code>mouseMove</code></td>
25426
24988
 
25427
24989
 
25428
24990
  <td class="type">
@@ -25443,14 +25005,14 @@
25443
25005
 
25444
25006
 
25445
25007
 
25446
- <td class="description last"><p>WaterbodySize.medium,中等</p></td>
25008
+ <td class="description last"></td>
25447
25009
  </tr>
25448
25010
 
25449
25011
 
25450
25012
 
25451
25013
  <tr class="deep-level-0">
25452
25014
 
25453
- <td class="name"><code>large</code></td>
25015
+ <td class="name"><code>mouseOver</code></td>
25454
25016
 
25455
25017
 
25456
25018
  <td class="type">
@@ -25471,60 +25033,74 @@
25471
25033
 
25472
25034
 
25473
25035
 
25474
- <td class="description last"><p>WaterbodySize.large,大</p></td>
25036
+ <td class="description last"><p>'mouse-over',鼠标移入视窗事件</p></td>
25475
25037
  </tr>
25476
25038
 
25477
25039
 
25478
- </tbody>
25479
- </table>
25480
- </div>
25481
-
25482
-
25483
-
25484
- <dl class="details">
25485
-
25040
+
25041
+ <tr class="deep-level-0">
25486
25042
 
25487
-
25043
+ <td class="name"><code>keyPress</code></td>
25488
25044
 
25489
25045
 
25046
+ <td class="type">
25490
25047
 
25491
-
25048
+
25049
+ <span class="param-type">
25492
25050
 
25493
-
25051
+ String
25494
25052
 
25053
+ </span>
25495
25054
 
25496
-
25497
25055
 
25498
-
25499
25056
 
25500
25057
 
25058
+ </td>
25501
25059
 
25502
25060
 
25503
25061
 
25504
25062
 
25505
25063
 
25506
-
25064
+ <td class="description last"><p>'key-press',键盘输入事件</p></td>
25065
+ </tr>
25507
25066
 
25067
+
25068
+
25069
+ <tr class="deep-level-0">
25508
25070
 
25071
+ <td class="name"><code>keyDown</code></td>
25509
25072
 
25510
25073
 
25074
+ <td class="type">
25511
25075
 
25512
-
25076
+
25077
+ <span class="param-type">
25513
25078
 
25514
-
25079
+ String
25515
25080
 
25516
- </dl>
25081
+ </span>
25082
+
25083
+
25517
25084
 
25085
+
25086
+ </td>
25518
25087
 
25088
+
25519
25089
 
25090
+
25520
25091
 
25092
+ <td class="description last"><p>'key-down',键盘按下事件</p></td>
25093
+ </tr>
25521
25094
 
25522
- </div>
25095
+
25523
25096
 
25524
- <div class="member">
25097
+ <tr class="deep-level-0">
25098
+
25099
+ <td class="name"><code>keyUp</code></td>
25100
+
25525
25101
 
25526
- <span class="method-parameter is-pulled-right">
25527
- <label>类型:</label>
25102
+ <td class="type">
25103
+
25528
25104
 
25529
25105
  <span class="param-type">
25530
25106
 
@@ -25534,59 +25110,49 @@
25534
25110
 
25535
25111
 
25536
25112
 
25537
- </span>
25538
-
25539
- <h4 class="name" id="WaveStrength">
25540
- <a class="href-link" href="#WaveStrength">#</a>
25541
25113
 
25542
-
25543
- <span class='tag'>constant</span>
25544
-
25545
-
25546
- <span class="code-name">
25547
- WaveStrength
25548
- </span>
25549
-
25550
- </h4>
25551
-
25552
-
25114
+ </td>
25553
25115
 
25116
+
25554
25117
 
25555
- <div class="description">
25556
- <p>波浪强度</p>
25557
- </div>
25118
+
25558
25119
 
25120
+ <td class="description last"><p>'key-up',键盘抬起事件</p></td>
25121
+ </tr>
25559
25122
 
25123
+
25124
+
25125
+ <tr class="deep-level-0">
25126
+
25127
+ <td class="name"><code>rightClickDown</code></td>
25128
+
25560
25129
 
25130
+ <td class="type">
25131
+
25132
+
25133
+ <span class="param-type">
25134
+
25135
+ String
25136
+
25137
+ </span>
25561
25138
 
25562
25139
 
25563
- <h5 class="subsection-title">属性:</h5>
25564
25140
 
25565
25141
 
25566
- <div class="table-container">
25567
- <table class="props table">
25568
- <thead>
25569
- <tr>
25570
-
25571
- <th>Name</th>
25572
-
25573
-
25574
- <th>Type</th>
25142
+ </td>
25575
25143
 
25576
-
25144
+
25577
25145
 
25578
-
25146
+
25579
25147
 
25580
- <th class="last">Description</th>
25581
- </tr>
25582
- </thead>
25148
+ <td class="description last"><p>'right-click-down',鼠标右键事件</p></td>
25149
+ </tr>
25583
25150
 
25584
- <tbody>
25585
25151
 
25586
25152
 
25587
25153
  <tr class="deep-level-0">
25588
25154
 
25589
- <td class="name"><code>calm</code></td>
25155
+ <td class="name"><code>previewClick</code></td>
25590
25156
 
25591
25157
 
25592
25158
  <td class="type">
@@ -25607,14 +25173,14 @@
25607
25173
 
25608
25174
 
25609
25175
 
25610
- <td class="description last"><p>WaveStrength.calm,calm</p></td>
25176
+ <td class="description last"><p>'preview-click',鼠标按下之前触发的事件</p></td>
25611
25177
  </tr>
25612
25178
 
25613
25179
 
25614
25180
 
25615
25181
  <tr class="deep-level-0">
25616
25182
 
25617
- <td class="name"><code>rippled</code></td>
25183
+ <td class="name"><code>zoom</code></td>
25618
25184
 
25619
25185
 
25620
25186
  <td class="type">
@@ -25635,14 +25201,14 @@
25635
25201
 
25636
25202
 
25637
25203
 
25638
- <td class="description last"><p>WaveStrength.rippledrippled</p></td>
25204
+ <td class="description last"><p>'zoom'zoom变化事件</p></td>
25639
25205
  </tr>
25640
25206
 
25641
25207
 
25642
25208
 
25643
25209
  <tr class="deep-level-0">
25644
25210
 
25645
- <td class="name"><code>slight</code></td>
25211
+ <td class="name"><code>zoomEnd</code></td>
25646
25212
 
25647
25213
 
25648
25214
  <td class="type">
@@ -25663,14 +25229,14 @@
25663
25229
 
25664
25230
 
25665
25231
 
25666
- <td class="description last"><p>WaveStrength.slightslight</p></td>
25232
+ <td class="description last"><p>'zoom-end'zoom变化之后触发事件</p></td>
25667
25233
  </tr>
25668
25234
 
25669
25235
 
25670
25236
 
25671
25237
  <tr class="deep-level-0">
25672
25238
 
25673
- <td class="name"><code>moderate</code></td>
25239
+ <td class="name"><code>mapMove</code></td>
25674
25240
 
25675
25241
 
25676
25242
  <td class="type">
@@ -25691,122 +25257,14 @@
25691
25257
 
25692
25258
 
25693
25259
 
25694
- <td class="description last"><p>WaveStrength.moderate,moderate</p></td>
25260
+ <td class="description last"><p>'move',地图移动事件</p></td>
25695
25261
  </tr>
25696
25262
 
25697
25263
 
25698
- </tbody>
25699
- </table>
25700
- </div>
25701
-
25702
-
25703
-
25704
- <dl class="details">
25705
-
25706
-
25707
-
25708
-
25709
-
25710
-
25711
-
25712
-
25713
-
25714
-
25715
-
25716
-
25717
-
25718
-
25719
-
25720
-
25721
-
25722
-
25723
-
25724
-
25725
-
25726
-
25727
-
25728
-
25729
-
25730
-
25731
-
25732
-
25733
-
25734
-
25735
-
25736
- </dl>
25737
-
25738
-
25739
-
25740
-
25741
-
25742
- </div>
25743
-
25744
- <div class="member">
25745
-
25746
- <span class="method-parameter is-pulled-right">
25747
- <label>类型:</label>
25748
-
25749
- <span class="param-type">
25750
-
25751
- String
25752
-
25753
- </span>
25754
-
25755
-
25756
-
25757
- </span>
25758
-
25759
- <h4 class="name" id="WMTSCorporation">
25760
- <a class="href-link" href="#WMTSCorporation">#</a>
25761
-
25762
-
25763
- <span class='tag'>constant</span>
25764
-
25765
-
25766
- <span class="code-name">
25767
- WMTSCorporation
25768
- </span>
25769
-
25770
- </h4>
25771
-
25772
-
25773
-
25774
-
25775
- <div class="description">
25776
- <p>发布WMTS的厂商名称</p>
25777
- </div>
25778
-
25779
-
25780
-
25781
-
25782
-
25783
- <h5 class="subsection-title">属性:</h5>
25784
-
25785
-
25786
- <div class="table-container">
25787
- <table class="props table">
25788
- <thead>
25789
- <tr>
25790
-
25791
- <th>Name</th>
25792
-
25793
-
25794
- <th>Type</th>
25795
-
25796
-
25797
-
25798
-
25799
-
25800
- <th class="last">Description</th>
25801
- </tr>
25802
- </thead>
25803
-
25804
- <tbody>
25805
-
25806
25264
 
25807
25265
  <tr class="deep-level-0">
25808
25266
 
25809
- <td class="name"><code>corporationZD</code></td>
25267
+ <td class="name"><code>mapMoveEnd</code></td>
25810
25268
 
25811
25269
 
25812
25270
  <td class="type">
@@ -25827,14 +25285,14 @@
25827
25285
 
25828
25286
 
25829
25287
 
25830
- <td class="description last"><p>'corporationZD',中地数码</p></td>
25288
+ <td class="description last"><p>'move-end',地图移动之后的事件</p></td>
25831
25289
  </tr>
25832
25290
 
25833
25291
 
25834
25292
 
25835
25293
  <tr class="deep-level-0">
25836
25294
 
25837
- <td class="name"><code>corporationArcGIS</code></td>
25295
+ <td class="name"><code>resize</code></td>
25838
25296
 
25839
25297
 
25840
25298
  <td class="type">
@@ -25855,14 +25313,14 @@
25855
25313
 
25856
25314
 
25857
25315
 
25858
- <td class="description last"><p>'corporationArcGIS',ArcGIS</p></td>
25316
+ <td class="description last"><p>'resize',地图视图尺寸变化事件</p></td>
25859
25317
  </tr>
25860
25318
 
25861
25319
 
25862
25320
 
25863
25321
  <tr class="deep-level-0">
25864
25322
 
25865
- <td class="name"><code>corporationSuperMap</code></td>
25323
+ <td class="name"><code>loaded</code></td>
25866
25324
 
25867
25325
 
25868
25326
  <td class="type">
@@ -25883,14 +25341,14 @@
25883
25341
 
25884
25342
 
25885
25343
 
25886
- <td class="description last"><p>'corporationSuperMap',超图</p></td>
25344
+ <td class="description last"><p>'loaded',地图视图加载完毕事件</p></td>
25887
25345
  </tr>
25888
25346
 
25889
25347
 
25890
25348
 
25891
25349
  <tr class="deep-level-0">
25892
25350
 
25893
- <td class="name"><code>corporationGeoServer</code></td>
25351
+ <td class="name"><code>wheel</code></td>
25894
25352
 
25895
25353
 
25896
25354
  <td class="type">
@@ -25911,14 +25369,14 @@
25911
25369
 
25912
25370
 
25913
25371
 
25914
- <td class="description last"><p>'corporationGeoServer',GeoServer</p></td>
25372
+ <td class="description last"><p>'wheel',鼠标滚轮事件</p></td>
25915
25373
  </tr>
25916
25374
 
25917
25375
 
25918
25376
 
25919
25377
  <tr class="deep-level-0">
25920
25378
 
25921
- <td class="name"><code>corporationTianDiTu</code></td>
25379
+ <td class="name"><code>viewChange</code></td>
25922
25380
 
25923
25381
 
25924
25382
  <td class="type">
@@ -25939,14 +25397,14 @@
25939
25397
 
25940
25398
 
25941
25399
 
25942
- <td class="description last"><p>'corporationGeoServer',天地图</p></td>
25400
+ <td class="description last"><p>'view-change',地图视图改变事件</p></td>
25943
25401
  </tr>
25944
25402
 
25945
25403
 
25946
25404
 
25947
25405
  <tr class="deep-level-0">
25948
25406
 
25949
- <td class="name"><code>corporationOther</code></td>
25407
+ <td class="name"><code>drag</code></td>
25950
25408
 
25951
25409
 
25952
25410
  <td class="type">
@@ -25967,14 +25425,14 @@
25967
25425
 
25968
25426
 
25969
25427
 
25970
- <td class="description last"><p>'corporationGeoServer',其它</p></td>
25428
+ <td class="description last"><p>'drag',鼠标拖拽事件</p></td>
25971
25429
  </tr>
25972
25430
 
25973
25431
 
25974
25432
 
25975
25433
  <tr class="deep-level-0">
25976
25434
 
25977
- <td class="name"><code>none</code></td>
25435
+ <td class="name"><code>viewCreated</code></td>
25978
25436
 
25979
25437
 
25980
25438
  <td class="type">
@@ -25995,7 +25453,7 @@
25995
25453
 
25996
25454
 
25997
25455
 
25998
- <td class="description last"><p>'none',空的公司</p></td>
25456
+ <td class="description last"><p>'innerView-created',引擎视图创建完毕事件</p></td>
25999
25457
  </tr>
26000
25458
 
26001
25459
 
@@ -26060,15 +25518,15 @@
26060
25518
 
26061
25519
  </span>
26062
25520
 
26063
- <h4 class="name" id="XClsType">
26064
- <a class="href-link" href="#XClsType">#</a>
25521
+ <h4 class="name" id="VisualVariableType">
25522
+ <a class="href-link" href="#VisualVariableType">#</a>
26065
25523
 
26066
25524
 
26067
25525
  <span class='tag'>constant</span>
26068
25526
 
26069
25527
 
26070
25528
  <span class="code-name">
26071
- XClsType
25529
+ VisualVariableType
26072
25530
  </span>
26073
25531
 
26074
25532
  </h4>
@@ -26077,7 +25535,7 @@
26077
25535
 
26078
25536
 
26079
25537
  <div class="description">
26080
- <p>数据类型</p>
25538
+ <p>视觉变量类型</p>
26081
25539
  </div>
26082
25540
 
26083
25541
 
@@ -26110,7 +25568,7 @@
26110
25568
 
26111
25569
  <tr class="deep-level-0">
26112
25570
 
26113
- <td class="name"><code>SFCls</code></td>
25571
+ <td class="name"><code>default</code></td>
26114
25572
 
26115
25573
 
26116
25574
  <td class="type">
@@ -26131,14 +25589,14 @@
26131
25589
 
26132
25590
 
26133
25591
 
26134
- <td class="description last"><p>简单要素类</p></td>
25592
+ <td class="description last"><p>'default',默认视觉变量</p></td>
26135
25593
  </tr>
26136
25594
 
26137
25595
 
26138
25596
 
26139
25597
  <tr class="deep-level-0">
26140
25598
 
26141
- <td class="name"><code>OCls</code></td>
25599
+ <td class="name"><code>color</code></td>
26142
25600
 
26143
25601
 
26144
25602
  <td class="type">
@@ -26159,14 +25617,14 @@
26159
25617
 
26160
25618
 
26161
25619
 
26162
- <td class="description last"><p>对象类</p></td>
25620
+ <td class="description last"><p>'color',颜色视觉变量</p></td>
26163
25621
  </tr>
26164
25622
 
26165
25623
 
26166
25624
 
26167
25625
  <tr class="deep-level-0">
26168
25626
 
26169
- <td class="name"><code>ACls</code></td>
25627
+ <td class="name"><code>opacity</code></td>
26170
25628
 
26171
25629
 
26172
25630
  <td class="type">
@@ -26187,14 +25645,14 @@
26187
25645
 
26188
25646
 
26189
25647
 
26190
- <td class="description last"><p>注记类</p></td>
25648
+ <td class="description last"><p>'opacity',透明度视觉变量</p></td>
26191
25649
  </tr>
26192
25650
 
26193
25651
 
26194
25652
 
26195
25653
  <tr class="deep-level-0">
26196
25654
 
26197
- <td class="name"><code>GnetCls</code></td>
25655
+ <td class="name"><code>size</code></td>
26198
25656
 
26199
25657
 
26200
25658
  <td class="type">
@@ -26215,46 +25673,60 @@
26215
25673
 
26216
25674
 
26217
25675
 
26218
- <td class="description last"><p>网络类</p></td>
25676
+ <td class="description last"><p>'size',图标大小视觉变量</p></td>
26219
25677
  </tr>
26220
25678
 
26221
25679
 
26222
-
26223
- <tr class="deep-level-0">
25680
+ </tbody>
25681
+ </table>
25682
+ </div>
25683
+
25684
+
25685
+
25686
+ <dl class="details">
25687
+
26224
25688
 
26225
- <td class="name"><code>RDS</code></td>
25689
+
26226
25690
 
26227
25691
 
26228
- <td class="type">
26229
25692
 
26230
-
26231
- <span class="param-type">
25693
+
26232
25694
 
26233
- String
25695
+
26234
25696
 
26235
- </span>
26236
25697
 
25698
+
26237
25699
 
25700
+
26238
25701
 
26239
25702
 
26240
- </td>
26241
25703
 
26242
25704
 
26243
25705
 
26244
25706
 
26245
25707
 
26246
- <td class="description last"><p>栅格数据集</p></td>
26247
- </tr>
25708
+
26248
25709
 
26249
-
26250
-
26251
- <tr class="deep-level-0">
26252
25710
 
26253
- <td class="name"><code>SFClsInfo</code></td>
26254
25711
 
26255
25712
 
26256
- <td class="type">
26257
25713
 
25714
+
25715
+
25716
+
25717
+
25718
+ </dl>
25719
+
25720
+
25721
+
25722
+
25723
+
25724
+ </div>
25725
+
25726
+ <div class="member">
25727
+
25728
+ <span class="method-parameter is-pulled-right">
25729
+ <label>类型:</label>
26258
25730
 
26259
25731
  <span class="param-type">
26260
25732
 
@@ -26264,82 +25736,142 @@
26264
25736
 
26265
25737
 
26266
25738
 
26267
-
26268
- </td>
25739
+ </span>
26269
25740
 
25741
+ <h4 class="name" id="WaterbodySize">
25742
+ <a class="href-link" href="#WaterbodySize">#</a>
26270
25743
 
26271
-
25744
+
25745
+ <span class='tag'>constant</span>
25746
+
25747
+
25748
+ <span class="code-name">
25749
+ WaterbodySize
25750
+ </span>
26272
25751
 
25752
+ </h4>
26273
25753
 
26274
- <td class="description last"><p>简单要素类详细信息</p></td>
26275
- </tr>
26276
25754
 
26277
-
26278
- </tbody>
26279
- </table>
25755
+
25756
+
25757
+ <div class="description">
25758
+ <p>水体大小</p>
26280
25759
  </div>
26281
25760
 
26282
25761
 
26283
25762
 
26284
- <dl class="details">
26285
25763
 
26286
-
26287
25764
 
26288
-
25765
+ <h5 class="subsection-title">属性:</h5>
26289
25766
 
26290
25767
 
25768
+ <div class="table-container">
25769
+ <table class="props table">
25770
+ <thead>
25771
+ <tr>
25772
+
25773
+ <th>Name</th>
25774
+
26291
25775
 
26292
-
25776
+ <th>Type</th>
26293
25777
 
26294
-
25778
+
26295
25779
 
26296
-
25780
+
26297
25781
 
25782
+ <th class="last">Description</th>
25783
+ </tr>
25784
+ </thead>
25785
+
25786
+ <tbody>
25787
+
25788
+
25789
+ <tr class="deep-level-0">
25790
+
25791
+ <td class="name"><code>small</code></td>
26298
25792
 
26299
25793
 
25794
+ <td class="type">
25795
+
25796
+
25797
+ <span class="param-type">
25798
+
25799
+ String
26300
25800
 
25801
+ </span>
25802
+
25803
+
26301
25804
 
26302
25805
 
25806
+ </td>
26303
25807
 
26304
25808
 
26305
25809
 
26306
25810
 
26307
25811
 
25812
+ <td class="description last"><p>WaterbodySize.small,小</p></td>
25813
+ </tr>
25814
+
25815
+
25816
+
25817
+ <tr class="deep-level-0">
26308
25818
 
25819
+ <td class="name"><code>medium</code></td>
26309
25820
 
26310
25821
 
25822
+ <td class="type">
26311
25823
 
26312
-
25824
+
25825
+ <span class="param-type">
26313
25826
 
26314
-
25827
+ String
26315
25828
 
26316
- </dl>
25829
+ </span>
26317
25830
 
26318
25831
 
26319
25832
 
25833
+
25834
+ </td>
26320
25835
 
25836
+
26321
25837
 
26322
- </div>
25838
+
25839
+
25840
+ <td class="description last"><p>WaterbodySize.medium,中等</p></td>
25841
+ </tr>
25842
+
25843
+
26323
25844
 
26324
- <div class="member">
25845
+ <tr class="deep-level-0">
25846
+
25847
+ <td class="name"><code>large</code></td>
25848
+
26325
25849
 
26326
- <h4 class="name" id="zoom">
26327
- <a class="href-link" href="#zoom">#</a>
25850
+ <td class="type">
26328
25851
 
26329
- <span class="code-name">
26330
- zoom
26331
- </span>
25852
+
25853
+ <span class="param-type">
26332
25854
 
26333
- </h4>
25855
+ String
25856
+
25857
+ </span>
26334
25858
 
26335
25859
 
26336
25860
 
25861
+
25862
+ </td>
26337
25863
 
26338
- <div class="description">
26339
- <p>鼠标滚轮事件</p>
26340
- </div>
25864
+
26341
25865
 
25866
+
26342
25867
 
25868
+ <td class="description last"><p>WaterbodySize.large,大</p></td>
25869
+ </tr>
25870
+
25871
+
25872
+ </tbody>
25873
+ </table>
25874
+ </div>
26343
25875
 
26344
25876
 
26345
25877
 
@@ -26383,17 +25915,6 @@
26383
25915
 
26384
25916
  </div>
26385
25917
 
26386
- </div>
26387
- </div>
26388
-
26389
-
26390
-
26391
-
26392
-
26393
- <div class='vertical-section'>
26394
- <h1>类型定义</h1>
26395
- <div class="members">
26396
-
26397
25918
  <div class="member">
26398
25919
 
26399
25920
  <span class="method-parameter is-pulled-right">
@@ -26401,7 +25922,7 @@
26401
25922
 
26402
25923
  <span class="param-type">
26403
25924
 
26404
- Object
25925
+ String
26405
25926
 
26406
25927
  </span>
26407
25928
 
@@ -26409,11 +25930,15 @@
26409
25930
 
26410
25931
  </span>
26411
25932
 
26412
- <h4 class="name" id="CalibrationParam">
26413
- <a class="href-link" href="#CalibrationParam">#</a>
25933
+ <h4 class="name" id="WaveStrength">
25934
+ <a class="href-link" href="#WaveStrength">#</a>
25935
+
25936
+
25937
+ <span class='tag'>constant</span>
25938
+
26414
25939
 
26415
25940
  <span class="code-name">
26416
- CalibrationParam
25941
+ WaveStrength
26417
25942
  </span>
26418
25943
 
26419
25944
  </h4>
@@ -26422,7 +25947,7 @@
26422
25947
 
26423
25948
 
26424
25949
  <div class="description">
26425
- <p>标定参数</p>
25950
+ <p>波浪强度</p>
26426
25951
  </div>
26427
25952
 
26428
25953
 
@@ -26455,7 +25980,7 @@
26455
25980
 
26456
25981
  <tr class="deep-level-0">
26457
25982
 
26458
- <td class="name"><code>groundControlPointList</code></td>
25983
+ <td class="name"><code>calm</code></td>
26459
25984
 
26460
25985
 
26461
25986
  <td class="type">
@@ -26463,7 +25988,7 @@
26463
25988
 
26464
25989
  <span class="param-type">
26465
25990
 
26466
- Array.&lt;<a onclick="getTypeHTML(event)" link="global.html#GroundControlPoint">GroundControlPoint</a>>
25991
+ String
26467
25992
 
26468
25993
  </span>
26469
25994
 
@@ -26476,7 +26001,91 @@
26476
26001
 
26477
26002
 
26478
26003
 
26479
- <td class="description last"></td>
26004
+ <td class="description last"><p>WaveStrength.calm,calm</p></td>
26005
+ </tr>
26006
+
26007
+
26008
+
26009
+ <tr class="deep-level-0">
26010
+
26011
+ <td class="name"><code>rippled</code></td>
26012
+
26013
+
26014
+ <td class="type">
26015
+
26016
+
26017
+ <span class="param-type">
26018
+
26019
+ String
26020
+
26021
+ </span>
26022
+
26023
+
26024
+
26025
+
26026
+ </td>
26027
+
26028
+
26029
+
26030
+
26031
+
26032
+ <td class="description last"><p>WaveStrength.rippled,rippled</p></td>
26033
+ </tr>
26034
+
26035
+
26036
+
26037
+ <tr class="deep-level-0">
26038
+
26039
+ <td class="name"><code>slight</code></td>
26040
+
26041
+
26042
+ <td class="type">
26043
+
26044
+
26045
+ <span class="param-type">
26046
+
26047
+ String
26048
+
26049
+ </span>
26050
+
26051
+
26052
+
26053
+
26054
+ </td>
26055
+
26056
+
26057
+
26058
+
26059
+
26060
+ <td class="description last"><p>WaveStrength.slight,slight</p></td>
26061
+ </tr>
26062
+
26063
+
26064
+
26065
+ <tr class="deep-level-0">
26066
+
26067
+ <td class="name"><code>moderate</code></td>
26068
+
26069
+
26070
+ <td class="type">
26071
+
26072
+
26073
+ <span class="param-type">
26074
+
26075
+ String
26076
+
26077
+ </span>
26078
+
26079
+
26080
+
26081
+
26082
+ </td>
26083
+
26084
+
26085
+
26086
+
26087
+
26088
+ <td class="description last"><p>WaveStrength.moderate,moderate</p></td>
26480
26089
  </tr>
26481
26090
 
26482
26091
 
@@ -26533,7 +26142,7 @@
26533
26142
 
26534
26143
  <span class="param-type">
26535
26144
 
26536
- Object
26145
+ String
26537
26146
 
26538
26147
  </span>
26539
26148
 
@@ -26541,11 +26150,15 @@
26541
26150
 
26542
26151
  </span>
26543
26152
 
26544
- <h4 class="name" id="CameraParam">
26545
- <a class="href-link" href="#CameraParam">#</a>
26153
+ <h4 class="name" id="WMTSCorporation">
26154
+ <a class="href-link" href="#WMTSCorporation">#</a>
26155
+
26156
+
26157
+ <span class='tag'>constant</span>
26158
+
26546
26159
 
26547
26160
  <span class="code-name">
26548
- CameraParam
26161
+ WMTSCorporation
26549
26162
  </span>
26550
26163
 
26551
26164
  </h4>
@@ -26554,7 +26167,7 @@
26554
26167
 
26555
26168
 
26556
26169
  <div class="description">
26557
- <p>相机内外参数</p>
26170
+ <p>发布WMTS的厂商名称</p>
26558
26171
  </div>
26559
26172
 
26560
26173
 
@@ -26575,8 +26188,6 @@
26575
26188
  <th>Type</th>
26576
26189
 
26577
26190
 
26578
- <th>Attributes</th>
26579
-
26580
26191
 
26581
26192
 
26582
26193
 
@@ -26589,7 +26200,7 @@
26589
26200
 
26590
26201
  <tr class="deep-level-0">
26591
26202
 
26592
- <td class="name"><code>cameraPosition</code></td>
26203
+ <td class="name"><code>corporationZD</code></td>
26593
26204
 
26594
26205
 
26595
26206
  <td class="type">
@@ -26597,7 +26208,7 @@
26597
26208
 
26598
26209
  <span class="param-type">
26599
26210
 
26600
- Array.&lt;Number>
26211
+ String
26601
26212
 
26602
26213
  </span>
26603
26214
 
@@ -26607,23 +26218,17 @@
26607
26218
  </td>
26608
26219
 
26609
26220
 
26610
- <td class="attributes">
26611
-
26612
26221
 
26613
-
26614
- </td>
26615
26222
 
26616
26223
 
26617
-
26618
-
26619
- <td class="description last"></td>
26224
+ <td class="description last"><p>'corporationZD',中地数码</p></td>
26620
26225
  </tr>
26621
26226
 
26622
26227
 
26623
26228
 
26624
26229
  <tr class="deep-level-0">
26625
26230
 
26626
- <td class="name"><code>orientation</code></td>
26231
+ <td class="name"><code>corporationArcGIS</code></td>
26627
26232
 
26628
26233
 
26629
26234
  <td class="type">
@@ -26631,7 +26236,7 @@
26631
26236
 
26632
26237
  <span class="param-type">
26633
26238
 
26634
- Object
26239
+ String
26635
26240
 
26636
26241
  </span>
26637
26242
 
@@ -26641,23 +26246,17 @@
26641
26246
  </td>
26642
26247
 
26643
26248
 
26644
- <td class="attributes">
26645
-
26646
26249
 
26647
-
26648
- </td>
26649
26250
 
26650
26251
 
26651
-
26652
-
26653
- <td class="description last"></td>
26252
+ <td class="description last"><p>'corporationArcGIS',ArcGIS</p></td>
26654
26253
  </tr>
26655
26254
 
26656
-
26657
-
26658
- <tr class="deep-level-1">
26255
+
26256
+
26257
+ <tr class="deep-level-0">
26659
26258
 
26660
- <td class="name"><code>heading</code></td>
26259
+ <td class="name"><code>corporationSuperMap</code></td>
26661
26260
 
26662
26261
 
26663
26262
  <td class="type">
@@ -26665,7 +26264,7 @@
26665
26264
 
26666
26265
  <span class="param-type">
26667
26266
 
26668
- Number
26267
+ String
26669
26268
 
26670
26269
  </span>
26671
26270
 
@@ -26675,25 +26274,17 @@
26675
26274
  </td>
26676
26275
 
26677
26276
 
26678
- <td class="attributes">
26679
-
26680
- &lt;optional><br>
26681
-
26682
26277
 
26683
-
26684
- </td>
26685
26278
 
26686
26279
 
26687
-
26688
-
26689
- <td class="description last"></td>
26280
+ <td class="description last"><p>'corporationSuperMap',超图</p></td>
26690
26281
  </tr>
26691
26282
 
26692
-
26693
-
26694
- <tr class="deep-level-1">
26283
+
26284
+
26285
+ <tr class="deep-level-0">
26695
26286
 
26696
- <td class="name"><code>pitch</code></td>
26287
+ <td class="name"><code>corporationGeoServer</code></td>
26697
26288
 
26698
26289
 
26699
26290
  <td class="type">
@@ -26701,7 +26292,7 @@
26701
26292
 
26702
26293
  <span class="param-type">
26703
26294
 
26704
- Number
26295
+ String
26705
26296
 
26706
26297
  </span>
26707
26298
 
@@ -26711,25 +26302,17 @@
26711
26302
  </td>
26712
26303
 
26713
26304
 
26714
- <td class="attributes">
26715
-
26716
- &lt;optional><br>
26717
-
26718
-
26719
-
26720
- </td>
26721
-
26722
26305
 
26723
26306
 
26724
26307
 
26725
- <td class="description last"></td>
26308
+ <td class="description last"><p>'corporationGeoServer',GeoServer</p></td>
26726
26309
  </tr>
26727
26310
 
26728
-
26729
-
26730
- <tr class="deep-level-1">
26311
+
26312
+
26313
+ <tr class="deep-level-0">
26731
26314
 
26732
- <td class="name"><code>roll</code></td>
26315
+ <td class="name"><code>corporationTianDiTu</code></td>
26733
26316
 
26734
26317
 
26735
26318
  <td class="type">
@@ -26737,7 +26320,7 @@
26737
26320
 
26738
26321
  <span class="param-type">
26739
26322
 
26740
- Number
26323
+ String
26741
26324
 
26742
26325
  </span>
26743
26326
 
@@ -26747,27 +26330,17 @@
26747
26330
  </td>
26748
26331
 
26749
26332
 
26750
- <td class="attributes">
26751
-
26752
- &lt;optional><br>
26753
-
26754
-
26755
-
26756
- </td>
26757
-
26758
26333
 
26759
26334
 
26760
26335
 
26761
- <td class="description last"></td>
26336
+ <td class="description last"><p>'corporationGeoServer',天地图</p></td>
26762
26337
  </tr>
26763
26338
 
26764
-
26765
-
26766
26339
 
26767
26340
 
26768
26341
  <tr class="deep-level-0">
26769
26342
 
26770
- <td class="name"><code>hFOV</code></td>
26343
+ <td class="name"><code>corporationOther</code></td>
26771
26344
 
26772
26345
 
26773
26346
  <td class="type">
@@ -26775,7 +26348,7 @@
26775
26348
 
26776
26349
  <span class="param-type">
26777
26350
 
26778
- Number
26351
+ String
26779
26352
 
26780
26353
  </span>
26781
26354
 
@@ -26785,23 +26358,17 @@
26785
26358
  </td>
26786
26359
 
26787
26360
 
26788
- <td class="attributes">
26789
-
26790
-
26791
-
26792
- </td>
26793
-
26794
26361
 
26795
26362
 
26796
26363
 
26797
- <td class="description last"></td>
26364
+ <td class="description last"><p>'corporationGeoServer',其它</p></td>
26798
26365
  </tr>
26799
26366
 
26800
26367
 
26801
26368
 
26802
26369
  <tr class="deep-level-0">
26803
26370
 
26804
- <td class="name"><code>vFOV</code></td>
26371
+ <td class="name"><code>none</code></td>
26805
26372
 
26806
26373
 
26807
26374
  <td class="type">
@@ -26809,7 +26376,7 @@
26809
26376
 
26810
26377
  <span class="param-type">
26811
26378
 
26812
- Number
26379
+ String
26813
26380
 
26814
26381
  </span>
26815
26382
 
@@ -26819,16 +26386,10 @@
26819
26386
  </td>
26820
26387
 
26821
26388
 
26822
- <td class="attributes">
26823
-
26824
-
26825
-
26826
- </td>
26827
-
26828
26389
 
26829
26390
 
26830
26391
 
26831
- <td class="description last"></td>
26392
+ <td class="description last"><p>'none',空的公司</p></td>
26832
26393
  </tr>
26833
26394
 
26834
26395
 
@@ -26885,7 +26446,7 @@
26885
26446
 
26886
26447
  <span class="param-type">
26887
26448
 
26888
- Object
26449
+ String
26889
26450
 
26890
26451
  </span>
26891
26452
 
@@ -26893,11 +26454,15 @@
26893
26454
 
26894
26455
  </span>
26895
26456
 
26896
- <h4 class="name" id="GCP">
26897
- <a class="href-link" href="#GCP">#</a>
26457
+ <h4 class="name" id="XClsType">
26458
+ <a class="href-link" href="#XClsType">#</a>
26459
+
26460
+
26461
+ <span class='tag'>constant</span>
26462
+
26898
26463
 
26899
26464
  <span class="code-name">
26900
- GCP
26465
+ XClsType
26901
26466
  </span>
26902
26467
 
26903
26468
  </h4>
@@ -26906,7 +26471,7 @@
26906
26471
 
26907
26472
 
26908
26473
  <div class="description">
26909
- <p>Ground Control Point</p>
26474
+ <p>数据类型</p>
26910
26475
  </div>
26911
26476
 
26912
26477
 
@@ -26939,7 +26504,7 @@
26939
26504
 
26940
26505
  <tr class="deep-level-0">
26941
26506
 
26942
- <td class="name"><code>pszId</code></td>
26507
+ <td class="name"><code>SFCls</code></td>
26943
26508
 
26944
26509
 
26945
26510
  <td class="type">
@@ -26960,14 +26525,14 @@
26960
26525
 
26961
26526
 
26962
26527
 
26963
- <td class="description last"><p>Unique identifier, often numeric</p></td>
26528
+ <td class="description last"><p>简单要素类</p></td>
26964
26529
  </tr>
26965
26530
 
26966
26531
 
26967
26532
 
26968
26533
  <tr class="deep-level-0">
26969
26534
 
26970
- <td class="name"><code>pszInfo</code></td>
26535
+ <td class="name"><code>OCls</code></td>
26971
26536
 
26972
26537
 
26973
26538
  <td class="type">
@@ -26988,14 +26553,14 @@
26988
26553
 
26989
26554
 
26990
26555
 
26991
- <td class="description last"><p>Informational message or &quot;&quot;</p></td>
26556
+ <td class="description last"><p>对象类</p></td>
26992
26557
  </tr>
26993
26558
 
26994
26559
 
26995
26560
 
26996
26561
  <tr class="deep-level-0">
26997
26562
 
26998
- <td class="name"><code>dfGCPPixel</code></td>
26563
+ <td class="name"><code>ACls</code></td>
26999
26564
 
27000
26565
 
27001
26566
  <td class="type">
@@ -27003,7 +26568,7 @@
27003
26568
 
27004
26569
  <span class="param-type">
27005
26570
 
27006
- Number
26571
+ String
27007
26572
 
27008
26573
  </span>
27009
26574
 
@@ -27016,14 +26581,14 @@
27016
26581
 
27017
26582
 
27018
26583
 
27019
- <td class="description last"><p>Pixel (x) location of GCP on raster</p></td>
26584
+ <td class="description last"><p>注记类</p></td>
27020
26585
  </tr>
27021
26586
 
27022
26587
 
27023
26588
 
27024
26589
  <tr class="deep-level-0">
27025
26590
 
27026
- <td class="name"><code>dfGCPLine</code></td>
26591
+ <td class="name"><code>GnetCls</code></td>
27027
26592
 
27028
26593
 
27029
26594
  <td class="type">
@@ -27031,7 +26596,7 @@
27031
26596
 
27032
26597
  <span class="param-type">
27033
26598
 
27034
- Number
26599
+ String
27035
26600
 
27036
26601
  </span>
27037
26602
 
@@ -27044,14 +26609,14 @@
27044
26609
 
27045
26610
 
27046
26611
 
27047
- <td class="description last"><p>Line (y) location of GCP on raster</p></td>
26612
+ <td class="description last"><p>网络类</p></td>
27048
26613
  </tr>
27049
26614
 
27050
26615
 
27051
26616
 
27052
26617
  <tr class="deep-level-0">
27053
26618
 
27054
- <td class="name"><code>dfGCPX</code></td>
26619
+ <td class="name"><code>RDS</code></td>
27055
26620
 
27056
26621
 
27057
26622
  <td class="type">
@@ -27059,7 +26624,7 @@
27059
26624
 
27060
26625
  <span class="param-type">
27061
26626
 
27062
- Number
26627
+ String
27063
26628
 
27064
26629
  </span>
27065
26630
 
@@ -27072,14 +26637,14 @@
27072
26637
 
27073
26638
 
27074
26639
 
27075
- <td class="description last"><p>X position of GCP in georeferenced space</p></td>
26640
+ <td class="description last"><p>栅格数据集</p></td>
27076
26641
  </tr>
27077
26642
 
27078
26643
 
27079
26644
 
27080
26645
  <tr class="deep-level-0">
27081
26646
 
27082
- <td class="name"><code>dfGCPY</code></td>
26647
+ <td class="name"><code>SFClsInfo</code></td>
27083
26648
 
27084
26649
 
27085
26650
  <td class="type">
@@ -27087,7 +26652,7 @@
27087
26652
 
27088
26653
  <span class="param-type">
27089
26654
 
27090
- Number
26655
+ String
27091
26656
 
27092
26657
  </span>
27093
26658
 
@@ -27100,41 +26665,75 @@
27100
26665
 
27101
26666
 
27102
26667
 
27103
- <td class="description last"><p>Y position of GCP in georeferenced space</p></td>
26668
+ <td class="description last"><p>简单要素类详细信息</p></td>
27104
26669
  </tr>
27105
26670
 
27106
26671
 
27107
-
27108
- <tr class="deep-level-0">
26672
+ </tbody>
26673
+ </table>
26674
+ </div>
26675
+
26676
+
26677
+
26678
+ <dl class="details">
26679
+
27109
26680
 
27110
- <td class="name"><code>dfGCPZ</code></td>
26681
+
27111
26682
 
27112
26683
 
27113
- <td class="type">
27114
26684
 
27115
-
27116
- <span class="param-type">
26685
+
27117
26686
 
27118
- Number
26687
+
27119
26688
 
27120
- </span>
27121
26689
 
26690
+
27122
26691
 
26692
+
27123
26693
 
27124
26694
 
27125
- </td>
27126
26695
 
27127
26696
 
27128
26697
 
27129
26698
 
27130
26699
 
27131
- <td class="description last"><p>Elevation of GCP, or zero if not known</p></td>
27132
- </tr>
26700
+
26701
+
26702
+
26703
+
26704
+
26705
+
26706
+
26707
+
26708
+
26709
+
26710
+ </dl>
26711
+
26712
+
26713
+
26714
+
27133
26715
 
27134
-
27135
- </tbody>
27136
- </table>
27137
26716
  </div>
26717
+
26718
+ <div class="member">
26719
+
26720
+ <h4 class="name" id="zoom">
26721
+ <a class="href-link" href="#zoom">#</a>
26722
+
26723
+ <span class="code-name">
26724
+ zoom
26725
+ </span>
26726
+
26727
+ </h4>
26728
+
26729
+
26730
+
26731
+
26732
+ <div class="description">
26733
+ <p>鼠标滚轮事件</p>
26734
+ </div>
26735
+
26736
+
27138
26737
 
27139
26738
 
27140
26739
 
@@ -27178,6 +26777,17 @@
27178
26777
 
27179
26778
  </div>
27180
26779
 
26780
+ </div>
26781
+ </div>
26782
+
26783
+
26784
+
26785
+
26786
+
26787
+ <div class='vertical-section'>
26788
+ <h1>类型定义</h1>
26789
+ <div class="members">
26790
+
27181
26791
  <div class="member">
27182
26792
 
27183
26793
 
@@ -27825,306 +27435,6 @@
27825
27435
 
27826
27436
 
27827
27437
 
27828
-
27829
-
27830
-
27831
- </div>
27832
-
27833
- <div class="member">
27834
-
27835
- <span class="method-parameter is-pulled-right">
27836
- <label>类型:</label>
27837
-
27838
- <span class="param-type">
27839
-
27840
- Object
27841
-
27842
- </span>
27843
-
27844
-
27845
-
27846
- </span>
27847
-
27848
- <h4 class="name" id="GroundControlPoint">
27849
- <a class="href-link" href="#GroundControlPoint">#</a>
27850
-
27851
- <span class="code-name">
27852
- GroundControlPoint
27853
- </span>
27854
-
27855
- </h4>
27856
-
27857
-
27858
-
27859
-
27860
- <div class="description">
27861
- <p>标定配准参数</p>
27862
- </div>
27863
-
27864
-
27865
-
27866
-
27867
-
27868
- <h5 class="subsection-title">属性:</h5>
27869
-
27870
-
27871
- <div class="table-container">
27872
- <table class="props table">
27873
- <thead>
27874
- <tr>
27875
-
27876
- <th>Name</th>
27877
-
27878
-
27879
- <th>Type</th>
27880
-
27881
-
27882
-
27883
-
27884
-
27885
- <th class="last">Description</th>
27886
- </tr>
27887
- </thead>
27888
-
27889
- <tbody>
27890
-
27891
-
27892
- <tr class="deep-level-0">
27893
-
27894
- <td class="name"><code>id</code></td>
27895
-
27896
-
27897
- <td class="type">
27898
-
27899
-
27900
- <span class="param-type">
27901
-
27902
- String
27903
-
27904
- </span>
27905
-
27906
-
27907
-
27908
-
27909
- </td>
27910
-
27911
-
27912
-
27913
-
27914
-
27915
- <td class="description last"><p>控制点标识</p></td>
27916
- </tr>
27917
-
27918
-
27919
-
27920
- <tr class="deep-level-0">
27921
-
27922
- <td class="name"><code>description</code></td>
27923
-
27924
-
27925
- <td class="type">
27926
-
27927
-
27928
- <span class="param-type">
27929
-
27930
- String
27931
-
27932
- </span>
27933
-
27934
-
27935
-
27936
-
27937
- </td>
27938
-
27939
-
27940
-
27941
-
27942
-
27943
- <td class="description last"><p>控制的描述</p></td>
27944
- </tr>
27945
-
27946
-
27947
-
27948
- <tr class="deep-level-0">
27949
-
27950
- <td class="name"><code>pixelX</code></td>
27951
-
27952
-
27953
- <td class="type">
27954
-
27955
-
27956
- <span class="param-type">
27957
-
27958
- Number
27959
-
27960
- </span>
27961
-
27962
-
27963
-
27964
-
27965
- </td>
27966
-
27967
-
27968
-
27969
-
27970
-
27971
- <td class="description last"><p>控制点在图像上的像素坐标x分量</p></td>
27972
- </tr>
27973
-
27974
-
27975
-
27976
- <tr class="deep-level-0">
27977
-
27978
- <td class="name"><code>pixelY</code></td>
27979
-
27980
-
27981
- <td class="type">
27982
-
27983
-
27984
- <span class="param-type">
27985
-
27986
- Number
27987
-
27988
- </span>
27989
-
27990
-
27991
-
27992
-
27993
- </td>
27994
-
27995
-
27996
-
27997
-
27998
-
27999
- <td class="description last"><p>控制点在图像上的像素坐标y分量</p></td>
28000
- </tr>
28001
-
28002
-
28003
-
28004
- <tr class="deep-level-0">
28005
-
28006
- <td class="name"><code>x</code></td>
28007
-
28008
-
28009
- <td class="type">
28010
-
28011
-
28012
- <span class="param-type">
28013
-
28014
- Number
28015
-
28016
- </span>
28017
-
28018
-
28019
-
28020
-
28021
- </td>
28022
-
28023
-
28024
-
28025
-
28026
-
28027
- <td class="description last"><p>控制点的地理坐标x分量</p></td>
28028
- </tr>
28029
-
28030
-
28031
-
28032
- <tr class="deep-level-0">
28033
-
28034
- <td class="name"><code>y</code></td>
28035
-
28036
-
28037
- <td class="type">
28038
-
28039
-
28040
- <span class="param-type">
28041
-
28042
- Number
28043
-
28044
- </span>
28045
-
28046
-
28047
-
28048
-
28049
- </td>
28050
-
28051
-
28052
-
28053
-
28054
-
28055
- <td class="description last"><p>控制点的地理坐标y分量</p></td>
28056
- </tr>
28057
-
28058
-
28059
-
28060
- <tr class="deep-level-0">
28061
-
28062
- <td class="name"><code>z</code></td>
28063
-
28064
-
28065
- <td class="type">
28066
-
28067
-
28068
- <span class="param-type">
28069
-
28070
- Number
28071
-
28072
- </span>
28073
-
28074
-
28075
-
28076
-
28077
- </td>
28078
-
28079
-
28080
-
28081
-
28082
-
28083
- <td class="description last"><p>控制点的地理坐标高程</p></td>
28084
- </tr>
28085
-
28086
-
28087
- </tbody>
28088
- </table>
28089
- </div>
28090
-
28091
-
28092
-
28093
- <dl class="details">
28094
-
28095
-
28096
-
28097
-
28098
-
28099
-
28100
-
28101
-
28102
-
28103
-
28104
-
28105
-
28106
-
28107
-
28108
-
28109
-
28110
-
28111
-
28112
-
28113
-
28114
-
28115
-
28116
-
28117
-
28118
-
28119
-
28120
-
28121
-
28122
-
28123
-
28124
-
28125
- </dl>
28126
-
28127
-
28128
27438
 
28129
27439
 
28130
27440
 
@@ -34369,166 +33679,6 @@
34369
33679
 
34370
33680
 
34371
33681
 
34372
-
34373
-
34374
-
34375
- </div>
34376
-
34377
- <div class="member">
34378
-
34379
- <span class="method-parameter is-pulled-right">
34380
- <label>类型:</label>
34381
-
34382
- <span class="param-type">
34383
-
34384
- Object
34385
-
34386
- </span>
34387
-
34388
-
34389
-
34390
- </span>
34391
-
34392
- <h4 class="name" id="VideoSource">
34393
- <a class="href-link" href="#VideoSource">#</a>
34394
-
34395
- <span class="code-name">
34396
- VideoSource
34397
- </span>
34398
-
34399
- </h4>
34400
-
34401
-
34402
-
34403
-
34404
- <div class="description">
34405
- <p>视频源数据</p>
34406
- </div>
34407
-
34408
-
34409
-
34410
-
34411
-
34412
- <h5 class="subsection-title">属性:</h5>
34413
-
34414
-
34415
- <div class="table-container">
34416
- <table class="props table">
34417
- <thead>
34418
- <tr>
34419
-
34420
- <th>Name</th>
34421
-
34422
-
34423
- <th>Type</th>
34424
-
34425
-
34426
-
34427
-
34428
-
34429
- <th class="last">Description</th>
34430
- </tr>
34431
- </thead>
34432
-
34433
- <tbody>
34434
-
34435
-
34436
- <tr class="deep-level-0">
34437
-
34438
- <td class="name"><code>videoUrl</code></td>
34439
-
34440
-
34441
- <td class="type">
34442
-
34443
-
34444
- <span class="param-type">
34445
-
34446
- String
34447
-
34448
- </span>
34449
-
34450
-
34451
-
34452
-
34453
- </td>
34454
-
34455
-
34456
-
34457
-
34458
-
34459
- <td class="description last"><p>视频源地址</p></td>
34460
- </tr>
34461
-
34462
-
34463
-
34464
- <tr class="deep-level-0">
34465
-
34466
- <td class="name"><code>protocol</code></td>
34467
-
34468
-
34469
- <td class="type">
34470
-
34471
-
34472
- <span class="param-type">
34473
-
34474
- <a link="VideoSourceType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VideoSourceType" global.html#VideoSourceType>VideoSourceType</a>
34475
-
34476
- </span>
34477
-
34478
-
34479
-
34480
-
34481
- </td>
34482
-
34483
-
34484
-
34485
-
34486
-
34487
- <td class="description last"><p>视频传输协议</p></td>
34488
- </tr>
34489
-
34490
-
34491
- </tbody>
34492
- </table>
34493
- </div>
34494
-
34495
-
34496
-
34497
- <dl class="details">
34498
-
34499
-
34500
-
34501
-
34502
-
34503
-
34504
-
34505
-
34506
-
34507
-
34508
-
34509
-
34510
-
34511
-
34512
-
34513
-
34514
-
34515
-
34516
-
34517
-
34518
-
34519
-
34520
-
34521
-
34522
-
34523
-
34524
-
34525
-
34526
-
34527
-
34528
-
34529
- </dl>
34530
-
34531
-
34532
33682
 
34533
33683
 
34534
33684