Class WindUpFactory
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.WindUpFactory
-
-
Constructor Summary
Constructors Constructor Description WindUpFactory()Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindUpgetWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName)Get a modifier for a satellite/receiver pair.
-
-
-
Method Detail
-
getWindUp
public WindUp getWindUp(SatelliteSystem system, int prnNumber, Dipole emitterDipole, String receiverName)
Get a modifier for a satellite/receiver pair.- Parameters:
system- system the satellite belongs toprnNumber- PRN numberemitterDipole- emitter dipolereceiverName- name of the receiver- Returns:
- modifier for the satellite/receiver pair
-
-