@metagl/sdk-plotting 0.0.1 → 0.0.3
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/README.md +267 -86
- 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,182 @@
|
|
|
1
|
+
import { DynamicItem } from "./DynamicItem";
|
|
2
|
+
/**
|
|
3
|
+
* @类型 外部使用类
|
|
4
|
+
* @描述 目标轨迹类
|
|
5
|
+
* @see <a href=''>ts中的目标的各类轨迹绘制</a>
|
|
6
|
+
*/
|
|
7
|
+
export declare class DynamicItemPath {
|
|
8
|
+
private _target;
|
|
9
|
+
private _init;
|
|
10
|
+
private _trackLine;
|
|
11
|
+
private _trackPoints;
|
|
12
|
+
private _showTrack;
|
|
13
|
+
private _trackLineColor;
|
|
14
|
+
private _trackLineWidth;
|
|
15
|
+
private _trackPointColor;
|
|
16
|
+
private _trackPointSize;
|
|
17
|
+
private _trackPositionCount;
|
|
18
|
+
private _trackPositions;
|
|
19
|
+
private _trackInit;
|
|
20
|
+
private _trackLineType;
|
|
21
|
+
private _mtype;
|
|
22
|
+
private _backLineMode;
|
|
23
|
+
private _modeChange;
|
|
24
|
+
/**
|
|
25
|
+
* DynamicItemPath 构造函数
|
|
26
|
+
* @param target 目标对象
|
|
27
|
+
* ```
|
|
28
|
+
* 示例代码
|
|
29
|
+
* let itempath = new lacdt.Obj.DynamicItemPath(target,)
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
constructor(target: DynamicItem, pType: any);
|
|
33
|
+
/**
|
|
34
|
+
*@ignore
|
|
35
|
+
*/
|
|
36
|
+
get trackInit(): boolean;
|
|
37
|
+
set trackInit(val: boolean);
|
|
38
|
+
/**
|
|
39
|
+
*@ignore
|
|
40
|
+
*/
|
|
41
|
+
set trackLine(val: any);
|
|
42
|
+
/**
|
|
43
|
+
*@ignore
|
|
44
|
+
*/
|
|
45
|
+
get mtype(): PathType;
|
|
46
|
+
/**
|
|
47
|
+
* 目标的轨迹点
|
|
48
|
+
* @method trackPositions
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
* 示例代码
|
|
52
|
+
* var itemTypecode = targetItem.trackPositions ;
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
get trackPositions(): any[];
|
|
56
|
+
/**
|
|
57
|
+
* 轨迹是否显示
|
|
58
|
+
* @method show
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
* 示例代码
|
|
62
|
+
* var show = targetPath.show;
|
|
63
|
+
* targetPath.show = false ;
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
get show(): boolean;
|
|
67
|
+
set show(val: boolean);
|
|
68
|
+
/**
|
|
69
|
+
* 获取设置轨迹线颜色
|
|
70
|
+
* @method trackLineColor
|
|
71
|
+
*
|
|
72
|
+
* ```
|
|
73
|
+
* 示例代码
|
|
74
|
+
* var color = targetPath.trackLineColor;
|
|
75
|
+
* targetPath.trackLineColor = Cesium.Color.fromRandom() ;
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
get trackLineColor(): Cesium.Color;
|
|
79
|
+
set trackLineColor(val: Cesium.Color);
|
|
80
|
+
/**
|
|
81
|
+
* 获取设置轨迹线保留点个数
|
|
82
|
+
* @method trackLineCount
|
|
83
|
+
*
|
|
84
|
+
* ```
|
|
85
|
+
* 示例代码
|
|
86
|
+
* var count = targetPath.trackPositionCount;
|
|
87
|
+
* targetPath.trackPositionCount = 10 ;
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
get trackPositionCount(): number;
|
|
91
|
+
set trackPositionCount(val: number);
|
|
92
|
+
/**
|
|
93
|
+
* 获取设置轨迹线宽度
|
|
94
|
+
* @method trackLineWidth
|
|
95
|
+
*
|
|
96
|
+
* ```
|
|
97
|
+
* 示例代码
|
|
98
|
+
* var width = targetPath.trackLineWidth;
|
|
99
|
+
* targetPath.trackLineWidth = 10 ;
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
get trackLineWidth(): number;
|
|
103
|
+
set trackLineWidth(val: number);
|
|
104
|
+
/**
|
|
105
|
+
* 获取设置轨迹点颜色
|
|
106
|
+
* @method trackPointColor
|
|
107
|
+
*
|
|
108
|
+
* ```
|
|
109
|
+
* 示例代码
|
|
110
|
+
* var width = targetPath.trackPointColor;
|
|
111
|
+
* targetPath.trackLineWidth = 10 ;
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
get trackPointColor(): Cesium.Color;
|
|
115
|
+
set trackPointColor(val: Cesium.Color);
|
|
116
|
+
/**
|
|
117
|
+
* 获取设置轨迹点的大小
|
|
118
|
+
* @method trackPointSize
|
|
119
|
+
*
|
|
120
|
+
* ```
|
|
121
|
+
* 示例代码
|
|
122
|
+
* var size = targetPath.trackPointSize;
|
|
123
|
+
* targetPath.trackLineWidth = 10 ;
|
|
124
|
+
* ```
|
|
125
|
+
*/
|
|
126
|
+
get trackPointSize(): number;
|
|
127
|
+
set trackPointSize(val: number);
|
|
128
|
+
updateTrackPoint(): void;
|
|
129
|
+
/**
|
|
130
|
+
* 获取目标轨迹点
|
|
131
|
+
* @method getTrackPoint
|
|
132
|
+
*
|
|
133
|
+
* ```
|
|
134
|
+
* 示例代码
|
|
135
|
+
* var point = targetPath.getTrackPoint(1) ;
|
|
136
|
+
* ```
|
|
137
|
+
*/
|
|
138
|
+
getTrackPoint(index: any): any;
|
|
139
|
+
/**
|
|
140
|
+
* 获取目标轨迹点
|
|
141
|
+
* @method trackLineType
|
|
142
|
+
*
|
|
143
|
+
* ```
|
|
144
|
+
* 示例代码
|
|
145
|
+
* var trackLineType = targetPath.trackLineType ;
|
|
146
|
+
* ```
|
|
147
|
+
*/
|
|
148
|
+
get trackLineType(): string;
|
|
149
|
+
set trackLineType(val: string);
|
|
150
|
+
/**
|
|
151
|
+
* 获取设置历史轨迹线模式
|
|
152
|
+
* @method foreLineMode
|
|
153
|
+
*
|
|
154
|
+
* ```
|
|
155
|
+
* 示例代码
|
|
156
|
+
* var foreLineMode = targetPath.foreLineMode;
|
|
157
|
+
* ```
|
|
158
|
+
*/
|
|
159
|
+
get foreLineMode(): BackLineMode;
|
|
160
|
+
set foreLineMode(val: BackLineMode);
|
|
161
|
+
updatePosition(position: Cesium.Cartesian3): void;
|
|
162
|
+
getTagPositions(): any[];
|
|
163
|
+
/**
|
|
164
|
+
* @ignore
|
|
165
|
+
*/
|
|
166
|
+
render(curentPosition: any): void;
|
|
167
|
+
}
|
|
168
|
+
export declare class PathType {
|
|
169
|
+
/**未飞行轨迹 */
|
|
170
|
+
static backward: string;
|
|
171
|
+
/**历史轨迹 */
|
|
172
|
+
static foreward: string;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* 历史轨迹线材质模式
|
|
176
|
+
*/
|
|
177
|
+
export declare class BackLineMode {
|
|
178
|
+
/**渐变模式 */
|
|
179
|
+
static ramp: string;
|
|
180
|
+
/**全色模式 */
|
|
181
|
+
static full: string;
|
|
182
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @类型 外部使用类
|
|
3
|
+
* @描述 目标样式类
|
|
4
|
+
*/
|
|
5
|
+
export declare class DynamicItemStyle {
|
|
6
|
+
private _color;
|
|
7
|
+
private _pointSize;
|
|
8
|
+
private _pointLineWidth;
|
|
9
|
+
private _pointLineColor;
|
|
10
|
+
private _pointDisplayCondition;
|
|
11
|
+
private _fontSize;
|
|
12
|
+
private _fontColor;
|
|
13
|
+
private _font;
|
|
14
|
+
private _fontbgColor;
|
|
15
|
+
private _showFontbgColor;
|
|
16
|
+
private _labelDisplayCondition;
|
|
17
|
+
private _labelLineColor;
|
|
18
|
+
private _iconUrl;
|
|
19
|
+
private _iconSize;
|
|
20
|
+
private _iconDisplayCondition;
|
|
21
|
+
private _modelUrl;
|
|
22
|
+
private _modelDisplayCondition;
|
|
23
|
+
private _modelMaximumScale;
|
|
24
|
+
private _modelMinimumPixelSize;
|
|
25
|
+
private _labeloffsetx;
|
|
26
|
+
private _labeloffsety;
|
|
27
|
+
private _trackLineWidth;
|
|
28
|
+
private _trackLineColor;
|
|
29
|
+
private _selectedColor;
|
|
30
|
+
private _showBackground;
|
|
31
|
+
constructor();
|
|
32
|
+
/**
|
|
33
|
+
* 目标的默认样式
|
|
34
|
+
* @method DefaultStyle
|
|
35
|
+
* @readonly
|
|
36
|
+
* @return
|
|
37
|
+
*/
|
|
38
|
+
static DefaultStyle(): DynamicItemStyle;
|
|
39
|
+
/**
|
|
40
|
+
* 目标的对象的颜色
|
|
41
|
+
* @method color
|
|
42
|
+
* @return
|
|
43
|
+
*/
|
|
44
|
+
get color(): string;
|
|
45
|
+
set color(val: string);
|
|
46
|
+
/**
|
|
47
|
+
* 是否显示背景颜色
|
|
48
|
+
* @method showBackground
|
|
49
|
+
* @return
|
|
50
|
+
*/
|
|
51
|
+
get showBackground(): boolean;
|
|
52
|
+
set showBackground(val: boolean);
|
|
53
|
+
/**
|
|
54
|
+
* 选中的目标的颜色
|
|
55
|
+
* @method selectedColor
|
|
56
|
+
* @return
|
|
57
|
+
*/
|
|
58
|
+
get selectedColor(): string;
|
|
59
|
+
set selectedColor(val: string);
|
|
60
|
+
/**
|
|
61
|
+
* 目标点的大小
|
|
62
|
+
* @method pointSize
|
|
63
|
+
* @return
|
|
64
|
+
*/
|
|
65
|
+
get pointSize(): number;
|
|
66
|
+
set pointSize(val: number);
|
|
67
|
+
/**
|
|
68
|
+
* 点描边宽度
|
|
69
|
+
*/
|
|
70
|
+
get pointLineWidth(): number;
|
|
71
|
+
set pointLineWidth(val: number);
|
|
72
|
+
/**
|
|
73
|
+
* 点描边颜色
|
|
74
|
+
*/
|
|
75
|
+
get pointLineColor(): string;
|
|
76
|
+
set pointLineColor(val: string);
|
|
77
|
+
/**
|
|
78
|
+
* 点可视范围
|
|
79
|
+
*/
|
|
80
|
+
get pointDisplayCondition(): Cesium.DistanceDisplayCondition;
|
|
81
|
+
set pointDisplayCondition(val: Cesium.DistanceDisplayCondition);
|
|
82
|
+
/**
|
|
83
|
+
* 字体大小
|
|
84
|
+
*/
|
|
85
|
+
get fontSize(): number;
|
|
86
|
+
set fontSize(val: number);
|
|
87
|
+
/**
|
|
88
|
+
* 字体颜色
|
|
89
|
+
*/
|
|
90
|
+
get fontColor(): string;
|
|
91
|
+
set fontColor(val: string);
|
|
92
|
+
/**
|
|
93
|
+
* 字体
|
|
94
|
+
*/
|
|
95
|
+
get font(): string;
|
|
96
|
+
set font(val: string);
|
|
97
|
+
/**
|
|
98
|
+
* 字体背景颜色
|
|
99
|
+
*/
|
|
100
|
+
get fontbgColor(): string;
|
|
101
|
+
set fontbgColor(val: string);
|
|
102
|
+
/**
|
|
103
|
+
* 是否显示字体背景颜色
|
|
104
|
+
*/
|
|
105
|
+
get showFontbgColor(): boolean;
|
|
106
|
+
set showFontbgColor(val: boolean);
|
|
107
|
+
/**
|
|
108
|
+
* 标牌可视范围
|
|
109
|
+
*/
|
|
110
|
+
get labelDisplayCondition(): Cesium.DistanceDisplayCondition;
|
|
111
|
+
set labelDisplayCondition(val: Cesium.DistanceDisplayCondition);
|
|
112
|
+
/**
|
|
113
|
+
* 标牌连线线宽
|
|
114
|
+
*/
|
|
115
|
+
get labelLineColor(): string;
|
|
116
|
+
set labelLineColor(val: string);
|
|
117
|
+
/**
|
|
118
|
+
* 图标路径,使用白色图片
|
|
119
|
+
*/
|
|
120
|
+
get iconUrl(): string;
|
|
121
|
+
set iconUrl(val: string);
|
|
122
|
+
/**
|
|
123
|
+
* 图标大小
|
|
124
|
+
*/
|
|
125
|
+
get iconSize(): number;
|
|
126
|
+
set iconSize(val: number);
|
|
127
|
+
get iconDisplayCondition(): Cesium.DistanceDisplayCondition;
|
|
128
|
+
set iconDisplayCondition(val: Cesium.DistanceDisplayCondition);
|
|
129
|
+
/**
|
|
130
|
+
* 模型路径
|
|
131
|
+
*/
|
|
132
|
+
get modelUrl(): string;
|
|
133
|
+
set modelUrl(val: string);
|
|
134
|
+
/**
|
|
135
|
+
* 模型可见范围
|
|
136
|
+
*/
|
|
137
|
+
get modelDisplayCondition(): Cesium.DistanceDisplayCondition;
|
|
138
|
+
set modelDisplayCondition(val: Cesium.DistanceDisplayCondition);
|
|
139
|
+
/**
|
|
140
|
+
* 模型最大缩放比例
|
|
141
|
+
*/
|
|
142
|
+
get modelMaximumScale(): number;
|
|
143
|
+
set modelMaximumScale(val: number);
|
|
144
|
+
/**
|
|
145
|
+
* 模型最小显示像素
|
|
146
|
+
*/
|
|
147
|
+
get modelMinimumPixelSize(): number;
|
|
148
|
+
set modelMinimumPixelSize(val: number);
|
|
149
|
+
/**
|
|
150
|
+
* 轨迹线宽度
|
|
151
|
+
*/
|
|
152
|
+
get trackLineWidth(): number;
|
|
153
|
+
set trackLineWidth(val: number);
|
|
154
|
+
/**
|
|
155
|
+
* 轨迹线颜色
|
|
156
|
+
*/
|
|
157
|
+
get trackLineColor(): string;
|
|
158
|
+
set trackLineColor(val: string);
|
|
159
|
+
/**
|
|
160
|
+
* 标牌x轴偏移
|
|
161
|
+
*/
|
|
162
|
+
get labeloffsetx(): number;
|
|
163
|
+
set labeloffsetx(val: number);
|
|
164
|
+
/**
|
|
165
|
+
* 标牌y轴偏移
|
|
166
|
+
*/
|
|
167
|
+
get labeloffsety(): number;
|
|
168
|
+
set labeloffsety(val: number);
|
|
169
|
+
/**
|
|
170
|
+
* 将样式保存为json
|
|
171
|
+
* @method toJson
|
|
172
|
+
*
|
|
173
|
+
*/
|
|
174
|
+
static toJson(style: any): Object;
|
|
175
|
+
/**
|
|
176
|
+
* 加载样式
|
|
177
|
+
* @method fromJson
|
|
178
|
+
* @param style 样式对象
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
static fromJson(style: any): DynamicItemStyle;
|
|
182
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export declare class DynamicTimePositions {
|
|
2
|
+
_init: boolean;
|
|
3
|
+
_positionList: Array<DynamicTimePosition>;
|
|
4
|
+
_positionIndex: number;
|
|
5
|
+
_sampleCount: number;
|
|
6
|
+
_sampleIndex: number;
|
|
7
|
+
_speed: number;
|
|
8
|
+
_cacheSize: number;
|
|
9
|
+
_positionScratch: Cesium.Cartesian3;
|
|
10
|
+
/**
|
|
11
|
+
* TargetItem 构造函数
|
|
12
|
+
* @param id 目标对象的id
|
|
13
|
+
* @param lon 目标对象的经度
|
|
14
|
+
* @param lat 目标对象的纬度
|
|
15
|
+
* @param alt 目标对象的高度
|
|
16
|
+
* @param smoothTrack 是否需要平滑
|
|
17
|
+
* ```
|
|
18
|
+
* 示例代码
|
|
19
|
+
* let item = new lacdt.TargetItem('gb324244234sdf432',113.654,36.542.6921,true)
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
constructor();
|
|
23
|
+
/**
|
|
24
|
+
* 获取点个数
|
|
25
|
+
* @method count
|
|
26
|
+
*
|
|
27
|
+
* ```
|
|
28
|
+
* 示例代码
|
|
29
|
+
*
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
get count(): number;
|
|
33
|
+
/**
|
|
34
|
+
* 目标颜色,css颜色值
|
|
35
|
+
* @method addPosition
|
|
36
|
+
* @param position 位置
|
|
37
|
+
*
|
|
38
|
+
* ```
|
|
39
|
+
* 示例代码
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
addSample(position: DynamicTimePosition): void;
|
|
43
|
+
getMoveAmount(sPos: any, ePos: any): Cesium.Cartesian3;
|
|
44
|
+
getNearestIndex(time: any): number;
|
|
45
|
+
/**
|
|
46
|
+
* 获取历史轨迹点
|
|
47
|
+
* @method getHistoryPoints
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
getHistoryPoints(): Array<DynamicTimePosition>;
|
|
53
|
+
/**
|
|
54
|
+
* 获取未飞行的点
|
|
55
|
+
* @method getPreservePoints
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
getPreservePoints(): Array<DynamicTimePosition>;
|
|
61
|
+
/**
|
|
62
|
+
* 目标颜色,css颜色值
|
|
63
|
+
* @method updatePosition
|
|
64
|
+
* @param lon 经度
|
|
65
|
+
* @param lat 纬度
|
|
66
|
+
* @param alt 高度
|
|
67
|
+
* @param delay 延迟时间,单位秒
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
* 示例代码
|
|
71
|
+
* targetItem.updatePosition(113.254,36.254,10000);
|
|
72
|
+
* targetItem.updatePosition(113.254,36.254,10000,10);
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
getPosition(time: any): Cesium.Cartesian3;
|
|
76
|
+
/**
|
|
77
|
+
* 目标的速度
|
|
78
|
+
* @method speed
|
|
79
|
+
*
|
|
80
|
+
* ```
|
|
81
|
+
* 示例代码
|
|
82
|
+
* var speed = targetItem.speed ;
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
get speed(): number;
|
|
86
|
+
set speed(val: number);
|
|
87
|
+
}
|
|
88
|
+
export declare class DynamicTimePosition {
|
|
89
|
+
/**点位置 */
|
|
90
|
+
position: Cesium.Cartesian3;
|
|
91
|
+
/**时间点 */
|
|
92
|
+
time: number;
|
|
93
|
+
/**移动向量 */
|
|
94
|
+
timeSpan: number;
|
|
95
|
+
xSpan: number;
|
|
96
|
+
ySpan: number;
|
|
97
|
+
zSpan: number;
|
|
98
|
+
/**标记点是否是历史点 */
|
|
99
|
+
isHistory: boolean;
|
|
100
|
+
/**点索引号 */
|
|
101
|
+
index: number;
|
|
102
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { DynamicItem } from "./DynamicItem";
|
|
2
|
+
/**
|
|
3
|
+
* @类型 外部使用类
|
|
4
|
+
* @描述 动态对象轨迹类
|
|
5
|
+
* @see <a href=''>动态对象轨迹</a>
|
|
6
|
+
*/
|
|
7
|
+
export declare class HistoryTrack {
|
|
8
|
+
private _viewer;
|
|
9
|
+
private _entities;
|
|
10
|
+
private _trackLineColor;
|
|
11
|
+
private _trackLineWidth;
|
|
12
|
+
private _trackPointColor;
|
|
13
|
+
private _trackPointSize;
|
|
14
|
+
private _smoothTrack;
|
|
15
|
+
private _pathList;
|
|
16
|
+
private _computeAngle;
|
|
17
|
+
/**
|
|
18
|
+
* HistoryTrack 构造函数
|
|
19
|
+
* @param viewer viewer对象
|
|
20
|
+
* @param entities 回放实体集合
|
|
21
|
+
* ```
|
|
22
|
+
* 示例代码
|
|
23
|
+
* var historyTrack = new lacdt.Obj.HistoryTrack(viewer);
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
constructor(viewer: any, entities: any);
|
|
27
|
+
/**
|
|
28
|
+
* 添加目标运动轨迹
|
|
29
|
+
* @method addDynamicItemTrack
|
|
30
|
+
*
|
|
31
|
+
* ```
|
|
32
|
+
* 示例代码
|
|
33
|
+
* var itemTypecode = HistoryTrack.addHistoryTrack(target,[[113,36,500,1574906965962]]) ;
|
|
34
|
+
*
|
|
35
|
+
*
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
addHistoryTrack(target: DynamicItem, timePostion: Array<number>): void;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
_timePosition2sample(timePostion: Array<number>): (any[] | Cesium.SampledPositionProperty)[];
|
|
43
|
+
get smoothTrack(): boolean;
|
|
44
|
+
set smoothTrack(val: boolean);
|
|
45
|
+
/**
|
|
46
|
+
* 根据id删除轨迹线
|
|
47
|
+
* @method removeByID
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
* 示例代码
|
|
51
|
+
* TargetHistory.removeByID('dfs') ;
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
removeByID(id: any): void;
|
|
57
|
+
/**
|
|
58
|
+
* 设置时间区间
|
|
59
|
+
* @method setTimeSection
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
* 示例代码
|
|
63
|
+
* var itemTypecode = TargetHistory.setTimeSection(1574906965962,1574906969962) ;
|
|
64
|
+
*
|
|
65
|
+
* @returns {Boolean} 是否设置成功
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
setTimeSection(start: number, end: number): boolean;
|
|
69
|
+
/**
|
|
70
|
+
* 运行速度
|
|
71
|
+
* @method speed
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
* 示例代码
|
|
75
|
+
* var speed = TargetHistory.speed;
|
|
76
|
+
* TargetHistory.speed = 1.5;
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
get speed(): number;
|
|
82
|
+
set speed(val: number);
|
|
83
|
+
/**
|
|
84
|
+
* 角度是否自动沿线
|
|
85
|
+
* @method computeAngle
|
|
86
|
+
*
|
|
87
|
+
* ```
|
|
88
|
+
* 示例代码
|
|
89
|
+
* var computeAngle = TargetHistory.computeAngle;
|
|
90
|
+
* TargetHistory.computeAngle = false;
|
|
91
|
+
*
|
|
92
|
+
*
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
get computeAngle(): boolean;
|
|
96
|
+
set computeAngle(val: boolean);
|
|
97
|
+
/**
|
|
98
|
+
* 是否开启动画
|
|
99
|
+
* @method animate
|
|
100
|
+
*
|
|
101
|
+
* ```
|
|
102
|
+
* 示例代码
|
|
103
|
+
* var animate = TargetHistory.animate;
|
|
104
|
+
* TargetHistory.animate = true;
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
get animate(): boolean;
|
|
110
|
+
set animate(val: boolean);
|
|
111
|
+
/**
|
|
112
|
+
* 获取设置轨迹线颜色
|
|
113
|
+
* @method lineColor
|
|
114
|
+
*
|
|
115
|
+
* ```
|
|
116
|
+
* 示例代码
|
|
117
|
+
* var color = targetHistory.lineColor;
|
|
118
|
+
* targetHistory.lineColor= Cesium.Color.fromRandom() ;
|
|
119
|
+
* ```
|
|
120
|
+
*/
|
|
121
|
+
get lineColor(): Cesium.Color;
|
|
122
|
+
set lineColor(val: Cesium.Color);
|
|
123
|
+
/**
|
|
124
|
+
* 获取设置轨迹线宽度
|
|
125
|
+
* @method lineWidth
|
|
126
|
+
*
|
|
127
|
+
* ```
|
|
128
|
+
* 示例代码
|
|
129
|
+
* var width = targetHistory.lineWidth;
|
|
130
|
+
* targetHistory.lineWidth = 10 ;
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
get lineWidth(): number;
|
|
134
|
+
set lineWidth(val: number);
|
|
135
|
+
/**
|
|
136
|
+
* 获取设置轨迹点颜色
|
|
137
|
+
* @method pointColor
|
|
138
|
+
*
|
|
139
|
+
* ```
|
|
140
|
+
* 示例代码
|
|
141
|
+
* var pointColor = targetHistory.pointColor;
|
|
142
|
+
* targetHistory.pointColor = Cesium.Color.fromRandom() ;
|
|
143
|
+
* ```
|
|
144
|
+
*/
|
|
145
|
+
get pointColor(): Cesium.Color;
|
|
146
|
+
set pointColor(val: Cesium.Color);
|
|
147
|
+
/**
|
|
148
|
+
* 获取设置轨迹点的大小
|
|
149
|
+
* @method pointSize
|
|
150
|
+
*
|
|
151
|
+
* ```
|
|
152
|
+
* 示例代码
|
|
153
|
+
* var size = targetHistory.pointSize;
|
|
154
|
+
* targetHistory.pointSize = 10 ;
|
|
155
|
+
* ```
|
|
156
|
+
*/
|
|
157
|
+
get pointSize(): number;
|
|
158
|
+
set pointSize(val: number);
|
|
159
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DynamicItem } from "./DynamicItem";
|
|
2
|
+
export declare class WarningTarget {
|
|
3
|
+
private engine;
|
|
4
|
+
itemList: Map<any, any>;
|
|
5
|
+
graphicLayer: any;
|
|
6
|
+
constructor(engine: any);
|
|
7
|
+
/**
|
|
8
|
+
* 目标告警个数
|
|
9
|
+
* @method count
|
|
10
|
+
*/
|
|
11
|
+
get count(): number;
|
|
12
|
+
/**
|
|
13
|
+
* 添加目标告警
|
|
14
|
+
* @method addItem
|
|
15
|
+
* @param item 目标对象
|
|
16
|
+
*/
|
|
17
|
+
addItem(item: DynamicItem): void;
|
|
18
|
+
/**
|
|
19
|
+
* 移除目标告警
|
|
20
|
+
* @method removeItem
|
|
21
|
+
* @param item 目标对象
|
|
22
|
+
*/
|
|
23
|
+
removeItem(item: DynamicItem): void;
|
|
24
|
+
/**
|
|
25
|
+
* 更新目标告警
|
|
26
|
+
* @method updatePosition
|
|
27
|
+
* @param item 目标对象
|
|
28
|
+
*/
|
|
29
|
+
updatePosition(item: DynamicItem): void;
|
|
30
|
+
/**
|
|
31
|
+
* 清空目标告警
|
|
32
|
+
* @method removeAll
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
removeAll(): void;
|
|
36
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { RenderObject, RenderTypeEnum } from "./RenderObject";
|
|
2
|
+
export declare class DynamicRippleEffect extends RenderObject {
|
|
3
|
+
dataOptions: any;
|
|
4
|
+
private _originProps;
|
|
5
|
+
private _resProps;
|
|
6
|
+
get renderType(): RenderTypeEnum;
|
|
7
|
+
/**
|
|
8
|
+
* 初始化方法
|
|
9
|
+
*/
|
|
10
|
+
init(): void;
|
|
11
|
+
private _dealResProps;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* 编辑状态改变,属性赋值方式改变
|
|
15
|
+
*/
|
|
16
|
+
updateAttributeForEditing(): void;
|
|
17
|
+
private _updateAllProp;
|
|
18
|
+
/**
|
|
19
|
+
* 属性更新
|
|
20
|
+
*/
|
|
21
|
+
updateAttribute(attrName: any): void;
|
|
22
|
+
clear(): void;
|
|
23
|
+
}
|