public class CombinedObservationData extends Object
Constructor and Description |
---|
CombinedObservationData(CombinationType combinationType,
MeasurementType measurementType,
double combinedValue,
double combinedFrequency,
List<ObservationData> usedData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CombinationType |
getCombinationType()
Get the type of the combination of measurements used to build the instance.
|
double |
getCombinedMHzFrequency()
Get the value of the combined frequency in MHz.
|
MeasurementType |
getMeasurementType()
Get the measurement type.
|
List<ObservationData> |
getUsedObservationData()
Get the list of observation data used to perform the combination of measurements.
|
double |
getValue()
Get the combined observed value.
|
public CombinedObservationData(CombinationType combinationType, MeasurementType measurementType, double combinedValue, double combinedFrequency, List<ObservationData> usedData)
combinationType
- combination of measurements used to build the combined observation datameasurementType
- measurement type used for the combination of measurementcombinedValue
- combined observed value
(may be Double.NaN
if combined observation not available)combinedFrequency
- frequency of the combined observation data in MHz
(may be Double.NaN
if combined frequency is not available)usedData
- observation data used to perform the combination of measurementspublic double getValue()
Double.NaN
if observation not available)public double getCombinedMHzFrequency()
For the single frequency combinations, this method returns the common frequency of both measurements.
public CombinationType getCombinationType()
public MeasurementType getMeasurementType()
public List<ObservationData> getUsedObservationData()
Copyright © 2002-2022 CS GROUP. All rights reserved.