earthsdk3 3.11.0-beta.7 → 3.11.0
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/dist/earthsdk3.iife.js +55 -53
- package/dist/earthsdk3.js +10319 -27535
- package/dist/earthsdk3.umd.cjs +44 -48
- package/dist/types/ESJTypes/ScreenManager/index.d.ts +3 -3
- package/dist/types/ESJTypes/pickedInfos/index.d.ts +2 -2
- package/dist/types/ESJTypes/properties/ESJBuffer.d.ts +1 -1
- package/dist/types/ESJTypes/properties/ESJEnvironmentMapManager.d.ts +1 -1
- package/dist/types/ESJTypes/properties/ESJMaterialType.d.ts +1 -1
- package/dist/types/ESJTypes/properties/FillStyleType.d.ts +2 -2
- package/dist/types/ESJTypes/properties/FlyParamType.d.ts +1 -1
- package/dist/types/ESJTypes/properties/PointStyleType.d.ts +3 -3
- package/dist/types/ESJTypes/properties/StrokeStyleType.d.ts +2 -2
- package/dist/types/ESJTypes/properties/index.d.ts +8 -8
- package/dist/types/ESJTypes/props/ColorProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DashPatternProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DateProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DatesProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DivideProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/EnumProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/EvalStringProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/GetSetProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/JsonArrayProperty.d.ts +3 -4
- package/dist/types/ESJTypes/props/JsonProperty.d.ts +3 -4
- package/dist/types/ESJTypes/props/LongStringProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/MethodProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/NativeProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/NumberSliderProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/PlayerProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/PositionProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/Property.d.ts +1 -1
- package/dist/types/ESJTypes/props/ReactVarProperty.d.ts +2 -2
- package/dist/types/ESJTypes/props/RotationProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/ViewPlayerProperty.d.ts +2 -2
- package/dist/types/ESJTypes/props/WithUndefinedProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/index.d.ts +1 -1
- package/dist/types/ESMCPTools/ESMCPClient.d.ts +1 -1
- package/dist/types/ESMCPTools/tools/camera.d.ts +2 -2
- package/dist/types/ESMCPTools/tools/index.d.ts +1 -1
- package/dist/types/ESMCPTools/tools/sceneObject.d.ts +2 -2
- package/dist/types/ESObjectManager/ESPlyarAndPathTime.d.ts +2 -2
- package/dist/types/ESObjectManager/PathAnimationManager.d.ts +4 -4
- package/dist/types/ESObjectManager/SceneObjectEditingManager.d.ts +2 -2
- package/dist/types/ESObjectManager/SceneObjectsListening.d.ts +3 -3
- package/dist/types/ESObjectManager/SceneObjectsManager.d.ts +2 -2
- package/dist/types/ESObjectManager/ViewersManager.d.ts +5 -5
- package/dist/types/ESObjectManager/index.d.ts +18 -13
- package/dist/types/ESObjectManager/utils.d.ts +3 -3
- package/dist/types/ESObjects/base/ESGeoVector.d.ts +39 -40
- package/dist/types/ESObjects/base/ESLabel.d.ts +25 -26
- package/dist/types/ESObjects/base/ESLocalVector.d.ts +33 -34
- package/dist/types/ESObjects/base/ESLocalVector2D.d.ts +2 -2
- package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts +21 -21
- package/dist/types/ESObjects/base/ESSceneObject/ESObjectsContext.d.ts +5 -5
- package/dist/types/ESObjects/base/ESSceneObject/RefsManager.d.ts +3 -3
- package/dist/types/ESObjects/base/ESSceneObject/funcs/createEnvEvalStrReact.d.ts +2 -2
- package/dist/types/ESObjects/base/ESSceneObject/index.d.ts +7 -7
- package/dist/types/ESObjects/base/ESTestObject.d.ts +14 -14
- package/dist/types/ESObjects/base/ESVisualObject.d.ts +15 -15
- package/dist/types/ESObjects/general/ES3DTileset/index.d.ts +29 -29
- package/dist/types/ESObjects/general/ES3DTileset/type.d.ts +1 -1
- package/dist/types/ESObjects/general/ESAlarm.d.ts +21 -21
- package/dist/types/ESObjects/general/ESApertureEffect.d.ts +20 -20
- package/dist/types/ESObjects/general/ESAreaMeasurement.d.ts +14 -14
- package/dist/types/ESObjects/general/ESAttackArrow.d.ts +19 -19
- package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts +21 -21
- package/dist/types/ESObjects/general/ESBoxClipping.d.ts +23 -23
- package/dist/types/ESObjects/general/ESCameraView.d.ts +11 -11
- package/dist/types/ESObjects/general/ESCameraViewCollection/ViewWrapper.d.ts +4 -4
- package/dist/types/ESObjects/general/ESCameraViewCollection/index.d.ts +16 -16
- package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts +21 -21
- package/dist/types/ESObjects/general/ESCar.d.ts +20 -20
- package/dist/types/ESObjects/general/ESCityBasePoint.d.ts +22 -22
- package/dist/types/ESObjects/general/ESClassification.d.ts +18 -18
- package/dist/types/ESObjects/general/ESClippingPlane.d.ts +21 -21
- package/dist/types/ESObjects/general/ESCustomDiv/index.d.ts +7 -7
- package/dist/types/ESObjects/general/ESCustomDiv/instance.d.ts +3 -3
- package/dist/types/ESObjects/general/ESCylinder.d.ts +16 -16
- package/dist/types/ESObjects/general/ESCzml.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDataMesh.d.ts +23 -23
- package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts +22 -23
- package/dist/types/ESObjects/general/ESDirectionMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDistanceMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDynamicWater.d.ts +25 -25
- package/dist/types/ESObjects/general/ESEntityCluster.d.ts +17 -18
- package/dist/types/ESObjects/general/ESExcavate.d.ts +19 -19
- package/dist/types/ESObjects/general/ESFeatureLayer/FeatureLayer.d.ts +3 -3
- package/dist/types/ESObjects/general/ESFeatureLayer/PointLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/PointLayer/utils.d.ts +2 -2
- package/dist/types/ESObjects/general/ESFeatureLayer/PolyLineLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/PolygonLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/index.d.ts +8 -8
- package/dist/types/ESObjects/general/ESFeatureLayer/types.d.ts +2 -2
- package/dist/types/ESObjects/general/ESFeatureLayer/utils.d.ts +27 -27
- package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts +21 -21
- package/dist/types/ESObjects/general/ESFireWall.d.ts +20 -20
- package/dist/types/ESObjects/general/ESForestTileset.d.ts +16 -16
- package/dist/types/ESObjects/general/ESFountainParticleSystem.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts +21 -21
- package/dist/types/ESObjects/general/ESGeoBezierSpline/index.d.ts +18 -18
- package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts +25 -25
- package/dist/types/ESObjects/general/ESGeoDiv/mds.d.ts +2 -2
- package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts +27 -27
- package/dist/types/ESObjects/general/ESGeoExtrudedPolygon.d.ts +19 -19
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGeoJson/type.d.ts +2 -2
- package/dist/types/ESObjects/general/ESGeoLineString.d.ts +19 -19
- package/dist/types/ESObjects/general/ESGeoPoints/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESGeoPolygon.d.ts +26 -26
- package/dist/types/ESObjects/general/ESGeoPolygonWithFire.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGeoRectangle.d.ts +18 -18
- package/dist/types/ESObjects/general/ESGeoWater.d.ts +21 -21
- package/dist/types/ESObjects/general/ESGltfModel.d.ts +33 -28
- package/dist/types/ESObjects/general/ESGltfModelEditing/index.d.ts +8 -8
- package/dist/types/ESObjects/general/ESHeatMap/index.d.ts +12 -12
- package/dist/types/ESObjects/general/ESHeightLimitAnalysis.d.ts +21 -21
- package/dist/types/ESObjects/general/ESHeightMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESHole.d.ts +22 -22
- package/dist/types/ESObjects/general/ESHuman.d.ts +22 -22
- package/dist/types/ESObjects/general/ESHumanFountain.d.ts +27 -25
- package/dist/types/ESObjects/general/ESHumanPoi.d.ts +26 -26
- package/dist/types/ESObjects/general/ESHumans.d.ts +15 -15
- package/dist/types/ESObjects/general/ESImageLabel.d.ts +25 -25
- package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts +17 -17
- package/dist/types/ESObjects/general/ESImageryLayer/types.d.ts +1 -1
- package/dist/types/ESObjects/general/ESLandSlide.d.ts +25 -25
- package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts +22 -22
- package/dist/types/ESObjects/general/ESLocalCircle.d.ts +26 -26
- package/dist/types/ESObjects/general/ESLocalPolygon.d.ts +23 -23
- package/dist/types/ESObjects/general/ESLocalPolygonZ.d.ts +23 -23
- package/dist/types/ESObjects/general/ESLocalRectangle.d.ts +22 -22
- package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts +20 -20
- package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts +4 -4
- package/dist/types/ESObjects/general/ESMVTLayer.d.ts +19 -19
- package/dist/types/ESObjects/general/ESMediaLayer/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESMsTileset/index.d.ts +20 -20
- package/dist/types/ESObjects/general/ESMsTileset/msPath.d.ts +1 -1
- package/dist/types/ESObjects/general/ESNavigator.d.ts +11 -11
- package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts +32 -32
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/GetCurrentFuncType.d.ts +2 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/PolylineResetting.d.ts +2 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/computeRotIfUndefined.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/getCurrent.d.ts +3 -3
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/index.d.ts +7 -7
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/parseData.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subPath.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESPathCameraTracker/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESPathLocationTracker/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESPipeFence.d.ts +19 -19
- package/dist/types/ESObjects/general/ESPipeline.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPipeserTileset.d.ts +24 -25
- package/dist/types/ESObjects/general/ESPit.d.ts +21 -21
- package/dist/types/ESObjects/general/ESPlayer/AbsolutePlayer.d.ts +5 -6
- package/dist/types/ESObjects/general/ESPlayer/index.d.ts +13 -13
- package/dist/types/ESObjects/general/ESPoi2D.d.ts +27 -28
- package/dist/types/ESObjects/general/ESPoi3D.d.ts +21 -21
- package/dist/types/ESObjects/general/ESPoiTileset.d.ts +15 -15
- package/dist/types/ESObjects/general/ESPolygonFence.d.ts +18 -18
- package/dist/types/ESObjects/general/ESPolygonFlattenedPlane.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPolygonWithHole.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPolygonsFlattenedPlane.d.ts +93 -0
- package/dist/types/ESObjects/general/ESRectangle.d.ts +19 -19
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESRtsTileset/index.d.ts +32 -32
- package/dist/types/ESObjects/general/ESRtsTileset/rtsPath.d.ts +50 -0
- package/dist/types/ESObjects/general/ESRtsTileset/types.d.ts +1 -1
- package/dist/types/ESObjects/general/ESScale.d.ts +11 -11
- package/dist/types/ESObjects/general/ESSeparateFoliage/CallFunc.d.ts +1 -1
- package/dist/types/ESObjects/general/ESSeparateFoliage/index.d.ts +16 -17
- package/dist/types/ESObjects/general/ESSignalInterference.d.ts +22 -21
- package/dist/types/ESObjects/general/ESSkylineAnalysis/index.d.ts +21 -21
- package/dist/types/ESObjects/general/ESSquadCombatArrow.d.ts +19 -19
- package/dist/types/ESObjects/general/ESStaticMesh.d.ts +20 -21
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts +23 -24
- package/dist/types/ESObjects/general/ESSurfaceAreaMeasurement.d.ts +21 -22
- package/dist/types/ESObjects/general/ESTerrainLayer.d.ts +15 -16
- package/dist/types/ESObjects/general/ESTerrainLayerEditing/EditingESGeoPolygon.d.ts +3 -3
- package/dist/types/ESObjects/general/ESTerrainLayerEditing/index.d.ts +30 -30
- package/dist/types/ESObjects/general/ESTextLabel.d.ts +30 -30
- package/dist/types/ESObjects/general/ESUEWidget.d.ts +25 -26
- package/dist/types/ESObjects/general/ESUnrealActor.d.ts +23 -24
- package/dist/types/ESObjects/general/ESVideoFusion.d.ts +21 -22
- package/dist/types/ESObjects/general/ESViewShed.d.ts +21 -21
- package/dist/types/ESObjects/general/ESViewerStatusBar.d.ts +13 -13
- package/dist/types/ESObjects/general/ESViewerStatusBarScale.d.ts +13 -13
- package/dist/types/ESObjects/general/ESVisibilityAnalysis.d.ts +20 -20
- package/dist/types/ESObjects/general/ESVolumeMeasurement.d.ts +21 -22
- package/dist/types/ESObjects/general/ESWidget.d.ts +26 -26
- package/dist/types/ESObjects/general/index.d.ts +1 -0
- package/dist/types/ESViewer/ContainerStyleController.d.ts +2 -2
- package/dist/types/ESViewer/ESViewer.d.ts +19 -19
- package/dist/types/ESViewer/ESViewerExtensions/CursorPositionInfo.d.ts +5 -5
- package/dist/types/ESViewer/ESViewerExtensions/index.d.ts +3 -3
- package/dist/types/ESViewer/GeneralAnalysis/RollerShutterAnalysis.d.ts +2 -2
- package/dist/types/ESViewer/GeneralAnalysis/index.d.ts +3 -3
- package/dist/types/ESViewer/Resetting/index.d.ts +2 -2
- package/dist/types/ESViewer/StatusContainer.d.ts +2 -2
- package/dist/types/ESViewer/ViewerContainer.d.ts +3 -3
- package/dist/types/ESViewer/ViewerContext.d.ts +3 -3
- package/dist/types/ESViewer/ViewerCustomInteraction.d.ts +2 -2
- package/dist/types/EngineObject/EditingObjectContext.d.ts +5 -5
- package/dist/types/EngineObject/EngineObjectsContext.d.ts +5 -5
- package/dist/types/EngineObject/index.d.ts +4 -4
- package/dist/types/getESProperties/ESGltfModelEditingProperties.d.ts +1 -1
- package/dist/types/getESProperties/ESObjectWithLocationProperties.d.ts +1 -1
- package/dist/types/getESProperties/index.d.ts +1 -1
- package/dist/types/utils/SceneTrees/SceneTree.d.ts +12 -12
- package/dist/types/utils/SceneTrees/SceneTreeContextMenu.d.ts +4 -4
- package/dist/types/utils/SceneTrees/SceneTreeItem.d.ts +7 -7
- package/dist/types/utils/SceneTrees/SceneTreeItemDragDrop.d.ts +2 -2
- package/dist/types/utils/SceneTrees/SceneTreeJsonLoading.d.ts +2 -2
- package/dist/types/utils/SceneTrees/defaultCreateSceneObject.d.ts +3 -3
- package/dist/types/utils/SceneTrees/defaultCreateTreeItemDragDrop.d.ts +2 -2
- package/dist/types/utils/SceneTrees/defaultLight122FromEnvironmentMapManager.d.ts +1 -1
- package/dist/types/utils/SceneTrees/defaultShowSceneObject.d.ts +1 -1
- package/dist/types/utils/SceneTrees/preload.d.ts +1 -1
- package/dist/types/utils/SmoothMoveController.d.ts +9 -9
- package/dist/types/utils/arrowCalc.d.ts +1 -9
- package/dist/types/utils/base/DragStartDataManager.d.ts +2 -2
- package/dist/types/utils/base/TreeItemDragDrop.d.ts +1 -1
- package/dist/types/utils/base/bindCustomEditing.d.ts +2 -2
- package/dist/types/utils/base/defaultInitSceneObjectOnCreatingFunc.d.ts +1 -1
- package/dist/types/utils/base/defaultUpdateSceneObjectOnPickingFunc.d.ts +2 -2
- package/dist/types/utils/base/sceneObjectTreeItem.d.ts +2 -2
- package/dist/types/utils/components/ESSceneObjectWithId.d.ts +6 -6
- package/dist/types/utils/components/Player.d.ts +3 -3
- package/dist/types/utils/components/Watcher.d.ts +5 -5
- package/dist/types/utils/components/WatcherTools/toolsForWatcher.d.ts +2 -2
- package/dist/types/utils/engineObjectCreatedUpdate.d.ts +2 -2
- package/dist/types/utils/geoPolylineToBezierSpline/bezierSpline/lib/spline.d.ts +68 -62
- package/dist/types/utils/proj4/getDistancesFromPositions.d.ts +1 -1
- package/dist/types/utils/proj4/getXyzFromPostion.d.ts +1 -1
- package/dist/types/utils/proj4/lbhToXyz.d.ts +1 -5
- package/dist/types/utils/react.d.ts +1 -1
- package/dist/types/utils/registerEventUpdate.d.ts +1 -1
- package/dist/types/utils/turf/geoArea.d.ts +1 -1
- package/dist/types/utils/turf/geoLineIntersect.d.ts +1 -1
- package/dist/types/utils/turf/geoMidpoint.d.ts +1 -1
- package/dist/types/utils/turf/geoNearestPointOnLine.d.ts +2 -12
- package/dist/types/xbsj-base/xr-base-utils/Destroyable/index.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/EventFromArrayUpdating.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/HasOwner.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/ObservableArray.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/ReactiveVariable.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/bindAndTrack.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/events.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/extendClassProps.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/getReactFuncs.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/pipe/ListenerPipe.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/throttle.d.ts +1 -1
- package/dist/types/xbsj-base/xr-math/index.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/ComplexImage.d.ts +21 -21
- package/dist/types/xbsj-base/xr-utils/ComplexImage/FlvProcessing.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/ComplexImage/GifProcessing.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/HlsProcessing.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/ComplexImage/ImageProcessing.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/VideoProcessing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/LocalFileServer.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/BoxPicker.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/DivPointerClick.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerClick.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerDragDrop.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerHover.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Debouncing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Fetching.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Sleeping.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Throttling.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Transition.d.ts +8 -8
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/getPromiseFromProcessing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/misc.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Debouncing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Fetching.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Timing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Transition.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/cancelableFetch.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/Processing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/cancelablePromise.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/createProcessing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/XrPlayer.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/baseExt/ObjResettingWithEvent.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/baseExt/ObservableSet.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/baseExt/index.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/gif/Gif.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/gif/GifPlayer.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/gif/loadGifFrames.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasImagePoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasPoi.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasPointPoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/PickColorMananger.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/BorderedPosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/CursorInfo-deprecated.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/CursorInfo.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/DivPoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/FloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/IFrameBorderedPosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/PosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/TooltipDiv-deprecated.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/tree/RedrawInfo.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/tree/Tree.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/tree/TreeItem.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/tree/UiTree.d.ts +7 -7
- package/dist/types/xbsj-base/xr-utils/tree/UiTreeObject.d.ts +8 -8
- package/package.json +10 -13
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJEditingBindModeType, ESJFillStyle, ESJPointStyle, ESJRenderType, ESJStrokeStyle, ESJVector3D, ESJVector3DArray } from
|
|
3
|
-
import { ESVisualObject } from
|
|
4
|
-
import { JsonValue } from "../../xbsj-base";
|
|
1
|
+
import { UniteChanged, JsonValue } from '../../xbsj-base';
|
|
2
|
+
import { ESJEditingBindModeType, ESJFillStyle, ESJPointStyle, ESJRenderType, ESJStrokeStyle, ESJVector3D, ESJVector3DArray } from '../../ESJTypes';
|
|
3
|
+
import { ESVisualObject } from './ESVisualObject';
|
|
5
4
|
/**
|
|
6
5
|
* ESGeoVector 类用于表示和操作地理矢量对象。它继承自 ESVisualObject 类,并扩展了地理矢量相关的功能。
|
|
7
6
|
* https://www.wolai.com/earthsdk/u1Uc89HHrBjiGGB67BdFLc
|
|
@@ -27,31 +26,31 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
27
26
|
/**点样式是否启用,默认false */
|
|
28
27
|
pointed: boolean;
|
|
29
28
|
/**点样式 */
|
|
30
|
-
pointStyle: import(
|
|
29
|
+
pointStyle: import('../..').ReactiveVariable<ESJPointStyle>;
|
|
31
30
|
/**线样式是否启用,默认false */
|
|
32
31
|
stroked: boolean;
|
|
33
32
|
/**线样式 */
|
|
34
|
-
strokeStyle: import(
|
|
33
|
+
strokeStyle: import('../..').ReactiveVariable<ESJStrokeStyle>;
|
|
35
34
|
/**面样式是否启用,默认false */
|
|
36
35
|
filled: boolean;
|
|
37
36
|
/**面样式
|
|
38
37
|
* @type {ESJFillStyle}
|
|
39
38
|
*/
|
|
40
|
-
fillStyle: import(
|
|
39
|
+
fillStyle: import('../..').ReactiveVariable<ESJFillStyle>;
|
|
41
40
|
/**
|
|
42
41
|
* 点坐标数组 [number, number, number][] 默认undefined
|
|
43
42
|
* @type {ESJVector3DArray}
|
|
44
43
|
*/
|
|
45
|
-
points: import(
|
|
44
|
+
points: import('../..').ReactiveVariable<[number, number, number][] | undefined>;
|
|
46
45
|
show: boolean;
|
|
47
46
|
collision: boolean;
|
|
48
47
|
allowPicking: boolean;
|
|
49
|
-
flyToParam: import(
|
|
50
|
-
flyInParam: import(
|
|
48
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
49
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
51
50
|
name: string;
|
|
52
51
|
ref: string | undefined;
|
|
53
|
-
extras: import(
|
|
54
|
-
devTags: import(
|
|
52
|
+
extras: import('../..').ReactiveVariable<JsonValue>;
|
|
53
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
55
54
|
execOnceFuncStr: string | undefined;
|
|
56
55
|
updateFuncStr: string | undefined;
|
|
57
56
|
toDestroyFuncStr: string | undefined;
|
|
@@ -72,7 +71,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
72
71
|
/**
|
|
73
72
|
* 地理矢量的面积,使用响应式值存储
|
|
74
73
|
*/
|
|
75
|
-
protected _area: import(
|
|
74
|
+
protected _area: import('../..').ReactiveVariable<number>;
|
|
76
75
|
/**
|
|
77
76
|
* 获取地理矢量的面积
|
|
78
77
|
*/
|
|
@@ -80,11 +79,11 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
80
79
|
/**
|
|
81
80
|
* 获取面积变化的事件
|
|
82
81
|
*/
|
|
83
|
-
get areaChanged(): import(
|
|
82
|
+
get areaChanged(): import('../..').Listener<[number, number]>;
|
|
84
83
|
/**
|
|
85
84
|
* 地理矢量的周长,使用响应式值存储
|
|
86
85
|
*/
|
|
87
|
-
protected _perimeter: import(
|
|
86
|
+
protected _perimeter: import('../..').ReactiveVariable<number>;
|
|
88
87
|
/**
|
|
89
88
|
* 获取地理矢量的周长
|
|
90
89
|
*/
|
|
@@ -92,7 +91,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
92
91
|
/**
|
|
93
92
|
* 获取周长变化的事件
|
|
94
93
|
*/
|
|
95
|
-
get perimeterChanged(): import(
|
|
94
|
+
get perimeterChanged(): import('../..').Listener<[number, number]>;
|
|
96
95
|
/**
|
|
97
96
|
* 更新地理矢量的面积
|
|
98
97
|
*/
|
|
@@ -161,13 +160,13 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
161
160
|
*/
|
|
162
161
|
getESProperties(): {
|
|
163
162
|
defaultMenu: string;
|
|
164
|
-
coordinate: import(
|
|
165
|
-
style: import(
|
|
166
|
-
more: import(
|
|
167
|
-
general: import(
|
|
168
|
-
basic: import(
|
|
169
|
-
dataSource: import(
|
|
170
|
-
location: import(
|
|
163
|
+
coordinate: import('../..').Property[];
|
|
164
|
+
style: import('../..').Property[];
|
|
165
|
+
more: import('../..').Property[];
|
|
166
|
+
general: import('../..').Property[];
|
|
167
|
+
basic: import('../..').Property[];
|
|
168
|
+
dataSource: import('../..').Property[];
|
|
169
|
+
location: import('../..').Property[];
|
|
171
170
|
};
|
|
172
171
|
/**
|
|
173
172
|
* 获取点的大小
|
|
@@ -181,7 +180,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
181
180
|
/**
|
|
182
181
|
* 获取点大小变化的事件
|
|
183
182
|
*/
|
|
184
|
-
get pointSizeChanged(): import(
|
|
183
|
+
get pointSizeChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
185
184
|
/**
|
|
186
185
|
* 获取点的大小类型
|
|
187
186
|
*/
|
|
@@ -194,7 +193,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
194
193
|
/**
|
|
195
194
|
* 获取点大小类型变化的事件
|
|
196
195
|
*/
|
|
197
|
-
get pointSizeTypeChanged(): import(
|
|
196
|
+
get pointSizeTypeChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
198
197
|
/**
|
|
199
198
|
* 获取点的颜色
|
|
200
199
|
*/
|
|
@@ -207,7 +206,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
207
206
|
/**
|
|
208
207
|
* 获取点颜色变化的事件
|
|
209
208
|
*/
|
|
210
|
-
get pointColorChanged(): import(
|
|
209
|
+
get pointColorChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
211
210
|
/**
|
|
212
211
|
* 获取点的轮廓颜色
|
|
213
212
|
*/
|
|
@@ -220,7 +219,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
220
219
|
/**
|
|
221
220
|
* 获取点轮廓颜色变化的事件
|
|
222
221
|
*/
|
|
223
|
-
get pointOutlineColorChanged(): import(
|
|
222
|
+
get pointOutlineColorChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
224
223
|
/**
|
|
225
224
|
* 获取点的轮廓宽度
|
|
226
225
|
*/
|
|
@@ -233,7 +232,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
233
232
|
/**
|
|
234
233
|
* 获取点轮廓宽度变化的事件
|
|
235
234
|
*/
|
|
236
|
-
get pointOutlineWidthChanged(): import(
|
|
235
|
+
get pointOutlineWidthChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
237
236
|
/**
|
|
238
237
|
* 获取点的材质
|
|
239
238
|
*/
|
|
@@ -246,7 +245,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
246
245
|
/**
|
|
247
246
|
* 获取点材质变化的事件
|
|
248
247
|
*/
|
|
249
|
-
get pointMaterialChanged(): import(
|
|
248
|
+
get pointMaterialChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
250
249
|
/**
|
|
251
250
|
* 获取点的材质参数
|
|
252
251
|
*/
|
|
@@ -259,7 +258,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
259
258
|
/**
|
|
260
259
|
* 获取点材质参数变化的事件
|
|
261
260
|
*/
|
|
262
|
-
get pointMaterialParamsChanged(): import(
|
|
261
|
+
get pointMaterialParamsChanged(): import('../..').Listener<[ESJPointStyle, ESJPointStyle]>;
|
|
263
262
|
/**
|
|
264
263
|
* 获取线的宽度
|
|
265
264
|
*/
|
|
@@ -272,7 +271,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
272
271
|
/**
|
|
273
272
|
* 获取线宽度变化的事件
|
|
274
273
|
*/
|
|
275
|
-
get strokeWidthChanged(): import(
|
|
274
|
+
get strokeWidthChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
276
275
|
/**
|
|
277
276
|
* 获取线的宽度类型
|
|
278
277
|
*/
|
|
@@ -285,7 +284,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
285
284
|
/**
|
|
286
285
|
* 获取线宽度类型变化的事件
|
|
287
286
|
*/
|
|
288
|
-
get strokeWidthTypeChanged(): import(
|
|
287
|
+
get strokeWidthTypeChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
289
288
|
/**
|
|
290
289
|
* 获取线的颜色
|
|
291
290
|
*/
|
|
@@ -298,7 +297,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
298
297
|
/**
|
|
299
298
|
* 获取线颜色变化的事件
|
|
300
299
|
*/
|
|
301
|
-
get strokeColorChanged(): import(
|
|
300
|
+
get strokeColorChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
302
301
|
/**
|
|
303
302
|
* 获取线的材质
|
|
304
303
|
*/
|
|
@@ -311,7 +310,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
311
310
|
/**
|
|
312
311
|
* 获取线材质变化的事件
|
|
313
312
|
*/
|
|
314
|
-
get strokeMaterialChanged(): import(
|
|
313
|
+
get strokeMaterialChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
315
314
|
/**
|
|
316
315
|
* 获取线的材质参数
|
|
317
316
|
*/
|
|
@@ -324,7 +323,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
324
323
|
/**
|
|
325
324
|
* 获取线材质参数变化的事件
|
|
326
325
|
*/
|
|
327
|
-
get strokeMaterialParamsChanged(): import(
|
|
326
|
+
get strokeMaterialParamsChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
328
327
|
/**
|
|
329
328
|
* 获取线是否贴地
|
|
330
329
|
*/
|
|
@@ -337,7 +336,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
337
336
|
/**
|
|
338
337
|
* 获取线贴地状态变化的事件
|
|
339
338
|
*/
|
|
340
|
-
get strokeGroundChanged(): import(
|
|
339
|
+
get strokeGroundChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
341
340
|
/**
|
|
342
341
|
* 获取填充颜色
|
|
343
342
|
*/
|
|
@@ -350,7 +349,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
350
349
|
/**
|
|
351
350
|
* 获取填充颜色变化的事件
|
|
352
351
|
*/
|
|
353
|
-
get fillColorChanged(): import(
|
|
352
|
+
get fillColorChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
354
353
|
/**
|
|
355
354
|
* 获取面的材质
|
|
356
355
|
*/
|
|
@@ -363,7 +362,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
363
362
|
/**
|
|
364
363
|
* 获取面材质变化的事件
|
|
365
364
|
*/
|
|
366
|
-
get fillMaterialChanged(): import(
|
|
365
|
+
get fillMaterialChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
367
366
|
/**
|
|
368
367
|
* 获取面的材质参数
|
|
369
368
|
*/
|
|
@@ -376,7 +375,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
376
375
|
/**
|
|
377
376
|
* 获取面材质参数变化的事件
|
|
378
377
|
*/
|
|
379
|
-
get fillMaterialParamsChanged(): import(
|
|
378
|
+
get fillMaterialParamsChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
380
379
|
/**
|
|
381
380
|
* 获取面是否贴地
|
|
382
381
|
*/
|
|
@@ -389,7 +388,7 @@ export declare class ESGeoVector extends ESVisualObject {
|
|
|
389
388
|
/**
|
|
390
389
|
* 获取面贴地状态变化的事件
|
|
391
390
|
*/
|
|
392
|
-
get fillGroundChanged(): import(
|
|
391
|
+
get fillGroundChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
393
392
|
}
|
|
394
393
|
/**
|
|
395
394
|
* ESGeoVector 接口,继承自 UniteChanged 接口
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJVector2D, ESJVector3D, ESJWidgetEventInfo } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
4
|
-
import { Event } from "../../xbsj-base";
|
|
1
|
+
import { UniteChanged, Event } from '../../xbsj-base';
|
|
2
|
+
import { ESJVector2D, ESJVector3D, ESJWidgetEventInfo } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from './ESObjectWithLocation';
|
|
5
4
|
/**
|
|
6
5
|
* ESLabel 抽象类继承自 ESObjectWithLocation,用于表示带有位置信息的标签对象。
|
|
7
6
|
* 该类提供了多种属性和方法,用于定义标签的显示和行为。
|
|
@@ -27,11 +26,11 @@ export declare class ESLabel extends ESObjectWithLocation {
|
|
|
27
26
|
/** 是否启用屏幕渲染,默认true */
|
|
28
27
|
screenRender: boolean;
|
|
29
28
|
/** 元素尺寸,格式为[width, height],默认100×100 */
|
|
30
|
-
size: import(
|
|
29
|
+
size: import('../..').ReactiveVariable<ESJVector2D>;
|
|
31
30
|
/** 锚点位置,取值范围[0,1],默认底部居中(0.5,1) */
|
|
32
|
-
anchor: import(
|
|
31
|
+
anchor: import('../..').ReactiveVariable<ESJVector2D>;
|
|
33
32
|
/** 位置偏移量,格式为[x,y],默认无偏移 */
|
|
34
|
-
offset: import(
|
|
33
|
+
offset: import('../..').ReactiveVariable<ESJVector2D>;
|
|
35
34
|
/** 是否根据内容自动调整大小,默认true */
|
|
36
35
|
sizeByContent: boolean;
|
|
37
36
|
/**
|
|
@@ -60,25 +59,25 @@ export declare class ESLabel extends ESObjectWithLocation {
|
|
|
60
59
|
/** UE 骨骼套接字名称,用于骨骼绑定 */
|
|
61
60
|
socketName: string;
|
|
62
61
|
/** 3D位置偏移,格式为[x,y,z],默认无偏移 */
|
|
63
|
-
positionOffset: import(
|
|
62
|
+
positionOffset: import('../..').ReactiveVariable<ESJVector3D>;
|
|
64
63
|
/** 3D旋转偏移,格式为[pitch,yaw,roll],默认无旋转 */
|
|
65
|
-
rotationOffset: import(
|
|
64
|
+
rotationOffset: import('../..').ReactiveVariable<ESJVector3D>;
|
|
66
65
|
pointed: boolean;
|
|
67
|
-
pointStyle: import(
|
|
68
|
-
position: import(
|
|
69
|
-
rotation: import(
|
|
70
|
-
scale: import(
|
|
71
|
-
minVisibleDistance: import(
|
|
72
|
-
maxVisibleDistance: import(
|
|
66
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
67
|
+
position: import('../..').ReactiveVariable<ESJVector3D>;
|
|
68
|
+
rotation: import('../..').ReactiveVariable<ESJVector3D>;
|
|
69
|
+
scale: import('../..').ReactiveVariable<ESJVector3D>;
|
|
70
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
71
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
73
72
|
show: boolean;
|
|
74
73
|
collision: boolean;
|
|
75
74
|
allowPicking: boolean;
|
|
76
|
-
flyToParam: import(
|
|
77
|
-
flyInParam: import(
|
|
75
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
76
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
78
77
|
name: string;
|
|
79
78
|
ref: string | undefined;
|
|
80
|
-
extras: import(
|
|
81
|
-
devTags: import(
|
|
79
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
80
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
82
81
|
execOnceFuncStr: string | undefined;
|
|
83
82
|
updateFuncStr: string | undefined;
|
|
84
83
|
toDestroyFuncStr: string | undefined;
|
|
@@ -97,14 +96,14 @@ export declare class ESLabel extends ESObjectWithLocation {
|
|
|
97
96
|
* @returns 包含 ES 属性的对象
|
|
98
97
|
*/
|
|
99
98
|
getESProperties(): {
|
|
100
|
-
basic: import(
|
|
101
|
-
more: import(
|
|
99
|
+
basic: import('../..').Property[];
|
|
100
|
+
more: import('../..').Property[];
|
|
102
101
|
defaultMenu: string;
|
|
103
|
-
location: import(
|
|
104
|
-
general: import(
|
|
105
|
-
dataSource: import(
|
|
106
|
-
coordinate: import(
|
|
107
|
-
style: import(
|
|
102
|
+
location: import('../..').Property[];
|
|
103
|
+
general: import('../..').Property[];
|
|
104
|
+
dataSource: import('../..').Property[];
|
|
105
|
+
coordinate: import('../..').Property[];
|
|
106
|
+
style: import('../..').Property[];
|
|
108
107
|
};
|
|
109
108
|
}
|
|
110
109
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ESObjectWithLocation } from "./ESObjectWithLocation";
|
|
1
|
+
import { UniteChanged, JsonValue } from '../../xbsj-base';
|
|
2
|
+
import { ESJFillStyle, ESJPointStyle, ESJRenderType, ESJStrokeStyle } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from './ESObjectWithLocation';
|
|
5
4
|
/**
|
|
6
5
|
* ESLocalVector 类用于表示具有本地坐标系的矢量对象,继承自 ESObjectWithLocation。
|
|
7
6
|
* 该类提供了点、线、面的样式设置和属性获取功能,支持样式的开启和关闭,以及样式的自定义。
|
|
@@ -26,29 +25,29 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
26
25
|
/**是否启用点样式*/
|
|
27
26
|
pointed: boolean;
|
|
28
27
|
/**点样式*/
|
|
29
|
-
pointStyle: import(
|
|
28
|
+
pointStyle: import('../..').ReactiveVariable<ESJPointStyle>;
|
|
30
29
|
stroked: boolean;
|
|
31
30
|
/**线样式*/
|
|
32
|
-
strokeStyle: import(
|
|
31
|
+
strokeStyle: import('../..').ReactiveVariable<ESJStrokeStyle>;
|
|
33
32
|
/**是否启用填充样式*/
|
|
34
33
|
filled: boolean;
|
|
35
34
|
/**填充样式*/
|
|
36
|
-
fillStyle: import(
|
|
37
|
-
position: import(
|
|
38
|
-
rotation: import(
|
|
39
|
-
positionOffset: import(
|
|
40
|
-
scale: import(
|
|
41
|
-
minVisibleDistance: import(
|
|
42
|
-
maxVisibleDistance: import(
|
|
35
|
+
fillStyle: import('../..').ReactiveVariable<ESJFillStyle>;
|
|
36
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
37
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
38
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
39
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
40
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
41
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
43
42
|
show: boolean;
|
|
44
43
|
collision: boolean;
|
|
45
44
|
allowPicking: boolean;
|
|
46
|
-
flyToParam: import(
|
|
47
|
-
flyInParam: import(
|
|
45
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
46
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
48
47
|
name: string;
|
|
49
48
|
ref: string | undefined;
|
|
50
|
-
extras: import(
|
|
51
|
-
devTags: import(
|
|
49
|
+
extras: import('../..').ReactiveVariable<JsonValue>;
|
|
50
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
52
51
|
execOnceFuncStr: string | undefined;
|
|
53
52
|
updateFuncStr: string | undefined;
|
|
54
53
|
toDestroyFuncStr: string | undefined;
|
|
@@ -59,14 +58,14 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
59
58
|
* @returns 包含 ES 属性的对象
|
|
60
59
|
*/
|
|
61
60
|
getESProperties(): {
|
|
62
|
-
style: import(
|
|
63
|
-
more: import(
|
|
61
|
+
style: import('../..').Property[];
|
|
62
|
+
more: import('../..').Property[];
|
|
64
63
|
defaultMenu: string;
|
|
65
|
-
location: import(
|
|
66
|
-
general: import(
|
|
67
|
-
basic: import(
|
|
68
|
-
dataSource: import(
|
|
69
|
-
coordinate: import(
|
|
64
|
+
location: import('../..').Property[];
|
|
65
|
+
general: import('../..').Property[];
|
|
66
|
+
basic: import('../..').Property[];
|
|
67
|
+
dataSource: import('../..').Property[];
|
|
68
|
+
coordinate: import('../..').Property[];
|
|
70
69
|
};
|
|
71
70
|
/**
|
|
72
71
|
* 获取线的宽度。
|
|
@@ -82,7 +81,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
82
81
|
* 获取线宽度的更改事件。
|
|
83
82
|
* @returns 线样式更改事件
|
|
84
83
|
*/
|
|
85
|
-
get strokeWidthChanged(): import(
|
|
84
|
+
get strokeWidthChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
86
85
|
/**
|
|
87
86
|
* 获取线的宽度类型。
|
|
88
87
|
* @returns 线的宽度类型
|
|
@@ -97,7 +96,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
97
96
|
* 获取线宽度类型的更改事件。
|
|
98
97
|
* @returns 线样式更改事件
|
|
99
98
|
*/
|
|
100
|
-
get strokeWidthTypeChanged(): import(
|
|
99
|
+
get strokeWidthTypeChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
101
100
|
/**
|
|
102
101
|
* 获取线的颜色。
|
|
103
102
|
* @returns 线的颜色
|
|
@@ -112,7 +111,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
112
111
|
* 获取线颜色的更改事件。
|
|
113
112
|
* @returns 线样式更改事件
|
|
114
113
|
*/
|
|
115
|
-
get strokeColorChanged(): import(
|
|
114
|
+
get strokeColorChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
116
115
|
/**
|
|
117
116
|
* 获取线的材质。
|
|
118
117
|
* @returns 线的材质
|
|
@@ -127,7 +126,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
127
126
|
* 获取线材质的更改事件。
|
|
128
127
|
* @returns 线样式更改事件
|
|
129
128
|
*/
|
|
130
|
-
get strokeMaterialChanged(): import(
|
|
129
|
+
get strokeMaterialChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
131
130
|
/**
|
|
132
131
|
* 获取线的材质参数。
|
|
133
132
|
* @returns 线的材质参数
|
|
@@ -142,7 +141,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
142
141
|
* 获取线材质参数的更改事件。
|
|
143
142
|
* @returns 线样式更改事件
|
|
144
143
|
*/
|
|
145
|
-
get strokeMaterialParamsChanged(): import(
|
|
144
|
+
get strokeMaterialParamsChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
146
145
|
/**
|
|
147
146
|
* 获取线是否贴地。
|
|
148
147
|
* @returns 线是否贴地
|
|
@@ -157,7 +156,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
157
156
|
* 获取线贴地状态的更改事件。
|
|
158
157
|
* @returns 线样式更改事件
|
|
159
158
|
*/
|
|
160
|
-
get strokeGroundChanged(): import(
|
|
159
|
+
get strokeGroundChanged(): import('../..').Listener<[ESJStrokeStyle, ESJStrokeStyle]>;
|
|
161
160
|
/**
|
|
162
161
|
* 获取面的填充颜色。
|
|
163
162
|
* @returns 面的填充颜色
|
|
@@ -172,7 +171,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
172
171
|
* 获取面填充颜色的更改事件。
|
|
173
172
|
* @returns 面样式更改事件
|
|
174
173
|
*/
|
|
175
|
-
get fillColorChanged(): import(
|
|
174
|
+
get fillColorChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
176
175
|
/**
|
|
177
176
|
* 获取面的材质。
|
|
178
177
|
* @returns 面的材质
|
|
@@ -187,7 +186,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
187
186
|
* 获取面材质的更改事件。
|
|
188
187
|
* @returns 面样式更改事件
|
|
189
188
|
*/
|
|
190
|
-
get fillMaterialChanged(): import(
|
|
189
|
+
get fillMaterialChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
191
190
|
/**
|
|
192
191
|
* 获取面的材质参数。
|
|
193
192
|
* @returns 面的材质参数
|
|
@@ -202,7 +201,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
202
201
|
* 获取面材质参数的更改事件。
|
|
203
202
|
* @returns 面样式更改事件
|
|
204
203
|
*/
|
|
205
|
-
get fillMaterialParamsChanged(): import(
|
|
204
|
+
get fillMaterialParamsChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
206
205
|
/**
|
|
207
206
|
* 获取面是否贴地。
|
|
208
207
|
* @returns 面是否贴地
|
|
@@ -217,7 +216,7 @@ export declare class ESLocalVector extends ESObjectWithLocation {
|
|
|
217
216
|
* 获取面贴地状态的更改事件。
|
|
218
217
|
* @returns 面样式更改事件
|
|
219
218
|
*/
|
|
220
|
-
get fillGroundChanged(): import(
|
|
219
|
+
get fillGroundChanged(): import('../..').Listener<[ESJFillStyle, ESJFillStyle]>;
|
|
221
220
|
}
|
|
222
221
|
/**
|
|
223
222
|
* ESLocalVector 接口,继承自 UniteChanged,用于类型定义。
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESLocalVector } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESLocalVector } from './ESLocalVector';
|
|
3
3
|
/**
|
|
4
4
|
* ESLocalVector2D 类是一个抽象类,继承自 ESLocalVector 类。
|
|
5
5
|
* 该类主要用于表示和处理二维空间中的向量。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJColor, ESJPointStyle, ESJRenderType, ESJVector3D } from
|
|
2
|
-
import { Event, JsonValue, Listener, UniteChanged } from
|
|
3
|
-
import { ESVisualObject } from
|
|
1
|
+
import { ESJColor, ESJPointStyle, ESJRenderType, ESJVector3D } from '../../ESJTypes';
|
|
2
|
+
import { Event, JsonValue, Listener, UniteChanged } from '../../xbsj-base';
|
|
3
|
+
import { ESVisualObject } from './ESVisualObject';
|
|
4
4
|
/**
|
|
5
5
|
* ESObjectWithLocation 类继承自 ESVisualObject,用于表示具有位置信息的三维对象。
|
|
6
6
|
* 该类提供了多种平滑移动和编辑模式的功能,支持单点编辑、双点编辑、平滑移动到指定位置、
|
|
@@ -26,28 +26,28 @@ export declare class ESObjectWithLocation extends ESVisualObject {
|
|
|
26
26
|
/**点样式是否启用,默认false */
|
|
27
27
|
pointed: boolean;
|
|
28
28
|
/**点样式 */
|
|
29
|
-
pointStyle: import(
|
|
29
|
+
pointStyle: import('../..').ReactiveVariable<ESJPointStyle>;
|
|
30
30
|
/**位置点 [经,纬,高] */
|
|
31
|
-
position: import(
|
|
31
|
+
position: import('../..').ReactiveVariable<ESJVector3D>;
|
|
32
32
|
/**姿态 [h,p,r] */
|
|
33
|
-
rotation: import(
|
|
33
|
+
rotation: import('../..').ReactiveVariable<ESJVector3D>;
|
|
34
34
|
/**偏移属性 [x,y,z] */
|
|
35
|
-
positionOffset: import(
|
|
35
|
+
positionOffset: import('../..').ReactiveVariable<ESJVector3D>;
|
|
36
36
|
/**缩放 [x,y,z] */
|
|
37
|
-
scale: import(
|
|
37
|
+
scale: import('../..').ReactiveVariable<ESJVector3D>;
|
|
38
38
|
/**最小可视距离 */
|
|
39
|
-
minVisibleDistance: import(
|
|
39
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
40
40
|
/**最大可视距离 */
|
|
41
|
-
maxVisibleDistance: import(
|
|
41
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
42
42
|
show: boolean;
|
|
43
43
|
collision: boolean;
|
|
44
44
|
allowPicking: boolean;
|
|
45
|
-
flyToParam: import(
|
|
46
|
-
flyInParam: import(
|
|
45
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
46
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
47
47
|
name: string;
|
|
48
48
|
ref: string | undefined;
|
|
49
|
-
extras: import(
|
|
50
|
-
devTags: import(
|
|
49
|
+
extras: import('../..').ReactiveVariable<JsonValue>;
|
|
50
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
51
51
|
execOnceFuncStr: string | undefined;
|
|
52
52
|
updateFuncStr: string | undefined;
|
|
53
53
|
toDestroyFuncStr: string | undefined;
|
|
@@ -203,13 +203,13 @@ export declare class ESObjectWithLocation extends ESVisualObject {
|
|
|
203
203
|
*/
|
|
204
204
|
getESProperties(): {
|
|
205
205
|
defaultMenu: string;
|
|
206
|
-
location: import(
|
|
207
|
-
more: import(
|
|
208
|
-
general: import(
|
|
209
|
-
basic: import(
|
|
210
|
-
dataSource: import(
|
|
211
|
-
coordinate: import(
|
|
212
|
-
style: import(
|
|
206
|
+
location: import('../..').Property[];
|
|
207
|
+
more: import('../..').Property[];
|
|
208
|
+
general: import('../..').Property[];
|
|
209
|
+
basic: import('../..').Property[];
|
|
210
|
+
dataSource: import('../..').Property[];
|
|
211
|
+
coordinate: import('../..').Property[];
|
|
212
|
+
style: import('../..').Property[];
|
|
213
213
|
};
|
|
214
214
|
/**
|
|
215
215
|
* 获取点的大小
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Destroyable, JsonValue, Listener, ReactParamsType } from
|
|
2
|
-
import { ESSceneObject } from
|
|
3
|
-
import { RefsManager } from
|
|
1
|
+
import { Destroyable, JsonValue, Listener, ReactParamsType } from '../../../xbsj-base';
|
|
2
|
+
import { ESSceneObject } from './index';
|
|
3
|
+
import { RefsManager } from './RefsManager';
|
|
4
4
|
/**
|
|
5
5
|
* ESObjectsContext
|
|
6
6
|
* ESObjects的上下文,用于管理ESObjects的注册/创建/销毁
|
|
@@ -207,9 +207,9 @@ export declare class ESObjectsContext extends Destroyable {
|
|
|
207
207
|
* const reactUrl = this.dv(ESSceneObject.context.createEnvStrReact([sceneObject, 'uri']));
|
|
208
208
|
* this.d(reactUrl.changed.don(update));
|
|
209
209
|
*/
|
|
210
|
-
createEnvStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import(
|
|
210
|
+
createEnvStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import('../../..').ReactiveVariable<string | undefined>;
|
|
211
211
|
/**
|
|
212
212
|
* @deprecated 请使用createEnvStrReact
|
|
213
213
|
*/
|
|
214
|
-
createEvnStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import(
|
|
214
|
+
createEvnStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import('../../..').ReactiveVariable<string | undefined>;
|
|
215
215
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Destroyable, Listener } from
|
|
2
|
-
import { ESObjectsContext } from
|
|
3
|
-
import { ESSceneObject } from
|
|
1
|
+
import { Destroyable, Listener } from '../../../xbsj-base';
|
|
2
|
+
import { ESObjectsContext } from './ESObjectsContext';
|
|
3
|
+
import { ESSceneObject } from './index';
|
|
4
4
|
/**
|
|
5
5
|
* RefsManager 类用于管理场景对象的引用。
|
|
6
6
|
* 它跟踪场景对象的引用关系,并在引用发生变化时触发事件。
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactParamsType } from
|
|
1
|
+
import { ReactParamsType } from '../../../../xbsj-base';
|
|
2
2
|
/**
|
|
3
3
|
* 创建一个用于评估环境字符串的响应式对象。
|
|
4
4
|
*
|
|
@@ -9,4 +9,4 @@ import { ReactParamsType } from "../../../../xbsj-base";
|
|
|
9
9
|
* @param defaultValue - 可选的默认值,当 `reactVar` 的值为 `undefined` 时使用。
|
|
10
10
|
* @returns 返回一个响应式对象 `envStrReact`,其值为评估后的环境字符串或 `undefined`。
|
|
11
11
|
*/
|
|
12
|
-
export declare function createEnvEvalStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import(
|
|
12
|
+
export declare function createEnvEvalStrReact(reactVar: ReactParamsType<string | undefined>, defaultValue?: string): import('../../../..').ReactiveVariable<string | undefined>;
|