@metagl/sdk-plotting 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lacdt.plotting.d.ts +30265 -0
- package/lacdt.plotting.js +474 -0
- package/package.json +14 -12
- package/resources/image/Height.png +0 -0
- package/resources/image/JPlace/capital.png +0 -0
- package/resources/image/JPlace/chengzhen.png +0 -0
- package/resources/image/JPlace/shenghui.png +0 -0
- package/resources/image/Move.png +0 -0
- package/resources/image/Scale.png +0 -0
- package/resources/image/arrow-down.png +0 -0
- package/resources/image/arrow-left.png +0 -0
- package/resources/image/arrow-right.png +0 -0
- package/resources/image/arrow-up.png +0 -0
- package/resources/image/arrow.png +0 -0
- package/resources/image/cm_gray.png +0 -0
- package/resources/image/cm_viridis.png +0 -0
- package/resources/image/excavate_bottom_min.jpg +0 -0
- package/resources/image/excavate_side_min.jpg +0 -0
- package/resources/image/eye.png +0 -0
- package/resources/image/facility.gif +0 -0
- package/resources/image/fire.png +0 -0
- package/resources/image/fountain2.png +0 -0
- package/resources/image/globe.jpg +0 -0
- package/resources/image/gpoint.svg +1 -0
- package/resources/image/redflag.png +0 -0
- package/resources/image/smoke.png +0 -0
- package/resources/image/tuodong.png +0 -0
- package/resources/image//346/227/213/350/275/254.png +0 -0
- package/resources/images/circular_particle.png +0 -0
- package/resources/images/cloud.png +0 -0
- package/resources/images/dash.png +0 -0
- package/resources/images/daylight/Daylight_Box_Back.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Bottom.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Front.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Left.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Right.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_Top.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mx.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_my.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_mz.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_px.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_py.jpg +0 -0
- package/resources/images/daylight/Daylight_Box_pz.jpg +0 -0
- package/resources/images/earthclouds1k.jpg +0 -0
- package/resources/images/earthclouds1k.png +0 -0
- package/resources/images/night_1-2k.jpg +0 -0
- package/resources/images/scan.png +0 -0
- package/resources/images/smoke.png +0 -0
- package/resources/images/specialLine/ArrowOpacity.png +0 -0
- package/resources/images/specialLine/ArrowTransparent.png +0 -0
- package/resources/images/specialLine/DataTransLine.png +0 -0
- package/resources/images/specialLine/DotTransparent.png +0 -0
- package/resources/images/specialLine/LinkPulse.png +0 -0
- package/resources/images/specialLine/LinkTrail.png +0 -0
- package/resources/images/specialLine/Trail.png +0 -0
- package/resources/images/specialLine/Trail1.png +0 -0
- package/resources/images/specialLine/alpha.png +0 -0
- package/resources/images/starmap/starmap_2020_16k_mx.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_my.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_mz.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_px.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_py.webp +0 -0
- package/resources/images/starmap/starmap_2020_16k_pz.webp +0 -0
- package/resources/images/wx.png +0 -0
- package/resources/images/wx2.jpg +0 -0
- package/resources/readme.txt +1 -0
- package/resources/textures/grey.png +0 -0
- package/resources/textures/mesh.png +0 -0
- package/resources/textures/waterNormalsSmall.jpg +0 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.js +3519 -0
- package/resources/thirdParty/html2canvas/0.5.0-beta4/html2canvas.min.js +8 -0
- package/resources/thirdParty/wangEditor/colorpicker.js +481 -0
- package/resources/thirdParty/wangEditor/wangEditor.js +50897 -0
- package/resources/thirdParty/wangEditor/wangeditor.css +945 -0
- package/resources/water/sea 50_1.json.json +578 -0
- package/resources/workers/satellite.worker.js +3175 -0
- package/types/Common/ArrayHelper.d.ts +8 -0
- package/types/Common/Guid.d.ts +4 -0
- package/types/Common/KeyValue.d.ts +5 -0
- package/types/Core/Common/Cesium/Core/xz_Color.d.ts +1545 -0
- package/types/Core/Common/Cesium/Core/xz_measureSize.d.ts +4 -0
- package/types/Core/Common/Cesium/Core/xz_writeTextToCanvas.d.ts +27 -0
- package/types/Core/Common/Cesium/ThirdParty/xz_measureText.d.ts +30 -0
- package/types/Core/Event.d.ts +72 -0
- package/types/Core/GvolLayer.d.ts +39 -0
- package/types/Core/GvolPoint.d.ts +206 -0
- package/types/Core/Music.d.ts +18 -0
- package/types/Core/Register.d.ts +36 -0
- package/types/Core/index.d.ts +46 -0
- package/types/Core/property-item-meta.d.ts +36 -0
- package/types/FixCesium/index.d.ts +0 -0
- package/types/Global/array.d.ts +21 -0
- package/types/Global/global.d.ts +9 -0
- package/types/Global/link.d.ts +32 -0
- package/types/Global/linq.d.ts +15 -0
- package/types/Global/math.d.ts +7 -0
- package/types/Global/number.d.ts +15 -0
- package/types/Global/object.d.ts +7 -0
- package/types/Global/regex.d.ts +6 -0
- package/types/Global/static.d.ts +6 -0
- package/types/Global/string.d.ts +14 -0
- package/types/LayerManager/DynamicLayer/DynamicLayer.d.ts +294 -0
- package/types/LayerManager/GpLayer/GpLayer.d.ts +56 -0
- package/types/LayerManager/GraphicLayer/GraphicLayer.d.ts +209 -0
- package/types/LayerManager/ImageLayer/BaiduImageryProvider.d.ts +33 -0
- package/types/LayerManager/LayerManager.d.ts +59 -0
- package/types/LayerManager/LayerTools.d.ts +3 -0
- package/types/LayerManager/MapBox/CesiumInstance.d.ts +78 -0
- package/types/LayerManager/MapBox/CesiumLayer.d.ts +54 -0
- package/types/LayerManager/MapBox/CesiumLayerOptions.d.ts +34 -0
- package/types/LayerManager/MapBox/MVTImageryProvider/mapboxVectorRender.d.ts +44 -0
- package/types/LayerManager/MapBox/MapboxPlaceName.d.ts +30 -0
- package/types/LayerManager/MapBox/index.d.ts +25 -0
- package/types/LayerManager/MapBox/shaders/colorscales.d.ts +123 -0
- package/types/LayerManager/MapBox/shaders/raster_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_frag.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_rpg_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/shaders/raster_vert.d.ts +2 -0
- package/types/LayerManager/MapBox/utils.d.ts +13 -0
- package/types/LayerManager/PlotLayer/PlotLayer.d.ts +77 -0
- package/types/LayerManager/SateLayer/Satellite.d.ts +98 -0
- package/types/LayerManager/SateLayer/SatelliteLayer.d.ts +46 -0
- package/types/LayerManager/SateLayer/SpaceDebris.d.ts +23 -0
- package/types/LayerManager/SateLayer/SpaceDebrisLayer.d.ts +40 -0
- package/types/LayerManager/TileLayer/TileLayer.d.ts +27 -0
- package/types/LayerManager/TileLayer/WMTSVectorProvider.d.ts +14 -0
- package/types/LayerManager/index.d.ts +21 -0
- package/types/Models/AnimationConfig.d.ts +29 -0
- package/types/Models/AnimationItem.d.ts +14 -0
- package/types/Models/FileNode.d.ts +24 -0
- package/types/Models/GeojsonPlotModel.d.ts +19 -0
- package/types/Models/GeojsonStyleBase.d.ts +104 -0
- package/types/Models/PlotItem.d.ts +17 -0
- package/types/Models/all.d.ts +268 -0
- package/types/PlottingTool/AnchorHelper.d.ts +50 -0
- package/types/PlottingTool/Animation/AnimationBase.d.ts +61 -0
- package/types/PlottingTool/Animation/AnimationGroup.d.ts +46 -0
- package/types/PlottingTool/Animation/AnimationManager.d.ts +72 -0
- package/types/PlottingTool/Animation/AnimationStartState.d.ts +5 -0
- package/types/PlottingTool/Animation/AnimationState.d.ts +5 -0
- package/types/PlottingTool/Animation/CalcTool.d.ts +6 -0
- package/types/PlottingTool/Animation/CssItems/AudioAnimation.d.ts +14 -0
- package/types/PlottingTool/Animation/CssItems/CssAnimationBase.d.ts +15 -0
- package/types/PlottingTool/Animation/CssItems/CssHideAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssMaskAnimation.d.ts +18 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveHorizonAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssMoveVerticalAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/CssItems/CssNumberAnimation.d.ts +4 -0
- package/types/PlottingTool/Animation/CssItems/CssPropChangeAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/CssItems/CssShowAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/CssShowDisplayAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/CssItems/CssValueAnimation.d.ts +27 -0
- package/types/PlottingTool/Animation/CssItems/SpeakManager.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SpeakTool.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/SubtitleAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/VideoAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/CssItems/XunFeiTool.d.ts +28 -0
- package/types/PlottingTool/Animation/Decorator.d.ts +11 -0
- package/types/PlottingTool/Animation/DefaultConfig.d.ts +5 -0
- package/types/PlottingTool/Animation/FillBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonRepeatAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/GeojsonItems/GeojsonVisibleAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/IAnimation.d.ts +59 -0
- package/types/PlottingTool/Animation/Items/ArrowDirectAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/AutoRotationAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/Items/CameraFlyAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/CameraRoamAnimation.d.ts +29 -0
- package/types/PlottingTool/Animation/Items/CameraSetAnimation.d.ts +5 -0
- package/types/PlottingTool/Animation/Items/ColorAnimation.d.ts +6 -0
- package/types/PlottingTool/Animation/Items/DoubleArrowDirectAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/FollowAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/ForwardAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/HideAnimation.d.ts +11 -0
- package/types/PlottingTool/Animation/Items/JBDirectAnimation.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ModelAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/NumberAnimation.d.ts +12 -0
- package/types/PlottingTool/Animation/Items/PathAnimation.d.ts +44 -0
- package/types/PlottingTool/Animation/Items/PathMode.d.ts +18 -0
- package/types/PlottingTool/Animation/Items/PathShowAnimation.d.ts +25 -0
- package/types/PlottingTool/Animation/Items/PolygonMaskAnimation.d.ts +15 -0
- package/types/PlottingTool/Animation/Items/PopulationTimeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/RepeatAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowAnimation.d.ts +13 -0
- package/types/PlottingTool/Animation/Items/ShowTifAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/Items/SpiralAnimation.d.ts +30 -0
- package/types/PlottingTool/Animation/Items/StateChangeAnimation.d.ts +7 -0
- package/types/PlottingTool/Animation/Items/SurroundAnimation.d.ts +43 -0
- package/types/PlottingTool/Animation/Items/TargetFllowAniamtion.d.ts +20 -0
- package/types/PlottingTool/Animation/Items/ZoomToFlyAnimation.d.ts +16 -0
- package/types/PlottingTool/Animation/MaskBehavior.d.ts +13 -0
- package/types/PlottingTool/Animation/PageItems/PageShowAnimation.d.ts +10 -0
- package/types/PlottingTool/Animation/SingleAnimation.d.ts +32 -0
- package/types/PlottingTool/Arrow/EditorArrowBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorArrowLineBase.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorAssaultDirection.d.ts +4 -0
- package/types/PlottingTool/Arrow/EditorAttackArrow.d.ts +51 -0
- package/types/PlottingTool/Arrow/EditorDoubleArrow.d.ts +82 -0
- package/types/PlottingTool/Arrow/EditorFineArrow.d.ts +11 -0
- package/types/PlottingTool/Arrow/EditorGatheringPlace.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorSquadCombat.d.ts +9 -0
- package/types/PlottingTool/Arrow/EditorStraightLineArrow.d.ts +10 -0
- package/types/PlottingTool/Arrow/EditorTailedAttackArrow.d.ts +8 -0
- package/types/PlottingTool/Arrow/EditorTailedSquadCombat.d.ts +10 -0
- package/types/PlottingTool/Axis3Operator.d.ts +39 -0
- package/types/PlottingTool/Common/ICell.d.ts +9 -0
- package/types/PlottingTool/Common/IVectorTile.d.ts +16 -0
- package/types/PlottingTool/Common/PolygonHelper.d.ts +4 -0
- package/types/PlottingTool/Common/RenderGridTextV2.5.d.ts +36 -0
- package/types/PlottingTool/Common/geocode.d.ts +21 -0
- package/types/PlottingTool/Common.d.ts +26 -0
- package/types/PlottingTool/Cube/EditorCubeBase.d.ts +38 -0
- package/types/PlottingTool/Cube/EditorCubeBox.d.ts +20 -0
- package/types/PlottingTool/Cube/EditorCylinder.d.ts +25 -0
- package/types/PlottingTool/Cube/EditorEllipsoid.d.ts +20 -0
- package/types/PlottingTool/CurrentList.d.ts +14 -0
- package/types/PlottingTool/DataRgister.d.ts +6 -0
- package/types/PlottingTool/DataRgisterAudio.d.ts +5 -0
- package/types/PlottingTool/DataRgisterTif.d.ts +5 -0
- package/types/PlottingTool/DefaultPlottingAttribute.d.ts +1 -0
- package/types/PlottingTool/EditHelpLine.d.ts +8 -0
- package/types/PlottingTool/EditMode.d.ts +218 -0
- package/types/PlottingTool/GVEntityCollection.d.ts +11 -0
- package/types/PlottingTool/Graph.d.ts +340 -0
- package/types/PlottingTool/GraphFactory.d.ts +7 -0
- package/types/PlottingTool/GraphManager.d.ts +145 -0
- package/types/PlottingTool/GraphPropStorage.d.ts +10 -0
- package/types/PlottingTool/GraphProperty.d.ts +58 -0
- package/types/PlottingTool/GraphicRender/CesiumConeCommunicate.d.ts +40 -0
- package/types/PlottingTool/GraphicRender/CesiumRender.d.ts +31 -0
- package/types/PlottingTool/GraphicRender/Cloud/GxCloudItem.d.ts +82 -0
- package/types/PlottingTool/GraphicRender/DynamicProperty.d.ts +14 -0
- package/types/PlottingTool/GraphicRender/RenderPlotting.d.ts +20 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitivePolyline.d.ts +29 -0
- package/types/PlottingTool/GraphicRender/radar/GxPrimitiveTriangles.d.ts +30 -0
- package/types/PlottingTool/GraphicRender/radar/GxRadarItem.d.ts +93 -0
- package/types/PlottingTool/GxClusterDataSource.d.ts +107 -0
- package/types/PlottingTool/HeightReferenceGraph.d.ts +7 -0
- package/types/PlottingTool/HeightReferencePrimtive.d.ts +8 -0
- package/types/PlottingTool/HtmlBox/BoxFactory.d.ts +4 -0
- package/types/PlottingTool/HtmlBox/CssProp.d.ts +61 -0
- package/types/PlottingTool/HtmlBox/HtmlBox.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/HtmlBoxMulti.d.ts +38 -0
- package/types/PlottingTool/HtmlBox/WangEditor/fwbconfig.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/WangEditor/parse-style-html.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/render-style.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/WangEditor/stroke-color-config.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/style-to-html.d.ts +1 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-color.d.ts +13 -0
- package/types/PlottingTool/HtmlBox/WangEditor/text-stroke-width.d.ts +20 -0
- package/types/PlottingTool/HtmlBox/WangEditor/tools.d.ts +7 -0
- package/types/PlottingTool/HtmlBox/html-box-base.d.ts +34 -0
- package/types/PlottingTool/HtmlBox/html-css-prop.d.ts +3 -0
- package/types/PlottingTool/HtmlBox/new-rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/pic-collection.d.ts +17 -0
- package/types/PlottingTool/HtmlBox/rich-text.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/subtitle-box.d.ts +6 -0
- package/types/PlottingTool/HtmlBox/videoBox.d.ts +8 -0
- package/types/PlottingTool/Image/EditorHtml.d.ts +36 -0
- package/types/PlottingTool/Image/EditorImage.d.ts +10 -0
- package/types/PlottingTool/Image/EditorJBPointObject.d.ts +23 -0
- package/types/PlottingTool/Image/EditorRedFlag.d.ts +7 -0
- package/types/PlottingTool/Interface/LayerConfig.d.ts +22 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyBase.d.ts +17 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolygon.d.ts +11 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryMultiPolyline.d.ts +14 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolygon.d.ts +41 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryPolyline.d.ts +28 -0
- package/types/PlottingTool/NoControlPrimitive/EditorGeometryWall.d.ts +18 -0
- package/types/PlottingTool/NoControlPrimitive/NoControlPrimitive.d.ts +26 -0
- package/types/PlottingTool/NoControlPrimitive/PercentPolyine.d.ts +17 -0
- package/types/PlottingTool/PlottingBaseNode.d.ts +40 -0
- package/types/PlottingTool/PlottingBehavior.d.ts +91 -0
- package/types/PlottingTool/PlottingCommon.d.ts +20 -0
- package/types/PlottingTool/Point/ConeCommunicateWave.d.ts +46 -0
- package/types/PlottingTool/Point/EditorBasePrimitive.d.ts +12 -0
- package/types/PlottingTool/Point/EditorCloud.d.ts +43 -0
- package/types/PlottingTool/Point/EditorCommunicateWave.d.ts +44 -0
- package/types/PlottingTool/Point/EditorJBPointScreen.d.ts +51 -0
- package/types/PlottingTool/Point/EditorModel.d.ts +59 -0
- package/types/PlottingTool/Point/EditorParticle.d.ts +37 -0
- package/types/PlottingTool/Point/EditorPin.d.ts +55 -0
- package/types/PlottingTool/Point/EditorPinCanvas.d.ts +94 -0
- package/types/PlottingTool/Point/EditorPinImage.d.ts +110 -0
- package/types/PlottingTool/Point/EditorPinMakiIcon.d.ts +13 -0
- package/types/PlottingTool/Point/EditorPinText.d.ts +14 -0
- package/types/PlottingTool/Point/EditorPlaneText.d.ts +79 -0
- package/types/PlottingTool/Point/EditorPoint.d.ts +28 -0
- package/types/PlottingTool/Point/EditorRadar.d.ts +80 -0
- package/types/PlottingTool/Point/EditorText.d.ts +93 -0
- package/types/PlottingTool/Point/EditorText_old.d.ts +58 -0
- package/types/PlottingTool/Point/PointJbStrokeSvgHelper.d.ts +28 -0
- package/types/PlottingTool/Point/PointJbSvgHelper.d.ts +31 -0
- package/types/PlottingTool/Point/UECamera.d.ts +49 -0
- package/types/PlottingTool/Polygon/EditorArrow1.d.ts +10 -0
- package/types/PlottingTool/Polygon/EditorCircle.d.ts +13 -0
- package/types/PlottingTool/Polygon/EditorEllipse.d.ts +12 -0
- package/types/PlottingTool/Polygon/EditorFrustum.d.ts +36 -0
- package/types/PlottingTool/Polygon/EditorPolygon.d.ts +102 -0
- package/types/PlottingTool/Polygon/EditorRectangle.d.ts +40 -0
- package/types/PlottingTool/Polygon/EditorRectangleExpand.d.ts +16 -0
- package/types/PlottingTool/Polygon/EditorSector.d.ts +16 -0
- package/types/PlottingTool/Polyline/EditorBezier1.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezier2.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierN.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorBezierSpline.d.ts +9 -0
- package/types/PlottingTool/Polyline/EditorCircleArc.d.ts +10 -0
- package/types/PlottingTool/Polyline/EditorCurve.d.ts +7 -0
- package/types/PlottingTool/Polyline/EditorJBLine.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPointArc.d.ts +21 -0
- package/types/PlottingTool/Polyline/EditorPointLine.d.ts +12 -0
- package/types/PlottingTool/Polyline/EditorPointSpline.d.ts +8 -0
- package/types/PlottingTool/Polyline/EditorPolyline.d.ts +109 -0
- package/types/PlottingTool/Polyline/EditorRoutePolyline.d.ts +16 -0
- package/types/PlottingTool/Polyline/plotsList.d.ts +6 -0
- package/types/PlottingTool/RegexHelper.d.ts +10 -0
- package/types/PlottingTool/Text/EditorAreaText.d.ts +44 -0
- package/types/PlottingTool/Text/EditorRouteText.d.ts +64 -0
- package/types/PlottingTool/Text/MedianLine.d.ts +22 -0
- package/types/PlottingTool/VideoElement/EditorVideo.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/DrawAreaTextToolEx.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/DrawBillboardToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawCtrlPointToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawHtmlToolEx.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/DrawLineToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawMedianPointToolEx.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/DrawModelToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPointToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawPolygonToolEx.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/DrawRouteTextToolEx.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/DrawTextToolEx.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/DrawToolManager.d.ts +60 -0
- package/types/PlottingTool/drawToolExt/HitPointToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/HitRectToolEx.d.ts +10 -0
- package/types/PlottingTool/drawToolExt/base/List.d.ts +22 -0
- package/types/PlottingTool/drawToolExt/calcuteShape.d.ts +3 -0
- package/types/PlottingTool/drawToolExt/entity/MaxRecTest.d.ts +21 -0
- package/types/PlottingTool/drawToolExt/entity/XZAreaTextEntity.d.ts +36 -0
- package/types/PlottingTool/drawToolExt/entity/XZBaseEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZBillboardEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZCtrlPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZHtmlEntity.d.ts +15 -0
- package/types/PlottingTool/drawToolExt/entity/XZLineEntity.d.ts +20 -0
- package/types/PlottingTool/drawToolExt/entity/XZMedianPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZModelEntity.d.ts +17 -0
- package/types/PlottingTool/drawToolExt/entity/XZPointEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZPolygonEntity.d.ts +19 -0
- package/types/PlottingTool/drawToolExt/entity/XZRouteTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/entity/XZTextEntity.d.ts +16 -0
- package/types/PlottingTool/drawToolExt/interface/IBase.d.ts +23 -0
- package/types/PlottingTool/drawToolExt/interface/ICesium.d.ts +99 -0
- package/types/PlottingTool/drawToolExt/interface/IData.d.ts +56 -0
- package/types/PlottingTool/drawToolExt/interface/IEntity.d.ts +80 -0
- package/types/PlottingTool/drawToolExt/interface/IStyle.d.ts +127 -0
- package/types/PlottingTool/drawToolExt/interface/ITool.d.ts +31 -0
- package/types/PlottingTool/drawToolExt/interface/geojson.d.ts +192 -0
- package/types/PlottingTool/drawToolExt/styles/XZAreaTextStyle.d.ts +14 -0
- package/types/PlottingTool/drawToolExt/styles/XZBaseStyle.d.ts +6 -0
- package/types/PlottingTool/drawToolExt/styles/XZBillboardStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZHtmlStyle.d.ts +71 -0
- package/types/PlottingTool/drawToolExt/styles/XZLineStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZModelStyle.d.ts +9 -0
- package/types/PlottingTool/drawToolExt/styles/XZPointStyle.d.ts +12 -0
- package/types/PlottingTool/drawToolExt/styles/XZPolygonStyle.d.ts +8 -0
- package/types/PlottingTool/drawToolExt/styles/XZRouteTextStyle.d.ts +11 -0
- package/types/PlottingTool/drawToolExt/styles/XZTextStyle.d.ts +14 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyBase.d.ts +33 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolygon.d.ts +28 -0
- package/types/PlottingTool/geojson/EditorGeojsonMultiPolyline.d.ts +21 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolygon.d.ts +13 -0
- package/types/PlottingTool/geojson/EditorGeojsonPolyline.d.ts +13 -0
- package/types/PlottingTool/geojson/GeojsonPercentPolyine.d.ts +18 -0
- package/types/PlottingTool/geojson/parsePolygon.d.ts +25 -0
- package/types/PlottingTool/shareGraph.d.ts +16 -0
- package/types/Scene/Analyzation/Measure.d.ts +120 -0
- package/types/Scene/EventSource/ContextSizeChanged.d.ts +13 -0
- package/types/Scene/GraticuleLayer/Graticule.d.ts +15 -0
- package/types/Scene/Sea/RenderSeaPolygon.d.ts +9 -0
- package/types/SceneObjects/CustomPrimitive/SharedTexturePool.d.ts +13 -0
- package/types/SceneObjects/CustomPrimitive/extrudePolyline.d.ts +1 -0
- package/types/SceneObjects/RenderObject/BindedCylinder.d.ts +40 -0
- package/types/SceneObjects/RenderObject/Bubble.d.ts +125 -0
- package/types/SceneObjects/RenderObject/CesiumBillboard.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumCylinder.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumEllipse.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumEllipsoid.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabel.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumLabelBillboard.d.ts +39 -0
- package/types/SceneObjects/RenderObject/CesiumLabelRect.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumModel.d.ts +20 -0
- package/types/SceneObjects/RenderObject/CesiumOblique.d.ts +33 -0
- package/types/SceneObjects/RenderObject/CesiumPoint.d.ts +22 -0
- package/types/SceneObjects/RenderObject/CesiumPolygon.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPolyline.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CesiumPopover.d.ts +30 -0
- package/types/SceneObjects/RenderObject/CesiumRectangle.d.ts +34 -0
- package/types/SceneObjects/RenderObject/CesiumSphere.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CesiumVolumePolyline.d.ts +32 -0
- package/types/SceneObjects/RenderObject/CesiumWall.d.ts +29 -0
- package/types/SceneObjects/RenderObject/CircularRender.d.ts +24 -0
- package/types/SceneObjects/RenderObject/CustomLabelRender.d.ts +23 -0
- package/types/SceneObjects/RenderObject/CylinderSensor.d.ts +47 -0
- package/types/SceneObjects/RenderObject/DashBoardEffect.d.ts +39 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemFlame.d.ts +42 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemPath.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemState.d.ts +7 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicItemStyle.d.ts +182 -0
- package/types/SceneObjects/RenderObject/DynamicItem/DynamicTimePositions.d.ts +102 -0
- package/types/SceneObjects/RenderObject/DynamicItem/HistoryTrack.d.ts +159 -0
- package/types/SceneObjects/RenderObject/DynamicItem/WarningTarget.d.ts +36 -0
- package/types/SceneObjects/RenderObject/DynamicRippleEffect.d.ts +23 -0
- package/types/SceneObjects/RenderObject/Flag.d.ts +43 -0
- package/types/SceneObjects/RenderObject/GradientSector.d.ts +46 -0
- package/types/SceneObjects/RenderObject/Graphics/GraphicGroup.d.ts +113 -0
- package/types/SceneObjects/RenderObject/RenderObject.d.ts +37 -0
- package/types/SceneObjects/RenderObject/RenderUtils.d.ts +35 -0
- package/types/SceneObjects/RenderObject/ScanEffect.d.ts +40 -0
- package/types/SceneObjects/RenderObject/SectorSensor.d.ts +42 -0
- package/types/SceneObjects/RenderObject/SensorRender.d.ts +15 -0
- package/types/SceneObjects/RenderObject/SpreadEffect.d.ts +47 -0
- package/types/SceneObjects/RenderObject/WaterEffect.d.ts +31 -0
- package/types/SceneObjects/RenderObject/WeatherParticle.d.ts +30 -0
- package/types/SceneObjects/ViewshedAnalysis.d.ts +98 -0
- package/types/SceneObjects/_shared/Destroyable.d.ts +9 -0
- package/types/SceneObjects/_shared/ResourceHandler.d.ts +14 -0
- package/types/SceneObjects/_shared/destroyObject.d.ts +18 -0
- package/types/Service/SceneOptions/Graticule.d.ts +15 -0
- package/types/Service/action.service.d.ts +92 -0
- package/types/Service/advance-html.service.d.ts +12 -0
- package/types/Service/animation.service.d.ts +84 -0
- package/types/Service/cesium.service.d.ts +85 -0
- package/types/Service/cluster.service.d.ts +7 -0
- package/types/Service/config.service.d.ts +24 -0
- package/types/Service/drawServices/VectorRender/renderModels.d.ts +13 -0
- package/types/Service/drawbigfile.service.d.ts +24 -0
- package/types/Service/fwbconfig.d.ts +3 -0
- package/types/Service/geojson-plot.service.d.ts +21 -0
- package/types/Service/html-draw.service.d.ts +134 -0
- package/types/Service/http.service.d.ts +15 -0
- package/types/Service/layers.service.d.ts +34 -0
- package/types/Service/logicService/point.service.d.ts +60 -0
- package/types/Service/message.service.d.ts +4 -0
- package/types/Service/music.service.d.ts +23 -0
- package/types/Service/parse-style-html.d.ts +7 -0
- package/types/Service/plot.service.d.ts +115 -0
- package/types/Service/property.service.d.ts +52 -0
- package/types/Service/render-style.d.ts +7 -0
- package/types/Service/richTextEdit.service.d.ts +35 -0
- package/types/Service/sceneServices/BigFileManager.d.ts +12 -0
- package/types/Service/sceneServices/CesiumManager.d.ts +18 -0
- package/types/Service/sceneServices/EagleManager.d.ts +35 -0
- package/types/Service/sceneServices/HtmlDrawManager.d.ts +12 -0
- package/types/Service/sceneServices/ImageEffectManager.d.ts +19 -0
- package/types/Service/sceneServices/LayerManage.d.ts +61 -0
- package/types/Service/sceneServices/MusicManager.d.ts +10 -0
- package/types/Service/sceneServices/PageAnimationManager.d.ts +39 -0
- package/types/Service/sceneServices/SubtitleManager.d.ts +6 -0
- package/types/Service/sceneServices/TerrainManager.d.ts +11 -0
- package/types/Service/sceneServices/sceneManager.d.ts +71 -0
- package/types/Service/sceneServices/snap.d.ts +33 -0
- package/types/Service/service.manager.d.ts +174 -0
- package/types/Service/stroke-color-config.d.ts +1 -0
- package/types/Service/style-to-html.d.ts +1 -0
- package/types/Service/terrain.service.d.ts +11 -0
- package/types/Service/text-stroke-color.d.ts +13 -0
- package/types/Service/text-stroke-width.d.ts +20 -0
- package/types/Service/tools.d.ts +7 -0
- package/types/Utils/Calculate.d.ts +212 -0
- package/types/Utils/Check.d.ts +98 -0
- package/types/Utils/DateHelper.d.ts +30 -0
- package/types/Utils/GxMath.d.ts +102 -0
- package/types/Utils/GxVector3.d.ts +7 -0
- package/types/Utils/HtmlUtil.d.ts +12 -0
- package/types/Utils/MilsymbolHelper.d.ts +20 -0
- package/types/Utils/TokenHelper.d.ts +36 -0
- package/types/Utils/Util.d.ts +204 -0
- package/types/Utils/d3Clock.d.ts +11 -0
- package/types/Utils/index.d.ts +17 -0
- package/types/Utils/pinyin.static.d.ts +375 -0
- package/types/Utils/pinyin.tool.d.ts +5 -0
- package/types/Utils/pinyin_all.d.ts +20 -0
- package/types/Utils/ready.d.ts +3 -0
- package/types/Utils/tools.d.ts +31 -0
- package/types/index.d.ts +98 -0
- package/types/index.html +35 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @类别 无需创建
|
|
3
|
+
* @描述 北约军标帮助类</br>
|
|
4
|
+
*/
|
|
5
|
+
export declare class MilsymbolHelper {
|
|
6
|
+
/**
|
|
7
|
+
* 获取北约军标,图像文件流
|
|
8
|
+
* @param sidc
|
|
9
|
+
* @param size
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
static getMilsymbolImage(sidc: any, size: any): string;
|
|
13
|
+
/**
|
|
14
|
+
* 获取北约军标Canvas
|
|
15
|
+
* @param sidc
|
|
16
|
+
* @param size
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
static getMilsymbolCanvas(sidc: any, size: any): HTMLCanvasElement;
|
|
20
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @类别 无需创建,初始化球时自动创建并且与球对应的类</br>
|
|
3
|
+
* @描述 获取token</br>
|
|
4
|
+
*/
|
|
5
|
+
export declare class TokenHelper {
|
|
6
|
+
/**
|
|
7
|
+
* 获取天地图的token
|
|
8
|
+
* ```
|
|
9
|
+
* 示例代码:
|
|
10
|
+
* let token = lacdt.Tool.TokenHelper.getTianDiTuToken();
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
static getTianDiTuToken(): string;
|
|
14
|
+
/**
|
|
15
|
+
* 获取daas服务的token(弃用)
|
|
16
|
+
* ```
|
|
17
|
+
* 示例代码:
|
|
18
|
+
* let token = lacdt.Tool.TokenHelper.getGeovisDaasToken();
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
static getGeovisDaasToken(): string;
|
|
22
|
+
/**
|
|
23
|
+
* 获取星图地形数据token
|
|
24
|
+
* @returns
|
|
25
|
+
*/
|
|
26
|
+
static getGeovisTerrainToken(): string;
|
|
27
|
+
static decryptVector(url: any, CryptoJS: any, AesUtil: any): Promise<any>;
|
|
28
|
+
static decodeFromJAVA(res: any, CryptoJS: any, AesUtil: any): any;
|
|
29
|
+
static getCookie(cookieName: any): any[];
|
|
30
|
+
}
|
|
31
|
+
export declare function getTianDiTuToken(): string;
|
|
32
|
+
declare const _default: {
|
|
33
|
+
TokenHelper: typeof TokenHelper;
|
|
34
|
+
getTianDiTuToken: typeof getTianDiTuToken;
|
|
35
|
+
};
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @类别 无需创建,初始化球时自动创建并且与球对应的类
|
|
3
|
+
* @描述 通用基础方法集
|
|
4
|
+
*/
|
|
5
|
+
export declare class Util {
|
|
6
|
+
/**
|
|
7
|
+
* 传入相对于geovisearth.sdk.js的相对路径获得完整资源路径
|
|
8
|
+
* @param url lacdt.plotting.js路径
|
|
9
|
+
* @return 完整路径
|
|
10
|
+
* ```
|
|
11
|
+
* 示例代码:
|
|
12
|
+
* let url = lacdt.Tool.Util.formatUrlByBaseJs('./data.png')
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
static formatUrlByBaseJs(url: string): string;
|
|
16
|
+
private static getBaseUrlFromMetaScript;
|
|
17
|
+
private static getBaseUrlByImportMeta;
|
|
18
|
+
/**
|
|
19
|
+
* 生成唯一的随机id
|
|
20
|
+
* @return
|
|
21
|
+
*/
|
|
22
|
+
static createGuid(): string;
|
|
23
|
+
/**
|
|
24
|
+
* 返回默认参数
|
|
25
|
+
* @param a
|
|
26
|
+
* @param b
|
|
27
|
+
*/
|
|
28
|
+
static defaultValue(a: any, b: any): any;
|
|
29
|
+
/**
|
|
30
|
+
* 路径拼接根据原始路径及原始路径的相对路径获得完整路径
|
|
31
|
+
* @param originPath 原始路径
|
|
32
|
+
* @param file 原始路径的相对路径
|
|
33
|
+
*/
|
|
34
|
+
static formatURLByCustom(originPath: string, file: string): string;
|
|
35
|
+
/**
|
|
36
|
+
* 路径拼接获得当前html的原始路径与相对路径拼接获得完整路径
|
|
37
|
+
* @param file 相对于html的相对路径
|
|
38
|
+
*/
|
|
39
|
+
static formatURL(file: string): string;
|
|
40
|
+
static formatURLByHost(file: any): any;
|
|
41
|
+
/**
|
|
42
|
+
* xxxx_xx_xx转xxxxXxXx的方法
|
|
43
|
+
*/
|
|
44
|
+
static a_aToaA(str: any): any;
|
|
45
|
+
/**
|
|
46
|
+
* xxxxXx转xxxx_xx
|
|
47
|
+
*/
|
|
48
|
+
static aAToa_a(str: any): any;
|
|
49
|
+
static getLocation(filepath: any): {
|
|
50
|
+
dir: string;
|
|
51
|
+
filename: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* 同步获取text
|
|
55
|
+
* @param path
|
|
56
|
+
*/
|
|
57
|
+
static syncGetText(path: any): string;
|
|
58
|
+
/**
|
|
59
|
+
* 同步获取json数据
|
|
60
|
+
*/
|
|
61
|
+
static syncGetJson(path: any): any;
|
|
62
|
+
static formatURL2(originPath: any, file: any): any;
|
|
63
|
+
/**
|
|
64
|
+
* 将html标签转成canvas
|
|
65
|
+
* @param container html容器
|
|
66
|
+
* @param option 配置
|
|
67
|
+
* @param callback 反馈
|
|
68
|
+
*/
|
|
69
|
+
static html2canvas(container: any, option: any, callback?: any): void;
|
|
70
|
+
/**
|
|
71
|
+
* 将EPSG:3857坐标转换为EPSG:4326坐标系下坐标
|
|
72
|
+
* @param x
|
|
73
|
+
* @param y
|
|
74
|
+
*/
|
|
75
|
+
static epsg3857To4326(x: any, y: any): any;
|
|
76
|
+
/**
|
|
77
|
+
* 将EPSG:4326坐标转换为EPSG:3857坐标系下坐标
|
|
78
|
+
* @param lon 经度(degree)
|
|
79
|
+
* @param lat 维度(degree)
|
|
80
|
+
*/
|
|
81
|
+
static epsg4326To3857(lon: any, lat: any): any;
|
|
82
|
+
/**
|
|
83
|
+
* 根据地理编码获取范围
|
|
84
|
+
* @param {Number} x The tile X coordinate.
|
|
85
|
+
* @param {Number} y The tile Y coordinate.
|
|
86
|
+
* @param {Number} level The tile level.
|
|
87
|
+
* @returns {Cesium.Rectangle} the area Cartographic position
|
|
88
|
+
*/
|
|
89
|
+
static getRectangleFromcode(level: any, x: any, y: any): Cesium.Rectangle;
|
|
90
|
+
/**
|
|
91
|
+
* 根据地理编码获取范围
|
|
92
|
+
* @param viewer
|
|
93
|
+
* @param {Cartesian} mousePos The screen positon
|
|
94
|
+
* @returns object the area Cartographic position
|
|
95
|
+
*/
|
|
96
|
+
static getCodeFromScreenPosition(viewer: any, mousePos: any): {
|
|
97
|
+
level: number;
|
|
98
|
+
x: number;
|
|
99
|
+
y: number;
|
|
100
|
+
resolution: any;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* 前置整数
|
|
104
|
+
*/
|
|
105
|
+
static PrefixInteger(num: any, n: any): string;
|
|
106
|
+
/**
|
|
107
|
+
* 计算某地理坐标一定距离和角度的地理坐标
|
|
108
|
+
* @param {number} lon The geoposition of longitude,in degreee
|
|
109
|
+
* @param {number} lat The geoposition of latitude,in degreee
|
|
110
|
+
* @param {number} height
|
|
111
|
+
* @param {number} dis The distance to the geoposition
|
|
112
|
+
* @param {number} angel The angle to the north,in degreee
|
|
113
|
+
* @returns object the new geoposition ,in degree
|
|
114
|
+
*/
|
|
115
|
+
static calculateNewGeoposition(viewer: any, lon: any, lat: any, height: any, dis: any, angel: any): {
|
|
116
|
+
lon: number;
|
|
117
|
+
lat: number;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @描述 将高清制图画到球上
|
|
121
|
+
* @param viewer 目标的球
|
|
122
|
+
* @param src 上球图片的资源
|
|
123
|
+
* @param rectangle 可选,为上球的矩形范围 [西经,南纬,东经,北纬],如果资源为高清导出的图片,无需填写。
|
|
124
|
+
* @returns 返回结果为 ImageryProvider 图层
|
|
125
|
+
*/
|
|
126
|
+
static drawImgToEarth(viewer: any, src: string, rectangle?: Array<number>): Promise<Cesium.ImageryProvider>;
|
|
127
|
+
private static _drawOriginImgToEarth;
|
|
128
|
+
/**
|
|
129
|
+
* @描述 获取两点与地形的交点
|
|
130
|
+
* @param viewer 目标的球
|
|
131
|
+
* @param fromPosition 起点
|
|
132
|
+
* @param toPosition 终点
|
|
133
|
+
* @returns 返回结果为相交点,如果没有相交点,返回undefined
|
|
134
|
+
*/
|
|
135
|
+
static intersectionWithTerrain(viewer: Cesium.Viewer, fromPosition: Cesium.Cartesian3, toPosition: Cesium.Cartesian3): Cesium.Cartesian3;
|
|
136
|
+
/**
|
|
137
|
+
* 判定对象是否为纯粹的json对象
|
|
138
|
+
* @param obj 被判定对象
|
|
139
|
+
* @return {boolean} 是-true 否-false
|
|
140
|
+
*/
|
|
141
|
+
static isJson(obj: any): boolean;
|
|
142
|
+
/**
|
|
143
|
+
* 检查参数是否为普通对象
|
|
144
|
+
* @param {Object} obj
|
|
145
|
+
* @return {boolean}
|
|
146
|
+
*/
|
|
147
|
+
static isObject(obj: any): boolean;
|
|
148
|
+
/**
|
|
149
|
+
* 检查参数是否为布尔值
|
|
150
|
+
* @param obj
|
|
151
|
+
* @return {boolean}
|
|
152
|
+
*/
|
|
153
|
+
static isBoolean(obj: any): obj is boolean;
|
|
154
|
+
/**
|
|
155
|
+
* 检查参数是否为布尔值或者为true、false的字符串
|
|
156
|
+
* @param value
|
|
157
|
+
* @return {boolean}
|
|
158
|
+
*/
|
|
159
|
+
static isTrueOrFalse(value: any): boolean;
|
|
160
|
+
/**
|
|
161
|
+
* 判定是否为字符串
|
|
162
|
+
* @param {Object} obj
|
|
163
|
+
* @return {boolean} 是-true 否-false
|
|
164
|
+
*/
|
|
165
|
+
static isString(obj: any): boolean;
|
|
166
|
+
/**
|
|
167
|
+
* 判定是否为数值
|
|
168
|
+
* @param {Object} obj
|
|
169
|
+
* @return {number} 是-true 否-false
|
|
170
|
+
*/
|
|
171
|
+
static isNumber(obj: any): boolean;
|
|
172
|
+
/**
|
|
173
|
+
* 判定是否为字符串类型的数值
|
|
174
|
+
* @param {Object} obj
|
|
175
|
+
* @return {number} 是-true 否-false
|
|
176
|
+
*/
|
|
177
|
+
static isStrNumber(obj: any): boolean;
|
|
178
|
+
/**
|
|
179
|
+
* 判定是否为数组
|
|
180
|
+
* @param {Array<any>} obj
|
|
181
|
+
* @return {boolean} 是-true 否-false
|
|
182
|
+
*/
|
|
183
|
+
static isArray(obj: any): obj is any[];
|
|
184
|
+
/**
|
|
185
|
+
* @param {String} string
|
|
186
|
+
* @description 正则匹配带有单位px或m的属性值
|
|
187
|
+
*/
|
|
188
|
+
static isAddUnit(string: any): boolean;
|
|
189
|
+
/**
|
|
190
|
+
* @param {String} string
|
|
191
|
+
* @description 正则匹配带有单位m或px的属性值并返回其中的数值
|
|
192
|
+
*/
|
|
193
|
+
static filterUnit(string: any): any;
|
|
194
|
+
/**
|
|
195
|
+
* @param {String} string
|
|
196
|
+
* @description 判断字符串是否为十六进制颜色。例如#FFFFFFFF或者#FFFFFF
|
|
197
|
+
*/
|
|
198
|
+
static isColor(string: any): boolean;
|
|
199
|
+
/**
|
|
200
|
+
* ajax获取json数据
|
|
201
|
+
*/
|
|
202
|
+
static jsonSyncPromise(url: any): void;
|
|
203
|
+
static getBase64(url: any): Promise<unknown>;
|
|
204
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class d3Clock {
|
|
2
|
+
private timer;
|
|
3
|
+
private currentTime;
|
|
4
|
+
isPaused: boolean;
|
|
5
|
+
static multiplier: number;
|
|
6
|
+
constructor(callback: (elapsed: number) => void, isPaused?: boolean);
|
|
7
|
+
pause(): void;
|
|
8
|
+
resume(): void;
|
|
9
|
+
stop(): void;
|
|
10
|
+
seek(time: number): void;
|
|
11
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Check } from "./Check";
|
|
2
|
+
import { Calculate } from "./Calculate";
|
|
3
|
+
import { TokenHelper } from "./TokenHelper";
|
|
4
|
+
/**
|
|
5
|
+
* 工具类
|
|
6
|
+
* @namespace
|
|
7
|
+
*/
|
|
8
|
+
declare const Tool: {
|
|
9
|
+
WMTSParser: any;
|
|
10
|
+
distance: any;
|
|
11
|
+
hpr: any;
|
|
12
|
+
Math: any;
|
|
13
|
+
Calculate: typeof Calculate;
|
|
14
|
+
Check: typeof Check;
|
|
15
|
+
TokenHelper: typeof TokenHelper;
|
|
16
|
+
};
|
|
17
|
+
export default Tool;
|
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
export declare class PinyinStatic {
|
|
2
|
+
static strChineseFirstPY: string;
|
|
3
|
+
static oMultiDiff: {
|
|
4
|
+
"19969": string;
|
|
5
|
+
"19975": string;
|
|
6
|
+
"19988": string;
|
|
7
|
+
"20048": string;
|
|
8
|
+
"20056": string;
|
|
9
|
+
"20060": string;
|
|
10
|
+
"20094": string;
|
|
11
|
+
"20127": string;
|
|
12
|
+
"20167": string;
|
|
13
|
+
"20193": string;
|
|
14
|
+
"20250": string;
|
|
15
|
+
"20256": string;
|
|
16
|
+
"20282": string;
|
|
17
|
+
"20285": string;
|
|
18
|
+
"20291": string;
|
|
19
|
+
"20314": string;
|
|
20
|
+
"20340": string;
|
|
21
|
+
"20375": string;
|
|
22
|
+
"20389": string;
|
|
23
|
+
"20391": string;
|
|
24
|
+
"20415": string;
|
|
25
|
+
"20446": string;
|
|
26
|
+
"20447": string;
|
|
27
|
+
"20504": string;
|
|
28
|
+
"20608": string;
|
|
29
|
+
"20854": string;
|
|
30
|
+
"20857": string;
|
|
31
|
+
"20911": string;
|
|
32
|
+
"20985": string;
|
|
33
|
+
"21032": string;
|
|
34
|
+
"21048": string;
|
|
35
|
+
"21049": string;
|
|
36
|
+
"21089": string;
|
|
37
|
+
"21119": string;
|
|
38
|
+
"21242": string;
|
|
39
|
+
"21273": string;
|
|
40
|
+
"21305": string;
|
|
41
|
+
"21306": string;
|
|
42
|
+
"21330": string;
|
|
43
|
+
"21333": string;
|
|
44
|
+
"21345": string;
|
|
45
|
+
"21378": string;
|
|
46
|
+
"21397": string;
|
|
47
|
+
"21414": string;
|
|
48
|
+
"21442": string;
|
|
49
|
+
"21477": string;
|
|
50
|
+
"21480": string;
|
|
51
|
+
"21484": string;
|
|
52
|
+
"21494": string;
|
|
53
|
+
"21505": string;
|
|
54
|
+
"21512": string;
|
|
55
|
+
"21523": string;
|
|
56
|
+
"21537": string;
|
|
57
|
+
"21542": string;
|
|
58
|
+
"21549": string;
|
|
59
|
+
"21571": string;
|
|
60
|
+
"21574": string;
|
|
61
|
+
"21588": string;
|
|
62
|
+
"21589": string;
|
|
63
|
+
"21618": string;
|
|
64
|
+
"21621": string;
|
|
65
|
+
"21632": string;
|
|
66
|
+
"21654": string;
|
|
67
|
+
"21679": string;
|
|
68
|
+
"21683": string;
|
|
69
|
+
"21710": string;
|
|
70
|
+
"21719": string;
|
|
71
|
+
"21734": string;
|
|
72
|
+
"21769": string;
|
|
73
|
+
"21780": string;
|
|
74
|
+
"21804": string;
|
|
75
|
+
"21834": string;
|
|
76
|
+
"21899": string;
|
|
77
|
+
"21903": string;
|
|
78
|
+
"21908": string;
|
|
79
|
+
"21939": string;
|
|
80
|
+
"21956": string;
|
|
81
|
+
"21964": string;
|
|
82
|
+
"21970": string;
|
|
83
|
+
"22003": string;
|
|
84
|
+
"22031": string;
|
|
85
|
+
"22040": string;
|
|
86
|
+
"22060": string;
|
|
87
|
+
"22066": string;
|
|
88
|
+
"22079": string;
|
|
89
|
+
"22129": string;
|
|
90
|
+
"22179": string;
|
|
91
|
+
"22237": string;
|
|
92
|
+
"22244": string;
|
|
93
|
+
"22280": string;
|
|
94
|
+
"22300": string;
|
|
95
|
+
"22313": string;
|
|
96
|
+
"22331": string;
|
|
97
|
+
"22343": string;
|
|
98
|
+
"22351": string;
|
|
99
|
+
"22395": string;
|
|
100
|
+
"22412": string;
|
|
101
|
+
"22484": string;
|
|
102
|
+
"22500": string;
|
|
103
|
+
"22534": string;
|
|
104
|
+
"22549": string;
|
|
105
|
+
"22561": string;
|
|
106
|
+
"22612": string;
|
|
107
|
+
"22771": string;
|
|
108
|
+
"22831": string;
|
|
109
|
+
"22841": string;
|
|
110
|
+
"22855": string;
|
|
111
|
+
"22865": string;
|
|
112
|
+
"23013": string;
|
|
113
|
+
"23081": string;
|
|
114
|
+
"23487": string;
|
|
115
|
+
"23558": string;
|
|
116
|
+
"23561": string;
|
|
117
|
+
"23586": string;
|
|
118
|
+
"23614": string;
|
|
119
|
+
"23615": string;
|
|
120
|
+
"23631": string;
|
|
121
|
+
"23646": string;
|
|
122
|
+
"23663": string;
|
|
123
|
+
"23673": string;
|
|
124
|
+
"23762": string;
|
|
125
|
+
"23769": string;
|
|
126
|
+
"23780": string;
|
|
127
|
+
"23884": string;
|
|
128
|
+
"24055": string;
|
|
129
|
+
"24113": string;
|
|
130
|
+
"24162": string;
|
|
131
|
+
"24191": string;
|
|
132
|
+
"24273": string;
|
|
133
|
+
"24324": string;
|
|
134
|
+
"24377": string;
|
|
135
|
+
"24378": string;
|
|
136
|
+
"24439": string;
|
|
137
|
+
"24554": string;
|
|
138
|
+
"24683": string;
|
|
139
|
+
"24694": string;
|
|
140
|
+
"24733": string;
|
|
141
|
+
"24925": string;
|
|
142
|
+
"25094": string;
|
|
143
|
+
"25100": string;
|
|
144
|
+
"25103": string;
|
|
145
|
+
"25153": string;
|
|
146
|
+
"25170": string;
|
|
147
|
+
"25179": string;
|
|
148
|
+
"25203": string;
|
|
149
|
+
"25240": string;
|
|
150
|
+
"25282": string;
|
|
151
|
+
"25303": string;
|
|
152
|
+
"25324": string;
|
|
153
|
+
"25341": string;
|
|
154
|
+
"25373": string;
|
|
155
|
+
"25375": string;
|
|
156
|
+
"25384": string;
|
|
157
|
+
"25457": string;
|
|
158
|
+
"25528": string;
|
|
159
|
+
"25530": string;
|
|
160
|
+
"25552": string;
|
|
161
|
+
"25774": string;
|
|
162
|
+
"25874": string;
|
|
163
|
+
"26044": string;
|
|
164
|
+
"26080": string;
|
|
165
|
+
"26292": string;
|
|
166
|
+
"26333": string;
|
|
167
|
+
"26355": string;
|
|
168
|
+
"26366": string;
|
|
169
|
+
"26397": string;
|
|
170
|
+
"26399": string;
|
|
171
|
+
"26415": string;
|
|
172
|
+
"26451": string;
|
|
173
|
+
"26526": string;
|
|
174
|
+
"26552": string;
|
|
175
|
+
"26561": string;
|
|
176
|
+
"26588": string;
|
|
177
|
+
"26597": string;
|
|
178
|
+
"26629": string;
|
|
179
|
+
"26638": string;
|
|
180
|
+
"26646": string;
|
|
181
|
+
"26653": string;
|
|
182
|
+
"26657": string;
|
|
183
|
+
"26727": string;
|
|
184
|
+
"26894": string;
|
|
185
|
+
"26937": string;
|
|
186
|
+
"26946": string;
|
|
187
|
+
"26999": string;
|
|
188
|
+
"27099": string;
|
|
189
|
+
"27449": string;
|
|
190
|
+
"27481": string;
|
|
191
|
+
"27542": string;
|
|
192
|
+
"27663": string;
|
|
193
|
+
"27748": string;
|
|
194
|
+
"27784": string;
|
|
195
|
+
"27788": string;
|
|
196
|
+
"27795": string;
|
|
197
|
+
"27812": string;
|
|
198
|
+
"27850": string;
|
|
199
|
+
"27852": string;
|
|
200
|
+
"27895": string;
|
|
201
|
+
"27898": string;
|
|
202
|
+
"27973": string;
|
|
203
|
+
"27981": string;
|
|
204
|
+
"27986": string;
|
|
205
|
+
"27994": string;
|
|
206
|
+
"28044": string;
|
|
207
|
+
"28065": string;
|
|
208
|
+
"28177": string;
|
|
209
|
+
"28267": string;
|
|
210
|
+
"28291": string;
|
|
211
|
+
"28337": string;
|
|
212
|
+
"28463": string;
|
|
213
|
+
"28548": string;
|
|
214
|
+
"28601": string;
|
|
215
|
+
"28689": string;
|
|
216
|
+
"28805": string;
|
|
217
|
+
"28820": string;
|
|
218
|
+
"28846": string;
|
|
219
|
+
"28952": string;
|
|
220
|
+
"28975": string;
|
|
221
|
+
"29100": string;
|
|
222
|
+
"29325": string;
|
|
223
|
+
"29575": string;
|
|
224
|
+
"29602": string;
|
|
225
|
+
"30010": string;
|
|
226
|
+
"30044": string;
|
|
227
|
+
"30058": string;
|
|
228
|
+
"30091": string;
|
|
229
|
+
"30111": string;
|
|
230
|
+
"30229": string;
|
|
231
|
+
"30427": string;
|
|
232
|
+
"30465": string;
|
|
233
|
+
"30631": string;
|
|
234
|
+
"30655": string;
|
|
235
|
+
"30684": string;
|
|
236
|
+
"30707": string;
|
|
237
|
+
"30729": string;
|
|
238
|
+
"30796": string;
|
|
239
|
+
"30917": string;
|
|
240
|
+
"31074": string;
|
|
241
|
+
"31085": string;
|
|
242
|
+
"31109": string;
|
|
243
|
+
"31181": string;
|
|
244
|
+
"31192": string;
|
|
245
|
+
"31293": string;
|
|
246
|
+
"31400": string;
|
|
247
|
+
"31584": string;
|
|
248
|
+
"31896": string;
|
|
249
|
+
"31909": string;
|
|
250
|
+
"31995": string;
|
|
251
|
+
"32321": string;
|
|
252
|
+
"32327": string;
|
|
253
|
+
"32418": string;
|
|
254
|
+
"32420": string;
|
|
255
|
+
"32421": string;
|
|
256
|
+
"32438": string;
|
|
257
|
+
"32473": string;
|
|
258
|
+
"32488": string;
|
|
259
|
+
"32521": string;
|
|
260
|
+
"32527": string;
|
|
261
|
+
"32562": string;
|
|
262
|
+
"32564": string;
|
|
263
|
+
"32735": string;
|
|
264
|
+
"32793": string;
|
|
265
|
+
"33071": string;
|
|
266
|
+
"33098": string;
|
|
267
|
+
"33100": string;
|
|
268
|
+
"33152": string;
|
|
269
|
+
"33261": string;
|
|
270
|
+
"33324": string;
|
|
271
|
+
"33333": string;
|
|
272
|
+
"33406": string;
|
|
273
|
+
"33426": string;
|
|
274
|
+
"33432": string;
|
|
275
|
+
"33445": string;
|
|
276
|
+
"33486": string;
|
|
277
|
+
"33493": string;
|
|
278
|
+
"33507": string;
|
|
279
|
+
"33540": string;
|
|
280
|
+
"33544": string;
|
|
281
|
+
"33564": string;
|
|
282
|
+
"33617": string;
|
|
283
|
+
"33632": string;
|
|
284
|
+
"33636": string;
|
|
285
|
+
"33637": string;
|
|
286
|
+
"33694": string;
|
|
287
|
+
"33705": string;
|
|
288
|
+
"33728": string;
|
|
289
|
+
"33882": string;
|
|
290
|
+
"34067": string;
|
|
291
|
+
"34074": string;
|
|
292
|
+
"34121": string;
|
|
293
|
+
"34255": string;
|
|
294
|
+
"34259": string;
|
|
295
|
+
"34425": string;
|
|
296
|
+
"34430": string;
|
|
297
|
+
"34485": string;
|
|
298
|
+
"34503": string;
|
|
299
|
+
"34532": string;
|
|
300
|
+
"34552": string;
|
|
301
|
+
"34558": string;
|
|
302
|
+
"34593": string;
|
|
303
|
+
"34660": string;
|
|
304
|
+
"34892": string;
|
|
305
|
+
"34928": string;
|
|
306
|
+
"34999": string;
|
|
307
|
+
"35048": string;
|
|
308
|
+
"35059": string;
|
|
309
|
+
"35098": string;
|
|
310
|
+
"35203": string;
|
|
311
|
+
"35265": string;
|
|
312
|
+
"35299": string;
|
|
313
|
+
"35782": string;
|
|
314
|
+
"35828": string;
|
|
315
|
+
"35830": string;
|
|
316
|
+
"35843": string;
|
|
317
|
+
"35895": string;
|
|
318
|
+
"35977": string;
|
|
319
|
+
"36158": string;
|
|
320
|
+
"36228": string;
|
|
321
|
+
"36426": string;
|
|
322
|
+
"36466": string;
|
|
323
|
+
"36710": string;
|
|
324
|
+
"36711": string;
|
|
325
|
+
"36767": string;
|
|
326
|
+
"36866": string;
|
|
327
|
+
"36951": string;
|
|
328
|
+
"37034": string;
|
|
329
|
+
"37063": string;
|
|
330
|
+
"37218": string;
|
|
331
|
+
"37325": string;
|
|
332
|
+
"38063": string;
|
|
333
|
+
"38079": string;
|
|
334
|
+
"38085": string;
|
|
335
|
+
"38107": string;
|
|
336
|
+
"38116": string;
|
|
337
|
+
"38123": string;
|
|
338
|
+
"38224": string;
|
|
339
|
+
"38241": string;
|
|
340
|
+
"38271": string;
|
|
341
|
+
"38415": string;
|
|
342
|
+
"38426": string;
|
|
343
|
+
"38461": string;
|
|
344
|
+
"38463": string;
|
|
345
|
+
"38466": string;
|
|
346
|
+
"38477": string;
|
|
347
|
+
"38518": string;
|
|
348
|
+
"38551": string;
|
|
349
|
+
"38585": string;
|
|
350
|
+
"38704": string;
|
|
351
|
+
"38739": string;
|
|
352
|
+
"38761": string;
|
|
353
|
+
"38808": string;
|
|
354
|
+
"39048": string;
|
|
355
|
+
"39049": string;
|
|
356
|
+
"39052": string;
|
|
357
|
+
"39076": string;
|
|
358
|
+
"39271": string;
|
|
359
|
+
"39534": string;
|
|
360
|
+
"39552": string;
|
|
361
|
+
"39584": string;
|
|
362
|
+
"39647": string;
|
|
363
|
+
"39730": string;
|
|
364
|
+
"39748": string;
|
|
365
|
+
"40109": string;
|
|
366
|
+
"40479": string;
|
|
367
|
+
"40516": string;
|
|
368
|
+
"40536": string;
|
|
369
|
+
"40583": string;
|
|
370
|
+
"40765": string;
|
|
371
|
+
"40784": string;
|
|
372
|
+
"40840": string;
|
|
373
|
+
"40863": string;
|
|
374
|
+
};
|
|
375
|
+
}
|