public class BodyFacade extends Object
Constructor and Description |
---|
BodyFacade(String name,
CelestialBody body)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
CelestialBody |
getBody()
Get the celestial body.
|
String |
getName()
Get the CCSDS name for the body.
|
public BodyFacade(String name, CelestialBody body)
name
- name of the framebody
- celestial body (may be null)public String getName()
public CelestialBody getBody()
Copyright © 2002-2022 CS GROUP. All rights reserved.