public class TutorialOrbit extends Object
Data are read from a YAML file.
Constructor and Description |
---|
TutorialOrbit() |
Modifier and Type | Method and Description |
---|---|
String |
getDate()
Get the String representation of the orbit date.
|
String |
getFrameName()
Get the name of the inertial orbit frame.
|
org.orekit.frames.Frame |
getInertialFrame()
Get the inertial frame.
|
TutorialOrbitType |
getOrbitType()
Get the orbit type (name and orbital elements).
|
void |
setDate(String date)
Set the String representation of the orbit date.
|
void |
setFrameName(String frameName)
Set the name of the inertial orbit frame.
|
void |
setOrbitType(TutorialOrbitType orbitType)
Set the orbit type (name and orbital elements).
|
public String getDate()
public void setDate(String date)
date
- String representation of the orbit datepublic String getFrameName()
public void setFrameName(String frameName)
frameName
- name of the inertial orbit framepublic TutorialOrbitType getOrbitType()
public void setOrbitType(TutorialOrbitType orbitType)
orbitType
- orbit type including the name and the orbital elementspublic org.orekit.frames.Frame getInertialFrame()
Copyright © 2002–2020 CS Systèmes d'Information. All rights reserved.