refactor(cesium): 重构 Cesium Viewer 状态管理和 Composable
This commit is contained in:
@ -15,8 +15,6 @@ export class HCesiumStationManager {
|
||||
/**
|
||||
* 向视图中添加或更新地面站实体。
|
||||
* 注意:当前实现仅添加,如果已存在则警告并返回现有实体。
|
||||
* @param options - 地面站的选项参数
|
||||
* @returns 添加的实体对象,如果已存在或添加失败则返回 null 或现有实体。
|
||||
*/
|
||||
addOrUpdateStation(options: I站点): undefined {
|
||||
const existingEntity = this.currentStationEntities.get(options.id);
|
||||
|
Reference in New Issue
Block a user