public class TutorialEstimatedDateParameter extends Object
Dates are read from a YAML file. Initial, minimum and maximum dates for the parameter are stored into an AbsoluteDate array.
NOTE: the minimum and maximum dates are automatically set by the algorithm to NEGATIVE and POSITIVE infinity respectively, regardless the values provided in the input file.
Constructor and Description |
---|
TutorialEstimatedDateParameter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.orekit.time.AbsoluteDate |
getInitialValue()
Get the initial value for the estimated date parameter.
|
org.orekit.time.AbsoluteDate |
getMaxValue()
Get the maximum allowed value for the date parameter.
|
org.orekit.time.AbsoluteDate |
getMinValue()
Get the minimum allowed value for the date parameter.
|
org.orekit.time.AbsoluteDate[] |
getValues()
Get the initial, minimum and maximum dates for the parameter.
|
boolean |
isEstimated()
Get the flag for the date parameter estimation.
|
void |
setIsEstimated(boolean estimated)
Set the flag for the date parameter estimation.
|
void |
setValues(String[] values)
Set the initial, minimum and maximum dates for the parameter.
|
public TutorialEstimatedDateParameter()
public org.orekit.time.AbsoluteDate[] getValues()
public void setValues(String[] values)
values
- array containing the initial, minimum and maximum dates for the parameterpublic org.orekit.time.AbsoluteDate getInitialValue()
public org.orekit.time.AbsoluteDate getMinValue()
public org.orekit.time.AbsoluteDate getMaxValue()
public boolean isEstimated()
public void setIsEstimated(boolean estimated)
estimated
- true if the date parameter is estimatedCopyright © 2002–2023 CS GROUP. All rights reserved.