public class GtmDOrbParamsSynthesis extends Object
| Constructor and Description |
|---|
GtmDOrbParamsSynthesis()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDorb(GtmDOrbParams dOrbParam)
Method to add a difference (DOrbParams object) to the list.
|
List<GtmDOrbParams> |
getListOfDorb()
Method to get the list of differences
|
int |
getNbPts()
Method to get the amount of points used to fit the TLE
|
GtmDOrbStats |
getParam(GtmParamTypes param)
Method to get one of the parameters defined by the Params list
|
boolean |
isAbsoluteValues()
Method to know if there is absolute values (false fefore V1.2)
|
void |
setAbsoluteValues(boolean isAbs)
Method to tell if there are absolute values or not (before V1.2).
|
void |
setNbPts(int nb)
Method to set the amount of points used to fit the TLE
|
void |
setParam(GtmParamTypes param,
GtmDOrbStats value)
Method to set one of the parameters defined by the Params list
|
public List<GtmDOrbParams> getListOfDorb()
public void addDorb(GtmDOrbParams dOrbParam)
dOrbParam - difference (DOrbParams object)public void setParam(GtmParamTypes param, GtmDOrbStats value)
param - type of parametervalue - value of the parameterpublic GtmDOrbStats getParam(GtmParamTypes param)
param - type of parameterpublic int getNbPts()
public void setNbPts(int nb)
nb - amount of points used to fit the TLEpublic boolean isAbsoluteValues()
public void setAbsoluteValues(boolean isAbs)
isAbs - true if there is absolute values (since V1.2)Copyright © 2022. All rights reserved.