@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.
- package/lacdt.plotting.d.ts +30265 -0
- package/lacdt.plotting.js +474 -0
- package/package.json +14 -12
- package/resources/image/Height.png +0 -0
- package/resources/image/JPlace/capital.png +0 -0
- package/resources/image/JPlace/chengzhen.png +0 -0
- package/resources/image/JPlace/shenghui.png +0 -0
- package/resources/image/Move.png +0 -0
- package/resources/image/Scale.png +0 -0
- package/resources/image/arrow-down.png +0 -0
- package/resources/image/arrow-left.png +0 -0
- package/resources/image/arrow-right.png +0 -0
- package/resources/image/arrow-up.png +0 -0
- package/resources/image/arrow.png +0 -0
- package/resources/image/cm_gray.png +0 -0
- package/resources/image/cm_viridis.png +0 -0
- package/resources/image/excavate_bottom_min.jpg +0 -0
- package/resources/image/excavate_side_min.jpg +0 -0
- package/resources/image/eye.png +0 -0
- package/resources/image/facility.gif +0 -0
- package/resources/image/fire.png +0 -0
- package/resources/image/fountain2.png +0 -0
- package/resources/image/globe.jpg +0 -0
- package/resources/image/gpoint.svg +1 -0
- package/resources/image/redflag.png +0 -0
- package/resources/image/smoke.png +0 -0
- package/resources/image/tuodong.png +0 -0
- package/resources/image//346/227/213/350/275/254.png +0 -0
- package/resources/images/circular_particle.png +0 -0
- package/resources/images/cloud.png +0 -0
- package/resources/images/dash.png +0 -0
- package/resources/images/daylight/Daylight_Box_Back.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Bottom.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Front.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Left.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Right.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Top.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mx.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_my.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mz.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_px.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_py.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_pz.jpg +0 -0
- package/resources/images/earthclouds1k.jpg +0 -0
- package/resources/images/earthclouds1k.png +0 -0
- package/resources/images/night_1-2k.jpg +0 -0
- package/resources/images/scan.png +0 -0
- package/resources/images/smoke.png +0 -0
- package/resources/images/specialLine/ArrowOpacity.png +0 -0
- package/resources/images/specialLine/ArrowTransparent.png +0 -0
- package/resources/images/specialLine/DataTransLine.png +0 -0
- package/resources/images/specialLine/DotTransparent.png +0 -0
- package/resources/images/specialLine/LinkPulse.png +0 -0
- package/resources/images/specialLine/LinkTrail.png +0 -0
- package/resources/images/specialLine/Trail.png +0 -0
- package/resources/images/specialLine/Trail1.png +0 -0
- package/resources/images/specialLine/alpha.png +0 -0
- package/resources/images/starmap/starmap_2020_16k_mx.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_my.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_mz.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_px.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_py.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_pz.webp +0 -0
- package/resources/images/wx.png +0 -0
- package/resources/images/wx2.jpg +0 -0
- package/resources/readme.txt +1 -0
- package/resources/textures/grey.png +0 -0
- package/resources/textures/mesh.png +0 -0
- package/resources/textures/waterNormalsSmall.jpg +0 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.js +3519 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.min.js +8 -0
- package/resources/thirdParty/wangEditor/colorpicker.js +481 -0
- package/resources/thirdParty/wangEditor/wangEditor.js +50897 -0
- package/resources/thirdParty/wangEditor/wangeditor.css +945 -0
- package/resources/water/sea 50_1.json.json +578 -0
- package/resources/workers/satellite.worker.js +3175 -0
- package/types/Common/ArrayHelper.d.ts +8 -0
- package/types/Common/Guid.d.ts +4 -0
- package/types/Common/KeyValue.d.ts +5 -0
- package/types/Core/Common/Cesium/Core/xz_Color.d.ts +1545 -0
- package/types/Core/Common/Cesium/Core/xz_measureSize.d.ts +4 -0
- package/types/Core/Common/Cesium/Core/xz_writeTextToCanvas.d.ts +27 -0
- package/types/Core/Common/Cesium/ThirdParty/xz_measureText.d.ts +30 -0
- package/types/Core/Event.d.ts +72 -0
- package/types/Core/GvolLayer.d.ts +39 -0
- package/types/Core/GvolPoint.d.ts +206 -0
- package/types/Core/Music.d.ts +18 -0
- package/types/Core/Register.d.ts +36 -0
- package/types/Core/index.d.ts +46 -0
- package/types/Core/property-item-meta.d.ts +36 -0
- package/types/FixCesium/index.d.ts +0 -0
- package/types/Global/array.d.ts +21 -0
- package/types/Global/global.d.ts +9 -0
- package/types/Global/link.d.ts +32 -0
- package/types/Global/linq.d.ts +15 -0
- package/types/Global/math.d.ts +7 -0
- package/types/Global/number.d.ts +15 -0
- package/types/Global/object.d.ts +7 -0
- package/types/Global/regex.d.ts +6 -0
- package/types/Global/static.d.ts +6 -0
- package/types/Global/string.d.ts +14 -0
- package/types/LayerManager/DynamicLayer/DynamicLayer.d.ts +294 -0
- package/types/LayerManager/GpLayer/GpLayer.d.ts +56 -0
- package/types/LayerManager/GraphicLayer/GraphicLayer.d.ts +209 -0
- package/types/LayerManager/ImageLayer/BaiduImageryProvider.d.ts +33 -0
- package/types/LayerManager/LayerManager.d.ts +59 -0
- package/types/LayerManager/LayerTools.d.ts +3 -0
- package/types/LayerManager/MapBox/CesiumInstance.d.ts +78 -0
- package/types/LayerManager/MapBox/CesiumLayer.d.ts +54 -0
- package/types/LayerManager/MapBox/CesiumLayerOptions.d.ts +34 -0
- package/types/LayerManager/MapBox/MVTImageryProvider/mapboxVectorRender.d.ts +44 -0
- package/types/LayerManager/MapBox/MapboxPlaceName.d.ts +30 -0
- package/types/LayerManager/MapBox/index.d.ts +25 -0
- package/types/LayerManager/MapBox/shaders/colorscales.d.ts +123 -0
- package/types/LayerManager/MapBox/shaders/raster_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/utils.d.ts +13 -0
- package/types/LayerManager/PlotLayer/PlotLayer.d.ts +77 -0
- package/types/LayerManager/SateLayer/Satellite.d.ts +98 -0
- package/types/LayerManager/SateLayer/SatelliteLayer.d.ts +46 -0
- package/types/LayerManager/SateLayer/SpaceDebris.d.ts +23 -0
- package/types/LayerManager/SateLayer/SpaceDebrisLayer.d.ts +40 -0
- package/types/LayerManager/TileLayer/TileLayer.d.ts +27 -0
- package/types/LayerManager/TileLayer/WMTSVectorProvider.d.ts +14 -0
- package/types/LayerManager/index.d.ts +21 -0
- package/types/Models/AnimationConfig.d.ts +29 -0
- package/types/Models/AnimationItem.d.ts +14 -0
- package/types/Models/FileNode.d.ts +24 -0
- package/types/Models/GeojsonPlotModel.d.ts +19 -0
- package/types/Models/GeojsonStyleBase.d.ts +104 -0
- package/types/Models/PlotItem.d.ts +17 -0
- package/types/Models/all.d.ts +268 -0
- package/types/PlottingTool/AnchorHelper.d.ts +50 -0
- package/types/PlottingTool/Animation/AnimationBase.d.ts +61 -0
- package/types/PlottingTool/Animation/AnimationGroup.d.ts +46 -0
- package/types/PlottingTool/Animation/AnimationManager.d.ts +72 -0
- package/types/PlottingTool/Animation/AnimationStartState.d.ts +5 -0
- package/types/PlottingTool/Animation/AnimationState.d.ts +5 -0
- package/types/PlottingTool/Animation/CalcTool.d.ts +6 -0
- package/types/PlottingTool/Animation/CssItems/AudioAnimation.d.ts +14 -0
- package/types/PlottingTool/Animation/CssItems/CssAnimationBase.d.ts +15 -0
- package/types/PlottingTool/Animation/CssItems/CssHideAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssMaskAnimation.d.ts +18 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveHorizonAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveVerticalAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssNumberAnimation.d.ts +4 -0
- package/types/PlottingTool/Animation/CssItems/CssPropChangeAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/CssItems/CssShowAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssShowDisplayAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/CssItems/CssValueAnimation.d.ts +27 -0
- package/types/PlottingTool/Animation/CssItems/SpeakManager.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SpeakTool.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SubtitleAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/VideoAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/XunFeiTool.d.ts +28 -0
- package/types/PlottingTool/Animation/Decorator.d.ts +11 -0
- package/types/PlottingTool/Animation/DefaultConfig.d.ts +5 -0
- package/types/PlottingTool/Animation/FillBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonRepeatAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/IAnimation.d.ts +59 -0
- package/types/PlottingTool/Animation/Items/ArrowDirectAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/AutoRotationAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/Items/CameraFlyAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/CameraRoamAnimation.d.ts +29 -0
- package/types/PlottingTool/Animation/Items/CameraSetAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/Items/ColorAnimation.d.ts +6 -0
- package/types/PlottingTool/Animation/Items/DoubleArrowDirectAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/FollowAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/ForwardAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/HideAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/JBDirectAnimation.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ModelAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/NumberAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/PathAnimation.d.ts +44 -0
- package/types/PlottingTool/Animation/Items/PathMode.d.ts +18 -0
- package/types/PlottingTool/Animation/Items/PathShowAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/Items/PolygonMaskAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/PopulationTimeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/RepeatAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowTifAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/SpiralAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/StateChangeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/SurroundAnimation.d.ts +43 -0
- package/types/PlottingTool/Animation/Items/TargetFllowAniamtion.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ZoomToFlyAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/MaskBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/PageItems/PageShowAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/SingleAnimation.d.ts +32 -0
- package/types/PlottingTool/Arrow/EditorArrowBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorArrowLineBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorAssaultDirection.d.ts +4 -0
- package/types/PlottingTool/Arrow/EditorAttackArrow.d.ts +51 -0
- package/types/PlottingTool/Arrow/EditorDoubleArrow.d.ts +82 -0
- package/types/PlottingTool/Arrow/EditorFineArrow.d.ts +11 -0
- package/types/PlottingTool/Arrow/EditorGatheringPlace.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorSquadCombat.d.ts +9 -0
- package/types/PlottingTool/Arrow/EditorStraightLineArrow.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorTailedAttackArrow.d.ts +8 -0
- package/types/PlottingTool/Arrow/EditorTailedSquadCombat.d.ts +10 -0
- package/types/PlottingTool/Axis3Operator.d.ts +39 -0
- package/types/PlottingTool/Common/ICell.d.ts +9 -0
- package/types/PlottingTool/Common/IVectorTile.d.ts +16 -0
- package/types/PlottingTool/Common/PolygonHelper.d.ts +4 -0
- package/types/PlottingTool/Common/RenderGridTextV2.5.d.ts +36 -0
- package/types/PlottingTool/Common/geocode.d.ts +21 -0
- package/types/PlottingTool/Common.d.ts +26 -0
- package/types/PlottingTool/Cube/EditorCubeBase.d.ts +38 -0
- package/types/PlottingTool/Cube/EditorCubeBox.d.ts +20 -0
- package/types/PlottingTool/Cube/EditorCylinder.d.ts +25 -0
- package/types/PlottingTool/Cube/EditorEllipsoid.d.ts +20 -0
- package/types/PlottingTool/CurrentList.d.ts +14 -0
- package/types/PlottingTool/DataRgister.d.ts +6 -0
- package/types/PlottingTool/DataRgisterAudio.d.ts +5 -0
- package/types/PlottingTool/DataRgisterTif.d.ts +5 -0
- package/types/PlottingTool/DefaultPlottingAttribute.d.ts +1 -0
- package/types/PlottingTool/EditHelpLine.d.ts +8 -0
- package/types/PlottingTool/EditMode.d.ts +218 -0
- package/types/PlottingTool/GVEntityCollection.d.ts +11 -0
- package/types/PlottingTool/Graph.d.ts +340 -0
- package/types/PlottingTool/GraphFactory.d.ts +7 -0
- package/types/PlottingTool/GraphManager.d.ts +145 -0
- package/types/PlottingTool/GraphPropStorage.d.ts +10 -0
- package/types/PlottingTool/GraphProperty.d.ts +58 -0
- package/types/PlottingTool/GraphicRender/CesiumConeCommunicate.d.ts +40 -0
- package/types/PlottingTool/GraphicRender/CesiumRender.d.ts +31 -0
- package/types/PlottingTool/GraphicRender/Cloud/GxCloudItem.d.ts +82 -0
- package/types/PlottingTool/GraphicRender/DynamicProperty.d.ts +14 -0
- package/types/PlottingTool/GraphicRender/RenderPlotting.d.ts +20 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitivePolyline.d.ts +29 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitiveTriangles.d.ts +30 -0
- package/types/PlottingTool/GraphicRender/radar/GxRadarItem.d.ts +93 -0
- package/types/PlottingTool/GxClusterDataSource.d.ts +107 -0
- package/types/PlottingTool/HeightReferenceGraph.d.ts +7 -0
- package/types/PlottingTool/HeightReferencePrimtive.d.ts +8 -0
- package/types/PlottingTool/HtmlBox/BoxFactory.d.ts +4 -0
- package/types/PlottingTool/HtmlBox/CssProp.d.ts +61 -0
- package/types/PlottingTool/HtmlBox/HtmlBox.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/HtmlBoxMulti.d.ts +38 -0
- package/types/PlottingTool/HtmlBox/WangEditor/fwbconfig.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/WangEditor/parse-style-html.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/render-style.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/stroke-color-config.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/style-to-html.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-color.d.ts +13 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-width.d.ts +20 -0
- package/types/PlottingTool/HtmlBox/WangEditor/tools.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/html-box-base.d.ts +34 -0
- package/types/PlottingTool/HtmlBox/html-css-prop.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/new-rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/pic-collection.d.ts +17 -0
- package/types/PlottingTool/HtmlBox/rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/subtitle-box.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/videoBox.d.ts +8 -0
- package/types/PlottingTool/Image/EditorHtml.d.ts +36 -0
- package/types/PlottingTool/Image/EditorImage.d.ts +10 -0
- package/types/PlottingTool/Image/EditorJBPointObject.d.ts +23 -0
- package/types/PlottingTool/Image/EditorRedFlag.d.ts +7 -0
- package/types/PlottingTool/Interface/LayerConfig.d.ts +22 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyBase.d.ts +17 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolygon.d.ts +11 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyline.d.ts +14 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolygon.d.ts +41 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolyline.d.ts +28 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryWall.d.ts +18 -0
- package/types/PlottingTool/NoControlPrimitive/NoControlPrimitive.d.ts +26 -0
- package/types/PlottingTool/NoControlPrimitive/PercentPolyine.d.ts +17 -0
- package/types/PlottingTool/PlottingBaseNode.d.ts +40 -0
- package/types/PlottingTool/PlottingBehavior.d.ts +91 -0
- package/types/PlottingTool/PlottingCommon.d.ts +20 -0
- package/types/PlottingTool/Point/ConeCommunicateWave.d.ts +46 -0
- package/types/PlottingTool/Point/EditorBasePrimitive.d.ts +12 -0
- package/types/PlottingTool/Point/EditorCloud.d.ts +43 -0
- package/types/PlottingTool/Point/EditorCommunicateWave.d.ts +44 -0
- package/types/PlottingTool/Point/EditorJBPointScreen.d.ts +51 -0
- package/types/PlottingTool/Point/EditorModel.d.ts +59 -0
- package/types/PlottingTool/Point/EditorParticle.d.ts +37 -0
- package/types/PlottingTool/Point/EditorPin.d.ts +55 -0
- package/types/PlottingTool/Point/EditorPinCanvas.d.ts +94 -0
- package/types/PlottingTool/Point/EditorPinImage.d.ts +110 -0
- package/types/PlottingTool/Point/EditorPinMakiIcon.d.ts +13 -0
- package/types/PlottingTool/Point/EditorPinText.d.ts +14 -0
- package/types/PlottingTool/Point/EditorPlaneText.d.ts +79 -0
- package/types/PlottingTool/Point/EditorPoint.d.ts +28 -0
- package/types/PlottingTool/Point/EditorRadar.d.ts +80 -0
- package/types/PlottingTool/Point/EditorText.d.ts +93 -0
- package/types/PlottingTool/Point/EditorText_old.d.ts +58 -0
- package/types/PlottingTool/Point/PointJbStrokeSvgHelper.d.ts +28 -0
- package/types/PlottingTool/Point/PointJbSvgHelper.d.ts +31 -0
- package/types/PlottingTool/Point/UECamera.d.ts +49 -0
- package/types/PlottingTool/Polygon/EditorArrow1.d.ts +10 -0
- package/types/PlottingTool/Polygon/EditorCircle.d.ts +13 -0
- package/types/PlottingTool/Polygon/EditorEllipse.d.ts +12 -0
- package/types/PlottingTool/Polygon/EditorFrustum.d.ts +36 -0
- package/types/PlottingTool/Polygon/EditorPolygon.d.ts +102 -0
- package/types/PlottingTool/Polygon/EditorRectangle.d.ts +40 -0
- package/types/PlottingTool/Polygon/EditorRectangleExpand.d.ts +16 -0
- package/types/PlottingTool/Polygon/EditorSector.d.ts +16 -0
- package/types/PlottingTool/Polyline/EditorBezier1.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezier2.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierN.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierSpline.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorCircleArc.d.ts +10 -0
- package/types/PlottingTool/Polyline/EditorCurve.d.ts +7 -0
- package/types/PlottingTool/Polyline/EditorJBLine.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPointArc.d.ts +21 -0
- package/types/PlottingTool/Polyline/EditorPointLine.d.ts +12 -0
- package/types/PlottingTool/Polyline/EditorPointSpline.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPolyline.d.ts +109 -0
- package/types/PlottingTool/Polyline/EditorRoutePolyline.d.ts +16 -0
- package/types/PlottingTool/Polyline/plotsList.d.ts +6 -0
- package/types/PlottingTool/RegexHelper.d.ts +10 -0
- package/types/PlottingTool/Text/EditorAreaText.d.ts +44 -0
- package/types/PlottingTool/Text/EditorRouteText.d.ts +64 -0
- package/types/PlottingTool/Text/MedianLine.d.ts +22 -0
- package/types/PlottingTool/VideoElement/EditorVideo.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/DrawAreaTextToolEx.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/DrawBillboardToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawCtrlPointToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawHtmlToolEx.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/DrawLineToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawMedianPointToolEx.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/DrawModelToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPointToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPolygonToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawRouteTextToolEx.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/DrawTextToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawToolManager.d.ts +60 -0
- package/types/PlottingTool/drawToolExt/HitPointToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/HitRectToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/base/List.d.ts +22 -0
- package/types/PlottingTool/drawToolExt/calcuteShape.d.ts +3 -0
- package/types/PlottingTool/drawToolExt/entity/MaxRecTest.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/entity/XZAreaTextEntity.d.ts +36 -0
- package/types/PlottingTool/drawToolExt/entity/XZBaseEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZBillboardEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZCtrlPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZHtmlEntity.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/entity/XZLineEntity.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/entity/XZMedianPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZModelEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZPolygonEntity.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/entity/XZRouteTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/interface/IBase.d.ts +23 -0
- package/types/PlottingTool/drawToolExt/interface/ICesium.d.ts +99 -0
- package/types/PlottingTool/drawToolExt/interface/IData.d.ts +56 -0
- package/types/PlottingTool/drawToolExt/interface/IEntity.d.ts +80 -0
- package/types/PlottingTool/drawToolExt/interface/IStyle.d.ts +127 -0
- package/types/PlottingTool/drawToolExt/interface/ITool.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/interface/geojson.d.ts +192 -0
- package/types/PlottingTool/drawToolExt/styles/XZAreaTextStyle.d.ts +14 -0
- package/types/PlottingTool/drawToolExt/styles/XZBaseStyle.d.ts +6 -0
- package/types/PlottingTool/drawToolExt/styles/XZBillboardStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZHtmlStyle.d.ts +71 -0
- package/types/PlottingTool/drawToolExt/styles/XZLineStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZModelStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZPointStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZPolygonStyle.d.ts +8 -0
- package/types/PlottingTool/drawToolExt/styles/XZRouteTextStyle.d.ts +11 -0
- package/types/PlottingTool/drawToolExt/styles/XZTextStyle.d.ts +14 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyBase.d.ts +33 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolygon.d.ts +28 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyline.d.ts +21 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolygon.d.ts +13 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolyline.d.ts +13 -0
- package/types/PlottingTool/geojson/GeojsonPercentPolyine.d.ts +18 -0
- package/types/PlottingTool/geojson/parsePolygon.d.ts +25 -0
- package/types/PlottingTool/shareGraph.d.ts +16 -0
- package/types/Scene/Analyzation/Measure.d.ts +120 -0
- package/types/Scene/EventSource/ContextSizeChanged.d.ts +13 -0
- package/types/Scene/GraticuleLayer/Graticule.d.ts +15 -0
- package/types/Scene/Sea/RenderSeaPolygon.d.ts +9 -0
- package/types/SceneObjects/CustomPrimitive/SharedTexturePool.d.ts +13 -0
- package/types/SceneObjects/CustomPrimitive/extrudePolyline.d.ts +1 -0
- package/types/SceneObjects/RenderObject/BindedCylinder.d.ts +40 -0
- package/types/SceneObjects/RenderObject/Bubble.d.ts +125 -0
- package/types/SceneObjects/RenderObject/CesiumBillboard.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumCylinder.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumEllipse.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumEllipsoid.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabel.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabelBillboard.d.ts +39 -0
- package/types/SceneObjects/RenderObject/CesiumLabelRect.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumModel.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumOblique.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumPoint.d.ts +22 -0
- package/types/SceneObjects/RenderObject/CesiumPolygon.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPolyline.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPopover.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumRectangle.d.ts +34 -0
- package/types/SceneObjects/RenderObject/CesiumSphere.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumVolumePolyline.d.ts +32 -0
- package/types/SceneObjects/RenderObject/CesiumWall.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CircularRender.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CustomLabelRender.d.ts +23 -0
- package/types/SceneObjects/RenderObject/CylinderSensor.d.ts +47 -0
- package/types/SceneObjects/RenderObject/DashBoardEffect.d.ts +39 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemFlame.d.ts +42 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemPath.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemState.d.ts +7 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemStyle.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicTimePositions.d.ts +102 -0
- package/types/SceneObjects/RenderObject/DynamicItem/HistoryTrack.d.ts +159 -0
- package/types/SceneObjects/RenderObject/DynamicItem/WarningTarget.d.ts +36 -0
- package/types/SceneObjects/RenderObject/DynamicRippleEffect.d.ts +23 -0
- package/types/SceneObjects/RenderObject/Flag.d.ts +43 -0
- package/types/SceneObjects/RenderObject/GradientSector.d.ts +46 -0
- package/types/SceneObjects/RenderObject/Graphics/GraphicGroup.d.ts +113 -0
- package/types/SceneObjects/RenderObject/RenderObject.d.ts +37 -0
- package/types/SceneObjects/RenderObject/RenderUtils.d.ts +35 -0
- package/types/SceneObjects/RenderObject/ScanEffect.d.ts +40 -0
- package/types/SceneObjects/RenderObject/SectorSensor.d.ts +42 -0
- package/types/SceneObjects/RenderObject/SensorRender.d.ts +15 -0
- package/types/SceneObjects/RenderObject/SpreadEffect.d.ts +47 -0
- package/types/SceneObjects/RenderObject/WaterEffect.d.ts +31 -0
- package/types/SceneObjects/RenderObject/WeatherParticle.d.ts +30 -0
- package/types/SceneObjects/ViewshedAnalysis.d.ts +98 -0
- package/types/SceneObjects/_shared/Destroyable.d.ts +9 -0
- package/types/SceneObjects/_shared/ResourceHandler.d.ts +14 -0
- package/types/SceneObjects/_shared/destroyObject.d.ts +18 -0
- package/types/Service/SceneOptions/Graticule.d.ts +15 -0
- package/types/Service/action.service.d.ts +92 -0
- package/types/Service/advance-html.service.d.ts +12 -0
- package/types/Service/animation.service.d.ts +84 -0
- package/types/Service/cesium.service.d.ts +85 -0
- package/types/Service/cluster.service.d.ts +7 -0
- package/types/Service/config.service.d.ts +24 -0
- package/types/Service/drawServices/VectorRender/renderModels.d.ts +13 -0
- package/types/Service/drawbigfile.service.d.ts +24 -0
- package/types/Service/fwbconfig.d.ts +3 -0
- package/types/Service/geojson-plot.service.d.ts +21 -0
- package/types/Service/html-draw.service.d.ts +134 -0
- package/types/Service/http.service.d.ts +15 -0
- package/types/Service/layers.service.d.ts +34 -0
- package/types/Service/logicService/point.service.d.ts +60 -0
- package/types/Service/message.service.d.ts +4 -0
- package/types/Service/music.service.d.ts +23 -0
- package/types/Service/parse-style-html.d.ts +7 -0
- package/types/Service/plot.service.d.ts +115 -0
- package/types/Service/property.service.d.ts +52 -0
- package/types/Service/render-style.d.ts +7 -0
- package/types/Service/richTextEdit.service.d.ts +35 -0
- package/types/Service/sceneServices/BigFileManager.d.ts +12 -0
- package/types/Service/sceneServices/CesiumManager.d.ts +18 -0
- package/types/Service/sceneServices/EagleManager.d.ts +35 -0
- package/types/Service/sceneServices/HtmlDrawManager.d.ts +12 -0
- package/types/Service/sceneServices/ImageEffectManager.d.ts +19 -0
- package/types/Service/sceneServices/LayerManage.d.ts +61 -0
- package/types/Service/sceneServices/MusicManager.d.ts +10 -0
- package/types/Service/sceneServices/PageAnimationManager.d.ts +39 -0
- package/types/Service/sceneServices/SubtitleManager.d.ts +6 -0
- package/types/Service/sceneServices/TerrainManager.d.ts +11 -0
- package/types/Service/sceneServices/sceneManager.d.ts +71 -0
- package/types/Service/sceneServices/snap.d.ts +33 -0
- package/types/Service/service.manager.d.ts +174 -0
- package/types/Service/stroke-color-config.d.ts +1 -0
- package/types/Service/style-to-html.d.ts +1 -0
- package/types/Service/terrain.service.d.ts +11 -0
- package/types/Service/text-stroke-color.d.ts +13 -0
- package/types/Service/text-stroke-width.d.ts +20 -0
- package/types/Service/tools.d.ts +7 -0
- package/types/Utils/Calculate.d.ts +212 -0
- package/types/Utils/Check.d.ts +98 -0
- package/types/Utils/DateHelper.d.ts +30 -0
- package/types/Utils/GxMath.d.ts +102 -0
- package/types/Utils/GxVector3.d.ts +7 -0
- package/types/Utils/HtmlUtil.d.ts +12 -0
- package/types/Utils/MilsymbolHelper.d.ts +20 -0
- package/types/Utils/TokenHelper.d.ts +36 -0
- package/types/Utils/Util.d.ts +204 -0
- package/types/Utils/d3Clock.d.ts +11 -0
- package/types/Utils/index.d.ts +17 -0
- package/types/Utils/pinyin.static.d.ts +375 -0
- package/types/Utils/pinyin.tool.d.ts +5 -0
- package/types/Utils/pinyin_all.d.ts +20 -0
- package/types/Utils/ready.d.ts +3 -0
- package/types/Utils/tools.d.ts +31 -0
- package/types/index.d.ts +98 -0
- package/types/index.html +35 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Subject } from "rxjs";
|
|
2
|
+
import { PlotItem } from "../Models/PlotItem";
|
|
3
|
+
import ServiceManager from "./service.manager";
|
|
4
|
+
export declare class ActionService {
|
|
5
|
+
private _viewer;
|
|
6
|
+
private serviceManager;
|
|
7
|
+
both2DAnd3DSub$: Subject<unknown>;
|
|
8
|
+
both2D3DOperateList: any;
|
|
9
|
+
both2D3DActionSub$: Subject<unknown>;
|
|
10
|
+
private plot_icon;
|
|
11
|
+
private count;
|
|
12
|
+
/**
|
|
13
|
+
* 构造函数
|
|
14
|
+
* @param serviceManager
|
|
15
|
+
*/
|
|
16
|
+
constructor(serviceManager: ServiceManager);
|
|
17
|
+
/**
|
|
18
|
+
* 手动创建标绘对象
|
|
19
|
+
* @param plot
|
|
20
|
+
* @param screen
|
|
21
|
+
* @param flag
|
|
22
|
+
* @returns
|
|
23
|
+
*/
|
|
24
|
+
createPlot(plot: PlotItem, screen: boolean, flag?: boolean): any;
|
|
25
|
+
/**
|
|
26
|
+
* 基于参数的绘制
|
|
27
|
+
* @param feature
|
|
28
|
+
* @param name
|
|
29
|
+
* @param type
|
|
30
|
+
*/
|
|
31
|
+
createDraw(feature: any): any;
|
|
32
|
+
/**
|
|
33
|
+
* 基于参数的绘制 - geojson格式(非手动点击模式)
|
|
34
|
+
* @param geojsonObj
|
|
35
|
+
* @param objName
|
|
36
|
+
* @param isVectorData
|
|
37
|
+
* @returns
|
|
38
|
+
*/
|
|
39
|
+
createDrawGeojson(geojsonObj: any, objName: string, isVectorData?: boolean): any[];
|
|
40
|
+
/**
|
|
41
|
+
* 分类绘制接口
|
|
42
|
+
* @param plotArr
|
|
43
|
+
* @param filename
|
|
44
|
+
* @param type
|
|
45
|
+
*/
|
|
46
|
+
private drawObj;
|
|
47
|
+
private addAnimation;
|
|
48
|
+
private createGraph;
|
|
49
|
+
private geoGraph;
|
|
50
|
+
/**
|
|
51
|
+
* 绘制点
|
|
52
|
+
* @param arr
|
|
53
|
+
* @param filename
|
|
54
|
+
* @returns
|
|
55
|
+
*/
|
|
56
|
+
private drawPoint;
|
|
57
|
+
/**
|
|
58
|
+
* 绘制多点
|
|
59
|
+
* @param arr
|
|
60
|
+
* @param filename
|
|
61
|
+
* @returns
|
|
62
|
+
*/
|
|
63
|
+
private drawMultiPoint;
|
|
64
|
+
/**
|
|
65
|
+
* 绘制单线
|
|
66
|
+
* @param arr
|
|
67
|
+
* @param filename
|
|
68
|
+
* @returns
|
|
69
|
+
*/
|
|
70
|
+
private drawLineString;
|
|
71
|
+
/**
|
|
72
|
+
* 绘制多线
|
|
73
|
+
* @param arr
|
|
74
|
+
* @param filename
|
|
75
|
+
* @returns
|
|
76
|
+
*/
|
|
77
|
+
private drawMultiLineString;
|
|
78
|
+
/**
|
|
79
|
+
* 绘制单面
|
|
80
|
+
* @param arr
|
|
81
|
+
* @param filename
|
|
82
|
+
* @returns
|
|
83
|
+
*/
|
|
84
|
+
private drawPolygon;
|
|
85
|
+
/**
|
|
86
|
+
* 绘制多面
|
|
87
|
+
* @param arr
|
|
88
|
+
* @param filename
|
|
89
|
+
* @returns
|
|
90
|
+
*/
|
|
91
|
+
private drawMultiPolygon;
|
|
92
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class AdvancedHtmlService {
|
|
2
|
+
isVisible: boolean;
|
|
3
|
+
isOpenPic: boolean;
|
|
4
|
+
currentEditContent: any;
|
|
5
|
+
htmlEditContent: any;
|
|
6
|
+
isHtmlEditContent: boolean;
|
|
7
|
+
editor: any;
|
|
8
|
+
picList: any;
|
|
9
|
+
tnsObj: any;
|
|
10
|
+
constructor();
|
|
11
|
+
updateImgs(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { AnimationGroup } from '../PlottingTool/Animation/AnimationGroup';
|
|
2
|
+
import Graph from '../PlottingTool/Graph';
|
|
3
|
+
import { IAnimation } from '../PlottingTool/Animation/IAnimation';
|
|
4
|
+
import { Subject } from 'rxjs';
|
|
5
|
+
import { AnimationItem } from '../Models/AnimationItem';
|
|
6
|
+
import ServiceManager from './service.manager';
|
|
7
|
+
export declare class AnimationService {
|
|
8
|
+
takePicture: boolean;
|
|
9
|
+
pictureMove: boolean;
|
|
10
|
+
refSub$: Subject<any>;
|
|
11
|
+
pageImage: string;
|
|
12
|
+
select$: Subject<any>;
|
|
13
|
+
private serviceManager;
|
|
14
|
+
private _viewer;
|
|
15
|
+
startPlay$: Subject<any>;
|
|
16
|
+
allAnimation: Array<Array<IAnimation>>;
|
|
17
|
+
timelineModeChanged$: Subject<any>;
|
|
18
|
+
cesiumTimlineZoom$: Subject<any>;
|
|
19
|
+
private _showGlobalTimeLine;
|
|
20
|
+
get showGlobalTimeLine(): boolean;
|
|
21
|
+
set showGlobalTimeLine(v: boolean);
|
|
22
|
+
private listener;
|
|
23
|
+
private _component;
|
|
24
|
+
get component(): any;
|
|
25
|
+
private isPaused;
|
|
26
|
+
set component(value: any);
|
|
27
|
+
show: boolean;
|
|
28
|
+
isMultiSelect: boolean;
|
|
29
|
+
isInitAnimationListWrapper: boolean;
|
|
30
|
+
initAnimationListWrapper: Subject<unknown>;
|
|
31
|
+
animationListWrapperNode: any[];
|
|
32
|
+
getLayersNodeList: Subject<unknown>;
|
|
33
|
+
needDetectd$: Subject<any>;
|
|
34
|
+
needRedraw$: Subject<any>;
|
|
35
|
+
private subjects;
|
|
36
|
+
setTimelines$: Subject<any>;
|
|
37
|
+
sliderMin: number;
|
|
38
|
+
sliderMax: number;
|
|
39
|
+
populationLayer: any;
|
|
40
|
+
populationGroup: AnimationGroup | null;
|
|
41
|
+
stopAnimationSub$: Subject<unknown>;
|
|
42
|
+
rePlayPage$: Subject<unknown>;
|
|
43
|
+
private _selectTimeLine;
|
|
44
|
+
get selectTimeLine(): IAnimation | null | IAnimation[];
|
|
45
|
+
set selectTimeLine(value: IAnimation | null | IAnimation[]);
|
|
46
|
+
currentSelected: any[];
|
|
47
|
+
constructor(serviceManager: ServiceManager);
|
|
48
|
+
onSelectGraph(graph: Graph | null): void;
|
|
49
|
+
animationType: boolean;
|
|
50
|
+
initAnimationList(obj: any): any[];
|
|
51
|
+
cloneAnimation(animation: IAnimation): IAnimation;
|
|
52
|
+
animationGroupList: any;
|
|
53
|
+
loadFromGm(): void;
|
|
54
|
+
private needRefresh;
|
|
55
|
+
private _currentTime;
|
|
56
|
+
private pageTime;
|
|
57
|
+
get currentTime(): number;
|
|
58
|
+
set currentTime(value: number);
|
|
59
|
+
rebuildAnimation(): boolean;
|
|
60
|
+
startPlay(obj: any): void;
|
|
61
|
+
stopAnimatin(): Promise<void>;
|
|
62
|
+
itemAnimation: any[];
|
|
63
|
+
stopTimelineAni(): void;
|
|
64
|
+
deleteAnimationByTargetIdHtml(targetId: string): void;
|
|
65
|
+
getAnimationByTargetIdHtml(targetId: string): IAnimation;
|
|
66
|
+
addSubtitleAnimation(subtitleAnimation: AnimationItem): void;
|
|
67
|
+
addPopulationLayer(): {
|
|
68
|
+
type: any;
|
|
69
|
+
animation: {
|
|
70
|
+
type: string;
|
|
71
|
+
keyframes: {
|
|
72
|
+
val: number;
|
|
73
|
+
}[];
|
|
74
|
+
};
|
|
75
|
+
title: string;
|
|
76
|
+
icon: string;
|
|
77
|
+
image: string;
|
|
78
|
+
webp: string;
|
|
79
|
+
start: Date;
|
|
80
|
+
end: Date;
|
|
81
|
+
};
|
|
82
|
+
removePopulationLayer(): void;
|
|
83
|
+
intersectTwoArr(arr1: any, arr2: any): any;
|
|
84
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { Graticule } from './SceneOptions/Graticule';
|
|
3
|
+
export declare class CesiumService {
|
|
4
|
+
private viewer;
|
|
5
|
+
skyBox1: any;
|
|
6
|
+
skyBox2: any;
|
|
7
|
+
currentSkyBox: any;
|
|
8
|
+
CesiumCreated: Subject<Cesium.Viewer>;
|
|
9
|
+
viewerLoaded$: Subject<boolean>;
|
|
10
|
+
HeightChanged: Subject<number>;
|
|
11
|
+
navDetectChanges2$: Subject<unknown>;
|
|
12
|
+
hideLoadingSub$: Subject<unknown>;
|
|
13
|
+
changeUnrealSub$: Subject<unknown>;
|
|
14
|
+
isReLoad: boolean;
|
|
15
|
+
viewerHtml: any;
|
|
16
|
+
pageChangeLoading: boolean;
|
|
17
|
+
isAnimationPlayOrPause: boolean;
|
|
18
|
+
viewChangeSub$: Subject<unknown>;
|
|
19
|
+
isZoomAnimation: boolean;
|
|
20
|
+
cacheSSCC: any;
|
|
21
|
+
userCacheSSCC: any;
|
|
22
|
+
cesiumScreenSpaceCameraController: any;
|
|
23
|
+
screenSpaceCameraController: any;
|
|
24
|
+
is2D: boolean;
|
|
25
|
+
clockMultipliers: number[];
|
|
26
|
+
clickHandler: any;
|
|
27
|
+
isBrowserPageShow: boolean;
|
|
28
|
+
endPixelstreaming: Function;
|
|
29
|
+
isZoomInBtnForbidden: boolean;
|
|
30
|
+
isZoomOutBtnForbidden: boolean;
|
|
31
|
+
zoomBtnRender: any;
|
|
32
|
+
maxZoomHeight: number;
|
|
33
|
+
minZoomHeight: number;
|
|
34
|
+
floatToolRefSub$: Subject<unknown>;
|
|
35
|
+
isCtrlKeyPress: boolean;
|
|
36
|
+
ctrlSelecthandler: any;
|
|
37
|
+
ctrlSelectDiv: any;
|
|
38
|
+
ctrlFirstPosition: any;
|
|
39
|
+
ctrlLastPosition: any;
|
|
40
|
+
ctrlSelectEntity: any;
|
|
41
|
+
isFullScreenPlay: boolean;
|
|
42
|
+
anchorRefreshSub$: Subject<unknown>;
|
|
43
|
+
isTimelineAtDragging: boolean;
|
|
44
|
+
graticuleLayer: Graticule;
|
|
45
|
+
show: boolean;
|
|
46
|
+
constructor();
|
|
47
|
+
/**
|
|
48
|
+
* 设置地形
|
|
49
|
+
* @param type 0无地形;1默认地形;2全球地形
|
|
50
|
+
*/
|
|
51
|
+
SetTerrain(type: number): number;
|
|
52
|
+
river: Cesium.Primitive;
|
|
53
|
+
sea: Cesium.Primitive;
|
|
54
|
+
SetWater(enable: boolean): Promise<void>;
|
|
55
|
+
getWmsLayer(): {
|
|
56
|
+
layers: string;
|
|
57
|
+
url: string;
|
|
58
|
+
tileWidth: number;
|
|
59
|
+
tileHeight: number;
|
|
60
|
+
parameters: {
|
|
61
|
+
format: string;
|
|
62
|
+
};
|
|
63
|
+
enablePickFeatures: boolean;
|
|
64
|
+
};
|
|
65
|
+
toDegrees(cartesian3Pos: any): number[];
|
|
66
|
+
flyToHome(): void;
|
|
67
|
+
addNotAllowedCursor(): void;
|
|
68
|
+
removeNotAllowedCursor(): void;
|
|
69
|
+
showPageLoading(): void;
|
|
70
|
+
hidePageLoading(): void;
|
|
71
|
+
zoomInMap(): void;
|
|
72
|
+
getPick(position: Cesium.Cartesian2): any;
|
|
73
|
+
zoomInMapByScreenPosition(screenPosition: Cesium.Cartesian2): void;
|
|
74
|
+
calculateZoomInBastView(screenPosition: Cesium.Cartesian2): {
|
|
75
|
+
destination: Cesium.Cartesian3;
|
|
76
|
+
orientation: Cesium.HeadingPitchRoll;
|
|
77
|
+
};
|
|
78
|
+
zoomOutMap(): void;
|
|
79
|
+
setZoomAnimation(isAnimate: any): void;
|
|
80
|
+
isMobileAgent(): boolean;
|
|
81
|
+
change2D(): void;
|
|
82
|
+
changeMultiplier(value: any): void;
|
|
83
|
+
getEntityByBoardID(graphId: string): any;
|
|
84
|
+
getEntityByGraphID(graphId: string): any;
|
|
85
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ConfigService {
|
|
2
|
+
constructor();
|
|
3
|
+
config: {};
|
|
4
|
+
static deServiceIp: string | any;
|
|
5
|
+
static saveIp: string | any;
|
|
6
|
+
static geopptServiceIp: string | any;
|
|
7
|
+
static uploadFileIp: string | any;
|
|
8
|
+
static iCenterIp: string | any;
|
|
9
|
+
static geopptWebUrl: string | any;
|
|
10
|
+
static geopptServiceUrl: string | any;
|
|
11
|
+
static terrainUrl: string | any;
|
|
12
|
+
static globalTerrainUrl: string | any;
|
|
13
|
+
static pageUrl: string | any;
|
|
14
|
+
static aliyunIp: string;
|
|
15
|
+
getDeServiceIp(): string;
|
|
16
|
+
getGeopptServiceIp(): string;
|
|
17
|
+
getUploadFileIp(): string;
|
|
18
|
+
getICenterServerIp(): string;
|
|
19
|
+
getGeopptWebUrlIp(): string;
|
|
20
|
+
getGeopptServiceUrlIp(): string;
|
|
21
|
+
getTerrainUrlIp(): string;
|
|
22
|
+
getGlobalTerrainUrlIp(): string;
|
|
23
|
+
getPageUrlIp(): string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class RenderContext {
|
|
2
|
+
points: Cesium.IPointPrimitive[];
|
|
3
|
+
lines: Cesium.IPolylinePrimitive[];
|
|
4
|
+
lables: Cesium.ILabel[];
|
|
5
|
+
/**请勿使用,大批量绘制矢量使用 */
|
|
6
|
+
polygonInstances: Cesium.GeometryInstance[];
|
|
7
|
+
/**请勿使用,大批量绘制矢量使用 */
|
|
8
|
+
polylineInstances: Cesium.GeometryInstance[];
|
|
9
|
+
geometries: Cesium.Primitive[];
|
|
10
|
+
billboards: Cesium.IBillboard[];
|
|
11
|
+
models: Cesium.IModel[];
|
|
12
|
+
texts: Cesium.Primitive[];
|
|
13
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { GpLayer } from '../LayerManager/GpLayer/GpLayer';
|
|
3
|
+
import ServiceManager from './service.manager';
|
|
4
|
+
export declare class DrawbigfileService {
|
|
5
|
+
attrList: string[];
|
|
6
|
+
isRefresh$: Subject<any>;
|
|
7
|
+
gpList: Array<GpLayer>;
|
|
8
|
+
currentFile: GpLayer;
|
|
9
|
+
private serviceManager;
|
|
10
|
+
private viewer;
|
|
11
|
+
constructor(serviceManager: ServiceManager);
|
|
12
|
+
setCurrentBigfile(bigfile: any, flag?: boolean): void;
|
|
13
|
+
cleanAll(): void;
|
|
14
|
+
createGpObject(params: any): GpLayer;
|
|
15
|
+
createGpObjectNoLayer(params: any): GpLayer;
|
|
16
|
+
changeLayerAttr(g: any): void;
|
|
17
|
+
changeLevel(flag?: string): void;
|
|
18
|
+
getLayer(params: any, layertype: string, serviceInfo?: any): Cesium.ImageryLayer;
|
|
19
|
+
draw(plot: any, flag?: boolean): GpLayer;
|
|
20
|
+
initListData(item: any): void;
|
|
21
|
+
getListDataToSave(): any;
|
|
22
|
+
setListByData(dataList: Array<GpLayer>): void;
|
|
23
|
+
del(gp: any): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { GeojsonPlotModel } from '../Models/GeojsonPlotModel';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
export declare class GeojsonPlotService {
|
|
4
|
+
private _viewer;
|
|
5
|
+
get viewer(): Cesium.Viewer;
|
|
6
|
+
entityTypeEnum: string[];
|
|
7
|
+
geojsonList: GeojsonPlotModel[];
|
|
8
|
+
currentGeojson: GeojsonPlotModel | null;
|
|
9
|
+
isEditing: boolean;
|
|
10
|
+
onGeojsonCreated: Subject<GeojsonPlotModel | any>;
|
|
11
|
+
constructor(viewer: Cesium.Viewer);
|
|
12
|
+
addPlot(gjPlot: GeojsonPlotModel, emitEvent: boolean): Promise<void>;
|
|
13
|
+
initDataSource(gjPlot: GeojsonPlotModel, dataSource: Cesium.DataSource): Cesium.CustomDataSource;
|
|
14
|
+
clearGjPlot(): void;
|
|
15
|
+
deleteGjPlot(gjPlot: GeojsonPlotModel): void;
|
|
16
|
+
deleteGjList(dataList: Array<GeojsonPlotModel>): void;
|
|
17
|
+
setCurrentGjPlot(gjPlot: GeojsonPlotModel | null, fireEvent?: boolean): void;
|
|
18
|
+
getListDataToSave(): any;
|
|
19
|
+
setListByData(dataList: Array<GeojsonPlotModel>, emitEvent: boolean): void;
|
|
20
|
+
openGeojson(e: any, icon: string): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { HtmlBox } from '../PlottingTool/HtmlBox/HtmlBox';
|
|
3
|
+
import { HtmlBoxMulti } from '../PlottingTool/HtmlBox/HtmlBoxMulti';
|
|
4
|
+
import { SubtitleBox } from '../PlottingTool/HtmlBox/subtitle-box';
|
|
5
|
+
import { HtmlBoxBase } from '../PlottingTool/HtmlBox/html-box-base';
|
|
6
|
+
import { PicCollectionBox } from '../PlottingTool/HtmlBox/pic-collection';
|
|
7
|
+
import { RichTextBox } from '../PlottingTool/HtmlBox/rich-text';
|
|
8
|
+
import { NewRichTextBox } from '../PlottingTool/HtmlBox/new-rich-text';
|
|
9
|
+
import ServiceManager from './service.manager';
|
|
10
|
+
export declare class HtmlDrawService {
|
|
11
|
+
static boxLeft: number;
|
|
12
|
+
static boxWidth: number;
|
|
13
|
+
private viewer;
|
|
14
|
+
private _currentBox;
|
|
15
|
+
get currentBox(): HtmlBoxBase | HtmlBoxMulti;
|
|
16
|
+
set currentBox(value: HtmlBoxBase | HtmlBoxMulti);
|
|
17
|
+
currentBoxType: any;
|
|
18
|
+
currentBoxPath: any;
|
|
19
|
+
private newBox;
|
|
20
|
+
private _isReadOnly;
|
|
21
|
+
get isReadOnly(): boolean;
|
|
22
|
+
set isReadOnly(v: boolean);
|
|
23
|
+
subTitleChange: Subject<unknown>;
|
|
24
|
+
private serviceManager;
|
|
25
|
+
constructor(serviceManager: ServiceManager);
|
|
26
|
+
get container(): HTMLDivElement;
|
|
27
|
+
set container(value: HTMLDivElement);
|
|
28
|
+
scalePercent: number;
|
|
29
|
+
autoScale: boolean;
|
|
30
|
+
boxList: HtmlBoxBase[];
|
|
31
|
+
onBoxSelected: Subject<HtmlBox | HtmlBoxMulti>;
|
|
32
|
+
onCtrlBoxesSelected: Subject<any>;
|
|
33
|
+
private _currentBoxList;
|
|
34
|
+
get currentBoxList(): Array<any>;
|
|
35
|
+
set currentBoxList(v: Array<any>);
|
|
36
|
+
onBoxCreated: Subject<any>;
|
|
37
|
+
selectedBoxBorderList: HTMLElement[];
|
|
38
|
+
onVideoAnimationInit: Subject<unknown>;
|
|
39
|
+
endHtmlPlot$: Subject<any>;
|
|
40
|
+
obj: Object;
|
|
41
|
+
isDrawPanelShow: boolean;
|
|
42
|
+
private startX;
|
|
43
|
+
private startY;
|
|
44
|
+
private diffX;
|
|
45
|
+
private diffY;
|
|
46
|
+
private dragging;
|
|
47
|
+
containerDiv: HTMLElement;
|
|
48
|
+
isEditing: boolean;
|
|
49
|
+
private movingBoxElement;
|
|
50
|
+
private currentBoxTop;
|
|
51
|
+
private currentBoxLeft;
|
|
52
|
+
private resizing;
|
|
53
|
+
private resizingStartX;
|
|
54
|
+
private resizingStartY;
|
|
55
|
+
private heightStartY;
|
|
56
|
+
private widthStartX;
|
|
57
|
+
private heightOriginValue;
|
|
58
|
+
private widthOriginValue;
|
|
59
|
+
private topOriginValue;
|
|
60
|
+
private leftOriginValue;
|
|
61
|
+
private currentBoxHeight;
|
|
62
|
+
private currentBoxWidth;
|
|
63
|
+
private _container;
|
|
64
|
+
private beginDragValue;
|
|
65
|
+
operatorEnd: Subject<any>;
|
|
66
|
+
private operatorMoveDiffX;
|
|
67
|
+
private operatorMoveDiffY;
|
|
68
|
+
private operatorMoving;
|
|
69
|
+
private toolMoverMouseUp;
|
|
70
|
+
private toolMoverMouseMove;
|
|
71
|
+
private prevBoxTop;
|
|
72
|
+
private prevBoxLeft;
|
|
73
|
+
isCtrlPressedSub$: Subject<unknown>;
|
|
74
|
+
getListDataToSave(): string;
|
|
75
|
+
convertBoxListToString(boxList: HtmlBox[]): string;
|
|
76
|
+
saveBoxData(box: HtmlBox | RichTextBox | PicCollectionBox | NewRichTextBox): HtmlBox | RichTextBox | NewRichTextBox | PicCollectionBox;
|
|
77
|
+
setBoxEditable(editable: boolean): void;
|
|
78
|
+
setListByData(data: Array<HtmlBoxBase>): HtmlBoxBase[];
|
|
79
|
+
showHtml(data: Array<HtmlBox>): void;
|
|
80
|
+
deleteBox(box: HtmlBox): void;
|
|
81
|
+
deleteBoxList(htmlList: HtmlBox[]): void;
|
|
82
|
+
clearHtmlDiv(): void;
|
|
83
|
+
init(): void;
|
|
84
|
+
/**
|
|
85
|
+
* 动态创建富文本面板
|
|
86
|
+
*/
|
|
87
|
+
createRichTextPanel(): HTMLElement;
|
|
88
|
+
private updateBoxSize;
|
|
89
|
+
updateOperatorPoint(ab: HTMLElement, isSubTitle?: boolean): void;
|
|
90
|
+
hideOperator(): void;
|
|
91
|
+
showOperator(ab: HTMLElement, isSubTitle?: boolean): void;
|
|
92
|
+
lockHTMlBox(box?: any): void;
|
|
93
|
+
showSelectBox(ab: HTMLElement, isSubTitle?: boolean): void;
|
|
94
|
+
tempDirection: string;
|
|
95
|
+
private addControlBar;
|
|
96
|
+
private scaling;
|
|
97
|
+
private mouseStartX;
|
|
98
|
+
private mouseStartY;
|
|
99
|
+
private startScale;
|
|
100
|
+
getOwnerElement(): any;
|
|
101
|
+
private startResizing;
|
|
102
|
+
private topHeightResizing;
|
|
103
|
+
private leftWidthResizing;
|
|
104
|
+
private widthResizing;
|
|
105
|
+
private heightResizing;
|
|
106
|
+
private startMoveHeight;
|
|
107
|
+
private startMoveWidth;
|
|
108
|
+
updateSelectBox(): void;
|
|
109
|
+
scaleValue(val: any): number;
|
|
110
|
+
reScaleValue(val: any): number;
|
|
111
|
+
calMouseCurrentOffset(): {
|
|
112
|
+
top: number;
|
|
113
|
+
left: number;
|
|
114
|
+
width: number;
|
|
115
|
+
height: number;
|
|
116
|
+
};
|
|
117
|
+
initParam(plot: any): void;
|
|
118
|
+
private startDraw;
|
|
119
|
+
private drawEnd;
|
|
120
|
+
setSubtitleListByData(data: Array<SubtitleBox>): Array<SubtitleBox>;
|
|
121
|
+
addSubtitleBox(text: string): SubtitleBox;
|
|
122
|
+
initBoxEvent(box: HTMLElement): void;
|
|
123
|
+
boxOnMouseDown(e: any): void;
|
|
124
|
+
isEdit: boolean;
|
|
125
|
+
setCurrentBox(box: HtmlBoxBase | HtmlBoxMulti | null, fireEvent?: boolean, frameSelection?: boolean): void;
|
|
126
|
+
addImage(x: number, y: number, imgUrl: string): void;
|
|
127
|
+
startDragBox(e: any): void;
|
|
128
|
+
multiBeginValue: any;
|
|
129
|
+
private endDragBox;
|
|
130
|
+
private deleteAll;
|
|
131
|
+
private controlCurrentBox;
|
|
132
|
+
resetRichToolbarPos(): void;
|
|
133
|
+
saveImage(e: any): Promise<void>;
|
|
134
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AxiosRequestConfig } from 'axios';
|
|
2
|
+
export declare class HttpService {
|
|
3
|
+
private instance;
|
|
4
|
+
constructor(config: AxiosRequestConfig);
|
|
5
|
+
getData<T>(config: AxiosRequestConfig | string): Promise<T>;
|
|
6
|
+
private initInterceptors;
|
|
7
|
+
private interceptorsRequest;
|
|
8
|
+
private interceptorsResponse;
|
|
9
|
+
realtimeForecast(token: string, lot: number, lat: number): Promise<any>;
|
|
10
|
+
getMinutesLevelForecast(token: string, lot: number, lat: number): Promise<any>;
|
|
11
|
+
getHourLevelForecast(token: string, lot: number, lat: number): Promise<any>;
|
|
12
|
+
getDayLevelForecast(token: string, lot: number, lat: number): Promise<any>;
|
|
13
|
+
warningData(token: string, lot: number, lat: number): Promise<any>;
|
|
14
|
+
}
|
|
15
|
+
export declare const http: HttpService;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { NzTreeNode } from 'ng-zorro-antd/tree';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { FileNode } from '../Models/FileNode';
|
|
4
|
+
export declare class LayersService {
|
|
5
|
+
rename$: Subject<any>;
|
|
6
|
+
itemTreeLocate$: Subject<any>;
|
|
7
|
+
private serviceManager;
|
|
8
|
+
constructor(serviceManager: any);
|
|
9
|
+
startDragTreeNodeInd: number;
|
|
10
|
+
nodes: NzTreeNode[];
|
|
11
|
+
startDragNodeFlag: boolean;
|
|
12
|
+
private options;
|
|
13
|
+
clearInCtrlList$: Subject<unknown>;
|
|
14
|
+
isLayerCtrlPressed: boolean;
|
|
15
|
+
setCurrentNodeListSub$: Subject<unknown>;
|
|
16
|
+
setCrossSelectedNodesSub$: Subject<unknown>;
|
|
17
|
+
getTreeOptions(node: NzTreeNode): void;
|
|
18
|
+
getNodeByid(id: string, node: NzTreeNode): any;
|
|
19
|
+
getById(id: string): any;
|
|
20
|
+
save(): FileNode[];
|
|
21
|
+
editEleName: string;
|
|
22
|
+
selectedEle: any;
|
|
23
|
+
previousFolder: any;
|
|
24
|
+
/**重命名变量赋值 */
|
|
25
|
+
reNameElement(node: any): void;
|
|
26
|
+
/**重命名常规操作 */
|
|
27
|
+
selectboxtoggle(ele: NzTreeNode): void;
|
|
28
|
+
/**编辑元素/文件夹名称校验 */
|
|
29
|
+
editElelist(ele: NzTreeNode): boolean;
|
|
30
|
+
/**子节点所有元素 */
|
|
31
|
+
getChildnodes(): NzTreeNode[];
|
|
32
|
+
/**元素属性名称编辑校验 */
|
|
33
|
+
eleAttrNameCheck(entity: any): boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { DrawItem, pageEntity, PublishScene, Scene, User } from '../../Models/all';
|
|
3
|
+
import Undomanager from 'undo-manager';
|
|
4
|
+
export declare class DrawService {
|
|
5
|
+
private viewer;
|
|
6
|
+
private _viewer;
|
|
7
|
+
constructor(viewer: Cesium.Viewer);
|
|
8
|
+
manager: Undomanager;
|
|
9
|
+
notice$: Subject<string>;
|
|
10
|
+
openPage$: Subject<number>;
|
|
11
|
+
judgeArrowSub$: Subject<boolean>;
|
|
12
|
+
plotList: DrawItem[];
|
|
13
|
+
scene: Scene | PublishScene;
|
|
14
|
+
sceneList: Scene[];
|
|
15
|
+
currentPlotList: any[];
|
|
16
|
+
testList: any[];
|
|
17
|
+
user: User;
|
|
18
|
+
page: pageEntity;
|
|
19
|
+
overviewList: any;
|
|
20
|
+
alpha: number;
|
|
21
|
+
brightness: any;
|
|
22
|
+
saturation: any;
|
|
23
|
+
hue: any;
|
|
24
|
+
contrast: any;
|
|
25
|
+
init$: Subject<any>;
|
|
26
|
+
count: number;
|
|
27
|
+
open$: Subject<any>;
|
|
28
|
+
import$: Subject<{
|
|
29
|
+
jsonStr: any;
|
|
30
|
+
filename: string;
|
|
31
|
+
}>;
|
|
32
|
+
mergeScene$: Subject<any>;
|
|
33
|
+
openCompleted: Subject<any>;
|
|
34
|
+
resolutionChanged$: Subject<any>;
|
|
35
|
+
pageLoadCompleted$: Subject<pageEntity>;
|
|
36
|
+
scene$: Subject<Scene>;
|
|
37
|
+
refresh$: Subject<boolean>;
|
|
38
|
+
changeList: any[];
|
|
39
|
+
notify$: Subject<boolean>;
|
|
40
|
+
init: boolean;
|
|
41
|
+
cesiumPositionMargin: any;
|
|
42
|
+
recoverScene$: Subject<any>;
|
|
43
|
+
defaultSceneWidth: number;
|
|
44
|
+
defaultSceneHeight: number;
|
|
45
|
+
addScene(sceneName?: any, sceneWidth?: any, sceneHeight?: any): Scene;
|
|
46
|
+
genAddSceneName(keyword: any, list: any): string;
|
|
47
|
+
convertPageImage(page: pageEntity): string;
|
|
48
|
+
initScene(): void;
|
|
49
|
+
drawPoint(position: any): Cesium.IPoint;
|
|
50
|
+
savePlot(plot: any, type: any, arr?: any, end?: any): DrawItem;
|
|
51
|
+
remove(id: any): void;
|
|
52
|
+
add(id: any, item: any): void;
|
|
53
|
+
create(id: any, item: any): void;
|
|
54
|
+
transormFromGraphManager(page: pageEntity): DrawItem;
|
|
55
|
+
transformToGraphManager(page: pageEntity): DrawItem;
|
|
56
|
+
transformFromEntity(arr: any): DrawItem[];
|
|
57
|
+
delete(e: any): void;
|
|
58
|
+
sceneEdited(): void;
|
|
59
|
+
removeSceneEditFlag(): void;
|
|
60
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { Music } from '../Core/Music';
|
|
3
|
+
import { GvolMessageService } from './message.service';
|
|
4
|
+
export declare class MusicService {
|
|
5
|
+
isRefresh$: Subject<any>;
|
|
6
|
+
chooseMusic$: Subject<any>;
|
|
7
|
+
musicList: Array<Music>;
|
|
8
|
+
currentMusic: Music;
|
|
9
|
+
currentMusicList: Music[];
|
|
10
|
+
musicDataSub$: Subject<unknown>;
|
|
11
|
+
private message;
|
|
12
|
+
constructor(message: GvolMessageService);
|
|
13
|
+
addMusic(params: any): Music;
|
|
14
|
+
setCurrentMusic(entity: any, isMultiSelect?: boolean): void;
|
|
15
|
+
del(entity: any): void;
|
|
16
|
+
clear(): void;
|
|
17
|
+
saveData(): any;
|
|
18
|
+
recoverData(list: any): void;
|
|
19
|
+
removeRepeat(list: any): any;
|
|
20
|
+
makeMusic(params: any): Music;
|
|
21
|
+
createObj(params: any): Music;
|
|
22
|
+
clearMultiSelectMusics(): void;
|
|
23
|
+
}
|