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,8 +1,8 @@
|
|
|
1
|
-
import { Listener, UniteChanged } from
|
|
2
|
-
import { ESPropertiesType } from
|
|
3
|
-
import { ESViewer } from
|
|
4
|
-
import { ESSceneObject } from
|
|
5
|
-
import { DivInstanceClass } from
|
|
1
|
+
import { Listener, UniteChanged } from '../../../xbsj-base';
|
|
2
|
+
import { ESPropertiesType } from '../../../ESJTypes';
|
|
3
|
+
import { ESViewer } from '../../../ESViewer';
|
|
4
|
+
import { ESSceneObject } from '../../base';
|
|
5
|
+
import { DivInstanceClass } from './instance';
|
|
6
6
|
/**
|
|
7
7
|
* ESCustomDiv 类用于创建和管理自定义的 HTML div 元素,并将其嵌入到场景对象中。
|
|
8
8
|
* 该类继承自 ESSceneObject,提供了一系列方法和属性来控制自定义 div 的显示、更新和容器管理。
|
|
@@ -47,8 +47,8 @@ export declare class ESCustomDiv<DivClass extends {
|
|
|
47
47
|
cssText: string;
|
|
48
48
|
name: string;
|
|
49
49
|
ref: string | undefined;
|
|
50
|
-
extras: import(
|
|
51
|
-
devTags: import(
|
|
50
|
+
extras: import('../../..').ReactiveVariable<import('../../..').JsonValue>;
|
|
51
|
+
devTags: import('../../..').ReactiveVariable<string[] | undefined>;
|
|
52
52
|
execOnceFuncStr: string | undefined;
|
|
53
53
|
updateFuncStr: string | undefined;
|
|
54
54
|
toDestroyFuncStr: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESViewer } from
|
|
2
|
-
import { Destroyable } from
|
|
3
|
-
import { ESCustomDiv } from
|
|
1
|
+
import { ESViewer } from '../../../ESViewer';
|
|
2
|
+
import { Destroyable } from '../../../xbsj-base';
|
|
3
|
+
import { ESCustomDiv } from './index';
|
|
4
4
|
/**
|
|
5
5
|
* 定义一个类型,用于表示自定义Div实例的类。
|
|
6
6
|
* @template DivClass - 自定义Div类的类型,必须包含destroy方法。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJColor, Property } from
|
|
2
|
-
import { SceneObjectKey, UniteChanged } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { ESJColor, Property } from '../../ESJTypes';
|
|
2
|
+
import { SceneObjectKey, UniteChanged } from '../../xbsj-base';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* 圆柱体对象的材质参数类型定义
|
|
6
6
|
* 定义了圆柱体动画效果和外观参数
|
|
@@ -37,26 +37,26 @@ export declare class ESCylinder extends ESObjectWithLocation {
|
|
|
37
37
|
/** 圆柱体高度,默认为10 */
|
|
38
38
|
height: number;
|
|
39
39
|
/** 圆柱体颜色,默认为蓝色调 */
|
|
40
|
-
color: import(
|
|
40
|
+
color: import('../..').ReactiveVariable<ESJColor>;
|
|
41
41
|
/** 材质参数配置 */
|
|
42
|
-
materialParams: import(
|
|
42
|
+
materialParams: import('../..').ReactiveVariable<ESJCylinderMaterialParamsType>;
|
|
43
43
|
pointed: boolean;
|
|
44
|
-
pointStyle: import(
|
|
45
|
-
position: import(
|
|
46
|
-
rotation: import(
|
|
47
|
-
positionOffset: import(
|
|
48
|
-
scale: import(
|
|
49
|
-
minVisibleDistance: import(
|
|
50
|
-
maxVisibleDistance: import(
|
|
44
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
45
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
46
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
47
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
48
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
49
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
50
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
51
51
|
show: boolean;
|
|
52
52
|
collision: boolean;
|
|
53
53
|
allowPicking: boolean;
|
|
54
|
-
flyToParam: import(
|
|
55
|
-
flyInParam: import(
|
|
54
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
55
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
56
56
|
name: string;
|
|
57
57
|
ref: string | undefined;
|
|
58
|
-
extras: import(
|
|
59
|
-
devTags: import(
|
|
58
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
59
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
60
60
|
execOnceFuncStr: string | undefined;
|
|
61
61
|
updateFuncStr: string | undefined;
|
|
62
62
|
toDestroyFuncStr: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJResource } from
|
|
2
|
-
import { Event, Listener, UniteChanged } from
|
|
3
|
-
import { ESSceneObject } from
|
|
1
|
+
import { ESJResource } from '../../ESJTypes';
|
|
2
|
+
import { Event, Listener, UniteChanged } from '../../xbsj-base';
|
|
3
|
+
import { ESSceneObject } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* ESCzml 类用于加载和操作 CZML 数据。CZML 是一种 JSON 格式,用于描述时间和空间数据,常用于可视化卫星轨道、飞行路径等动态数据。
|
|
6
6
|
*
|
|
@@ -23,8 +23,8 @@ export declare class ESCzml extends ESSceneObject {
|
|
|
23
23
|
static readonly createDefaultProps: () => {
|
|
24
24
|
name: string;
|
|
25
25
|
ref: string | undefined;
|
|
26
|
-
extras: import(
|
|
27
|
-
devTags: import(
|
|
26
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
27
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
28
28
|
execOnceFuncStr: string | undefined;
|
|
29
29
|
updateFuncStr: string | undefined;
|
|
30
30
|
toDestroyFuncStr: string | undefined;
|
|
@@ -98,13 +98,13 @@ export declare class ESCzml extends ESSceneObject {
|
|
|
98
98
|
*/
|
|
99
99
|
getESProperties(): {
|
|
100
100
|
defaultMenu: string;
|
|
101
|
-
basic: import(
|
|
102
|
-
general: import(
|
|
103
|
-
more: import(
|
|
104
|
-
dataSource: import(
|
|
105
|
-
location: import(
|
|
106
|
-
coordinate: import(
|
|
107
|
-
style: import(
|
|
101
|
+
basic: import('../..').Property[];
|
|
102
|
+
general: import('../..').Property[];
|
|
103
|
+
more: import('../..').Property[];
|
|
104
|
+
dataSource: import('../..').Property[];
|
|
105
|
+
location: import('../..').Property[];
|
|
106
|
+
coordinate: import('../..').Property[];
|
|
107
|
+
style: import('../..').Property[];
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJColor, ESJResource } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESJColor, ESJResource } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* 定义 ESDataMesh 颜色渐变点的类型
|
|
6
6
|
* 颜色渐变点包含一个比例值和对应的 RGBA 颜色
|
|
@@ -50,24 +50,24 @@ export declare class ESDataMesh extends ESObjectWithLocation {
|
|
|
50
50
|
/**
|
|
51
51
|
* 颜色渐变点数组的响应式对象
|
|
52
52
|
*/
|
|
53
|
-
colorStops: import(
|
|
53
|
+
colorStops: import('../..').ReactiveVariable<ESDataMeshColorStopType[] | undefined>;
|
|
54
54
|
pointed: boolean;
|
|
55
|
-
pointStyle: import(
|
|
56
|
-
position: import(
|
|
57
|
-
rotation: import(
|
|
58
|
-
positionOffset: import(
|
|
59
|
-
scale: import(
|
|
60
|
-
minVisibleDistance: import(
|
|
61
|
-
maxVisibleDistance: import(
|
|
55
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
56
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
57
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
58
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
59
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
60
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
61
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
62
62
|
show: boolean;
|
|
63
63
|
collision: boolean;
|
|
64
64
|
allowPicking: boolean;
|
|
65
|
-
flyToParam: import(
|
|
66
|
-
flyInParam: import(
|
|
65
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
66
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
67
67
|
name: string;
|
|
68
68
|
ref: string | undefined;
|
|
69
|
-
extras: import(
|
|
70
|
-
devTags: import(
|
|
69
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
70
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
71
71
|
execOnceFuncStr: string | undefined;
|
|
72
72
|
updateFuncStr: string | undefined;
|
|
73
73
|
toDestroyFuncStr: string | undefined;
|
|
@@ -88,7 +88,7 @@ export declare class ESDataMesh extends ESObjectWithLocation {
|
|
|
88
88
|
/**
|
|
89
89
|
* 获取最大时间值变化的事件对象
|
|
90
90
|
*/
|
|
91
|
-
get maxTimeChanged(): import(
|
|
91
|
+
get maxTimeChanged(): import('../..').Listener<[number | undefined, number | undefined]>;
|
|
92
92
|
/**
|
|
93
93
|
* 构造函数,用于创建 ESDataMesh 对象
|
|
94
94
|
* @param id - 对象的可选 ID
|
|
@@ -99,14 +99,14 @@ export declare class ESDataMesh extends ESObjectWithLocation {
|
|
|
99
99
|
* @returns 返回包含对象属性的数组
|
|
100
100
|
*/
|
|
101
101
|
getESProperties(): {
|
|
102
|
-
more: import(
|
|
102
|
+
more: import('../..').Property[];
|
|
103
103
|
defaultMenu: string;
|
|
104
|
-
location: import(
|
|
105
|
-
general: import(
|
|
106
|
-
basic: import(
|
|
107
|
-
dataSource: import(
|
|
108
|
-
coordinate: import(
|
|
109
|
-
style: import(
|
|
104
|
+
location: import('../..').Property[];
|
|
105
|
+
general: import('../..').Property[];
|
|
106
|
+
basic: import('../..').Property[];
|
|
107
|
+
dataSource: import('../..').Property[];
|
|
108
|
+
coordinate: import('../..').Property[];
|
|
109
|
+
style: import('../..').Property[];
|
|
110
110
|
};
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ESObjectWithLocation } from "../base";
|
|
1
|
+
import { UniteChanged, JsonValue } from '../../xbsj-base';
|
|
2
|
+
import { ESJResource } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
5
4
|
/**
|
|
6
5
|
* ESDatasmithRuntimeModel 类用于表示和操作 Datasmith 模型,它继承自 ESObjectWithLocation 类。
|
|
7
6
|
* 该类提供了与 Datasmith 模型相关的属性和方法,包括模型的 URL、导入选项、下载进度等。
|
|
@@ -30,28 +29,28 @@ export declare class ESDatasmithRuntimeModel extends ESObjectWithLocation {
|
|
|
30
29
|
/**导入选项
|
|
31
30
|
* @type {object}
|
|
32
31
|
*/
|
|
33
|
-
importOptions: import(
|
|
32
|
+
importOptions: import('../..').ReactiveVariable<JsonValue>;
|
|
34
33
|
/**下载进度,只读属性
|
|
35
34
|
* @type {number}
|
|
36
35
|
*/
|
|
37
36
|
downloadProgress: number;
|
|
38
37
|
pointed: boolean;
|
|
39
|
-
pointStyle: import(
|
|
40
|
-
position: import(
|
|
41
|
-
rotation: import(
|
|
42
|
-
positionOffset: import(
|
|
43
|
-
scale: import(
|
|
44
|
-
minVisibleDistance: import(
|
|
45
|
-
maxVisibleDistance: import(
|
|
38
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
39
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
40
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
41
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
42
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
43
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
44
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
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;
|
|
@@ -75,14 +74,14 @@ export declare class ESDatasmithRuntimeModel extends ESObjectWithLocation {
|
|
|
75
74
|
* @returns {object} 包含基本属性和数据源属性的对象。
|
|
76
75
|
*/
|
|
77
76
|
getESProperties(): {
|
|
78
|
-
basic: import(
|
|
79
|
-
dataSource: import(
|
|
77
|
+
basic: import('../..').Property[];
|
|
78
|
+
dataSource: import('../..').Property[];
|
|
80
79
|
defaultMenu: string;
|
|
81
|
-
location: import(
|
|
82
|
-
more: import(
|
|
83
|
-
general: import(
|
|
84
|
-
coordinate: import(
|
|
85
|
-
style: import(
|
|
80
|
+
location: import('../..').Property[];
|
|
81
|
+
more: import('../..').Property[];
|
|
82
|
+
general: import('../..').Property[];
|
|
83
|
+
coordinate: import('../..').Property[];
|
|
84
|
+
style: import('../..').Property[];
|
|
86
85
|
};
|
|
87
86
|
}
|
|
88
87
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESGeoVector } from
|
|
3
|
-
import { ESJEditingBindModeType, ESJStrokeStyle } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESGeoVector } from '../base';
|
|
3
|
+
import { ESJEditingBindModeType, ESJStrokeStyle } from '../../index';
|
|
4
4
|
/**
|
|
5
5
|
* ESDirectionMeasurement 类用于测量和表示方位角。
|
|
6
6
|
* 该类继承自 ESGeoVector,提供了方位角测量的功能,包括设置和获取线条宽度、支持多种编辑模式等。
|
|
@@ -21,21 +21,21 @@ import { ESJEditingBindModeType, ESJStrokeStyle } from "../../index";
|
|
|
21
21
|
export declare class ESDirectionMeasurement extends ESGeoVector {
|
|
22
22
|
static readonly createDefaultProps: () => {
|
|
23
23
|
stroked: boolean;
|
|
24
|
-
strokeStyle: import(
|
|
24
|
+
strokeStyle: import('../../xbsj-base').ReactiveVariable<ESJStrokeStyle>;
|
|
25
25
|
pointed: boolean;
|
|
26
|
-
pointStyle: import(
|
|
26
|
+
pointStyle: import('../../xbsj-base').ReactiveVariable<import('../../ESJTypes').ESJPointStyle>;
|
|
27
27
|
filled: boolean;
|
|
28
|
-
fillStyle: import(
|
|
29
|
-
points: import(
|
|
28
|
+
fillStyle: import('../../xbsj-base').ReactiveVariable<import('../../ESJTypes').ESJFillStyle>;
|
|
29
|
+
points: import('../../xbsj-base').ReactiveVariable<[number, number, number][] | undefined>;
|
|
30
30
|
show: boolean;
|
|
31
31
|
collision: boolean;
|
|
32
32
|
allowPicking: boolean;
|
|
33
|
-
flyToParam: import(
|
|
34
|
-
flyInParam: import(
|
|
33
|
+
flyToParam: import('../../xbsj-base').ReactiveVariable<import('../../ESJTypes').ESJFlyToParam | undefined>;
|
|
34
|
+
flyInParam: import('../../xbsj-base').ReactiveVariable<import('../../ESJTypes').ESJFlyInParam | undefined>;
|
|
35
35
|
name: string;
|
|
36
36
|
ref: string | undefined;
|
|
37
|
-
extras: import(
|
|
38
|
-
devTags: import(
|
|
37
|
+
extras: import('../../xbsj-base').ReactiveVariable<import('../../xbsj-base').JsonValue>;
|
|
38
|
+
devTags: import('../../xbsj-base').ReactiveVariable<string[] | undefined>;
|
|
39
39
|
execOnceFuncStr: string | undefined;
|
|
40
40
|
updateFuncStr: string | undefined;
|
|
41
41
|
toDestroyFuncStr: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare class ESDirectionMeasurement extends ESGeoVector {
|
|
|
48
48
|
private _direction;
|
|
49
49
|
get direction(): number;
|
|
50
50
|
set direction(value: number);
|
|
51
|
-
get directionChanged(): import(
|
|
51
|
+
get directionChanged(): import('../../xbsj-base').Listener<[number, number]>;
|
|
52
52
|
/**
|
|
53
53
|
* 静态属性,重写支持的编辑模式。
|
|
54
54
|
* 包含父类支持的编辑模式以及新增的旋转、缩放、双点追加和双点修改模式。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJStrokeStyle } from
|
|
2
|
-
import { ESGeoLineString } from
|
|
3
|
-
import { UniteChanged } from
|
|
1
|
+
import { ESJStrokeStyle } from '../../ESJTypes';
|
|
2
|
+
import { ESGeoLineString } from './ESGeoLineString';
|
|
3
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
4
4
|
/**
|
|
5
5
|
* ESDistanceMeasurement 类用于测量和表示地理空间中的距离。
|
|
6
6
|
* 该类继承自 ESGeoLineString,提供了一系列方法和属性来定义和管理距离测量对象。
|
|
@@ -22,23 +22,23 @@ export declare class ESDistanceMeasurement extends ESGeoLineString {
|
|
|
22
22
|
* 包含线条的宽度、颜色、材质等信息。
|
|
23
23
|
* @type {ESJStrokeStyle}
|
|
24
24
|
*/
|
|
25
|
-
strokeStyle: import(
|
|
26
|
-
classificationType: import(
|
|
25
|
+
strokeStyle: import('../..').ReactiveVariable<ESJStrokeStyle>;
|
|
26
|
+
classificationType: import('../..').ESJClassificationType;
|
|
27
27
|
stroked: boolean;
|
|
28
28
|
pointed: boolean;
|
|
29
|
-
pointStyle: import(
|
|
29
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
30
30
|
filled: boolean;
|
|
31
|
-
fillStyle: import(
|
|
32
|
-
points: import(
|
|
31
|
+
fillStyle: import('../..').ReactiveVariable<import('../..').ESJFillStyle>;
|
|
32
|
+
points: import('../..').ReactiveVariable<[number, number, number][] | undefined>;
|
|
33
33
|
show: boolean;
|
|
34
34
|
collision: boolean;
|
|
35
35
|
allowPicking: boolean;
|
|
36
|
-
flyToParam: import(
|
|
37
|
-
flyInParam: import(
|
|
36
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
37
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
38
38
|
name: string;
|
|
39
39
|
ref: string | undefined;
|
|
40
|
-
extras: import(
|
|
41
|
-
devTags: import(
|
|
40
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
41
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
42
42
|
execOnceFuncStr: string | undefined;
|
|
43
43
|
updateFuncStr: string | undefined;
|
|
44
44
|
toDestroyFuncStr: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJColor } from
|
|
2
|
-
import { UniteChanged } from
|
|
3
|
-
import { ESLocalPolygon } from
|
|
1
|
+
import { ESJColor } from '../../ESJTypes';
|
|
2
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
3
|
+
import { ESLocalPolygon } from './ESLocalPolygon';
|
|
4
4
|
/**
|
|
5
5
|
* ESDynamicWater 类用于表示和渲染动态水面效果。
|
|
6
6
|
* 该类继承自 ESLocalPolygon 类,提供了多种属性和方法来控制水面的外观和行为。
|
|
@@ -30,7 +30,7 @@ export declare class ESDynamicWater extends ESLocalPolygon {
|
|
|
30
30
|
/**是否允许拾取 默认为true */
|
|
31
31
|
allowPicking: boolean;
|
|
32
32
|
/**水的图片*/
|
|
33
|
-
waterImage: import(
|
|
33
|
+
waterImage: import('../..').ReactiveVariable<{
|
|
34
34
|
[xx: string]: any;
|
|
35
35
|
} | undefined>;
|
|
36
36
|
/**水体颜色 */
|
|
@@ -53,25 +53,25 @@ export declare class ESDynamicWater extends ESLocalPolygon {
|
|
|
53
53
|
murkiness: number;
|
|
54
54
|
stroked: boolean;
|
|
55
55
|
filled: boolean;
|
|
56
|
-
points: import(
|
|
56
|
+
points: import('../..').ReactiveVariable<[number, number][] | undefined>;
|
|
57
57
|
pointed: boolean;
|
|
58
|
-
pointStyle: import(
|
|
59
|
-
strokeStyle: import(
|
|
60
|
-
fillStyle: import(
|
|
61
|
-
position: import(
|
|
62
|
-
rotation: import(
|
|
63
|
-
positionOffset: import(
|
|
64
|
-
scale: import(
|
|
65
|
-
minVisibleDistance: import(
|
|
66
|
-
maxVisibleDistance: import(
|
|
58
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
59
|
+
strokeStyle: import('../..').ReactiveVariable<import('../..').ESJStrokeStyle>;
|
|
60
|
+
fillStyle: import('../..').ReactiveVariable<import('../..').ESJFillStyle>;
|
|
61
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
62
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
63
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
64
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
65
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
66
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
67
67
|
show: boolean;
|
|
68
68
|
collision: boolean;
|
|
69
|
-
flyToParam: import(
|
|
70
|
-
flyInParam: import(
|
|
69
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
70
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
71
71
|
name: string;
|
|
72
72
|
ref: string | undefined;
|
|
73
|
-
extras: import(
|
|
74
|
-
devTags: import(
|
|
73
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
74
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
75
75
|
execOnceFuncStr: string | undefined;
|
|
76
76
|
updateFuncStr: string | undefined;
|
|
77
77
|
toDestroyFuncStr: string | undefined;
|
|
@@ -91,14 +91,14 @@ export declare class ESDynamicWater extends ESLocalPolygon {
|
|
|
91
91
|
* @returns 返回包含 ES 属性的对象。
|
|
92
92
|
*/
|
|
93
93
|
getESProperties(): {
|
|
94
|
-
basic: import(
|
|
95
|
-
coordinate: import(
|
|
96
|
-
style: import(
|
|
97
|
-
more: import(
|
|
94
|
+
basic: import('../..').Property[];
|
|
95
|
+
coordinate: import('../..').Property[];
|
|
96
|
+
style: import('../..').Property[];
|
|
97
|
+
more: import('../..').Property[];
|
|
98
98
|
defaultMenu: string;
|
|
99
|
-
location: import(
|
|
100
|
-
general: import(
|
|
101
|
-
dataSource: import(
|
|
99
|
+
location: import('../..').Property[];
|
|
100
|
+
general: import('../..').Property[];
|
|
101
|
+
dataSource: import('../..').Property[];
|
|
102
102
|
};
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJResource } from
|
|
3
|
-
import { ESVisualObject } from
|
|
4
|
-
import { Event } from "../../xbsj-base";
|
|
1
|
+
import { UniteChanged, Event } from '../../xbsj-base';
|
|
2
|
+
import { ESJResource } from '../../ESJTypes';
|
|
3
|
+
import { ESVisualObject } from '../base';
|
|
5
4
|
/**
|
|
6
5
|
* 小部件事件信息类型定义
|
|
7
6
|
* @typedef {Object} WidgetEventInfo
|
|
@@ -83,7 +82,7 @@ export declare class ESEntityCluster extends ESVisualObject {
|
|
|
83
82
|
/**用于设置聚合和非聚合的显示样式
|
|
84
83
|
* @type {ESEntityClusterStyle}
|
|
85
84
|
*/
|
|
86
|
-
style: import(
|
|
85
|
+
style: import('../..').ReactiveVariable<ESEntityClusterStyle | undefined>;
|
|
87
86
|
/**高度获取模式 ["None", "CLAMP_TO_GROUND", "RELATIVE_TO_GROUND"]*/
|
|
88
87
|
heightReference: "NONE" | "RELATIVE_TO_GROUND" | "CLAMP_TO_GROUND";
|
|
89
88
|
/**是否启用透视效果,自动缩放远处标签 */
|
|
@@ -91,12 +90,12 @@ export declare class ESEntityCluster extends ESVisualObject {
|
|
|
91
90
|
show: boolean;
|
|
92
91
|
collision: boolean;
|
|
93
92
|
allowPicking: boolean;
|
|
94
|
-
flyToParam: import(
|
|
95
|
-
flyInParam: import(
|
|
93
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
94
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
96
95
|
name: string;
|
|
97
96
|
ref: string | undefined;
|
|
98
|
-
extras: import(
|
|
99
|
-
devTags: import(
|
|
97
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
98
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
100
99
|
execOnceFuncStr: string | undefined;
|
|
101
100
|
updateFuncStr: string | undefined;
|
|
102
101
|
toDestroyFuncStr: string | undefined;
|
|
@@ -139,12 +138,12 @@ export declare class ESEntityCluster extends ESVisualObject {
|
|
|
139
138
|
* 获取数据变更事件
|
|
140
139
|
* @returns {any} 数据变更事件对象
|
|
141
140
|
*/
|
|
142
|
-
get dataChanged(): import(
|
|
141
|
+
get dataChanged(): import('../..').Listener<[any, any]>;
|
|
143
142
|
/**
|
|
144
143
|
* 获取特征数据
|
|
145
144
|
* @returns {any} 特征数据对象,如果数据未加载完成则输出提示信息
|
|
146
145
|
*/
|
|
147
|
-
getFeatures(): import(
|
|
146
|
+
getFeatures(): import('../..').ReactiveVariable<any> | undefined;
|
|
148
147
|
/**
|
|
149
148
|
* 构造函数
|
|
150
149
|
* @param {string} [id] - 对象的ID
|
|
@@ -156,14 +155,14 @@ export declare class ESEntityCluster extends ESVisualObject {
|
|
|
156
155
|
* @returns {Object} ES属性对象
|
|
157
156
|
*/
|
|
158
157
|
getESProperties(): {
|
|
159
|
-
basic: import(
|
|
160
|
-
more: import(
|
|
161
|
-
general: import(
|
|
158
|
+
basic: import('../..').Property[];
|
|
159
|
+
more: import('../..').Property[];
|
|
160
|
+
general: import('../..').Property[];
|
|
162
161
|
defaultMenu: string;
|
|
163
|
-
dataSource: import(
|
|
164
|
-
location: import(
|
|
165
|
-
coordinate: import(
|
|
166
|
-
style: import(
|
|
162
|
+
dataSource: import('../..').Property[];
|
|
163
|
+
location: import('../..').Property[];
|
|
164
|
+
coordinate: import('../..').Property[];
|
|
165
|
+
style: import('../..').Property[];
|
|
167
166
|
};
|
|
168
167
|
}
|
|
169
168
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESGeoPolygon } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESGeoPolygon } from './ESGeoPolygon';
|
|
3
3
|
/**
|
|
4
4
|
* ESExcavate 类继承自 ESGeoPolygon,用于表示和操作挖坑对象。
|
|
5
5
|
* 该类提供了挖坑的基本属性和样式配置,支持向内或向外挖坑的模式,并允许设置点、线和面的样式。
|
|
@@ -26,24 +26,24 @@ export declare class ESExcavate extends ESGeoPolygon {
|
|
|
26
26
|
targetID: string;
|
|
27
27
|
/** 是否开填充样式 */
|
|
28
28
|
filled: boolean;
|
|
29
|
-
buffer: import(
|
|
30
|
-
classificationType: import(
|
|
29
|
+
buffer: import('../..').ReactiveVariable<import('../../ESJTypes/properties/ESJBuffer').ESJBuffer | undefined>;
|
|
30
|
+
classificationType: import('../..').ESJClassificationType;
|
|
31
31
|
instancing: boolean;
|
|
32
|
-
fillStyle: import(
|
|
33
|
-
strokeStyle: import(
|
|
32
|
+
fillStyle: import('../..').ReactiveVariable<import('../..').ESJFillStyle>;
|
|
33
|
+
strokeStyle: import('../..').ReactiveVariable<import('../..').ESJStrokeStyle>;
|
|
34
34
|
stroked: boolean;
|
|
35
35
|
collision: boolean;
|
|
36
36
|
pointed: boolean;
|
|
37
|
-
pointStyle: import(
|
|
38
|
-
points: import(
|
|
37
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
38
|
+
points: import('../..').ReactiveVariable<[number, number, number][] | undefined>;
|
|
39
39
|
show: boolean;
|
|
40
40
|
allowPicking: boolean;
|
|
41
|
-
flyToParam: import(
|
|
42
|
-
flyInParam: import(
|
|
41
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
42
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
43
43
|
name: string;
|
|
44
44
|
ref: string | undefined;
|
|
45
|
-
extras: import(
|
|
46
|
-
devTags: import(
|
|
45
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
46
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
47
47
|
execOnceFuncStr: string | undefined;
|
|
48
48
|
updateFuncStr: string | undefined;
|
|
49
49
|
toDestroyFuncStr: string | undefined;
|
|
@@ -64,14 +64,14 @@ export declare class ESExcavate extends ESGeoPolygon {
|
|
|
64
64
|
* @returns 包含基本属性和样式属性的对象。
|
|
65
65
|
*/
|
|
66
66
|
getESProperties(): {
|
|
67
|
-
basic: import(
|
|
68
|
-
style: import(
|
|
69
|
-
coordinate: import(
|
|
67
|
+
basic: import('../..').Property[];
|
|
68
|
+
style: import('../..').Property[];
|
|
69
|
+
coordinate: import('../..').Property[];
|
|
70
70
|
defaultMenu: string;
|
|
71
|
-
more: import(
|
|
72
|
-
general: import(
|
|
73
|
-
dataSource: import(
|
|
74
|
-
location: import(
|
|
71
|
+
more: import('../..').Property[];
|
|
72
|
+
general: import('../..').Property[];
|
|
73
|
+
dataSource: import('../..').Property[];
|
|
74
|
+
location: import('../..').Property[];
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESViewer } from
|
|
2
|
-
import { Destroyable } from
|
|
3
|
-
import { ESFeatureLayer } from
|
|
1
|
+
import { ESViewer } from '../../../ESViewer';
|
|
2
|
+
import { Destroyable } from '../../../xbsj-base';
|
|
3
|
+
import { ESFeatureLayer } from './index';
|
|
4
4
|
export declare class FeatureLayer extends Destroyable {
|
|
5
5
|
private _initEvent;
|
|
6
6
|
init(): void;
|