public class TutorialBody extends Object
Data are read from a YAML file.
| Constructor and Description |
|---|
TutorialBody() |
| Modifier and Type | Method and Description |
|---|---|
org.orekit.frames.Frame |
getEarthFrame()
Get the Earth frame.
|
double |
getEquatorialRadius()
Get the equatorial radius of the body.
|
String |
getFrameName()
Get the name of the body frame related to body shape.
|
int |
getIersConventionYear()
Get the year of the IERS Convention (1996, 2003 or 2010).
|
double |
getInverseFlattening()
Get the inverse flattening of the body.
|
void |
setEquatorialRadius(double equatorialRadius)
Set the equatorial radius of the body.
|
void |
setFrameName(String frameName)
Set the name of the body frame related to body shape.
|
void |
setIersConventionYear(int iersConventionYear)
Set the year of the IERS Convention (1996, 2003 or 2010).
|
void |
setInverseFlattening(double inverseFlattening)
Set the inverse flattening of the body.
|
public int getIersConventionYear()
public void setIersConventionYear(int iersConventionYear)
iersConventionYear - year of the IERS Conventionpublic String getFrameName()
public void setFrameName(String frameName)
frameName - name of the body frame related to body shape.public double getEquatorialRadius()
public void setEquatorialRadius(double equatorialRadius)
equatorialRadius - equatorial radius of the body (m)public double getInverseFlattening()
public void setInverseFlattening(double inverseFlattening)
inverseFlattening - inverse flattening of the bodypublic org.orekit.frames.Frame getEarthFrame()
We consider Earth frames are the frames with name starting with "ITRF".
Copyright © 2002–2022 CS GROUP. All rights reserved.