Methods
-
添加实体添加回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体添加回调函数 -
添加实体刪除前回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体刪除前回调函数 -
添加实体刪除回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体刪除回调函数 -
添加实体销毁回调函数
Name Type Description callback
SatelliteEntityManager~geoEntityDestroyedCallback 实体销毁回调函数 -
添加实体修改回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体修改回调函数 -
添加实体选中回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体选中回调函数 -
添加实体取消选中回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体取消选中回调函数 -
添加实体更新回调函数
Name Type Description callback
SatelliteEntityManager~callback 实体更新回调函数 -
添加卫星实体
Name Type Description satelliteUuid
String 卫星唯一标识 satelliteManager
Object 卫星管理对象 groupName
String 卫星所属组名 callback
function 添加完成回调函数 -
清空选中实体
-
获取卫星实体管理中的卫星实体
Name Type Description options
Object 对象具有以下属性: Name Type Description satelliteEntityJsons
Map.<String, String> 实体对象json数据 geoEntityNodeJson
String 实体分组json数据 satelliteManager
SatelliteManager 卫星管理对象 callback
function 回调函数(废弃) -
getSatelliteEntityByUUID(satelliteEntityUuid) → SatelliteEntity
-
通过实体UUID获取实体对象
Name Type Description satelliteEntityUuid
String 实体UUID Returns:
实体对象 -
getSatelliteEntitys() → Array.<SatelliteEntity>
-
获取全部实体对象列表
Returns:
实体对象列表 -
获取选中实体UUID
-
获取卫星实体图层是否可编辑
Returns:
是否可编辑 -
移除所有的卫星实体
Name Type Description satelliteManager
satelliteManager 卫星管理者 -
通过实体UUID删除实体
Name Type Description satelliteEntityUuid
String 卫星管理对象 satelliteManager
satelliteManager 删除的实体UUID Returns:
是否删除成功 -
设置卫星实体图层是否可编辑
Name Type Description isEditable
boolean 是否可编辑 -
设置场景
Name Type Description scene
Scene 场景 -
设置选中实体
Name Type Description UUID
String 实体UUID -
保存卫星实体对象到json
Returns:
卫星实体对象Json集合 -
更新卫星轨道
Name Type Description time
Number UTC时间戳(毫秒) -
更新所有卫星的位置
Name Type Description time
Number 时间戳(毫秒)
Type Definitions
-
实体操作回调
Name Type Description satelliteEntity
SatelliteEntity 返回卫星实体对象 -
实体销毁回调
Name Type Description UUID
String 实体UUID