SatelliteManager

卫星管理类.

new Cesium.SatelliteManager()

Methods

fromJson(jsonObj)

根据Json初始化
Name Type Description
jsonObj String json数据

getGroup(组名)SatelliteGroup

获取所有的卫星组
Name Type Description
组名 String
Returns:
卫星组

getGroups()Array

获取所有的卫星组
Returns:
卫星组集合

setScene(场景)

设置绑定的场景
Name Type Description
场景 scene

toJson()String

将卫星管理器中的卫星组转化为Json
Returns:
Json对象

updateAllOrbitPosition(time)

更新卫星轨道
Name Type Description
time Number UTC时间戳(毫秒)

updateAllSatellitePosition(time)

更新所有卫星的位置
Name Type Description
time Number 时间戳(毫秒)