@metagl/sdk-plotting 0.0.1 → 0.0.2

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 (485) hide show
  1. package/lacdt.plotting.d.ts +30265 -0
  2. package/lacdt.plotting.js +474 -0
  3. package/package.json +14 -12
  4. package/resources/image/Height.png +0 -0
  5. package/resources/image/JPlace/capital.png +0 -0
  6. package/resources/image/JPlace/chengzhen.png +0 -0
  7. package/resources/image/JPlace/shenghui.png +0 -0
  8. package/resources/image/Move.png +0 -0
  9. package/resources/image/Scale.png +0 -0
  10. package/resources/image/arrow-down.png +0 -0
  11. package/resources/image/arrow-left.png +0 -0
  12. package/resources/image/arrow-right.png +0 -0
  13. package/resources/image/arrow-up.png +0 -0
  14. package/resources/image/arrow.png +0 -0
  15. package/resources/image/cm_gray.png +0 -0
  16. package/resources/image/cm_viridis.png +0 -0
  17. package/resources/image/excavate_bottom_min.jpg +0 -0
  18. package/resources/image/excavate_side_min.jpg +0 -0
  19. package/resources/image/eye.png +0 -0
  20. package/resources/image/facility.gif +0 -0
  21. package/resources/image/fire.png +0 -0
  22. package/resources/image/fountain2.png +0 -0
  23. package/resources/image/globe.jpg +0 -0
  24. package/resources/image/gpoint.svg +1 -0
  25. package/resources/image/redflag.png +0 -0
  26. package/resources/image/smoke.png +0 -0
  27. package/resources/image/tuodong.png +0 -0
  28. package/resources/image//346/227/213/350/275/254.png +0 -0
  29. package/resources/images/circular_particle.png +0 -0
  30. package/resources/images/cloud.png +0 -0
  31. package/resources/images/dash.png +0 -0
  32. package/resources/images/daylight/Daylight_Box_Back.jpg +0 -0
  33. package/resources/images/daylight/Daylight_Box_Bottom.jpg +0 -0
  34. package/resources/images/daylight/Daylight_Box_Front.jpg +0 -0
  35. package/resources/images/daylight/Daylight_Box_Left.jpg +0 -0
  36. package/resources/images/daylight/Daylight_Box_Right.jpg +0 -0
  37. package/resources/images/daylight/Daylight_Box_Top.jpg +0 -0
  38. package/resources/images/daylight/Daylight_Box_mx.jpg +0 -0
  39. package/resources/images/daylight/Daylight_Box_my.jpg +0 -0
  40. package/resources/images/daylight/Daylight_Box_mz.jpg +0 -0
  41. package/resources/images/daylight/Daylight_Box_px.jpg +0 -0
  42. package/resources/images/daylight/Daylight_Box_py.jpg +0 -0
  43. package/resources/images/daylight/Daylight_Box_pz.jpg +0 -0
  44. package/resources/images/earthclouds1k.jpg +0 -0
  45. package/resources/images/earthclouds1k.png +0 -0
  46. package/resources/images/night_1-2k.jpg +0 -0
  47. package/resources/images/scan.png +0 -0
  48. package/resources/images/smoke.png +0 -0
  49. package/resources/images/specialLine/ArrowOpacity.png +0 -0
  50. package/resources/images/specialLine/ArrowTransparent.png +0 -0
  51. package/resources/images/specialLine/DataTransLine.png +0 -0
  52. package/resources/images/specialLine/DotTransparent.png +0 -0
  53. package/resources/images/specialLine/LinkPulse.png +0 -0
  54. package/resources/images/specialLine/LinkTrail.png +0 -0
  55. package/resources/images/specialLine/Trail.png +0 -0
  56. package/resources/images/specialLine/Trail1.png +0 -0
  57. package/resources/images/specialLine/alpha.png +0 -0
  58. package/resources/images/starmap/starmap_2020_16k_mx.webp +0 -0
  59. package/resources/images/starmap/starmap_2020_16k_my.webp +0 -0
  60. package/resources/images/starmap/starmap_2020_16k_mz.webp +0 -0
  61. package/resources/images/starmap/starmap_2020_16k_px.webp +0 -0
  62. package/resources/images/starmap/starmap_2020_16k_py.webp +0 -0
  63. package/resources/images/starmap/starmap_2020_16k_pz.webp +0 -0
  64. package/resources/images/wx.png +0 -0
  65. package/resources/images/wx2.jpg +0 -0
  66. package/resources/readme.txt +1 -0
  67. package/resources/textures/grey.png +0 -0
  68. package/resources/textures/mesh.png +0 -0
  69. package/resources/textures/waterNormalsSmall.jpg +0 -0
  70. package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.js +3519 -0
  71. package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.min.js +8 -0
  72. package/resources/thirdParty/wangEditor/colorpicker.js +481 -0
  73. package/resources/thirdParty/wangEditor/wangEditor.js +50897 -0
  74. package/resources/thirdParty/wangEditor/wangeditor.css +945 -0
  75. package/resources/water/sea 50_1.json.json +578 -0
  76. package/resources/workers/satellite.worker.js +3175 -0
  77. package/types/Common/ArrayHelper.d.ts +8 -0
  78. package/types/Common/Guid.d.ts +4 -0
  79. package/types/Common/KeyValue.d.ts +5 -0
  80. package/types/Core/Common/Cesium/Core/xz_Color.d.ts +1545 -0
  81. package/types/Core/Common/Cesium/Core/xz_measureSize.d.ts +4 -0
  82. package/types/Core/Common/Cesium/Core/xz_writeTextToCanvas.d.ts +27 -0
  83. package/types/Core/Common/Cesium/ThirdParty/xz_measureText.d.ts +30 -0
  84. package/types/Core/Event.d.ts +72 -0
  85. package/types/Core/GvolLayer.d.ts +39 -0
  86. package/types/Core/GvolPoint.d.ts +206 -0
  87. package/types/Core/Music.d.ts +18 -0
  88. package/types/Core/Register.d.ts +36 -0
  89. package/types/Core/index.d.ts +46 -0
  90. package/types/Core/property-item-meta.d.ts +36 -0
  91. package/types/FixCesium/index.d.ts +0 -0
  92. package/types/Global/array.d.ts +21 -0
  93. package/types/Global/global.d.ts +9 -0
  94. package/types/Global/link.d.ts +32 -0
  95. package/types/Global/linq.d.ts +15 -0
  96. package/types/Global/math.d.ts +7 -0
  97. package/types/Global/number.d.ts +15 -0
  98. package/types/Global/object.d.ts +7 -0
  99. package/types/Global/regex.d.ts +6 -0
  100. package/types/Global/static.d.ts +6 -0
  101. package/types/Global/string.d.ts +14 -0
  102. package/types/LayerManager/DynamicLayer/DynamicLayer.d.ts +294 -0
  103. package/types/LayerManager/GpLayer/GpLayer.d.ts +56 -0
  104. package/types/LayerManager/GraphicLayer/GraphicLayer.d.ts +209 -0
  105. package/types/LayerManager/ImageLayer/BaiduImageryProvider.d.ts +33 -0
  106. package/types/LayerManager/LayerManager.d.ts +59 -0
  107. package/types/LayerManager/LayerTools.d.ts +3 -0
  108. package/types/LayerManager/MapBox/CesiumInstance.d.ts +78 -0
  109. package/types/LayerManager/MapBox/CesiumLayer.d.ts +54 -0
  110. package/types/LayerManager/MapBox/CesiumLayerOptions.d.ts +34 -0
  111. package/types/LayerManager/MapBox/MVTImageryProvider/mapboxVectorRender.d.ts +44 -0
  112. package/types/LayerManager/MapBox/MapboxPlaceName.d.ts +30 -0
  113. package/types/LayerManager/MapBox/index.d.ts +25 -0
  114. package/types/LayerManager/MapBox/shaders/colorscales.d.ts +123 -0
  115. package/types/LayerManager/MapBox/shaders/raster_frag.d.ts +2 -0
  116. package/types/LayerManager/MapBox/shaders/raster_rpg_frag.d.ts +2 -0
  117. package/types/LayerManager/MapBox/shaders/raster_rpg_vert.d.ts +2 -0
  118. package/types/LayerManager/MapBox/shaders/raster_vert.d.ts +2 -0
  119. package/types/LayerManager/MapBox/utils.d.ts +13 -0
  120. package/types/LayerManager/PlotLayer/PlotLayer.d.ts +77 -0
  121. package/types/LayerManager/SateLayer/Satellite.d.ts +98 -0
  122. package/types/LayerManager/SateLayer/SatelliteLayer.d.ts +46 -0
  123. package/types/LayerManager/SateLayer/SpaceDebris.d.ts +23 -0
  124. package/types/LayerManager/SateLayer/SpaceDebrisLayer.d.ts +40 -0
  125. package/types/LayerManager/TileLayer/TileLayer.d.ts +27 -0
  126. package/types/LayerManager/TileLayer/WMTSVectorProvider.d.ts +14 -0
  127. package/types/LayerManager/index.d.ts +21 -0
  128. package/types/Models/AnimationConfig.d.ts +29 -0
  129. package/types/Models/AnimationItem.d.ts +14 -0
  130. package/types/Models/FileNode.d.ts +24 -0
  131. package/types/Models/GeojsonPlotModel.d.ts +19 -0
  132. package/types/Models/GeojsonStyleBase.d.ts +104 -0
  133. package/types/Models/PlotItem.d.ts +17 -0
  134. package/types/Models/all.d.ts +268 -0
  135. package/types/PlottingTool/AnchorHelper.d.ts +50 -0
  136. package/types/PlottingTool/Animation/AnimationBase.d.ts +61 -0
  137. package/types/PlottingTool/Animation/AnimationGroup.d.ts +46 -0
  138. package/types/PlottingTool/Animation/AnimationManager.d.ts +72 -0
  139. package/types/PlottingTool/Animation/AnimationStartState.d.ts +5 -0
  140. package/types/PlottingTool/Animation/AnimationState.d.ts +5 -0
  141. package/types/PlottingTool/Animation/CalcTool.d.ts +6 -0
  142. package/types/PlottingTool/Animation/CssItems/AudioAnimation.d.ts +14 -0
  143. package/types/PlottingTool/Animation/CssItems/CssAnimationBase.d.ts +15 -0
  144. package/types/PlottingTool/Animation/CssItems/CssHideAnimation.d.ts +12 -0
  145. package/types/PlottingTool/Animation/CssItems/CssMaskAnimation.d.ts +18 -0
  146. package/types/PlottingTool/Animation/CssItems/CssMoveHorizonAnimation.d.ts +5 -0
  147. package/types/PlottingTool/Animation/CssItems/CssMoveVerticalAnimation.d.ts +5 -0
  148. package/types/PlottingTool/Animation/CssItems/CssNumberAnimation.d.ts +4 -0
  149. package/types/PlottingTool/Animation/CssItems/CssPropChangeAnimation.d.ts +13 -0
  150. package/types/PlottingTool/Animation/CssItems/CssShowAnimation.d.ts +12 -0
  151. package/types/PlottingTool/Animation/CssItems/CssShowDisplayAnimation.d.ts +10 -0
  152. package/types/PlottingTool/Animation/CssItems/CssValueAnimation.d.ts +27 -0
  153. package/types/PlottingTool/Animation/CssItems/SpeakManager.d.ts +12 -0
  154. package/types/PlottingTool/Animation/CssItems/SpeakTool.d.ts +12 -0
  155. package/types/PlottingTool/Animation/CssItems/SubtitleAnimation.d.ts +12 -0
  156. package/types/PlottingTool/Animation/CssItems/VideoAnimation.d.ts +12 -0
  157. package/types/PlottingTool/Animation/CssItems/XunFeiTool.d.ts +28 -0
  158. package/types/PlottingTool/Animation/Decorator.d.ts +11 -0
  159. package/types/PlottingTool/Animation/DefaultConfig.d.ts +5 -0
  160. package/types/PlottingTool/Animation/FillBehavior.d.ts +13 -0
  161. package/types/PlottingTool/Animation/GeojsonItems/GeojsonAnimation.d.ts +25 -0
  162. package/types/PlottingTool/Animation/GeojsonItems/GeojsonRepeatAnimation.d.ts +10 -0
  163. package/types/PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation.d.ts +5 -0
  164. package/types/PlottingTool/Animation/IAnimation.d.ts +59 -0
  165. package/types/PlottingTool/Animation/Items/ArrowDirectAnimation.d.ts +11 -0
  166. package/types/PlottingTool/Animation/Items/AutoRotationAnimation.d.ts +16 -0
  167. package/types/PlottingTool/Animation/Items/CameraFlyAnimation.d.ts +15 -0
  168. package/types/PlottingTool/Animation/Items/CameraRoamAnimation.d.ts +29 -0
  169. package/types/PlottingTool/Animation/Items/CameraSetAnimation.d.ts +5 -0
  170. package/types/PlottingTool/Animation/Items/ColorAnimation.d.ts +6 -0
  171. package/types/PlottingTool/Animation/Items/DoubleArrowDirectAnimation.d.ts +10 -0
  172. package/types/PlottingTool/Animation/Items/FollowAnimation.d.ts +30 -0
  173. package/types/PlottingTool/Animation/Items/ForwardAnimation.d.ts +7 -0
  174. package/types/PlottingTool/Animation/Items/HideAnimation.d.ts +11 -0
  175. package/types/PlottingTool/Animation/Items/JBDirectAnimation.d.ts +20 -0
  176. package/types/PlottingTool/Animation/Items/ModelAnimation.d.ts +12 -0
  177. package/types/PlottingTool/Animation/Items/NumberAnimation.d.ts +12 -0
  178. package/types/PlottingTool/Animation/Items/PathAnimation.d.ts +44 -0
  179. package/types/PlottingTool/Animation/Items/PathMode.d.ts +18 -0
  180. package/types/PlottingTool/Animation/Items/PathShowAnimation.d.ts +25 -0
  181. package/types/PlottingTool/Animation/Items/PolygonMaskAnimation.d.ts +15 -0
  182. package/types/PlottingTool/Animation/Items/PopulationTimeAnimation.d.ts +7 -0
  183. package/types/PlottingTool/Animation/Items/RepeatAnimation.d.ts +13 -0
  184. package/types/PlottingTool/Animation/Items/ShowAnimation.d.ts +13 -0
  185. package/types/PlottingTool/Animation/Items/ShowTifAnimation.d.ts +10 -0
  186. package/types/PlottingTool/Animation/Items/SpiralAnimation.d.ts +30 -0
  187. package/types/PlottingTool/Animation/Items/StateChangeAnimation.d.ts +7 -0
  188. package/types/PlottingTool/Animation/Items/SurroundAnimation.d.ts +43 -0
  189. package/types/PlottingTool/Animation/Items/TargetFllowAniamtion.d.ts +20 -0
  190. package/types/PlottingTool/Animation/Items/ZoomToFlyAnimation.d.ts +16 -0
  191. package/types/PlottingTool/Animation/MaskBehavior.d.ts +13 -0
  192. package/types/PlottingTool/Animation/PageItems/PageShowAnimation.d.ts +10 -0
  193. package/types/PlottingTool/Animation/SingleAnimation.d.ts +32 -0
  194. package/types/PlottingTool/Arrow/EditorArrowBase.d.ts +10 -0
  195. package/types/PlottingTool/Arrow/EditorArrowLineBase.d.ts +10 -0
  196. package/types/PlottingTool/Arrow/EditorAssaultDirection.d.ts +4 -0
  197. package/types/PlottingTool/Arrow/EditorAttackArrow.d.ts +51 -0
  198. package/types/PlottingTool/Arrow/EditorDoubleArrow.d.ts +82 -0
  199. package/types/PlottingTool/Arrow/EditorFineArrow.d.ts +11 -0
  200. package/types/PlottingTool/Arrow/EditorGatheringPlace.d.ts +10 -0
  201. package/types/PlottingTool/Arrow/EditorSquadCombat.d.ts +9 -0
  202. package/types/PlottingTool/Arrow/EditorStraightLineArrow.d.ts +10 -0
  203. package/types/PlottingTool/Arrow/EditorTailedAttackArrow.d.ts +8 -0
  204. package/types/PlottingTool/Arrow/EditorTailedSquadCombat.d.ts +10 -0
  205. package/types/PlottingTool/Axis3Operator.d.ts +39 -0
  206. package/types/PlottingTool/Common/ICell.d.ts +9 -0
  207. package/types/PlottingTool/Common/IVectorTile.d.ts +16 -0
  208. package/types/PlottingTool/Common/PolygonHelper.d.ts +4 -0
  209. package/types/PlottingTool/Common/RenderGridTextV2.5.d.ts +36 -0
  210. package/types/PlottingTool/Common/geocode.d.ts +21 -0
  211. package/types/PlottingTool/Common.d.ts +26 -0
  212. package/types/PlottingTool/Cube/EditorCubeBase.d.ts +38 -0
  213. package/types/PlottingTool/Cube/EditorCubeBox.d.ts +20 -0
  214. package/types/PlottingTool/Cube/EditorCylinder.d.ts +25 -0
  215. package/types/PlottingTool/Cube/EditorEllipsoid.d.ts +20 -0
  216. package/types/PlottingTool/CurrentList.d.ts +14 -0
  217. package/types/PlottingTool/DataRgister.d.ts +6 -0
  218. package/types/PlottingTool/DataRgisterAudio.d.ts +5 -0
  219. package/types/PlottingTool/DataRgisterTif.d.ts +5 -0
  220. package/types/PlottingTool/DefaultPlottingAttribute.d.ts +1 -0
  221. package/types/PlottingTool/EditHelpLine.d.ts +8 -0
  222. package/types/PlottingTool/EditMode.d.ts +218 -0
  223. package/types/PlottingTool/GVEntityCollection.d.ts +11 -0
  224. package/types/PlottingTool/Graph.d.ts +340 -0
  225. package/types/PlottingTool/GraphFactory.d.ts +7 -0
  226. package/types/PlottingTool/GraphManager.d.ts +145 -0
  227. package/types/PlottingTool/GraphPropStorage.d.ts +10 -0
  228. package/types/PlottingTool/GraphProperty.d.ts +58 -0
  229. package/types/PlottingTool/GraphicRender/CesiumConeCommunicate.d.ts +40 -0
  230. package/types/PlottingTool/GraphicRender/CesiumRender.d.ts +31 -0
  231. package/types/PlottingTool/GraphicRender/Cloud/GxCloudItem.d.ts +82 -0
  232. package/types/PlottingTool/GraphicRender/DynamicProperty.d.ts +14 -0
  233. package/types/PlottingTool/GraphicRender/RenderPlotting.d.ts +20 -0
  234. package/types/PlottingTool/GraphicRender/radar/GxPrimitivePolyline.d.ts +29 -0
  235. package/types/PlottingTool/GraphicRender/radar/GxPrimitiveTriangles.d.ts +30 -0
  236. package/types/PlottingTool/GraphicRender/radar/GxRadarItem.d.ts +93 -0
  237. package/types/PlottingTool/GxClusterDataSource.d.ts +107 -0
  238. package/types/PlottingTool/HeightReferenceGraph.d.ts +7 -0
  239. package/types/PlottingTool/HeightReferencePrimtive.d.ts +8 -0
  240. package/types/PlottingTool/HtmlBox/BoxFactory.d.ts +4 -0
  241. package/types/PlottingTool/HtmlBox/CssProp.d.ts +61 -0
  242. package/types/PlottingTool/HtmlBox/HtmlBox.d.ts +6 -0
  243. package/types/PlottingTool/HtmlBox/HtmlBoxMulti.d.ts +38 -0
  244. package/types/PlottingTool/HtmlBox/WangEditor/fwbconfig.d.ts +3 -0
  245. package/types/PlottingTool/HtmlBox/WangEditor/parse-style-html.d.ts +7 -0
  246. package/types/PlottingTool/HtmlBox/WangEditor/render-style.d.ts +7 -0
  247. package/types/PlottingTool/HtmlBox/WangEditor/stroke-color-config.d.ts +1 -0
  248. package/types/PlottingTool/HtmlBox/WangEditor/style-to-html.d.ts +1 -0
  249. package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-color.d.ts +13 -0
  250. package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-width.d.ts +20 -0
  251. package/types/PlottingTool/HtmlBox/WangEditor/tools.d.ts +7 -0
  252. package/types/PlottingTool/HtmlBox/html-box-base.d.ts +34 -0
  253. package/types/PlottingTool/HtmlBox/html-css-prop.d.ts +3 -0
  254. package/types/PlottingTool/HtmlBox/new-rich-text.d.ts +6 -0
  255. package/types/PlottingTool/HtmlBox/pic-collection.d.ts +17 -0
  256. package/types/PlottingTool/HtmlBox/rich-text.d.ts +6 -0
  257. package/types/PlottingTool/HtmlBox/subtitle-box.d.ts +6 -0
  258. package/types/PlottingTool/HtmlBox/videoBox.d.ts +8 -0
  259. package/types/PlottingTool/Image/EditorHtml.d.ts +36 -0
  260. package/types/PlottingTool/Image/EditorImage.d.ts +10 -0
  261. package/types/PlottingTool/Image/EditorJBPointObject.d.ts +23 -0
  262. package/types/PlottingTool/Image/EditorRedFlag.d.ts +7 -0
  263. package/types/PlottingTool/Interface/LayerConfig.d.ts +22 -0
  264. package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyBase.d.ts +17 -0
  265. package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolygon.d.ts +11 -0
  266. package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyline.d.ts +14 -0
  267. package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolygon.d.ts +41 -0
  268. package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolyline.d.ts +28 -0
  269. package/types/PlottingTool/NoControlPrimitive/EditorGeometryWall.d.ts +18 -0
  270. package/types/PlottingTool/NoControlPrimitive/NoControlPrimitive.d.ts +26 -0
  271. package/types/PlottingTool/NoControlPrimitive/PercentPolyine.d.ts +17 -0
  272. package/types/PlottingTool/PlottingBaseNode.d.ts +40 -0
  273. package/types/PlottingTool/PlottingBehavior.d.ts +91 -0
  274. package/types/PlottingTool/PlottingCommon.d.ts +20 -0
  275. package/types/PlottingTool/Point/ConeCommunicateWave.d.ts +46 -0
  276. package/types/PlottingTool/Point/EditorBasePrimitive.d.ts +12 -0
  277. package/types/PlottingTool/Point/EditorCloud.d.ts +43 -0
  278. package/types/PlottingTool/Point/EditorCommunicateWave.d.ts +44 -0
  279. package/types/PlottingTool/Point/EditorJBPointScreen.d.ts +51 -0
  280. package/types/PlottingTool/Point/EditorModel.d.ts +59 -0
  281. package/types/PlottingTool/Point/EditorParticle.d.ts +37 -0
  282. package/types/PlottingTool/Point/EditorPin.d.ts +55 -0
  283. package/types/PlottingTool/Point/EditorPinCanvas.d.ts +94 -0
  284. package/types/PlottingTool/Point/EditorPinImage.d.ts +110 -0
  285. package/types/PlottingTool/Point/EditorPinMakiIcon.d.ts +13 -0
  286. package/types/PlottingTool/Point/EditorPinText.d.ts +14 -0
  287. package/types/PlottingTool/Point/EditorPlaneText.d.ts +79 -0
  288. package/types/PlottingTool/Point/EditorPoint.d.ts +28 -0
  289. package/types/PlottingTool/Point/EditorRadar.d.ts +80 -0
  290. package/types/PlottingTool/Point/EditorText.d.ts +93 -0
  291. package/types/PlottingTool/Point/EditorText_old.d.ts +58 -0
  292. package/types/PlottingTool/Point/PointJbStrokeSvgHelper.d.ts +28 -0
  293. package/types/PlottingTool/Point/PointJbSvgHelper.d.ts +31 -0
  294. package/types/PlottingTool/Point/UECamera.d.ts +49 -0
  295. package/types/PlottingTool/Polygon/EditorArrow1.d.ts +10 -0
  296. package/types/PlottingTool/Polygon/EditorCircle.d.ts +13 -0
  297. package/types/PlottingTool/Polygon/EditorEllipse.d.ts +12 -0
  298. package/types/PlottingTool/Polygon/EditorFrustum.d.ts +36 -0
  299. package/types/PlottingTool/Polygon/EditorPolygon.d.ts +102 -0
  300. package/types/PlottingTool/Polygon/EditorRectangle.d.ts +40 -0
  301. package/types/PlottingTool/Polygon/EditorRectangleExpand.d.ts +16 -0
  302. package/types/PlottingTool/Polygon/EditorSector.d.ts +16 -0
  303. package/types/PlottingTool/Polyline/EditorBezier1.d.ts +9 -0
  304. package/types/PlottingTool/Polyline/EditorBezier2.d.ts +9 -0
  305. package/types/PlottingTool/Polyline/EditorBezierN.d.ts +9 -0
  306. package/types/PlottingTool/Polyline/EditorBezierSpline.d.ts +9 -0
  307. package/types/PlottingTool/Polyline/EditorCircleArc.d.ts +10 -0
  308. package/types/PlottingTool/Polyline/EditorCurve.d.ts +7 -0
  309. package/types/PlottingTool/Polyline/EditorJBLine.d.ts +8 -0
  310. package/types/PlottingTool/Polyline/EditorPointArc.d.ts +21 -0
  311. package/types/PlottingTool/Polyline/EditorPointLine.d.ts +12 -0
  312. package/types/PlottingTool/Polyline/EditorPointSpline.d.ts +8 -0
  313. package/types/PlottingTool/Polyline/EditorPolyline.d.ts +109 -0
  314. package/types/PlottingTool/Polyline/EditorRoutePolyline.d.ts +16 -0
  315. package/types/PlottingTool/Polyline/plotsList.d.ts +6 -0
  316. package/types/PlottingTool/RegexHelper.d.ts +10 -0
  317. package/types/PlottingTool/Text/EditorAreaText.d.ts +44 -0
  318. package/types/PlottingTool/Text/EditorRouteText.d.ts +64 -0
  319. package/types/PlottingTool/Text/MedianLine.d.ts +22 -0
  320. package/types/PlottingTool/VideoElement/EditorVideo.d.ts +9 -0
  321. package/types/PlottingTool/drawToolExt/DrawAreaTextToolEx.d.ts +19 -0
  322. package/types/PlottingTool/drawToolExt/DrawBillboardToolEx.d.ts +21 -0
  323. package/types/PlottingTool/drawToolExt/DrawCtrlPointToolEx.d.ts +20 -0
  324. package/types/PlottingTool/drawToolExt/DrawHtmlToolEx.d.ts +31 -0
  325. package/types/PlottingTool/drawToolExt/DrawLineToolEx.d.ts +20 -0
  326. package/types/PlottingTool/drawToolExt/DrawMedianPointToolEx.d.ts +15 -0
  327. package/types/PlottingTool/drawToolExt/DrawModelToolEx.d.ts +21 -0
  328. package/types/PlottingTool/drawToolExt/DrawPointToolEx.d.ts +21 -0
  329. package/types/PlottingTool/drawToolExt/DrawPolygonToolEx.d.ts +20 -0
  330. package/types/PlottingTool/drawToolExt/DrawRouteTextToolEx.d.ts +16 -0
  331. package/types/PlottingTool/drawToolExt/DrawTextToolEx.d.ts +21 -0
  332. package/types/PlottingTool/drawToolExt/DrawToolManager.d.ts +60 -0
  333. package/types/PlottingTool/drawToolExt/HitPointToolEx.d.ts +10 -0
  334. package/types/PlottingTool/drawToolExt/HitRectToolEx.d.ts +10 -0
  335. package/types/PlottingTool/drawToolExt/base/List.d.ts +22 -0
  336. package/types/PlottingTool/drawToolExt/calcuteShape.d.ts +3 -0
  337. package/types/PlottingTool/drawToolExt/entity/MaxRecTest.d.ts +21 -0
  338. package/types/PlottingTool/drawToolExt/entity/XZAreaTextEntity.d.ts +36 -0
  339. package/types/PlottingTool/drawToolExt/entity/XZBaseEntity.d.ts +17 -0
  340. package/types/PlottingTool/drawToolExt/entity/XZBillboardEntity.d.ts +17 -0
  341. package/types/PlottingTool/drawToolExt/entity/XZCtrlPointEntity.d.ts +16 -0
  342. package/types/PlottingTool/drawToolExt/entity/XZHtmlEntity.d.ts +15 -0
  343. package/types/PlottingTool/drawToolExt/entity/XZLineEntity.d.ts +20 -0
  344. package/types/PlottingTool/drawToolExt/entity/XZMedianPointEntity.d.ts +16 -0
  345. package/types/PlottingTool/drawToolExt/entity/XZModelEntity.d.ts +17 -0
  346. package/types/PlottingTool/drawToolExt/entity/XZPointEntity.d.ts +16 -0
  347. package/types/PlottingTool/drawToolExt/entity/XZPolygonEntity.d.ts +19 -0
  348. package/types/PlottingTool/drawToolExt/entity/XZRouteTextEntity.d.ts +16 -0
  349. package/types/PlottingTool/drawToolExt/entity/XZTextEntity.d.ts +16 -0
  350. package/types/PlottingTool/drawToolExt/interface/IBase.d.ts +23 -0
  351. package/types/PlottingTool/drawToolExt/interface/ICesium.d.ts +99 -0
  352. package/types/PlottingTool/drawToolExt/interface/IData.d.ts +56 -0
  353. package/types/PlottingTool/drawToolExt/interface/IEntity.d.ts +80 -0
  354. package/types/PlottingTool/drawToolExt/interface/IStyle.d.ts +127 -0
  355. package/types/PlottingTool/drawToolExt/interface/ITool.d.ts +31 -0
  356. package/types/PlottingTool/drawToolExt/interface/geojson.d.ts +192 -0
  357. package/types/PlottingTool/drawToolExt/styles/XZAreaTextStyle.d.ts +14 -0
  358. package/types/PlottingTool/drawToolExt/styles/XZBaseStyle.d.ts +6 -0
  359. package/types/PlottingTool/drawToolExt/styles/XZBillboardStyle.d.ts +9 -0
  360. package/types/PlottingTool/drawToolExt/styles/XZHtmlStyle.d.ts +71 -0
  361. package/types/PlottingTool/drawToolExt/styles/XZLineStyle.d.ts +12 -0
  362. package/types/PlottingTool/drawToolExt/styles/XZModelStyle.d.ts +9 -0
  363. package/types/PlottingTool/drawToolExt/styles/XZPointStyle.d.ts +12 -0
  364. package/types/PlottingTool/drawToolExt/styles/XZPolygonStyle.d.ts +8 -0
  365. package/types/PlottingTool/drawToolExt/styles/XZRouteTextStyle.d.ts +11 -0
  366. package/types/PlottingTool/drawToolExt/styles/XZTextStyle.d.ts +14 -0
  367. package/types/PlottingTool/geojson/EditorGeojsonMultiPolyBase.d.ts +33 -0
  368. package/types/PlottingTool/geojson/EditorGeojsonMultiPolygon.d.ts +28 -0
  369. package/types/PlottingTool/geojson/EditorGeojsonMultiPolyline.d.ts +21 -0
  370. package/types/PlottingTool/geojson/EditorGeojsonPolygon.d.ts +13 -0
  371. package/types/PlottingTool/geojson/EditorGeojsonPolyline.d.ts +13 -0
  372. package/types/PlottingTool/geojson/GeojsonPercentPolyine.d.ts +18 -0
  373. package/types/PlottingTool/geojson/parsePolygon.d.ts +25 -0
  374. package/types/PlottingTool/shareGraph.d.ts +16 -0
  375. package/types/Scene/Analyzation/Measure.d.ts +120 -0
  376. package/types/Scene/EventSource/ContextSizeChanged.d.ts +13 -0
  377. package/types/Scene/GraticuleLayer/Graticule.d.ts +15 -0
  378. package/types/Scene/Sea/RenderSeaPolygon.d.ts +9 -0
  379. package/types/SceneObjects/CustomPrimitive/SharedTexturePool.d.ts +13 -0
  380. package/types/SceneObjects/CustomPrimitive/extrudePolyline.d.ts +1 -0
  381. package/types/SceneObjects/RenderObject/BindedCylinder.d.ts +40 -0
  382. package/types/SceneObjects/RenderObject/Bubble.d.ts +125 -0
  383. package/types/SceneObjects/RenderObject/CesiumBillboard.d.ts +20 -0
  384. package/types/SceneObjects/RenderObject/CesiumCylinder.d.ts +30 -0
  385. package/types/SceneObjects/RenderObject/CesiumEllipse.d.ts +29 -0
  386. package/types/SceneObjects/RenderObject/CesiumEllipsoid.d.ts +29 -0
  387. package/types/SceneObjects/RenderObject/CesiumLabel.d.ts +29 -0
  388. package/types/SceneObjects/RenderObject/CesiumLabelBillboard.d.ts +39 -0
  389. package/types/SceneObjects/RenderObject/CesiumLabelRect.d.ts +33 -0
  390. package/types/SceneObjects/RenderObject/CesiumModel.d.ts +20 -0
  391. package/types/SceneObjects/RenderObject/CesiumOblique.d.ts +33 -0
  392. package/types/SceneObjects/RenderObject/CesiumPoint.d.ts +22 -0
  393. package/types/SceneObjects/RenderObject/CesiumPolygon.d.ts +24 -0
  394. package/types/SceneObjects/RenderObject/CesiumPolyline.d.ts +24 -0
  395. package/types/SceneObjects/RenderObject/CesiumPopover.d.ts +30 -0
  396. package/types/SceneObjects/RenderObject/CesiumRectangle.d.ts +34 -0
  397. package/types/SceneObjects/RenderObject/CesiumSphere.d.ts +29 -0
  398. package/types/SceneObjects/RenderObject/CesiumVolumePolyline.d.ts +32 -0
  399. package/types/SceneObjects/RenderObject/CesiumWall.d.ts +29 -0
  400. package/types/SceneObjects/RenderObject/CircularRender.d.ts +24 -0
  401. package/types/SceneObjects/RenderObject/CustomLabelRender.d.ts +23 -0
  402. package/types/SceneObjects/RenderObject/CylinderSensor.d.ts +47 -0
  403. package/types/SceneObjects/RenderObject/DashBoardEffect.d.ts +39 -0
  404. package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemFlame.d.ts +42 -0
  405. package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemPath.d.ts +182 -0
  406. package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemState.d.ts +7 -0
  407. package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemStyle.d.ts +182 -0
  408. package/types/SceneObjects/RenderObject/DynamicItem/DynamicTimePositions.d.ts +102 -0
  409. package/types/SceneObjects/RenderObject/DynamicItem/HistoryTrack.d.ts +159 -0
  410. package/types/SceneObjects/RenderObject/DynamicItem/WarningTarget.d.ts +36 -0
  411. package/types/SceneObjects/RenderObject/DynamicRippleEffect.d.ts +23 -0
  412. package/types/SceneObjects/RenderObject/Flag.d.ts +43 -0
  413. package/types/SceneObjects/RenderObject/GradientSector.d.ts +46 -0
  414. package/types/SceneObjects/RenderObject/Graphics/GraphicGroup.d.ts +113 -0
  415. package/types/SceneObjects/RenderObject/RenderObject.d.ts +37 -0
  416. package/types/SceneObjects/RenderObject/RenderUtils.d.ts +35 -0
  417. package/types/SceneObjects/RenderObject/ScanEffect.d.ts +40 -0
  418. package/types/SceneObjects/RenderObject/SectorSensor.d.ts +42 -0
  419. package/types/SceneObjects/RenderObject/SensorRender.d.ts +15 -0
  420. package/types/SceneObjects/RenderObject/SpreadEffect.d.ts +47 -0
  421. package/types/SceneObjects/RenderObject/WaterEffect.d.ts +31 -0
  422. package/types/SceneObjects/RenderObject/WeatherParticle.d.ts +30 -0
  423. package/types/SceneObjects/ViewshedAnalysis.d.ts +98 -0
  424. package/types/SceneObjects/_shared/Destroyable.d.ts +9 -0
  425. package/types/SceneObjects/_shared/ResourceHandler.d.ts +14 -0
  426. package/types/SceneObjects/_shared/destroyObject.d.ts +18 -0
  427. package/types/Service/SceneOptions/Graticule.d.ts +15 -0
  428. package/types/Service/action.service.d.ts +92 -0
  429. package/types/Service/advance-html.service.d.ts +12 -0
  430. package/types/Service/animation.service.d.ts +84 -0
  431. package/types/Service/cesium.service.d.ts +85 -0
  432. package/types/Service/cluster.service.d.ts +7 -0
  433. package/types/Service/config.service.d.ts +24 -0
  434. package/types/Service/drawServices/VectorRender/renderModels.d.ts +13 -0
  435. package/types/Service/drawbigfile.service.d.ts +24 -0
  436. package/types/Service/fwbconfig.d.ts +3 -0
  437. package/types/Service/geojson-plot.service.d.ts +21 -0
  438. package/types/Service/html-draw.service.d.ts +134 -0
  439. package/types/Service/http.service.d.ts +15 -0
  440. package/types/Service/layers.service.d.ts +34 -0
  441. package/types/Service/logicService/point.service.d.ts +60 -0
  442. package/types/Service/message.service.d.ts +4 -0
  443. package/types/Service/music.service.d.ts +23 -0
  444. package/types/Service/parse-style-html.d.ts +7 -0
  445. package/types/Service/plot.service.d.ts +115 -0
  446. package/types/Service/property.service.d.ts +52 -0
  447. package/types/Service/render-style.d.ts +7 -0
  448. package/types/Service/richTextEdit.service.d.ts +35 -0
  449. package/types/Service/sceneServices/BigFileManager.d.ts +12 -0
  450. package/types/Service/sceneServices/CesiumManager.d.ts +18 -0
  451. package/types/Service/sceneServices/EagleManager.d.ts +35 -0
  452. package/types/Service/sceneServices/HtmlDrawManager.d.ts +12 -0
  453. package/types/Service/sceneServices/ImageEffectManager.d.ts +19 -0
  454. package/types/Service/sceneServices/LayerManage.d.ts +61 -0
  455. package/types/Service/sceneServices/MusicManager.d.ts +10 -0
  456. package/types/Service/sceneServices/PageAnimationManager.d.ts +39 -0
  457. package/types/Service/sceneServices/SubtitleManager.d.ts +6 -0
  458. package/types/Service/sceneServices/TerrainManager.d.ts +11 -0
  459. package/types/Service/sceneServices/sceneManager.d.ts +71 -0
  460. package/types/Service/sceneServices/snap.d.ts +33 -0
  461. package/types/Service/service.manager.d.ts +174 -0
  462. package/types/Service/stroke-color-config.d.ts +1 -0
  463. package/types/Service/style-to-html.d.ts +1 -0
  464. package/types/Service/terrain.service.d.ts +11 -0
  465. package/types/Service/text-stroke-color.d.ts +13 -0
  466. package/types/Service/text-stroke-width.d.ts +20 -0
  467. package/types/Service/tools.d.ts +7 -0
  468. package/types/Utils/Calculate.d.ts +212 -0
  469. package/types/Utils/Check.d.ts +98 -0
  470. package/types/Utils/DateHelper.d.ts +30 -0
  471. package/types/Utils/GxMath.d.ts +102 -0
  472. package/types/Utils/GxVector3.d.ts +7 -0
  473. package/types/Utils/HtmlUtil.d.ts +12 -0
  474. package/types/Utils/MilsymbolHelper.d.ts +20 -0
  475. package/types/Utils/TokenHelper.d.ts +36 -0
  476. package/types/Utils/Util.d.ts +204 -0
  477. package/types/Utils/d3Clock.d.ts +11 -0
  478. package/types/Utils/index.d.ts +17 -0
  479. package/types/Utils/pinyin.static.d.ts +375 -0
  480. package/types/Utils/pinyin.tool.d.ts +5 -0
  481. package/types/Utils/pinyin_all.d.ts +20 -0
  482. package/types/Utils/ready.d.ts +3 -0
  483. package/types/Utils/tools.d.ts +31 -0
  484. package/types/index.d.ts +98 -0
  485. package/types/index.html +35 -0
@@ -0,0 +1,71 @@
1
+ import { IHtmlStyle } from "../interface/IStyle";
2
+ export declare class XZHtmlStyle implements IHtmlStyle {
3
+ constructor(options: IHtmlStyle);
4
+ element?: HTMLElement;
5
+ private _show?;
6
+ get show(): boolean;
7
+ set show(v: boolean);
8
+ private _innerHtml?;
9
+ get innerHtml(): string;
10
+ set innerHtml(value: string);
11
+ private _top?;
12
+ get top(): number;
13
+ set top(v: number);
14
+ private _left?;
15
+ get left(): number;
16
+ set left(v: number);
17
+ private _height?;
18
+ get height(): number;
19
+ set height(v: number);
20
+ private _width?;
21
+ get width(): number;
22
+ set width(v: number);
23
+ private _paddingTop?;
24
+ get paddingTop(): number;
25
+ set paddingTop(v: number);
26
+ private _paddingLeft?;
27
+ get paddingLeft(): number;
28
+ set paddingLeft(v: number);
29
+ private _textAlign?;
30
+ get textAlign(): string;
31
+ set textAlign(v: string);
32
+ private _fontSize?;
33
+ get fontSize(): number;
34
+ set fontSize(v: number);
35
+ private _backgroundImage?;
36
+ get backgroundImage(): string;
37
+ set backgroundImage(v: string);
38
+ private _backgroundPosition?;
39
+ get backgroundPosition(): string;
40
+ set backgroundPosition(v: string);
41
+ private _backgroundSize?;
42
+ get backgroundSize(): string;
43
+ set backgroundSize(v: string);
44
+ private _backgroundOpacity?;
45
+ get backgroundOpacity(): number;
46
+ set backgroundOpacity(v: number);
47
+ private _lineHeight?;
48
+ get lineHeight(): number;
49
+ set lineHeight(v: number);
50
+ private _fontFamily?;
51
+ get fontFamily(): string;
52
+ set fontFamily(v: string);
53
+ private _fontWeight?;
54
+ get fontWeight(): number;
55
+ set fontWeight(v: number);
56
+ private _fontColor?;
57
+ get fontColor(): string;
58
+ set fontColor(v: string);
59
+ private _backgroundColor?;
60
+ get backgroundColor(): string;
61
+ set backgroundColor(v: string);
62
+ private _borderWidth?;
63
+ get borderWidth(): number;
64
+ set borderWidth(v: number);
65
+ private _borderColor?;
66
+ get borderColor(): string;
67
+ set borderColor(v: string);
68
+ private _borderStyle?;
69
+ get borderStyle(): string;
70
+ set borderStyle(v: string);
71
+ }
@@ -0,0 +1,12 @@
1
+ import { ILineStyle } from '../interface/IStyle';
2
+ export declare class XZLineStyle implements ILineStyle {
3
+ constructor(options: ILineStyle);
4
+ show?: boolean;
5
+ color?: string;
6
+ alpha?: number;
7
+ width: number;
8
+ outlineWidth: number;
9
+ outlineColor: string;
10
+ lineType: number;
11
+ curve?: boolean;
12
+ }
@@ -0,0 +1,9 @@
1
+ import { IModelStyle } from '../interface/IStyle';
2
+ export declare class XZModelStyle implements IModelStyle {
3
+ constructor(options: IModelStyle);
4
+ show?: boolean;
5
+ color?: string;
6
+ alpha?: number;
7
+ scale?: number;
8
+ url?: string;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { IPointStyle } from '../interface/IStyle';
2
+ export declare class XZPointStyle implements IPointStyle {
3
+ constructor(options: IPointStyle);
4
+ show?: boolean;
5
+ color?: string;
6
+ alpha?: number;
7
+ size: number;
8
+ outlineWidth: number;
9
+ outlineColor: string;
10
+ scaleByDistance?: number[];
11
+ distanceDisplayCondition?: number[];
12
+ }
@@ -0,0 +1,8 @@
1
+ import { ILineStyle, IPolygonStyle } from '../interface/IStyle';
2
+ export declare class XZPolygonStyle implements IPolygonStyle {
3
+ constructor(options: ILineStyle);
4
+ show?: boolean;
5
+ color?: string;
6
+ alpha?: number;
7
+ outlineColor: string;
8
+ }
@@ -0,0 +1,11 @@
1
+ import { IRouteTextStyle } from "../interface/IStyle";
2
+ export declare class XZRouteTextStyle implements IRouteTextStyle {
3
+ constructor(options: IRouteTextStyle);
4
+ show?: boolean;
5
+ routeshow?: boolean;
6
+ color?: string;
7
+ alpha?: number;
8
+ width?: number;
9
+ textSize: number;
10
+ font: string;
11
+ }
@@ -0,0 +1,14 @@
1
+ import { ITextStyle } from '../interface/IStyle';
2
+ export declare class XZTextStyle implements ITextStyle {
3
+ constructor(options: ITextStyle);
4
+ show?: boolean;
5
+ color?: string;
6
+ alpha?: number;
7
+ outlineWidth: number;
8
+ outlineColor: string;
9
+ textSize: number;
10
+ font: string;
11
+ backgroundColor: string;
12
+ scaleByDistance?: number[];
13
+ distanceDisplayCondition?: number[];
14
+ }
@@ -0,0 +1,33 @@
1
+ import { NoControlPrimitive } from '../NoControlPrimitive/NoControlPrimitive';
2
+ import { EventBus } from './parsePolygon';
3
+ import { Subject } from 'rxjs';
4
+ export declare abstract class EditorGeojsonMultiPolyBase extends NoControlPrimitive {
5
+ isFinish: boolean;
6
+ finishedSub$: Subject<unknown>;
7
+ setPrimitivePosition(pos: Cesium.Cartesian3[]): void;
8
+ protected reDraw(): void;
9
+ protected reDrawLine(): void;
10
+ minPointNum: number;
11
+ polygonHoles: any[];
12
+ entArr: any[];
13
+ resourceId: string;
14
+ ossUrl: string;
15
+ polygonEvent: EventBus;
16
+ constructor(engine: any, layer: any, p?: any);
17
+ /**
18
+ * 是否为矢量数据
19
+ */
20
+ isVectorData: boolean;
21
+ initProps(defs: any): void;
22
+ initShape(): void;
23
+ private last_pos;
24
+ initPolygonHoles(): Promise<any>;
25
+ createEnt(pos: Cesium.Cartesian3[]): void;
26
+ handleP(p: any, pos: any): void;
27
+ flashPrimitive(): void;
28
+ abstract createPrimitive(geoInstance: any, material: any): any;
29
+ abstract createPrimitiveDiff(geoInstance: any, material: any): any;
30
+ abstract setOutlineColor(material: any): any;
31
+ holes: any;
32
+ initCtls(): void;
33
+ }
@@ -0,0 +1,28 @@
1
+ import { EditorGeojsonMultiPolyBase } from './EditorGeojsonMultiPolyBase';
2
+ import { GvolPoint } from '../../Core/GvolPoint';
3
+ export default class EditorGeojsonMultiPolygon extends EditorGeojsonMultiPolyBase {
4
+ protected _ctrlPosition: Array<GvolPoint>;
5
+ constructor(engine: any, layer: any, p?: any);
6
+ private _colorShow;
7
+ get colorShow(): boolean;
8
+ set colorShow(v: boolean);
9
+ private _outline;
10
+ get outline(): boolean;
11
+ set outline(v: boolean);
12
+ private _width;
13
+ get width(): number;
14
+ set width(v: number);
15
+ get distanceDisplay(): boolean;
16
+ set distanceDisplay(v: boolean);
17
+ get distanceHeight(): number;
18
+ set distanceHeight(v: number);
19
+ private _outlineColor;
20
+ get outlineColor(): string;
21
+ set outlineColor(v: string);
22
+ setOutlineColor(material: any): void;
23
+ distanceCondition(): Cesium.DistanceDisplayConditionGeometryInstanceAttribute;
24
+ createLine(polygonHoles: any): any;
25
+ createPrimitive(polygonHoles: any, material: any): any[];
26
+ createPrimitiveDiff(polygonObj: any, material: any): any[];
27
+ toGeoJsonGeometry(): any;
28
+ }
@@ -0,0 +1,21 @@
1
+ import { GvolPoint } from '../../Core/GvolPoint';
2
+ import GeojsonPercentPolyine from './GeojsonPercentPolyine';
3
+ export default class EditorGeojsonMultiPolyline extends GeojsonPercentPolyine {
4
+ private _width;
5
+ protected _ctrlPosition: Array<GvolPoint>;
6
+ private _clampToGround;
7
+ get clampToGround(): boolean;
8
+ set clampToGround(value: boolean);
9
+ get width(): number;
10
+ set width(v: number);
11
+ constructor(engine: any, layer: any, p?: any);
12
+ get distanceDisplay(): boolean;
13
+ set distanceDisplay(v: boolean);
14
+ get distanceHeight(): number;
15
+ set distanceHeight(v: number);
16
+ setOutlineColor(material: any): void;
17
+ distanceCondition(): Cesium.DistanceDisplayConditionGeometryInstanceAttribute;
18
+ createPrimitive(polygonHoles: any, material: any): any;
19
+ createPrimitiveDiff(polygonObj: any, material: any): any;
20
+ toGeoJsonGeometry(): any;
21
+ }
@@ -0,0 +1,13 @@
1
+ import { GvolPoint } from '../../Core/GvolPoint';
2
+ import EditorGeometryPolygon from '../NoControlPrimitive/EditorGeometryPolygon';
3
+ export default class EditorGeojsonPolygon extends EditorGeometryPolygon {
4
+ ossUrl: string;
5
+ resourceId: string;
6
+ jsonId: number;
7
+ isVectorData: boolean;
8
+ isFinish: boolean;
9
+ holes: any;
10
+ protected _ctrlPosition: Array<GvolPoint>;
11
+ constructor(engine: any, layer: any, p?: any);
12
+ initShape(): void;
13
+ }
@@ -0,0 +1,13 @@
1
+ import { GvolPoint } from '../../Core/GvolPoint';
2
+ import EditorGeometryPolyline from '../NoControlPrimitive/EditorGeometryPolyline';
3
+ export default class EditorGeojsonPolyline extends EditorGeometryPolyline {
4
+ ossUrl: string;
5
+ resourceId: string;
6
+ jsonId: number;
7
+ isVectorData: boolean;
8
+ isFinish: boolean;
9
+ holes: any;
10
+ protected _ctrlPosition: Array<GvolPoint>;
11
+ constructor(engine: any, layer: any, p?: any);
12
+ initShape(): void;
13
+ }
@@ -0,0 +1,18 @@
1
+ import { EditorGeojsonMultiPolyBase } from './EditorGeojsonMultiPolyBase';
2
+ export default class GeojsonPercentPolyine extends EditorGeojsonMultiPolyBase {
3
+ createPrimitive(geoInstance: any, material: any): void;
4
+ createPrimitiveDiff(geoInstance: any, material: any): void;
5
+ setOutlineColor(material: any): void;
6
+ private _percent;
7
+ get percent(): number;
8
+ set percent(value: number);
9
+ private _percentStart;
10
+ get percentStart(): number;
11
+ set percentStart(v: number);
12
+ private _percentRange;
13
+ get percentRange(): number[];
14
+ set percentRange(v: number[]);
15
+ constructor(engine: any, layer: any, p?: any);
16
+ createSimpleMaterial(): Cesium.Material;
17
+ getBoundingRectangle(): Cesium.Rectangle;
18
+ }
@@ -0,0 +1,25 @@
1
+ declare function transformGeometryCollection(obj: any): any;
2
+ declare function classifyFeatures(features: any): {
3
+ Point: any;
4
+ MultiPoint: any;
5
+ LineString: any;
6
+ MultiLineString: any;
7
+ Polygon: any;
8
+ MultiPolygon: any;
9
+ };
10
+ declare function isObjectEmpty(obj: any): boolean;
11
+ declare function parseFeatures(features: any, holeObj: any): any;
12
+ declare function parseSinglePolygon(feature: any, holeObj: any): any;
13
+ declare function parsePolygon(features: any, holeObj: any): any;
14
+ declare function parsePolygonNotArr(feature: any, holeObj: any): any;
15
+ declare function dimensionArray(arr: any): any;
16
+ declare class EventBus {
17
+ private eventContainer;
18
+ constructor();
19
+ on(type: any, fn: any): void;
20
+ off(type: any): void;
21
+ emit(type: any, args: any): void;
22
+ }
23
+ declare function getVectorGeoJson(resourceId: any, filename: any): Promise<unknown>;
24
+ declare function getGeoJson(isVectorData: any, resourceId: any, ossUrl?: string): Promise<unknown>;
25
+ export { isObjectEmpty, dimensionArray, parsePolygon, parsePolygonNotArr, parseSinglePolygon, parseFeatures, classifyFeatures, EventBus, getGeoJson, getVectorGeoJson, transformGeometryCollection };
@@ -0,0 +1,16 @@
1
+ import { GxClusterDataSource, GxClusterOption } from './GxClusterDataSource';
2
+ export default class shareGraph {
3
+ private static instance;
4
+ private pointCanvas;
5
+ private middlePointCanvas;
6
+ private constructor();
7
+ static getInstance(): shareGraph;
8
+ private _gxCluster;
9
+ get gxCluster(): GxClusterDataSource;
10
+ set gxCluster(v: GxClusterDataSource);
11
+ private _gxClusterOption;
12
+ get gxClusterOption(): GxClusterOption;
13
+ set gxClusterOption(v: GxClusterOption);
14
+ createCtrlPointCanvas(): HTMLCanvasElement;
15
+ createMidPointCanvas(): HTMLCanvasElement;
16
+ }
@@ -0,0 +1,120 @@
1
+ import { Subject } from 'rxjs';
2
+ import { Event } from '../../Core/Event';
3
+ export declare class Measure extends Event {
4
+ private engineViewer;
5
+ measureShow: boolean;
6
+ isBrowserPageShow: boolean;
7
+ is2D: boolean;
8
+ selectedItem: any;
9
+ viewer: Cesium.Viewer;
10
+ itemList: {
11
+ icon: string;
12
+ label: string;
13
+ alias: string;
14
+ }[];
15
+ labelHandler: any;
16
+ pointLabel: Cesium.Entity;
17
+ areaPointsNum: number;
18
+ measureHandler: any;
19
+ result: string;
20
+ measureEntities: IMeasure;
21
+ tempDistanceLabelArr: any[];
22
+ anglePosition: string;
23
+ currentFeature: any[];
24
+ terrainDistance: number;
25
+ areaHierarchy: string;
26
+ depthTest: boolean;
27
+ calculateLevel: number;
28
+ ctlPoints: any[];
29
+ measureResultData: any[];
30
+ measureResult: string;
31
+ browserToolBoxRef$: Subject<unknown>;
32
+ isMobileMeasure: boolean;
33
+ endMobileMeasure: any;
34
+ mobileMeasureComponentRef$: Subject<unknown>;
35
+ undoMobileMeasure: any;
36
+ isUndoEnable: boolean;
37
+ pickEyeOffset: number;
38
+ isAddPointEnable: boolean;
39
+ isAreaEndShow: boolean;
40
+ redoMobileMeasure: any;
41
+ isRedoEnable: boolean;
42
+ pointInHollArr: any[];
43
+ isUndoAble: boolean;
44
+ isRedoAble: boolean;
45
+ objs: any;
46
+ mianjiId: any;
47
+ zhixianjuliId: any;
48
+ mobileOnceMeasureEnd: boolean;
49
+ isPositiveOrNegative: string;
50
+ cxCtlPoints: any[];
51
+ heightDataLabels: string[];
52
+ heightDrawCtlPoint: any[];
53
+ tdLineArr: any[];
54
+ tdPointArr: any[];
55
+ tdLineTerrain: any[];
56
+ mobileItemList: {
57
+ icon: string;
58
+ label: string;
59
+ alias: string;
60
+ unselectPic: string;
61
+ selectPic: string;
62
+ units: string[];
63
+ }[];
64
+ lineTrrrainTemp: any[];
65
+ tempLineArr: any;
66
+ constructor(engineViewer: any);
67
+ resetSelectItem(): void;
68
+ begin(item: any, flag?: boolean): void;
69
+ end(item: any, flag?: boolean): void;
70
+ clearHandler(): void;
71
+ ControlMouseEvent(isForbid: any): void;
72
+ initStatus(): void;
73
+ formatArea(val: any): any;
74
+ formatLength(val: any, isHeight?: any): any;
75
+ measureDistance(type: any): void;
76
+ measureTdDistance(type: any): boolean;
77
+ areaSpace(): void;
78
+ createQuickOperator(): void;
79
+ mobileAreaSpace(): void;
80
+ heightSpace(): boolean;
81
+ mobileHeightSpace(): boolean;
82
+ mobileCurrentHeight(): boolean;
83
+ azimuthAngle(): void;
84
+ generateAngleLabel(positions: any): Cesium.Entity[];
85
+ computedAzimuthAngle(positions: any, flag?: boolean): Cesium.Entity[];
86
+ getSpaceDistance(positions: any, isAction: any, flag: any): Promise<unknown>;
87
+ pointDisplay(position: any, isAction: any, distance: any): Cesium.Entity;
88
+ drawPolyline(positions: any, flag?: boolean, type?: string): any;
89
+ getArea(polygonPoints: any): number;
90
+ getTerrainDistance(positions: any): Promise<void>;
91
+ TerrainMeasure(point1Cartographic: any, point2Cartographic: any, position: any): Promise<void>;
92
+ drawPolygon(positions: any, flag?: boolean, pointsLngLat?: any): any;
93
+ getHeight(positions: any): Promise<unknown>;
94
+ getCurrentHeight(position: any): Promise<unknown>;
95
+ Angle(p1: any, p2: any, p3: any): number;
96
+ Bearing(from: any, to: any): number;
97
+ closeMeasureMethod(): void;
98
+ changeMusDefaultType(): void;
99
+ changeMusPicType(): void;
100
+ getPosition(position: any): Cesium.Cartesian3;
101
+ createCtrlPointCanvas(isOpacity?: any): HTMLCanvasElement;
102
+ addCtlPoint(cartesian: any): any;
103
+ saveMeasureResult(item: any): void;
104
+ clearResult(): void;
105
+ closeMouseToolTip(): void;
106
+ addMouseInfoEntity(): void;
107
+ showResultInHeight(position: any, result: any): any;
108
+ reDrawPointInAreaSpace(): void;
109
+ showAvailablePointsInAreaSpace(tempPoints: any): void;
110
+ sceneNeedRender(): void;
111
+ calculateMouseEvent(event: any): void;
112
+ }
113
+ interface IMeasure {
114
+ line: any[];
115
+ lineTerrain: any[];
116
+ area: any[];
117
+ height: any[];
118
+ angle: any[];
119
+ }
120
+ export {};
@@ -0,0 +1,13 @@
1
+ import { Destroyable } from "../../SceneObjects/_shared/Destroyable";
2
+ declare class ContextSizeChanged extends Destroyable {
3
+ private _earth;
4
+ private _originDrawingBufferWidth;
5
+ private _originDrawingBufferHeight;
6
+ private _originResolutionScale;
7
+ private _originWidgetWidth;
8
+ private _originWidgetHeight;
9
+ private _source;
10
+ constructor(_earth: any);
11
+ get source(): any;
12
+ }
13
+ export default ContextSizeChanged;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * 经纬网
3
+ */
4
+ export declare class Graticule {
5
+ private layer;
6
+ constructor(viewer: Cesium.Viewer);
7
+ /**
8
+ * 显示
9
+ */
10
+ show(): void;
11
+ /**
12
+ * 隐藏
13
+ */
14
+ remove(): void;
15
+ }
@@ -0,0 +1,9 @@
1
+ export declare class CreateSeaPolygon {
2
+ static baseWaterColor: any;
3
+ static specularIntensity: number;
4
+ static amplitude: number;
5
+ static Render(scene: Cesium.Scene): Promise<Cesium.Primitive | null>;
6
+ private static GetHierarchys;
7
+ private static GetHierarchy;
8
+ private static draw;
9
+ }
@@ -0,0 +1,13 @@
1
+ import { Destroyable } from "../_shared/Destroyable";
2
+ import { ResourceHandler } from "../_shared/ResourceHandler";
3
+ interface CzmTexture extends Destroyable {
4
+ }
5
+ export declare class SharedTexturePool {
6
+ private _context;
7
+ _map: Map<string, ResourceHandler<CzmTexture>>;
8
+ _loadingMap: Map<string, Promise<ResourceHandler<CzmTexture>>>;
9
+ constructor(_context: WebGLRenderingContext | WebGL2RenderingContext);
10
+ getImage(imageUrl: string): Promise<ResourceHandler<CzmTexture>>;
11
+ clearUnused(): void;
12
+ }
13
+ export {};
@@ -0,0 +1 @@
1
+ export declare function extrudePolyline(keyPosition2Ds: number[], width: number, loop?: boolean, targetPosition2Ds?: number[], targetSts?: number[], targetIndices?: number[]): void;
@@ -0,0 +1,40 @@
1
+ import { RenderObject, RenderTypeEnum } from "./RenderObject";
2
+ import { GraphicItem } from "./Graphics/GraphicItem";
3
+ export declare class BindedCylinder extends RenderObject {
4
+ private _appearance;
5
+ private slice;
6
+ get renderType(): RenderTypeEnum;
7
+ constructor(item: GraphicItem, renderRoot: any);
8
+ /**
9
+ * 初始化方法
10
+ */
11
+ init(): void;
12
+ update(): void;
13
+ /**
14
+ * 属性更新
15
+ */
16
+ updateAttribute(attrName: any): void;
17
+ /**
18
+ * 创建几何体
19
+ * @param height
20
+ * @param angle
21
+ */
22
+ private createGeometry;
23
+ /**
24
+ * 创建vao需要数据
25
+ * @param topPosArr
26
+ * @param bottomPosArr
27
+ * @param slice
28
+ */
29
+ private createGeometeryAttribute;
30
+ /**
31
+ * 创建Primitive
32
+ * @param postionsTemp
33
+ * @param stsTemp
34
+ */
35
+ private createPrimitive;
36
+ /**
37
+ * 更新旋转矩阵
38
+ */
39
+ private createModelMatrix;
40
+ }
@@ -0,0 +1,125 @@
1
+ import { GvolPoint } from "../../Core/GvolPoint";
2
+ import { RenderObject } from "./RenderObject";
3
+ /**
4
+ * 标牌
5
+ */
6
+ export declare class Bubble extends RenderObject {
7
+ _container: HTMLDivElement;
8
+ _rootNode: HTMLDivElement;
9
+ _parentNode: HTMLDivElement;
10
+ _panelNode: HTMLDivElement;
11
+ _lineNode: HTMLDivElement;
12
+ _renderVisible: boolean;
13
+ _anchorOffset: {
14
+ x: number;
15
+ y: number;
16
+ };
17
+ _panelOffset: {
18
+ x: number;
19
+ y: number;
20
+ };
21
+ _diagonalPanelOffset: {
22
+ x: number;
23
+ y: number;
24
+ };
25
+ private _isMouseDown;
26
+ private _downX;
27
+ private _downY;
28
+ private _bottomX;
29
+ private _bottomY;
30
+ private _bubbleEvent;
31
+ private _fnDown;
32
+ private _fnUp;
33
+ private _fnMove;
34
+ private _fnStart;
35
+ private _fnTMove;
36
+ private _fnEnd;
37
+ /**
38
+ * 初始化
39
+ */
40
+ init(): void;
41
+ /**
42
+ * 清除
43
+ */
44
+ clear(): void;
45
+ /**
46
+ * 更新属性
47
+ * @param attrName 属性名
48
+ */
49
+ updateAttribute(attrName: any): void;
50
+ /**
51
+ * 更新全部属性
52
+ */
53
+ update(): void;
54
+ /**
55
+ * 判断坐标点是否可见(支持二三维)
56
+ * @param point 坐标点
57
+ * @param viewer 球
58
+ */
59
+ pointIsVisible(point: GvolPoint, viewer: Cesium.Viewer): boolean;
60
+ /**
61
+ * 渲染前回调函数
62
+ */
63
+ private _preRender;
64
+ /**
65
+ * 根据锚点屏幕坐标绘制
66
+ * @param offsetX
67
+ * @param offsetY
68
+ */
69
+ private _updateDiv;
70
+ private _getDiagonalPanelOffset;
71
+ /**
72
+ * 更新线
73
+ * @param object
74
+ * @param bindNode
75
+ * @returns 点在第几象限
76
+ */
77
+ private _updateLinePosition;
78
+ /**
79
+ * 设置moveDiv的位置 防止位置超出范围
80
+ * @param x 相对于父容器的x坐标
81
+ * @param y 相对于父容器的y坐标
82
+ */
83
+ _updatePanelPosition(x: any, y: any): void;
84
+ /**
85
+ * 控制显隐
86
+ * @param visible
87
+ */
88
+ private _showDiv;
89
+ /**
90
+ * 初始化dom元素
91
+ */
92
+ private _initDom;
93
+ /**
94
+ * 创建DOM方法
95
+ */
96
+ private _createDom;
97
+ /**
98
+ *
99
+ * @param val
100
+ */
101
+ private _getDivOffsetOfBody;
102
+ /**
103
+ * 获取DOM
104
+ */
105
+ private _getDom;
106
+ private _mouseDown;
107
+ private _mouseMove;
108
+ private _mouseUp;
109
+ private _touchStart;
110
+ private _touchMove;
111
+ private _touchEnd;
112
+ /**
113
+ * 移除DOM元素
114
+ * @param _element
115
+ */
116
+ private _removeElement;
117
+ /**
118
+ * 事件绑定
119
+ */
120
+ private _bindEvent;
121
+ /**
122
+ * 事件移除
123
+ */
124
+ private _removeEvent;
125
+ }