@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,23 @@
|
|
|
1
|
+
import * as satellite from "satellite.js";
|
|
2
|
+
/**
|
|
3
|
+
* 卫星碎片
|
|
4
|
+
*/
|
|
5
|
+
export declare class SpaceDebris {
|
|
6
|
+
id: any;
|
|
7
|
+
name: any;
|
|
8
|
+
tleLine1: any;
|
|
9
|
+
tleLine2: any;
|
|
10
|
+
satrec: any;
|
|
11
|
+
totalSeconds: number;
|
|
12
|
+
stepSeconds: any;
|
|
13
|
+
leadTime: number;
|
|
14
|
+
trailTime: any;
|
|
15
|
+
curPos: any;
|
|
16
|
+
debrisPoint: any;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @param tle 卫星轨道两根数(包含卫星名称)
|
|
20
|
+
*/
|
|
21
|
+
constructor(tle?: string);
|
|
22
|
+
getPositionEci(time: any): boolean | satellite.EciVec3<number>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 卫星碎片图层
|
|
3
|
+
*/
|
|
4
|
+
export declare class SpaceDebrisLayer {
|
|
5
|
+
viewer: any;
|
|
6
|
+
spaceDebrisList: any;
|
|
7
|
+
debrisDataSource: any;
|
|
8
|
+
clockTick: any;
|
|
9
|
+
constructor(viewer: any);
|
|
10
|
+
/**
|
|
11
|
+
* 添加卫星碎片
|
|
12
|
+
* @param debris 卫星碎片
|
|
13
|
+
*/
|
|
14
|
+
add(debris: any): void;
|
|
15
|
+
/**
|
|
16
|
+
* 显示
|
|
17
|
+
*/
|
|
18
|
+
show(): void;
|
|
19
|
+
/**
|
|
20
|
+
* 隐藏
|
|
21
|
+
*/
|
|
22
|
+
hide(): void;
|
|
23
|
+
/**
|
|
24
|
+
* 销毁
|
|
25
|
+
*/
|
|
26
|
+
destroy(): void;
|
|
27
|
+
/**
|
|
28
|
+
* 改变速度
|
|
29
|
+
* @param factor 倍率
|
|
30
|
+
*/
|
|
31
|
+
multiplierChange(factor: any): void;
|
|
32
|
+
/**
|
|
33
|
+
* 暂停
|
|
34
|
+
*/
|
|
35
|
+
pause(): void;
|
|
36
|
+
/**
|
|
37
|
+
* 播放
|
|
38
|
+
*/
|
|
39
|
+
play(): void;
|
|
40
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GvolLayer } from "../../Core/GvolLayer";
|
|
2
|
+
import GvolObject from "../../Core/GvolObject";
|
|
3
|
+
/**
|
|
4
|
+
* Tile图层
|
|
5
|
+
* @description 具备添加、删除Tile图层对象等功能
|
|
6
|
+
* @class
|
|
7
|
+
* @extends GvolLayer
|
|
8
|
+
*/
|
|
9
|
+
export declare class TileLayer extends GvolLayer {
|
|
10
|
+
_viewer: Cesium.Viewer;
|
|
11
|
+
constructor(viewer: Cesium.Viewer);
|
|
12
|
+
/**
|
|
13
|
+
* 添加对象
|
|
14
|
+
* @param item
|
|
15
|
+
*/
|
|
16
|
+
add(item: GvolObject): GvolObject;
|
|
17
|
+
/**
|
|
18
|
+
* 删除对象
|
|
19
|
+
* @param
|
|
20
|
+
*/
|
|
21
|
+
remove(value: string | GvolObject): GvolObject;
|
|
22
|
+
/**
|
|
23
|
+
* 解析json
|
|
24
|
+
* @param json 解析
|
|
25
|
+
*/
|
|
26
|
+
parseJson(json: any): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class WMTSVectorProvider {
|
|
2
|
+
protected _url: any;
|
|
3
|
+
protected _layer: any;
|
|
4
|
+
protected _format: any;
|
|
5
|
+
protected _tilematrixset: any;
|
|
6
|
+
protected _style: any;
|
|
7
|
+
protected _version: any;
|
|
8
|
+
protected _minLevel: any;
|
|
9
|
+
protected _maxLevel: any;
|
|
10
|
+
constructor(options: any);
|
|
11
|
+
get minLevel(): any;
|
|
12
|
+
get maxLevel(): any;
|
|
13
|
+
requestVectorTile(level: any, x: any, y: any, success: any, failure: any): any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LayerManager } from "./LayerManager";
|
|
2
|
+
import { BaiduImageryProvider } from './ImageLayer/BaiduImageryProvider';
|
|
3
|
+
import { Satellite } from "./sateLayer/Satellite";
|
|
4
|
+
import '../PlottingTool/GraphicRender/SpecialEffect/CesiumGeometry';
|
|
5
|
+
import { SpaceDebris } from "./sateLayer/SpaceDebris";
|
|
6
|
+
/**
|
|
7
|
+
* 图层管理
|
|
8
|
+
* @namespace
|
|
9
|
+
*/
|
|
10
|
+
declare const LayerMgr: {
|
|
11
|
+
BaiduImageryProvider: typeof BaiduImageryProvider;
|
|
12
|
+
PlaceNameTile: any;
|
|
13
|
+
PlaceNameTileOpt: any;
|
|
14
|
+
PlaceFontStyle: any;
|
|
15
|
+
VectorModelTileOpt: any;
|
|
16
|
+
VectorModelTile: any;
|
|
17
|
+
LayerManager: typeof LayerManager;
|
|
18
|
+
Satellite: typeof Satellite;
|
|
19
|
+
SpaceDebris: typeof SpaceDebris;
|
|
20
|
+
};
|
|
21
|
+
export default LayerMgr;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AnimationItem } from './AnimationItem';
|
|
2
|
+
import { PathAnimation } from '../PlottingTool/Animation/Items/PathAnimation';
|
|
3
|
+
import { SingleAnimation } from '../PlottingTool/Animation/SingleAnimation';
|
|
4
|
+
import { CameraSetAnimation } from '../PlottingTool/Animation/Items/CameraSetAnimation';
|
|
5
|
+
import { GxModelAnimation } from '../PlottingTool/Animation/Items/ModelAnimation';
|
|
6
|
+
import { StateChangeAnimation } from '../PlottingTool/Animation/Items/StateChangeAnimation';
|
|
7
|
+
import { CssNumberAnimation } from '../PlottingTool/Animation/CssItems/CssNumberAnimation';
|
|
8
|
+
import { CameraRoamAnimation } from '../PlottingTool/Animation/Items/CameraRoamAnimation';
|
|
9
|
+
import { CssPropChangeAnimation } from '../PlottingTool/Animation/CssItems/CssPropChangeAnimation';
|
|
10
|
+
import { SubtitleAnimation } from '../PlottingTool/Animation/CssItems/SubtitleAnimation';
|
|
11
|
+
import { PathShowAnimation } from '../PlottingTool/Animation/Items/PathShowAnimation';
|
|
12
|
+
import { GeojsonVisibleAnimation } from '../PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation';
|
|
13
|
+
import { PageShowAnimation } from '../PlottingTool/Animation/PageItems/PageShowAnimation';
|
|
14
|
+
import { FollowAnimation } from '../PlottingTool/Animation/Items/FollowAnimation';
|
|
15
|
+
import { SurroundAnimation } from '../PlottingTool/Animation/Items/SurroundAnimation';
|
|
16
|
+
import { SpiralAnimation } from '../PlottingTool/Animation/Items/SpiralAnimation';
|
|
17
|
+
import { ArrowDirectAnimation } from '../PlottingTool/Animation/Items/ArrowDirectAnimation';
|
|
18
|
+
import { PopulationTimeAnimation } from '../PlottingTool/Animation/Items/PopulationTimeAnimation';
|
|
19
|
+
import { VideoAnimation } from '../PlottingTool/Animation/CssItems/VideoAnimation';
|
|
20
|
+
import { AudioAnimation } from '../PlottingTool/Animation/CssItems/AudioAnimation';
|
|
21
|
+
import { CssMaskAnimation } from '../PlottingTool/Animation/CssItems/CssMaskAnimation';
|
|
22
|
+
import { AutoRotationAnimation } from '../PlottingTool/Animation/Items/AutoRotationAnimation';
|
|
23
|
+
import { ZoomToFlyAnimation } from '../PlottingTool/Animation/Items/ZoomToFlyAnimation';
|
|
24
|
+
import { PolygonMaskAnimation } from '../PlottingTool/Animation/Items/PolygonMaskAnimation';
|
|
25
|
+
export declare class AnimationConfig {
|
|
26
|
+
static animationRegister: (typeof SingleAnimation | typeof CameraSetAnimation | typeof StateChangeAnimation | typeof CssNumberAnimation | typeof CssPropChangeAnimation | typeof SubtitleAnimation | typeof GeojsonVisibleAnimation | typeof PopulationTimeAnimation | typeof CssMaskAnimation | typeof PathAnimation | typeof CameraRoamAnimation | typeof PageShowAnimation | typeof GxModelAnimation | typeof PathShowAnimation | typeof FollowAnimation | typeof SurroundAnimation | typeof SpiralAnimation | typeof ArrowDirectAnimation | typeof VideoAnimation | typeof AudioAnimation | typeof AutoRotationAnimation | typeof ZoomToFlyAnimation | typeof PolygonMaskAnimation)[];
|
|
27
|
+
static animationList: Array<AnimationItem>;
|
|
28
|
+
static init(): void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IAnimation } from "../PlottingTool/Animation/IAnimation";
|
|
2
|
+
export declare class AnimationItem {
|
|
3
|
+
type?: any;
|
|
4
|
+
animation: IAnimation | any;
|
|
5
|
+
title: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
isHtml?: boolean;
|
|
8
|
+
isGeojson?: boolean;
|
|
9
|
+
isTif?: boolean;
|
|
10
|
+
isAudio?: boolean;
|
|
11
|
+
image?: string;
|
|
12
|
+
webp?: string;
|
|
13
|
+
noCommand?: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class FileNode {
|
|
2
|
+
author: string;
|
|
3
|
+
query: boolean;
|
|
4
|
+
expanded: boolean;
|
|
5
|
+
icon: any;
|
|
6
|
+
pid: any;
|
|
7
|
+
id: any;
|
|
8
|
+
index: any;
|
|
9
|
+
children: any[];
|
|
10
|
+
checked: any;
|
|
11
|
+
type: string;
|
|
12
|
+
entity: any;
|
|
13
|
+
isLeaf: any;
|
|
14
|
+
_lock: boolean;
|
|
15
|
+
selectable: boolean;
|
|
16
|
+
get title(): string;
|
|
17
|
+
get key(): string;
|
|
18
|
+
get lock(): any;
|
|
19
|
+
set lock(flag: any);
|
|
20
|
+
_show: boolean;
|
|
21
|
+
set show(flag: any);
|
|
22
|
+
get show(): any;
|
|
23
|
+
label: any;
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GeojsonStyle, GeojsonGroupItems } from './GeojsonStyleBase';
|
|
2
|
+
import { KeyValueModel } from '../Common/KeyValue';
|
|
3
|
+
export declare class GeojsonPlotModel {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
entityType: string;
|
|
7
|
+
fileContent: string;
|
|
8
|
+
icon: string;
|
|
9
|
+
groups: GeojsonGroupItems[];
|
|
10
|
+
cesiumDataSource: any;
|
|
11
|
+
private _show;
|
|
12
|
+
get show(): boolean;
|
|
13
|
+
set show(v: boolean);
|
|
14
|
+
styleArrayToSave: KeyValueModel[];
|
|
15
|
+
styleList: GeojsonStyle[];
|
|
16
|
+
constructor(fileContent: string, name: string, id: string, icon: string);
|
|
17
|
+
getStyleArrayToSave(): void;
|
|
18
|
+
initStyleList(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
export declare abstract class GeojsonStyle {
|
|
2
|
+
geojsonDataSource: any;
|
|
3
|
+
title: string;
|
|
4
|
+
type: string;
|
|
5
|
+
error: boolean;
|
|
6
|
+
min: string;
|
|
7
|
+
group: string;
|
|
8
|
+
subGroup: string;
|
|
9
|
+
options: any[];
|
|
10
|
+
propKey: string;
|
|
11
|
+
parentList: GeojsonStyle[];
|
|
12
|
+
constructor(geojsonDataSource: any, type: string, title: string, group: string, subGroup: string, min?: string);
|
|
13
|
+
protected _value: any;
|
|
14
|
+
abstract get value(): any;
|
|
15
|
+
abstract set value(v: any);
|
|
16
|
+
}
|
|
17
|
+
export declare class PolygonBaseStyle extends GeojsonStyle {
|
|
18
|
+
get value(): string;
|
|
19
|
+
set value(v: string);
|
|
20
|
+
getPropValue(value: any): any;
|
|
21
|
+
}
|
|
22
|
+
export declare class GeojsonVisibleStyle extends GeojsonStyle {
|
|
23
|
+
get value(): string;
|
|
24
|
+
set value(v: string);
|
|
25
|
+
}
|
|
26
|
+
export declare class PolylineColorStyle extends GeojsonStyle {
|
|
27
|
+
get value(): string;
|
|
28
|
+
set value(v: string);
|
|
29
|
+
}
|
|
30
|
+
export declare class PolylineIsDashStyle extends GeojsonStyle {
|
|
31
|
+
get value(): boolean;
|
|
32
|
+
set value(v: boolean);
|
|
33
|
+
}
|
|
34
|
+
export declare class PolylineDashLengthStyle extends GeojsonStyle {
|
|
35
|
+
get value(): number;
|
|
36
|
+
set value(v: number);
|
|
37
|
+
}
|
|
38
|
+
export declare class PolylineClampToGroundStyle extends GeojsonStyle {
|
|
39
|
+
get value(): boolean;
|
|
40
|
+
set value(v: boolean);
|
|
41
|
+
}
|
|
42
|
+
export declare class PolylineWidthStyle extends GeojsonStyle {
|
|
43
|
+
get value(): string;
|
|
44
|
+
set value(v: string);
|
|
45
|
+
}
|
|
46
|
+
export declare class PointColorStyle extends GeojsonStyle {
|
|
47
|
+
get value(): string;
|
|
48
|
+
set value(v: string);
|
|
49
|
+
}
|
|
50
|
+
export declare class PointOutlineColorStyle extends GeojsonStyle {
|
|
51
|
+
get value(): string;
|
|
52
|
+
set value(v: string);
|
|
53
|
+
}
|
|
54
|
+
export declare class PointWidthStyle extends GeojsonStyle {
|
|
55
|
+
get value(): string;
|
|
56
|
+
set value(v: string);
|
|
57
|
+
}
|
|
58
|
+
export declare class PolygonOutlineColorStyle extends GeojsonStyle {
|
|
59
|
+
get value(): string;
|
|
60
|
+
set value(v: string);
|
|
61
|
+
}
|
|
62
|
+
export declare class PolygonOutlineWidthStyle extends GeojsonStyle {
|
|
63
|
+
get value(): string;
|
|
64
|
+
set value(v: string);
|
|
65
|
+
}
|
|
66
|
+
export declare class PolygonHeightReferenceStyle extends PolygonBaseStyle {
|
|
67
|
+
propKey: string;
|
|
68
|
+
}
|
|
69
|
+
export declare class PolygonIsFillStyle extends PolygonBaseStyle {
|
|
70
|
+
propKey: string;
|
|
71
|
+
}
|
|
72
|
+
export declare class PolygonMaterialStyle extends PolygonBaseStyle {
|
|
73
|
+
propKey: string;
|
|
74
|
+
getPropValue(value: any): Cesium.Color;
|
|
75
|
+
}
|
|
76
|
+
export declare class BillboardColorStyle extends GeojsonStyle {
|
|
77
|
+
get value(): string;
|
|
78
|
+
set value(v: string);
|
|
79
|
+
}
|
|
80
|
+
export declare class BillboardHeightStyle extends GeojsonStyle {
|
|
81
|
+
get value(): string;
|
|
82
|
+
set value(v: string);
|
|
83
|
+
}
|
|
84
|
+
export declare class BillboardWidthStyle extends GeojsonStyle {
|
|
85
|
+
get value(): string;
|
|
86
|
+
set value(v: string);
|
|
87
|
+
}
|
|
88
|
+
export declare class BillboardScaleStyle extends GeojsonStyle {
|
|
89
|
+
get value(): string;
|
|
90
|
+
set value(v: string);
|
|
91
|
+
}
|
|
92
|
+
export declare class GeojsonGroupItems {
|
|
93
|
+
groupName: string;
|
|
94
|
+
items: GeojsonStyle[];
|
|
95
|
+
subGroups: InternalGeojsonStyle[];
|
|
96
|
+
state: boolean;
|
|
97
|
+
toggle(): void;
|
|
98
|
+
constructor(groupName: string);
|
|
99
|
+
}
|
|
100
|
+
export declare class InternalGeojsonStyle {
|
|
101
|
+
subgroupName: string;
|
|
102
|
+
items: GeojsonStyle[];
|
|
103
|
+
constructor(subgroupName: string);
|
|
104
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface PlotItem {
|
|
2
|
+
gvolType: string;
|
|
3
|
+
label: string;
|
|
4
|
+
params: any;
|
|
5
|
+
path: string;
|
|
6
|
+
kind: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
jbId: string;
|
|
9
|
+
data: any;
|
|
10
|
+
modelUrl: string;
|
|
11
|
+
extension: string;
|
|
12
|
+
parent?: Object;
|
|
13
|
+
hover?: boolean;
|
|
14
|
+
thumb?: string;
|
|
15
|
+
size?: number;
|
|
16
|
+
original_url?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { Buffer } from 'buffer';
|
|
2
|
+
export type GisDataTypes = "none" | "mountain" | "railway" | "river" | "road" | "water";
|
|
3
|
+
export type GeometryTypes = "Point" | "MultiPoint" | "Polygon" | "MultiPolygon" | "LineString" | "MultiLineString" | "GeometryCollection";
|
|
4
|
+
/**场景 */
|
|
5
|
+
export declare class Scene {
|
|
6
|
+
id: string;
|
|
7
|
+
/**名称 */
|
|
8
|
+
name: string;
|
|
9
|
+
/**名称 */
|
|
10
|
+
username?: string;
|
|
11
|
+
/**类型 */
|
|
12
|
+
type?: string;
|
|
13
|
+
/**描述 */
|
|
14
|
+
desc?: string;
|
|
15
|
+
draws: pageEntity[];
|
|
16
|
+
tags: string[];
|
|
17
|
+
/**名称拼音,包含全拼简拼 */
|
|
18
|
+
pinyin?: string;
|
|
19
|
+
/**等级 */
|
|
20
|
+
level?: number;
|
|
21
|
+
/**中心位置 */
|
|
22
|
+
center?: GeoJSON.Point;
|
|
23
|
+
createTime: Date;
|
|
24
|
+
updateTime: Date;
|
|
25
|
+
deleteTime: Date;
|
|
26
|
+
version?: number;
|
|
27
|
+
num?: number;
|
|
28
|
+
/**扩展字段 */
|
|
29
|
+
ext?: JSON;
|
|
30
|
+
del: boolean;
|
|
31
|
+
width?: number;
|
|
32
|
+
height?: number;
|
|
33
|
+
url: string;
|
|
34
|
+
star: boolean;
|
|
35
|
+
share: boolean;
|
|
36
|
+
isDelt: boolean;
|
|
37
|
+
softDeleteTime?: Date;
|
|
38
|
+
isEdited: boolean;
|
|
39
|
+
autoPlayTime: number;
|
|
40
|
+
isSaved: boolean;
|
|
41
|
+
deviceType: string;
|
|
42
|
+
audio: string;
|
|
43
|
+
isPublish: boolean;
|
|
44
|
+
labelVersion?: string;
|
|
45
|
+
originalUser?: string;
|
|
46
|
+
}
|
|
47
|
+
export declare class PublishScene {
|
|
48
|
+
id: string;
|
|
49
|
+
/**名称 */
|
|
50
|
+
name: string;
|
|
51
|
+
draws: PublishPageEntity[];
|
|
52
|
+
version?: number;
|
|
53
|
+
/**扩展字段 */
|
|
54
|
+
ext?: JSON;
|
|
55
|
+
width?: number;
|
|
56
|
+
height?: number;
|
|
57
|
+
url: string;
|
|
58
|
+
star: boolean;
|
|
59
|
+
share: boolean;
|
|
60
|
+
autoPlayTime: number;
|
|
61
|
+
deviceType: string;
|
|
62
|
+
audio: string;
|
|
63
|
+
labelVersion?: string;
|
|
64
|
+
publishTime: Date;
|
|
65
|
+
publishUrl: string;
|
|
66
|
+
publishName: string;
|
|
67
|
+
publishDesc: string;
|
|
68
|
+
publishLabel: string;
|
|
69
|
+
downCount?: number;
|
|
70
|
+
praiseCount?: number;
|
|
71
|
+
seeCount?: number;
|
|
72
|
+
userId?: string;
|
|
73
|
+
isDel: boolean;
|
|
74
|
+
originalUser?: string;
|
|
75
|
+
get isEdited(): boolean;
|
|
76
|
+
get updateTime(): Date;
|
|
77
|
+
get isSaved(): boolean;
|
|
78
|
+
set isSaved(val: boolean);
|
|
79
|
+
}
|
|
80
|
+
/**要素 */
|
|
81
|
+
export declare class DrawItem {
|
|
82
|
+
constructor();
|
|
83
|
+
id?: string;
|
|
84
|
+
/**名称 */
|
|
85
|
+
name?: string;
|
|
86
|
+
/**所属ID */
|
|
87
|
+
ownerId?: string;
|
|
88
|
+
/**类型 */
|
|
89
|
+
type?: string;
|
|
90
|
+
/**描述 */
|
|
91
|
+
desc?: string;
|
|
92
|
+
/**名称拼音,包含全拼简拼 */
|
|
93
|
+
pinyin?: string;
|
|
94
|
+
/**等级 */
|
|
95
|
+
level?: number;
|
|
96
|
+
/**中心位置 */
|
|
97
|
+
center?: GeoJSON.Point;
|
|
98
|
+
/** 位置 */
|
|
99
|
+
wkt?: GeoJSON.Geometry;
|
|
100
|
+
/** 绘制实体 */
|
|
101
|
+
entity?: GeoJSON.Geometry;
|
|
102
|
+
startTime?: Date;
|
|
103
|
+
endTime?: Date;
|
|
104
|
+
createTime?: Date;
|
|
105
|
+
updateTime?: Date;
|
|
106
|
+
version?: number;
|
|
107
|
+
/**扩展字段 */
|
|
108
|
+
ext?: any;
|
|
109
|
+
style?: any;
|
|
110
|
+
del: boolean;
|
|
111
|
+
}
|
|
112
|
+
/**要素 */
|
|
113
|
+
export declare class PublishDrawItem extends DrawItem {
|
|
114
|
+
constructor();
|
|
115
|
+
}
|
|
116
|
+
/**用户 */
|
|
117
|
+
export declare class User {
|
|
118
|
+
id?: string;
|
|
119
|
+
/**名称 */
|
|
120
|
+
name?: string;
|
|
121
|
+
scenes: Scene[];
|
|
122
|
+
/**扩展字段 */
|
|
123
|
+
ext?: JSON;
|
|
124
|
+
createTime?: Date;
|
|
125
|
+
updateTime?: Date;
|
|
126
|
+
deleteTime?: Date;
|
|
127
|
+
}
|
|
128
|
+
/**天气预报 */
|
|
129
|
+
export declare class CityWeather {
|
|
130
|
+
id?: string;
|
|
131
|
+
/**城市编码 */
|
|
132
|
+
cityCode: string;
|
|
133
|
+
/**名称 */
|
|
134
|
+
name?: string;
|
|
135
|
+
/**级别 级别1表示首都、2省会、3城市、4区县*/
|
|
136
|
+
jib?: string;
|
|
137
|
+
/**最新更新时间 */
|
|
138
|
+
lastUpdatTime?: Date;
|
|
139
|
+
/**经度 */
|
|
140
|
+
lon: number;
|
|
141
|
+
/**纬度 */
|
|
142
|
+
lat: number;
|
|
143
|
+
weather?: string;
|
|
144
|
+
/**当前天气 */
|
|
145
|
+
dailyWeather?: string;
|
|
146
|
+
}
|
|
147
|
+
/**页面 */
|
|
148
|
+
export declare class pageEntity {
|
|
149
|
+
id: string;
|
|
150
|
+
image: Buffer;
|
|
151
|
+
draws: DrawItem[];
|
|
152
|
+
createTime: Date;
|
|
153
|
+
updateTime: Date;
|
|
154
|
+
deleteTime: Date;
|
|
155
|
+
version: number;
|
|
156
|
+
graphs: Array<any>;
|
|
157
|
+
ext: any;
|
|
158
|
+
index: number;
|
|
159
|
+
owner?: string;
|
|
160
|
+
/**页的名称,后加的属性 */
|
|
161
|
+
name?: string;
|
|
162
|
+
viewBtn: boolean;
|
|
163
|
+
viewBtnGroup: boolean;
|
|
164
|
+
/**页对应的图层类型,后加的属性 */
|
|
165
|
+
baseLayerType1: any;
|
|
166
|
+
baseLayerType2: any;
|
|
167
|
+
url: string;
|
|
168
|
+
skyBox: boolean;
|
|
169
|
+
skyAtmosphere: boolean;
|
|
170
|
+
skyWeather: boolean;
|
|
171
|
+
isVector: boolean;
|
|
172
|
+
isVector2: boolean;
|
|
173
|
+
globe: boolean;
|
|
174
|
+
sunLight: boolean;
|
|
175
|
+
pageTime?: Date;
|
|
176
|
+
clouds: boolean;
|
|
177
|
+
cloudSpead: number;
|
|
178
|
+
isEagle: boolean;
|
|
179
|
+
compass: boolean;
|
|
180
|
+
terrainShading: boolean;
|
|
181
|
+
graticule: boolean;
|
|
182
|
+
isFrameRate: boolean;
|
|
183
|
+
seaMaterial: boolean;
|
|
184
|
+
baseWaterColor: string;
|
|
185
|
+
specularIntensity: number;
|
|
186
|
+
amplitude: number;
|
|
187
|
+
isPlace: boolean;
|
|
188
|
+
exaggerType: boolean;
|
|
189
|
+
exaggerValue: number;
|
|
190
|
+
viewPoint?: string;
|
|
191
|
+
animateType: string;
|
|
192
|
+
animateTime: number;
|
|
193
|
+
isAutoSetAnimate: boolean;
|
|
194
|
+
pageConfig: PageConfig;
|
|
195
|
+
rollCurtainData: any;
|
|
196
|
+
}
|
|
197
|
+
export declare class PublishPageEntity extends pageEntity {
|
|
198
|
+
constructor();
|
|
199
|
+
draws: PublishDrawItem[];
|
|
200
|
+
}
|
|
201
|
+
export declare class PageConfig {
|
|
202
|
+
baseAttr: PageAttr;
|
|
203
|
+
otherAttr: PageAttr[];
|
|
204
|
+
customAttr: PageAttr[];
|
|
205
|
+
}
|
|
206
|
+
export declare class PageAttr {
|
|
207
|
+
id: string;
|
|
208
|
+
alpha: number;
|
|
209
|
+
saturation: number;
|
|
210
|
+
contrast: number;
|
|
211
|
+
brightness: number;
|
|
212
|
+
hue: number;
|
|
213
|
+
gamma: number;
|
|
214
|
+
currentLevel: number;
|
|
215
|
+
}
|
|
216
|
+
export declare class ViewerSceen {
|
|
217
|
+
xmin: number;
|
|
218
|
+
ymin: number;
|
|
219
|
+
xmax: number;
|
|
220
|
+
ymax: number;
|
|
221
|
+
height: number;
|
|
222
|
+
}
|
|
223
|
+
export declare class GraphScene {
|
|
224
|
+
id?: string;
|
|
225
|
+
layername?: string;
|
|
226
|
+
ownerId?: string;
|
|
227
|
+
content?: string;
|
|
228
|
+
}
|
|
229
|
+
export declare class gis_data_obj {
|
|
230
|
+
id?: string;
|
|
231
|
+
/**名称 */
|
|
232
|
+
name?: string;
|
|
233
|
+
layer: GisDataTypes;
|
|
234
|
+
type?: GeometryTypes;
|
|
235
|
+
/** 位置 */
|
|
236
|
+
geometry?: GeoJSON.Geometry;
|
|
237
|
+
}
|
|
238
|
+
export declare class SceneHistoryRecord {
|
|
239
|
+
id: string;
|
|
240
|
+
scene_id: string;
|
|
241
|
+
name: string;
|
|
242
|
+
creator: string;
|
|
243
|
+
des: string;
|
|
244
|
+
is_deleted: boolean;
|
|
245
|
+
url: string;
|
|
246
|
+
created_time: Date;
|
|
247
|
+
updated_time: Date;
|
|
248
|
+
}
|
|
249
|
+
export declare class CommandJSON {
|
|
250
|
+
id: string;
|
|
251
|
+
name: string;
|
|
252
|
+
unit?: Map<string, string>;
|
|
253
|
+
department?: Map<string, string>;
|
|
254
|
+
location?: Map<string, string>;
|
|
255
|
+
event?: Map<string, string>;
|
|
256
|
+
time?: Map<string, string>;
|
|
257
|
+
object?: Map<string, string>;
|
|
258
|
+
}
|
|
259
|
+
export declare enum ThirdAuthPlatform {
|
|
260
|
+
Wechat = 1,
|
|
261
|
+
QQ = 2,
|
|
262
|
+
Weibo = 3
|
|
263
|
+
}
|
|
264
|
+
export declare enum AccountType {
|
|
265
|
+
Phone = "Phone",
|
|
266
|
+
Account = "Account",
|
|
267
|
+
Mail = "Mail"
|
|
268
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { NzTreeNode } from 'ng-zorro-antd/tree';
|
|
2
|
+
import Graph from './Graph';
|
|
3
|
+
export default class AnchorHelper {
|
|
4
|
+
private viewer;
|
|
5
|
+
static cesService: any;
|
|
6
|
+
static curEditGraphList: any;
|
|
7
|
+
static nzMessageSer: any;
|
|
8
|
+
static layService: any;
|
|
9
|
+
static anchorClsTreeNodeMap: {};
|
|
10
|
+
private static anchoredGraphList;
|
|
11
|
+
constructor(viewer: Cesium.Viewer);
|
|
12
|
+
sourceGraphId: any;
|
|
13
|
+
targetGraphId: any;
|
|
14
|
+
sourceGraphIdList: string[];
|
|
15
|
+
anchorConnectLine: HTMLElement | null;
|
|
16
|
+
anchorConnectLineShow: boolean;
|
|
17
|
+
private connectLineRender;
|
|
18
|
+
private mouseMoveListener;
|
|
19
|
+
private entityPositionMove;
|
|
20
|
+
private anchorMousePosition;
|
|
21
|
+
deltaLng: any;
|
|
22
|
+
deltaLat: any;
|
|
23
|
+
deltaAlt: any;
|
|
24
|
+
prevHeading: any;
|
|
25
|
+
deltaHeading: any;
|
|
26
|
+
sourcePrevLongitude: any;
|
|
27
|
+
sourcePrevLatitude: any;
|
|
28
|
+
static showAnchoredMessage(sourceGraph: Graph, targetGraph: Graph): void;
|
|
29
|
+
static showCancelAnchoredMessage(sourceGraph: Graph): void;
|
|
30
|
+
static showNoSelected(): void;
|
|
31
|
+
static getNZTreeNodeByGraphId(graphId: string, parentNode?: NzTreeNode[]): any;
|
|
32
|
+
static showAnchorLines(sourceGraphId: any): void;
|
|
33
|
+
static showNotAllowAnchorMessage(): void;
|
|
34
|
+
static showAgainAnchorMessage(): void;
|
|
35
|
+
static generateTreeNodeLine(parentNode: any[]): void;
|
|
36
|
+
hideAnchorConnectLine(): void;
|
|
37
|
+
static hideAllAnchorLines(): void;
|
|
38
|
+
static addAnchoredGraph(sourceGraphId: any): void;
|
|
39
|
+
addAnchorConnectLine(sourceGraph: any): void;
|
|
40
|
+
addConnectLineListen(): void;
|
|
41
|
+
addAnchorListenerInRender(): void;
|
|
42
|
+
removeListenerInRender(): void;
|
|
43
|
+
RotateMatrix(p: Cesium.Cartesian3, degree: number): Cesium.Matrix3;
|
|
44
|
+
destroyAnchor(): void;
|
|
45
|
+
removeConnectLineListen(): void;
|
|
46
|
+
static addIdInSourceGraphIdList(sourceGraphId: string, targetGraphId: string): void;
|
|
47
|
+
showConnectLineBySourceGraph(sourceGraph: Graph): void;
|
|
48
|
+
removeAnchoredGraphEvents(): void;
|
|
49
|
+
static _getGraphPositionCartesian(g: any): any;
|
|
50
|
+
}
|