Class PythonMeasurementCombination
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.PythonMeasurementCombination
-
- All Implemented Interfaces:
MeasurementCombination
public class PythonMeasurementCombination extends Object implements MeasurementCombination
-
-
Constructor Summary
Constructors Constructor Description PythonMeasurementCombination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinedObservationDataSet
combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.void
finalize()
Part of JCC Python interface to objectString
getName()
Get the name of the combination of measurements.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
combine
public CombinedObservationDataSet combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.- Specified by:
combine
in interfaceMeasurementCombination
- Parameters:
observations
- observation data set- Returns:
- a combined observation data set
-
getName
public String getName()
Get the name of the combination of measurements.- Specified by:
getName
in interfaceMeasurementCombination
- Returns:
- name of the combination of measurements
-
-