@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,10 @@
|
|
|
1
|
+
import { EditorAttackArrow } from "./EditorAttackArrow";
|
|
2
|
+
export declare class EditorTailedSquadCombat extends EditorAttackArrow {
|
|
3
|
+
fixPointCount: number;
|
|
4
|
+
constructor(engine: any, layer: any, p?: any);
|
|
5
|
+
/**
|
|
6
|
+
* 执行动作
|
|
7
|
+
*/
|
|
8
|
+
generate(): false | any[];
|
|
9
|
+
getTailPoints(points: any): any[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Operator } from './Common';
|
|
2
|
+
import Graph from './Graph';
|
|
3
|
+
export declare class Axis3OperatorManager {
|
|
4
|
+
private static instance;
|
|
5
|
+
private viewer;
|
|
6
|
+
private currentGraph;
|
|
7
|
+
currentAxis: string;
|
|
8
|
+
private originPosition;
|
|
9
|
+
private numScale;
|
|
10
|
+
isShow: boolean;
|
|
11
|
+
blueCircle: Cesium.Entity;
|
|
12
|
+
redCircle: Cesium.Entity;
|
|
13
|
+
yellowCircle: Cesium.Entity;
|
|
14
|
+
blueAxis: Cesium.Entity;
|
|
15
|
+
redAxis: Cesium.Entity;
|
|
16
|
+
yellowAxis: Cesium.Entity;
|
|
17
|
+
bluePoint: Cesium.Entity;
|
|
18
|
+
private blueLength;
|
|
19
|
+
operatorList: Operator[];
|
|
20
|
+
static getInstance(): Axis3OperatorManager;
|
|
21
|
+
init(viewer: any): void;
|
|
22
|
+
show(graph: Graph, position: Cesium.Cartesian3): void;
|
|
23
|
+
remove(): void;
|
|
24
|
+
reset(): void;
|
|
25
|
+
controlAxis(axisName: string, graph: Graph): void;
|
|
26
|
+
mouseMove(event: Cesium.MoveEvent): void;
|
|
27
|
+
private rotateHeading;
|
|
28
|
+
private rotateRoll;
|
|
29
|
+
private rotatePitch;
|
|
30
|
+
private scaleX;
|
|
31
|
+
private scaleY;
|
|
32
|
+
private scaleZ;
|
|
33
|
+
private getStartEndAngleByMoveEvent;
|
|
34
|
+
private addOperator;
|
|
35
|
+
private getPosByLengthY;
|
|
36
|
+
private getPosByLengthX;
|
|
37
|
+
private getPosByLengthZ;
|
|
38
|
+
private addControlEntity;
|
|
39
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface IVectorTile {
|
|
2
|
+
x: number;
|
|
3
|
+
y: number;
|
|
4
|
+
z: number;
|
|
5
|
+
year: number;
|
|
6
|
+
layer?: string;
|
|
7
|
+
key?: string;
|
|
8
|
+
buffer?: ArrayBuffer;
|
|
9
|
+
geojson?: GeoJSON.FeatureCollection;
|
|
10
|
+
render?: refTileRender;
|
|
11
|
+
}
|
|
12
|
+
export interface refTileRender {
|
|
13
|
+
polygons?: Cesium.Primitive;
|
|
14
|
+
polylines?: Cesium.Primitive;
|
|
15
|
+
labels?: Cesium.Label[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ICell } from "./ICell";
|
|
2
|
+
export declare class CreateGridTextV2_5 {
|
|
3
|
+
static ids: Set<string>;
|
|
4
|
+
static drawText(primitives: Cesium.PrimitiveCollection, cells: ICell[]): Promise<void>;
|
|
5
|
+
static Draw(cells: ICell[], primitives: Cesium.PrimitiveCollection, metric: any): void;
|
|
6
|
+
static drawText1(name: string, pos: GeoJSON.Position, multiple: number, primitives: Cesium.PrimitiveCollection, metric: any): Promise<void>;
|
|
7
|
+
static canvasCache: Map<string, HTMLCanvasElement>;
|
|
8
|
+
private static SetCache;
|
|
9
|
+
static createInstance(name: string, pos: GeoJSON.Position, multiple: number, metric: any): Cesium.GeometryInstance;
|
|
10
|
+
static drawText2(name: string, pos: GeoJSON.Position, multiple: number, scene: Cesium.Scene, metric: any): Promise<void>;
|
|
11
|
+
static drawText3(name: string, pos: GeoJSON.Position, multiple: number, primitives: Cesium.PrimitiveCollection, metric: any): Promise<void>;
|
|
12
|
+
static count: number;
|
|
13
|
+
static imageCache: Map<string, string>;
|
|
14
|
+
static pworker: any;
|
|
15
|
+
static invokeWorker(chars: string[], font: string, metric: any): Promise<any>;
|
|
16
|
+
}
|
|
17
|
+
export declare class TimeCounter {
|
|
18
|
+
constructor();
|
|
19
|
+
t1: number;
|
|
20
|
+
start1(): void;
|
|
21
|
+
stop1(str?: string): number;
|
|
22
|
+
}
|
|
23
|
+
export interface Metrics {
|
|
24
|
+
ascent?: number;
|
|
25
|
+
descent?: number;
|
|
26
|
+
bounds?: {
|
|
27
|
+
minx: number;
|
|
28
|
+
maxx: number;
|
|
29
|
+
miny: number;
|
|
30
|
+
maxy: number;
|
|
31
|
+
};
|
|
32
|
+
width?: number;
|
|
33
|
+
height?: number;
|
|
34
|
+
fontsize?: number;
|
|
35
|
+
leading?: number;
|
|
36
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class geocode {
|
|
2
|
+
static encode(lon: number, lat: number, width: number, height: number): string;
|
|
3
|
+
static getRect(bbox: GeoJSON.BBox): {
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
};
|
|
7
|
+
static decode(code: string): IGeocode;
|
|
8
|
+
static testCode(): boolean;
|
|
9
|
+
static e64ch: string;
|
|
10
|
+
static e64chs: string[];
|
|
11
|
+
static gete64(value: number, len: number): string;
|
|
12
|
+
static frome64(str: string): number;
|
|
13
|
+
}
|
|
14
|
+
/** 暂时不处理高度,而是分低空,中空,高空,太空 */
|
|
15
|
+
export interface IGeocode {
|
|
16
|
+
lon: number;
|
|
17
|
+
lat: number;
|
|
18
|
+
/** 精度长度 */
|
|
19
|
+
width: number;
|
|
20
|
+
height: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare class CameraParam {
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
4
|
+
height: number;
|
|
5
|
+
heading: number;
|
|
6
|
+
pitch: number;
|
|
7
|
+
roll: number;
|
|
8
|
+
}
|
|
9
|
+
export declare class Common {
|
|
10
|
+
static getAngle: ({ x: x1, y: y1 }: {
|
|
11
|
+
x: any;
|
|
12
|
+
y: any;
|
|
13
|
+
}, { x: x2, y: y2 }: {
|
|
14
|
+
x: any;
|
|
15
|
+
y: any;
|
|
16
|
+
}) => number;
|
|
17
|
+
}
|
|
18
|
+
export declare class Operator {
|
|
19
|
+
name?: string;
|
|
20
|
+
Image?: string;
|
|
21
|
+
ToolTip: string;
|
|
22
|
+
Operator: Function;
|
|
23
|
+
CanOperator?: Function;
|
|
24
|
+
htmlElement?: HTMLElement;
|
|
25
|
+
property: Function;
|
|
26
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import Graph from '../Graph';
|
|
2
|
+
export default class EditorCubeBase extends Graph {
|
|
3
|
+
numScale: number;
|
|
4
|
+
maxPointNum: number;
|
|
5
|
+
minPointNum: number;
|
|
6
|
+
scaleVz: number;
|
|
7
|
+
rotateByHeadingProperty: string[];
|
|
8
|
+
rotateByPitchProperty: string[];
|
|
9
|
+
rotateByRollProperty: string[];
|
|
10
|
+
private orientation;
|
|
11
|
+
private headingPR;
|
|
12
|
+
constructor(engine: any, layer: any, p?: any);
|
|
13
|
+
protected _heightReference: Cesium.HeightReference;
|
|
14
|
+
get heightReference(): Cesium.HeightReference;
|
|
15
|
+
alpha: number;
|
|
16
|
+
fill: boolean;
|
|
17
|
+
color: string;
|
|
18
|
+
outline: boolean;
|
|
19
|
+
outlineColor: string;
|
|
20
|
+
heading: number;
|
|
21
|
+
pitch: number;
|
|
22
|
+
roll: number;
|
|
23
|
+
initProps(defs: any): void;
|
|
24
|
+
resetOrientation(pos?: any): void;
|
|
25
|
+
initShapeCube(graphicName: any, graphicEntityProps: any): void;
|
|
26
|
+
rotateHeadingByAngle(start: number, end: number): void;
|
|
27
|
+
rotatePitchByAngle(start: number, end: number): void;
|
|
28
|
+
rotateRollByAngle(start: number, end: number): void;
|
|
29
|
+
scaleZ(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
30
|
+
scaleX(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
31
|
+
scaleY(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
32
|
+
handle360(value: any): any;
|
|
33
|
+
calcMouseDelta(start: Cesium.Cartesian2, end: Cesium.Cartesian2): number;
|
|
34
|
+
calcuteShape(points: any, time: any): any;
|
|
35
|
+
toEdit(): void;
|
|
36
|
+
finish(): void;
|
|
37
|
+
delete(): void;
|
|
38
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import EditorCubeBase from './EditorCubeBase';
|
|
2
|
+
/**
|
|
3
|
+
* 立方体
|
|
4
|
+
*/
|
|
5
|
+
export default class EditorCubeBox extends EditorCubeBase {
|
|
6
|
+
constructor(engine: any, layer: any, p?: any);
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
z: number;
|
|
10
|
+
initProps(defs: any): void;
|
|
11
|
+
scaleZProperty: string[];
|
|
12
|
+
scaleZ(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
13
|
+
scaleXProperty: string[];
|
|
14
|
+
scaleX(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
15
|
+
scaleYProperty: string[];
|
|
16
|
+
scaleY(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
17
|
+
scaleProperty: string[];
|
|
18
|
+
scale(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
19
|
+
initShape(): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import EditorCubeBase from './EditorCubeBase';
|
|
2
|
+
import EditorPoint from '../Point/EditorPoint';
|
|
3
|
+
/**
|
|
4
|
+
* 圆锥体
|
|
5
|
+
*/
|
|
6
|
+
export default class EditorCylinder extends EditorCubeBase {
|
|
7
|
+
constructor(engine: any, layer: any, p?: any);
|
|
8
|
+
length: number;
|
|
9
|
+
topRadius: number;
|
|
10
|
+
bottomRadius: number;
|
|
11
|
+
initProps(defs: any): void;
|
|
12
|
+
initShape(): void;
|
|
13
|
+
scaleZProperty: string[];
|
|
14
|
+
scaleZ(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
15
|
+
scaleXProperty: string[];
|
|
16
|
+
scaleX(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
17
|
+
scaleYProperty: string[];
|
|
18
|
+
scaleY(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
19
|
+
scalePropert: string[];
|
|
20
|
+
scale(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
21
|
+
nearsRestoPoint(point: EditorPoint): {
|
|
22
|
+
point: any;
|
|
23
|
+
length: number;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import EditorCubeBase from './EditorCubeBase';
|
|
2
|
+
/**
|
|
3
|
+
* 球体
|
|
4
|
+
*/
|
|
5
|
+
export default class EditorEllipsoid extends EditorCubeBase {
|
|
6
|
+
constructor(engine: any, layer: any, p?: any);
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
z: number;
|
|
10
|
+
initProps(defs: any): void;
|
|
11
|
+
initShape(): void;
|
|
12
|
+
scaleZProperty: string[];
|
|
13
|
+
scaleZ(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
14
|
+
scaleXProperty: string[];
|
|
15
|
+
scaleX(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
16
|
+
scaleYProperty: string[];
|
|
17
|
+
scaleY(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
18
|
+
scaleProperty: string[];
|
|
19
|
+
scale(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import Graph from "./Graph";
|
|
2
|
+
import { HtmlBoxBase } from "./HtmlBox/html-box-base";
|
|
3
|
+
import { Music } from "../Core/Music";
|
|
4
|
+
import { GpLayer } from "../LayerManager/GpLayer/GpLayer";
|
|
5
|
+
/**
|
|
6
|
+
* 当前已选中的内容,包含graph和html
|
|
7
|
+
*/
|
|
8
|
+
export default class CurrentList {
|
|
9
|
+
static currentEditGraphList: Array<Graph>;
|
|
10
|
+
static currentBoxList: Array<HtmlBoxBase>;
|
|
11
|
+
static boxList: Array<HtmlBoxBase>;
|
|
12
|
+
static currentMusicList: Array<Music>;
|
|
13
|
+
static currentTifList: Array<GpLayer>;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (type: any): string;
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import Graph from "./Graph";
|
|
2
|
+
import { Subject } from "rxjs";
|
|
3
|
+
import { Event } from "../Core/Event";
|
|
4
|
+
export default class EditMode extends Event {
|
|
5
|
+
isVectorInfo: boolean;
|
|
6
|
+
layerId: any;
|
|
7
|
+
private _engine;
|
|
8
|
+
private viewer;
|
|
9
|
+
private propEditor;
|
|
10
|
+
private editAfterCreate;
|
|
11
|
+
private handler;
|
|
12
|
+
private operatorEnable;
|
|
13
|
+
private sg;
|
|
14
|
+
private MODE_VIEW;
|
|
15
|
+
private MODE_CREATE;
|
|
16
|
+
private MODE_SELECT;
|
|
17
|
+
private MODE_EDIT;
|
|
18
|
+
private MODE_CTLEDIT;
|
|
19
|
+
private ACT_START;
|
|
20
|
+
private ACT_CREATE;
|
|
21
|
+
private ACT_SELECT;
|
|
22
|
+
private ACT_FINISH;
|
|
23
|
+
private ACT_PICKUP;
|
|
24
|
+
private ACT_CANCEL;
|
|
25
|
+
private axisStartPos;
|
|
26
|
+
private pickIndex;
|
|
27
|
+
private hoveredEnt;
|
|
28
|
+
private editCollection;
|
|
29
|
+
static operatorComplete: Subject<any>;
|
|
30
|
+
onCreateFinished: Subject<any>;
|
|
31
|
+
mode: string;
|
|
32
|
+
currentCreateEnt: any;
|
|
33
|
+
constructor(engine: any, editAfterCreate: any, isReadOnly: any, operatorEnable?: boolean, layerId?: any);
|
|
34
|
+
get currentEditGraph(): Graph;
|
|
35
|
+
set currentEditGraph(graph: Graph);
|
|
36
|
+
get currentEditGraphList(): Array<Graph>;
|
|
37
|
+
set currentEditGraphList(value: Array<Graph>);
|
|
38
|
+
/**
|
|
39
|
+
* 编辑器改变时间,参数Graph
|
|
40
|
+
*/
|
|
41
|
+
onEditChanged: Function;
|
|
42
|
+
/**
|
|
43
|
+
* 多选器改变,参数array<Graph>
|
|
44
|
+
*/
|
|
45
|
+
onEditCollectionChanged: Function;
|
|
46
|
+
onEditGraphList: Function;
|
|
47
|
+
onExport: Function;
|
|
48
|
+
private _currentEditCollection;
|
|
49
|
+
get currentEditCollection(): Array<any>;
|
|
50
|
+
set currentEditCollection(v: Array<any>);
|
|
51
|
+
private pointOperatorContainer;
|
|
52
|
+
private pickedctl;
|
|
53
|
+
stopContextMenu$: Subject<any>;
|
|
54
|
+
private operatorMoveDiffX;
|
|
55
|
+
private operatorMoveDiffY;
|
|
56
|
+
private operatorMoving;
|
|
57
|
+
private operatorMoved;
|
|
58
|
+
static nzMessageSer: any;
|
|
59
|
+
private CURSOR_auto;
|
|
60
|
+
private CURSOR_crosshair;
|
|
61
|
+
private CURSOR_pointer;
|
|
62
|
+
private operatorContainer;
|
|
63
|
+
private operatorButton;
|
|
64
|
+
private beginValue;
|
|
65
|
+
private deleteAllGraph;
|
|
66
|
+
private anchorSub$;
|
|
67
|
+
dragToHTMLBoxesSub$: Subject<unknown>;
|
|
68
|
+
lockToHTMLBoxesSub$: Subject<unknown>;
|
|
69
|
+
hideHTMLBoxesOperatorSub$: Subject<unknown>;
|
|
70
|
+
showHTMLBoxesOperatorSub$: Subject<unknown>;
|
|
71
|
+
isCtrlPressed: boolean;
|
|
72
|
+
isCrossSelectedNodes2Or3Sub$: Subject<unknown>;
|
|
73
|
+
/** handler单例 */
|
|
74
|
+
private getHandler;
|
|
75
|
+
/**
|
|
76
|
+
* @private
|
|
77
|
+
*/
|
|
78
|
+
destroyHandler(): void;
|
|
79
|
+
/**
|
|
80
|
+
* @private
|
|
81
|
+
*/
|
|
82
|
+
start(): void;
|
|
83
|
+
/**
|
|
84
|
+
* @private
|
|
85
|
+
* @param ent
|
|
86
|
+
*/
|
|
87
|
+
create(ent: any): any;
|
|
88
|
+
/**
|
|
89
|
+
* @private
|
|
90
|
+
* @param ent
|
|
91
|
+
*/
|
|
92
|
+
draw(ent: any): any;
|
|
93
|
+
/**
|
|
94
|
+
* 取消创建 add by lf
|
|
95
|
+
*/
|
|
96
|
+
cancelCreate(): void;
|
|
97
|
+
nextMode(action: any, ...args: any[]): void;
|
|
98
|
+
private _isReadOnly;
|
|
99
|
+
get isReadOnly(): boolean;
|
|
100
|
+
set isReadOnly(v: boolean);
|
|
101
|
+
viewMode(): void;
|
|
102
|
+
private createMode;
|
|
103
|
+
select(gvolObject: any): void;
|
|
104
|
+
/**
|
|
105
|
+
* 完成当前绘图,如果图形能够绘制出来,则绘制,否则删除不成形的图形
|
|
106
|
+
*/
|
|
107
|
+
private finishCurrentCreate;
|
|
108
|
+
private initCreateCursor;
|
|
109
|
+
private initKeyboardCreate;
|
|
110
|
+
private selectByPosition;
|
|
111
|
+
private _startPickTarget;
|
|
112
|
+
get startPickTarget(): boolean;
|
|
113
|
+
set startPickTarget(v: boolean);
|
|
114
|
+
pickString: string;
|
|
115
|
+
pickTypes: Array<any>;
|
|
116
|
+
pickCompleted$: Subject<Graph | Cesium.Cartesian3>;
|
|
117
|
+
private checkPickTypes;
|
|
118
|
+
private checkPick;
|
|
119
|
+
selectMode(): void;
|
|
120
|
+
private finishCurrentSelect;
|
|
121
|
+
/**
|
|
122
|
+
* 统一唤醒事件
|
|
123
|
+
*/
|
|
124
|
+
private callChangeEvent;
|
|
125
|
+
editMode(ent: any): void;
|
|
126
|
+
addCtrlEntity(ent: any): void;
|
|
127
|
+
private show3DOperator;
|
|
128
|
+
midCtlHasPicked: boolean;
|
|
129
|
+
getParentPlot(ctl: any): any;
|
|
130
|
+
ctlPickUP: any;
|
|
131
|
+
private showPointOperator;
|
|
132
|
+
private closePointOperator;
|
|
133
|
+
private createPointOperator;
|
|
134
|
+
private getCartesianWithTerrainHeight;
|
|
135
|
+
private movePoint;
|
|
136
|
+
private delteCtrlPoint;
|
|
137
|
+
private movePointHeight;
|
|
138
|
+
ScreenPixel(): number;
|
|
139
|
+
ChangeLengthByMouse(height: any, diff: any, heightCoeficient?: number): any;
|
|
140
|
+
private insertPoint;
|
|
141
|
+
private deletePoint;
|
|
142
|
+
finishCurrentEdit(): void;
|
|
143
|
+
/**
|
|
144
|
+
* @private
|
|
145
|
+
*/
|
|
146
|
+
deleteSelectGraph(): void;
|
|
147
|
+
private ctlEditMode;
|
|
148
|
+
private finishCurrentCtledit;
|
|
149
|
+
private setCursor;
|
|
150
|
+
getOwnerElement(): any;
|
|
151
|
+
private createQuickOperator;
|
|
152
|
+
private getCenter;
|
|
153
|
+
private showOperator;
|
|
154
|
+
changeCtrlColor(graph: Graph | Array<Graph>): void;
|
|
155
|
+
closeOperator(): void;
|
|
156
|
+
removeOperator(): void;
|
|
157
|
+
private operatorBegin;
|
|
158
|
+
private operatorEnd;
|
|
159
|
+
/**
|
|
160
|
+
* 根据屏幕移动修改heading
|
|
161
|
+
* @param start
|
|
162
|
+
* @param end
|
|
163
|
+
*/
|
|
164
|
+
rotateByHeading(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
165
|
+
rotateHeadingByAngle(start: number, end: number): void;
|
|
166
|
+
/**
|
|
167
|
+
* 根据屏幕移动修改Pich
|
|
168
|
+
* @param start
|
|
169
|
+
* @param end
|
|
170
|
+
*/
|
|
171
|
+
rotateByPitch(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
172
|
+
/**
|
|
173
|
+
* 根据屏幕移动修改Roll
|
|
174
|
+
* @param start
|
|
175
|
+
* @param end
|
|
176
|
+
*/
|
|
177
|
+
rotateByRoll(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
178
|
+
/**
|
|
179
|
+
* 水平移动
|
|
180
|
+
* @param start
|
|
181
|
+
* @param end
|
|
182
|
+
*/
|
|
183
|
+
movePosition(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
184
|
+
/**
|
|
185
|
+
* 垂直移动
|
|
186
|
+
* @param start
|
|
187
|
+
* @param end
|
|
188
|
+
*/
|
|
189
|
+
moveHeight(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
190
|
+
/**
|
|
191
|
+
* 放大缩小
|
|
192
|
+
* @param start
|
|
193
|
+
* @param end
|
|
194
|
+
*/
|
|
195
|
+
scale(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
196
|
+
/**
|
|
197
|
+
* 放大缩小
|
|
198
|
+
* @param start
|
|
199
|
+
* @param end
|
|
200
|
+
*/
|
|
201
|
+
scaleZ(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
202
|
+
/**
|
|
203
|
+
* 放大缩小
|
|
204
|
+
* @param start
|
|
205
|
+
* @param end
|
|
206
|
+
*/
|
|
207
|
+
scaleX(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
208
|
+
/**
|
|
209
|
+
* 放大缩小
|
|
210
|
+
* @param start
|
|
211
|
+
* @param end
|
|
212
|
+
*/
|
|
213
|
+
scaleY(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
214
|
+
private getGraphScreenCoord;
|
|
215
|
+
private destroyGraphAnchor;
|
|
216
|
+
removeAnchorConnectLineByRightClick(): void;
|
|
217
|
+
isTwoOrThreeBothSelected(): number;
|
|
218
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class GVEntityCollection {
|
|
2
|
+
private entityCollection;
|
|
3
|
+
entities: Array<Cesium.Entity | any>;
|
|
4
|
+
constructor(entityCollection: Cesium.EntityCollection);
|
|
5
|
+
add(entity: Cesium.Entity | Cesium.EntityOptions): Cesium.Entity | any;
|
|
6
|
+
remove(entity: Cesium.Entity): void;
|
|
7
|
+
removeAll(): void;
|
|
8
|
+
private _show;
|
|
9
|
+
get show(): boolean;
|
|
10
|
+
set show(value: boolean);
|
|
11
|
+
}
|