Class AmbiguityDriver
- java.lang.Object
-
- org.orekit.utils.ParameterDriver
-
- org.orekit.estimation.measurements.gnss.AmbiguityDriver
-
public class AmbiguityDriver extends ParameterDriver
SpecializedParameterDriver
for ambiguity.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX
Prefix for parameter drivers names.-
Fields inherited from class org.orekit.utils.ParameterDriver
SPAN
-
-
Constructor Summary
Constructors Constructor Description AmbiguityDriver(String emitter, String receiver, double wavelength)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmitter()
Get emitter id.String
getReceiver()
Get receiver id.double
getWavelength()
Get signal wavelength.-
Methods inherited from class org.orekit.utils.ParameterDriver
addObserver, addSpanAtDate, addSpans, getMaxValue, getMinValue, getName, getNameSpan, getNamesSpanMap, getNbOfValues, getNormalizedValue, getNormalizedValue, getObservers, getReferenceDate, getReferenceValue, getScale, getTransitionDates, getValue, getValue, getValue, getValue, getValueContinuousEstimation, getValues, getValueSpanMap, getValueStepEstimation, isContinuousEstimation, isSelected, removeObserver, replaceObserver, setContinuousEstimation, setMaxValue, setMinValue, setName, setNormalizedValue, setNormalizedValue, setReferenceDate, setReferenceValue, setScale, setSelected, setValue, setValue, setValueSpanMap, toString
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
Prefix for parameter drivers names.- See Also:
- Constant Field Values
-
-