@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,14 @@
|
|
|
1
|
+
export default class DynamicProperty {
|
|
2
|
+
_value: any;
|
|
3
|
+
_hasClone: boolean;
|
|
4
|
+
_hasEquals: boolean;
|
|
5
|
+
_definitionChanged: Cesium.Event;
|
|
6
|
+
_constant: boolean;
|
|
7
|
+
constructor(value: any);
|
|
8
|
+
get isConstant(): boolean;
|
|
9
|
+
set isConstant(value: boolean);
|
|
10
|
+
get definitionChanged(): Cesium.Event;
|
|
11
|
+
getValue(time: any, result: any): any;
|
|
12
|
+
setValue(value: any): void;
|
|
13
|
+
equals(other: any): any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 标绘渲染对象虚方法
|
|
3
|
+
*/
|
|
4
|
+
declare class RenderPlotting {
|
|
5
|
+
protected _map: any;
|
|
6
|
+
constructor(map?: any);
|
|
7
|
+
/**
|
|
8
|
+
* 初始化方法
|
|
9
|
+
*/
|
|
10
|
+
init(data: any): void;
|
|
11
|
+
/**
|
|
12
|
+
* 清理
|
|
13
|
+
*/
|
|
14
|
+
clear(): void;
|
|
15
|
+
/**
|
|
16
|
+
* 属性更新
|
|
17
|
+
*/
|
|
18
|
+
updateAttribute(attrName: any): void;
|
|
19
|
+
}
|
|
20
|
+
export default RenderPlotting;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare class GxPrimitivePolyline {
|
|
2
|
+
private vertexShader;
|
|
3
|
+
private fragmentShader;
|
|
4
|
+
private viewer;
|
|
5
|
+
private positionArr;
|
|
6
|
+
colorArr: Float32Array;
|
|
7
|
+
private indiceArr;
|
|
8
|
+
/**
|
|
9
|
+
* 通过参数组成的Geomerty
|
|
10
|
+
*/
|
|
11
|
+
geometry: Cesium.Geometry;
|
|
12
|
+
/**
|
|
13
|
+
* 三角网Appearance
|
|
14
|
+
*/
|
|
15
|
+
appearance: Cesium.Appearance;
|
|
16
|
+
/**
|
|
17
|
+
* 构造函数
|
|
18
|
+
* @param viewer 球
|
|
19
|
+
* @param Cartesians 位置数组,三个点构成一个面
|
|
20
|
+
* @param Colors 颜色数组,长度必须为Cartesians的4倍[1][1][1][0],4位为一个顶点的颜色
|
|
21
|
+
*/
|
|
22
|
+
constructor(viewer: Cesium.Viewer, Cartesians: Array<Cesium.Cartesian3>, Colors: Array<number>, iFromZero?: any);
|
|
23
|
+
iFromZero: boolean;
|
|
24
|
+
private CreateGeometry;
|
|
25
|
+
updateAlpha(primitive: Cesium.Primitive, a: number): void;
|
|
26
|
+
private CreateAppearence;
|
|
27
|
+
private getVS;
|
|
28
|
+
private getFS;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 三角网绘制
|
|
3
|
+
*/
|
|
4
|
+
export declare class GxPrimitiveTriangles {
|
|
5
|
+
private vertexShader;
|
|
6
|
+
private fragmentShader;
|
|
7
|
+
private viewer;
|
|
8
|
+
private positionArr;
|
|
9
|
+
private colorArr;
|
|
10
|
+
private indiceArr;
|
|
11
|
+
/**
|
|
12
|
+
* 通过参数组成的Geomerty
|
|
13
|
+
*/
|
|
14
|
+
geometry: Cesium.Geometry;
|
|
15
|
+
/**
|
|
16
|
+
* 三角网Appearance
|
|
17
|
+
*/
|
|
18
|
+
appearance: Cesium.Appearance;
|
|
19
|
+
/**
|
|
20
|
+
* 构造函数
|
|
21
|
+
* @param viewer 球
|
|
22
|
+
* @param Cartesians 位置数组,三个点构成一个面
|
|
23
|
+
* @param Colors 颜色数组,长度必须为Cartesians的4倍[1][1][1][0],4位为一个顶点的颜色
|
|
24
|
+
*/
|
|
25
|
+
constructor(viewer: Cesium.Viewer, Cartesians: Array<Cesium.Cartesian3>, Colors: Array<number>);
|
|
26
|
+
private CreateGeometry;
|
|
27
|
+
private CreateAppearence;
|
|
28
|
+
private getVS;
|
|
29
|
+
private getFS;
|
|
30
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { GvolPoint } from '../../../Core/GvolPoint';
|
|
2
|
+
export declare class GxRadarItem {
|
|
3
|
+
private viewer;
|
|
4
|
+
private primitivePolyline;
|
|
5
|
+
private primitiveTriangles;
|
|
6
|
+
private scanPrimitivePolyline;
|
|
7
|
+
private scanPrimitiveTriangles;
|
|
8
|
+
private primitiveInstancePolyline;
|
|
9
|
+
private primitiveInstanceTriangles;
|
|
10
|
+
private scanPrimitiveInstancePolyline;
|
|
11
|
+
private scanPrimitiveInstanceTriangles;
|
|
12
|
+
constructor(earth: Cesium.Viewer, lon: number, lat: number, option: GxRadarOption);
|
|
13
|
+
private render;
|
|
14
|
+
private _position;
|
|
15
|
+
get position(): GvolPoint;
|
|
16
|
+
set position(value: GvolPoint);
|
|
17
|
+
private create;
|
|
18
|
+
private createScan;
|
|
19
|
+
private originalMatrix;
|
|
20
|
+
private updateModelMatrix;
|
|
21
|
+
private to255Values;
|
|
22
|
+
private createPrimitive;
|
|
23
|
+
updateColorAlhpa(): void;
|
|
24
|
+
primitive: any;
|
|
25
|
+
/**
|
|
26
|
+
* 更新外观,在修改属性之后
|
|
27
|
+
*/
|
|
28
|
+
update(): void;
|
|
29
|
+
private _radarOption;
|
|
30
|
+
/**
|
|
31
|
+
* 雷达参数
|
|
32
|
+
*/
|
|
33
|
+
get radarOption(): GxRadarOption;
|
|
34
|
+
set radarOption(value: GxRadarOption);
|
|
35
|
+
}
|
|
36
|
+
export declare class GxRadarOption {
|
|
37
|
+
/**
|
|
38
|
+
* 整体透明度
|
|
39
|
+
*/
|
|
40
|
+
alpha: number;
|
|
41
|
+
/**
|
|
42
|
+
* 外部颜色
|
|
43
|
+
*/
|
|
44
|
+
outerColor: string;
|
|
45
|
+
/**
|
|
46
|
+
* 外部透明度
|
|
47
|
+
*/
|
|
48
|
+
outerAlpha: number;
|
|
49
|
+
/**
|
|
50
|
+
* 线条颜色
|
|
51
|
+
*/
|
|
52
|
+
lineColor: string;
|
|
53
|
+
/**
|
|
54
|
+
* 水平起始角度
|
|
55
|
+
*/
|
|
56
|
+
startAngle: number;
|
|
57
|
+
/**
|
|
58
|
+
* 水平终止角
|
|
59
|
+
*/
|
|
60
|
+
endAngle: number;
|
|
61
|
+
/**
|
|
62
|
+
* 垂直起始角
|
|
63
|
+
*/
|
|
64
|
+
vStartAngle: number;
|
|
65
|
+
/**
|
|
66
|
+
* 垂直终止角
|
|
67
|
+
*/
|
|
68
|
+
vEndAngle: number;
|
|
69
|
+
/**
|
|
70
|
+
* 扫面半径,单位米
|
|
71
|
+
*/
|
|
72
|
+
radius: number;
|
|
73
|
+
/**
|
|
74
|
+
* 扫描角度
|
|
75
|
+
*/
|
|
76
|
+
scanAngle: number;
|
|
77
|
+
/**
|
|
78
|
+
* 扫描颜色
|
|
79
|
+
*/
|
|
80
|
+
scanColor: string;
|
|
81
|
+
/**
|
|
82
|
+
* 往复扫描
|
|
83
|
+
*/
|
|
84
|
+
scanReserve: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* 扫描速度,一秒转多少度,越大转越快
|
|
87
|
+
*/
|
|
88
|
+
scanSpeed: number;
|
|
89
|
+
/**
|
|
90
|
+
* 是否显示扫描
|
|
91
|
+
*/
|
|
92
|
+
showScan: boolean;
|
|
93
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export declare class GxClusterDataSource {
|
|
2
|
+
private _customDataSource;
|
|
3
|
+
private _viewer;
|
|
4
|
+
private _options;
|
|
5
|
+
private _dataSource;
|
|
6
|
+
private _customStyleListener;
|
|
7
|
+
constructor(viewer: Cesium.Viewer, options: GxClusterOption);
|
|
8
|
+
/**
|
|
9
|
+
* 添加点
|
|
10
|
+
* @param {} entity
|
|
11
|
+
* @returns Cesium.Entity
|
|
12
|
+
*/
|
|
13
|
+
addPoint(entity: any): Cesium.Entity;
|
|
14
|
+
/**
|
|
15
|
+
* 删除点
|
|
16
|
+
* @param {Cesium.Entity} entity
|
|
17
|
+
*/
|
|
18
|
+
removePoint(entity: Cesium.Entity): void;
|
|
19
|
+
/**
|
|
20
|
+
* 删除点 by id
|
|
21
|
+
* @param {Cesium.Entity} entity
|
|
22
|
+
*/
|
|
23
|
+
removePointById(id: string): void;
|
|
24
|
+
/**
|
|
25
|
+
* 将点集合添加到球上
|
|
26
|
+
*/
|
|
27
|
+
addToEarth(): Promise<void>;
|
|
28
|
+
/**
|
|
29
|
+
* 移除聚合dataSource
|
|
30
|
+
*/
|
|
31
|
+
removeFromEarth(): void;
|
|
32
|
+
private _pixelRange;
|
|
33
|
+
get pixelRange(): number;
|
|
34
|
+
/**
|
|
35
|
+
* 像素范围
|
|
36
|
+
* @param {number} value
|
|
37
|
+
*/
|
|
38
|
+
set pixelRange(value: number);
|
|
39
|
+
private _minimumClusterSize;
|
|
40
|
+
get minimumClusterSize(): number;
|
|
41
|
+
/**
|
|
42
|
+
* 最小聚合数量
|
|
43
|
+
* @param {number} value
|
|
44
|
+
*/
|
|
45
|
+
set minimumClusterSize(value: number);
|
|
46
|
+
private _enable;
|
|
47
|
+
get enable(): boolean;
|
|
48
|
+
/**
|
|
49
|
+
* 是否开启聚合
|
|
50
|
+
* @param {boolean} value
|
|
51
|
+
*/
|
|
52
|
+
set enable(value: boolean);
|
|
53
|
+
private _customStyleEnable;
|
|
54
|
+
get customStyleEnable(): boolean;
|
|
55
|
+
/**
|
|
56
|
+
* 是否开启自定义样式
|
|
57
|
+
* @param {boolean} value
|
|
58
|
+
*/
|
|
59
|
+
set customStyleEnable(value: boolean);
|
|
60
|
+
private GxStyleArray;
|
|
61
|
+
private _customStyleOpen;
|
|
62
|
+
private _resetStyle;
|
|
63
|
+
private _cluster;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* 聚合类参数
|
|
67
|
+
*/
|
|
68
|
+
export interface GxClusterOption {
|
|
69
|
+
/**
|
|
70
|
+
* 名称
|
|
71
|
+
*/
|
|
72
|
+
name: string;
|
|
73
|
+
/**
|
|
74
|
+
* 像素范围,点之间的距离到达此像素大小时 进行聚合
|
|
75
|
+
*/
|
|
76
|
+
pixelRange: number;
|
|
77
|
+
/**
|
|
78
|
+
* 最小聚合数量
|
|
79
|
+
*/
|
|
80
|
+
minimumClusterSize: number;
|
|
81
|
+
/**
|
|
82
|
+
* 开启聚合
|
|
83
|
+
*/
|
|
84
|
+
enable: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* 开启自定义 样式
|
|
87
|
+
*/
|
|
88
|
+
customStyleEnable: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* 设置 聚合图标图片
|
|
91
|
+
* @param entities 聚合点集合
|
|
92
|
+
* @param billboard 聚合标牌
|
|
93
|
+
*/
|
|
94
|
+
setImage(entities: Array<any>, billboard: Cesium.Billboard): any;
|
|
95
|
+
setImage1(entities: Array<any>, billboard: Cesium.Billboard): any;
|
|
96
|
+
imagePath: string;
|
|
97
|
+
}
|
|
98
|
+
export declare class GxClusterStyle {
|
|
99
|
+
/**
|
|
100
|
+
* 数量,聚合点到达此数量时 显示 image
|
|
101
|
+
*/
|
|
102
|
+
size: number;
|
|
103
|
+
/**
|
|
104
|
+
* 图片,url 或
|
|
105
|
+
*/
|
|
106
|
+
image: any;
|
|
107
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Graph from "./Graph";
|
|
2
|
+
export declare class HeightReferenceGraph extends Graph {
|
|
3
|
+
constructor(engine: any, layer: any, p?: any);
|
|
4
|
+
protected _heightReference: Cesium.HeightReference;
|
|
5
|
+
get heightReference(): Cesium.HeightReference;
|
|
6
|
+
set heightReference(value: Cesium.HeightReference);
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EditorBasePrimitive } from "./Point/EditorBasePrimitive";
|
|
2
|
+
export declare abstract class HeightReferencePrimtive extends EditorBasePrimitive {
|
|
3
|
+
abstract setPrimitivePosition(position: any): any;
|
|
4
|
+
constructor(engine: any, layer: any, p?: any);
|
|
5
|
+
protected _heightReference: Cesium.HeightReference;
|
|
6
|
+
get heightReference(): Cesium.HeightReference;
|
|
7
|
+
set heightReference(value: Cesium.HeightReference);
|
|
8
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { HtmlBoxBase } from './html-box-base';
|
|
3
|
+
export declare class CssProp {
|
|
4
|
+
static ProperyChanged: Subject<any>;
|
|
5
|
+
element: HTMLElement;
|
|
6
|
+
name: string;
|
|
7
|
+
type: string;
|
|
8
|
+
title: string;
|
|
9
|
+
min: string;
|
|
10
|
+
max: string;
|
|
11
|
+
options: any[];
|
|
12
|
+
error: boolean;
|
|
13
|
+
group: string;
|
|
14
|
+
nameArr: {}[];
|
|
15
|
+
subGroup: string;
|
|
16
|
+
target: HtmlBoxBase;
|
|
17
|
+
isbeginChange: boolean;
|
|
18
|
+
oldValue: any;
|
|
19
|
+
protected propertysub: Subject<any>;
|
|
20
|
+
constructor(name: string, type: string, group: string, subGroup: string, element: HTMLElement, title: string, options?: any[], min?: string, max?: string);
|
|
21
|
+
protected _value: any;
|
|
22
|
+
get value(): any;
|
|
23
|
+
set value(v: any);
|
|
24
|
+
protected saveLocal(oldValue: any): void;
|
|
25
|
+
checkMinValue(value: any): boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare class GroupItems {
|
|
28
|
+
groupName: string;
|
|
29
|
+
items: Array<CssProp | CssPropMulti>;
|
|
30
|
+
subGroups: InternalCssProp[];
|
|
31
|
+
state: boolean;
|
|
32
|
+
toggle(): void;
|
|
33
|
+
constructor(groupName: string);
|
|
34
|
+
}
|
|
35
|
+
export declare class InternalCssProp {
|
|
36
|
+
subgroupName: string;
|
|
37
|
+
items: Array<CssProp | CssPropMulti>;
|
|
38
|
+
constructor(subgroupName: string);
|
|
39
|
+
}
|
|
40
|
+
export declare class CssPropMulti {
|
|
41
|
+
static ProperyChanged: Subject<any>;
|
|
42
|
+
element: HTMLElement;
|
|
43
|
+
name: string;
|
|
44
|
+
type: string;
|
|
45
|
+
title: string;
|
|
46
|
+
min: string;
|
|
47
|
+
max: string;
|
|
48
|
+
options: any[];
|
|
49
|
+
error: boolean;
|
|
50
|
+
group: string;
|
|
51
|
+
nameArr: {}[];
|
|
52
|
+
subGroup: string;
|
|
53
|
+
target: HtmlBoxBase;
|
|
54
|
+
isbeginChange: boolean;
|
|
55
|
+
oldValue: any;
|
|
56
|
+
protected propertysub: Subject<any>;
|
|
57
|
+
constructor(cpm: CssProp);
|
|
58
|
+
private _value;
|
|
59
|
+
get value(): any;
|
|
60
|
+
set value(v: any);
|
|
61
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CssPropMulti, GroupItems } from "./CssProp";
|
|
2
|
+
import { HtmlBoxBase } from "./html-box-base";
|
|
3
|
+
export declare class HtmlBoxMulti {
|
|
4
|
+
classType: string;
|
|
5
|
+
isOperating: boolean;
|
|
6
|
+
id: string;
|
|
7
|
+
boxType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
private _element;
|
|
10
|
+
get element(): HTMLElement;
|
|
11
|
+
set element(v: HTMLElement);
|
|
12
|
+
html: string;
|
|
13
|
+
propertyChanged: any;
|
|
14
|
+
get text(): string;
|
|
15
|
+
set text(v: string);
|
|
16
|
+
cssPropList: CssPropMulti[];
|
|
17
|
+
groups: GroupItems[];
|
|
18
|
+
protected displayProps: CssPropMulti;
|
|
19
|
+
protected isReadOnlyProps: CssPropMulti;
|
|
20
|
+
__meta__: any;
|
|
21
|
+
isInit: boolean;
|
|
22
|
+
constructor();
|
|
23
|
+
boxList: Array<HtmlBoxBase>;
|
|
24
|
+
static getElementBgOp(element: HTMLElement): number;
|
|
25
|
+
init(boxList: Array<HtmlBoxBase>): void;
|
|
26
|
+
initHtml(element: HTMLElement): void;
|
|
27
|
+
get show(): boolean;
|
|
28
|
+
set show(v: boolean);
|
|
29
|
+
get isReadOnly(): boolean;
|
|
30
|
+
set isReadOnly(v: boolean);
|
|
31
|
+
onPropertyChanged(props?: string): void;
|
|
32
|
+
initCssBase(): void;
|
|
33
|
+
getPublicPropValue(propname: any): any;
|
|
34
|
+
getProp(box: HtmlBoxBase, propname: any): any;
|
|
35
|
+
initGroup(): void;
|
|
36
|
+
getInitialStyle(): any;
|
|
37
|
+
parseStyleObj(styleObj: any): void;
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const COLORS: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function styleToHtml(node: any, elemHtml: string): string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class TextStrokeColorMenu {
|
|
2
|
+
readonly title: string;
|
|
3
|
+
readonly iconSvg?: string;
|
|
4
|
+
readonly tag = "button";
|
|
5
|
+
readonly showDropPanel = true;
|
|
6
|
+
protected mark: string;
|
|
7
|
+
private $content;
|
|
8
|
+
exec(editor: any, value: string | boolean): void;
|
|
9
|
+
getValue(editor: any): string | boolean;
|
|
10
|
+
isActive(editor: any): boolean;
|
|
11
|
+
isDisabled(editor: any): boolean;
|
|
12
|
+
getPanelContentElem(editor: any): any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class TextStrokeWidthMenu {
|
|
2
|
+
readonly title = "\u63CF\u8FB9\u5BBD\u5EA6";
|
|
3
|
+
iconSvg: string;
|
|
4
|
+
readonly tag = "select";
|
|
5
|
+
readonly width = 60;
|
|
6
|
+
getOptions(editor: any): any[];
|
|
7
|
+
isActive(editor: any): boolean;
|
|
8
|
+
/**
|
|
9
|
+
* 获取选中节点的 node.type
|
|
10
|
+
* @param editor editor
|
|
11
|
+
*/
|
|
12
|
+
getValue(editor: any): any;
|
|
13
|
+
isDisabled(editor: any): boolean;
|
|
14
|
+
/**
|
|
15
|
+
* 执行命令
|
|
16
|
+
* @param editor editor
|
|
17
|
+
* @param value node.type
|
|
18
|
+
*/
|
|
19
|
+
exec(editor: any, value: string | boolean): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import dom7 from 'dom7';
|
|
2
|
+
export declare function getSelectNodeTextStrokeWidth(editor: any): string;
|
|
3
|
+
export declare function isMenuDisabled(editor: any): boolean;
|
|
4
|
+
export declare function isPlainText(str: string): boolean;
|
|
5
|
+
export declare function getTagName($elem: any): string;
|
|
6
|
+
export declare function getStyleValue($elem: any, styleKey: string): string;
|
|
7
|
+
export default dom7;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CssProp, GroupItems } from './CssProp';
|
|
2
|
+
export declare abstract class HtmlBoxBase {
|
|
3
|
+
classType: any;
|
|
4
|
+
isOperating: boolean;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
boxType: string;
|
|
8
|
+
element: any;
|
|
9
|
+
html: string;
|
|
10
|
+
propertyChanged: any;
|
|
11
|
+
videoPath: String;
|
|
12
|
+
get text(): string;
|
|
13
|
+
set text(v: string);
|
|
14
|
+
cssPropList: CssProp[];
|
|
15
|
+
groups: GroupItems[];
|
|
16
|
+
protected displayProps: CssProp;
|
|
17
|
+
protected isReadOnlyProps: CssProp;
|
|
18
|
+
__meta__: any;
|
|
19
|
+
isInit: boolean;
|
|
20
|
+
constructor();
|
|
21
|
+
static getElementBgOp(element: HTMLElement): number;
|
|
22
|
+
abstract init(): void;
|
|
23
|
+
abstract getInitialStyle(): object;
|
|
24
|
+
initHtml(element: HTMLElement): void;
|
|
25
|
+
get show(): boolean;
|
|
26
|
+
set show(v: boolean);
|
|
27
|
+
get isReadOnly(): boolean;
|
|
28
|
+
set isReadOnly(v: boolean);
|
|
29
|
+
onPropertyChanged(props?: string): void;
|
|
30
|
+
initBase(): void;
|
|
31
|
+
initCssBase(): void;
|
|
32
|
+
parseStyleObj(styleObj: any): void;
|
|
33
|
+
initGroup(): void;
|
|
34
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HtmlBoxBase } from './html-box-base';
|
|
2
|
+
export declare class PicCollectionBox extends HtmlBoxBase {
|
|
3
|
+
tnsObj: any;
|
|
4
|
+
picList: any[];
|
|
5
|
+
constructor();
|
|
6
|
+
init(): void;
|
|
7
|
+
resetPicList(list: any): void;
|
|
8
|
+
setPicList(imgList: {
|
|
9
|
+
imgId: any;
|
|
10
|
+
imgPath: any;
|
|
11
|
+
}[]): void;
|
|
12
|
+
/**切换上一张轮播图 */
|
|
13
|
+
previous(): void;
|
|
14
|
+
/**切换下一张轮播图 */
|
|
15
|
+
next(): void;
|
|
16
|
+
getInitialStyle(): object;
|
|
17
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import Graph from '../Graph';
|
|
2
|
+
export default class EditorHtmlImage extends Graph {
|
|
3
|
+
isEditing: boolean;
|
|
4
|
+
maxPointNum: number;
|
|
5
|
+
minPointNum: number;
|
|
6
|
+
constructor(engine: any, layer: any, p?: any);
|
|
7
|
+
htmlElement: any;
|
|
8
|
+
private _imageUrl;
|
|
9
|
+
get imageUrl(): string;
|
|
10
|
+
set imageUrl(v: string);
|
|
11
|
+
private _width;
|
|
12
|
+
get width(): number;
|
|
13
|
+
set width(v: number);
|
|
14
|
+
private _height;
|
|
15
|
+
get height(): number;
|
|
16
|
+
set height(v: number);
|
|
17
|
+
gifSwitch: boolean;
|
|
18
|
+
protected _show: boolean;
|
|
19
|
+
get show(): boolean;
|
|
20
|
+
set show(value: boolean);
|
|
21
|
+
private _alpha;
|
|
22
|
+
get alpha(): number;
|
|
23
|
+
set alpha(v: number);
|
|
24
|
+
private _scalev;
|
|
25
|
+
get scalev(): number;
|
|
26
|
+
set scalev(v: number);
|
|
27
|
+
protected _cb: any;
|
|
28
|
+
initShape(): void;
|
|
29
|
+
calcuteShape(points: any, time: any): any;
|
|
30
|
+
toEdit(): void;
|
|
31
|
+
finish(): void;
|
|
32
|
+
delete(): void;
|
|
33
|
+
setHtmlPosition(position: any): void;
|
|
34
|
+
scaleProperty: string[];
|
|
35
|
+
scale(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
36
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import EditorRectangle from '../Polygon/EditorRectangle';
|
|
2
|
+
/**
|
|
3
|
+
* 点军标,贴地模式
|
|
4
|
+
* @private
|
|
5
|
+
*/
|
|
6
|
+
export default class EditorJBPointObject extends EditorRectangle {
|
|
7
|
+
private svgStr;
|
|
8
|
+
private jbData;
|
|
9
|
+
constructor(engine: any, layer: any, p?: any, jbdata?: any);
|
|
10
|
+
code: string;
|
|
11
|
+
initProps(defs: any): void;
|
|
12
|
+
private _imageUrl;
|
|
13
|
+
initShape(): void;
|
|
14
|
+
/**
|
|
15
|
+
* 根据屏幕移动修改heading
|
|
16
|
+
* @param start
|
|
17
|
+
* @param end
|
|
18
|
+
*/
|
|
19
|
+
rotateByHeading(start: Cesium.Cartesian2, end: Cesium.Cartesian2): void;
|
|
20
|
+
modifySvg(): Promise<string>;
|
|
21
|
+
cesiumRgb2Hex(rgb: any): string;
|
|
22
|
+
exportSVG(svg: any): string;
|
|
23
|
+
}
|