Uses of Interface
org.orekit.estimation.measurements.ComparableMeasurement
-
Packages that use ComparableMeasurement Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of ComparableMeasurement in org.orekit.estimation.measurements
Subinterfaces of ComparableMeasurement in org.orekit.estimation.measurements Modifier and Type Interface Description interface
ObservedMeasurement<T extends ObservedMeasurement<T>>
Interface for measurements used for orbit determination.Classes in org.orekit.estimation.measurements that implement ComparableMeasurement Modifier and Type Class Description class
AbstractMeasurement<T extends ObservedMeasurement<T>>
Abstract class handling measurements boilerplate.class
AngularAzEl
Class modeling an Azimuth-Elevation measurement from a ground station.class
AngularRaDec
Class modeling a Right Ascension - Declination measurement from a ground point (station, telescope).class
BistaticRange
Class modeling a bistatic range measurement using an emitter ground station and a receiver ground station.class
BistaticRangeRate
Class modeling a bistatic range rate measurement using an emitter ground station and a receiver ground station.class
EstimatedMeasurement<T extends ObservedMeasurement<T>>
Class holding an estimated theoretical value associated to anobserved measurement
.class
EstimatedMeasurementBase<T extends ObservedMeasurement<T>>
Class holding an estimated theoretical value associated to anobserved measurement
.class
FDOA
Class modeling a Frequency Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.class
GroundReceiverMeasurement<T extends GroundReceiverMeasurement<T>>
Base class modeling a measurement where receiver is a ground station.class
InterSatellitesRange
One-way or two-way range measurements between two satellites.class
MultiplexedMeasurement
Class multiplexing several measurements as one.class
Position
Class modeling a position only measurement.class
PV
Class modeling a position-velocity measurement.class
Range
Class modeling a range measurement from a ground station.class
RangeRate
Class modeling one-way or two-way range rate measurement between two vehicles.class
TDOA
Class modeling a Time Difference of Arrival measurement with a satellite as emitter and two ground stations as receivers.class
TurnAroundRange
Class modeling a turn-around range measurement using a primary ground station and a secondary ground station.Methods in org.orekit.estimation.measurements with parameters of type ComparableMeasurement Modifier and Type Method Description default int
ComparableMeasurement. compareTo(ComparableMeasurement other)
-
Uses of ComparableMeasurement in org.orekit.estimation.measurements.gnss
Classes in org.orekit.estimation.measurements.gnss that implement ComparableMeasurement Modifier and Type Class Description class
AbstractInterSatellitesMeasurement<T extends ObservedMeasurement<T>>
Base class for measurement between two satellites that are both estimated.class
AbstractOnBoardMeasurement<T extends ObservedMeasurement<T>>
Base class modeling a measurement where receiver is a satellite.class
AbstractOneWayGNSSMeasurement<T extends ObservedMeasurement<T>>
Base class for one-way GNSS measurement.class
InterSatellitesOneWayRangeRate
One way range-rate measurement between two satellites.class
InterSatellitesPhase
Phase measurement between two satellites.class
OneWayGNSSPhase
One-way GNSS phase measurement.class
OneWayGNSSRange
One-way GNSS range measurement.class
OneWayGNSSRangeRate
One-way GNSS range rate measurement.class
Phase
Class modeling a phase measurement from a ground station.
-