public class BodyFacade extends Object
Constructor and Description |
---|
BodyFacade(String name, CelestialBody body)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
static BodyFacade |
create(CenterName centerName)
从输入的中心名称创建一个天体外观。
|
static BodyFacade |
create(CenterName centerName, CelestialBodies bodies)
从输入的中心名称创建一个天体外观。
|
static BodyFacade |
create(CenterName centerName, DataContext context)
从输入的中心名称创建一个天体外观。
|
CelestialBody |
getBody()
获取天体。
|
String |
getName()
获取天体的CCSDS名称。
|
public BodyFacade(String name, CelestialBody body)
name
- 框架的名称
body
- 天体(可能为空)
public String getName()
public CelestialBody getBody()
@DefaultDataContext public static BodyFacade create(CenterName centerName)
此方法使用默认数据上下文
。
centerName
- 输入的中心名称
public static BodyFacade create(CenterName centerName, DataContext context)
centerName
- 输入的中心名称
context
- 数据上下文
public static BodyFacade create(CenterName centerName, CelestialBodies bodies)
centerName
- 输入的中心名称
bodies
- 天体
Copyright © 2002-2023 CS GROUP. All rights reserved.