public abstract class ODMFile extends NDMFile
Constructor and Description |
---|
ODMFile()
ODMFile constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getMuCreated()
Get the gravitational coefficient created from the knowledge of the central body.
|
double |
getMuParsed()
Get the gravitational coefficient parsed in the ODM File.
|
double |
getMuSet()
Get the gravitational coefficient set by the user.
|
double |
getMuUsed()
Get the used gravitational coefficient.
|
void |
setMuSet(double muSet)
Set the gravitational coefficient set by the user.
|
protected void |
setMuUsed()
Set the gravitational coefficient created from the knowledge of the central body.
|
getConventions, getCreationDate, getDataContext, getFormatVersion, getHeaderComment, getMissionReferenceDate, getMu, getOriginator, setConventions, setCreationDate, setDataContext, setFormatVersion, setHeaderComment, setMissionReferenceDate, setMu, setOriginator
public double getMuSet()
public void setMuSet(double muSet)
muSet
- the coefficient to be setpublic double getMuParsed()
public double getMuCreated()
public double getMuUsed()
protected void setMuUsed()
Copyright © 2002-2020 CS GROUP. All rights reserved.