Searched refs:DryAndWetZenithDelays (Results 1 – 1 of 1) sorted by relevance
113 DryAndWetZenithDelays dryAndWetZenithDelays = calculateZenithDryAndWetDelaysSec in calculateTropoCorrectionMeters()180 private static DryAndWetZenithDelays calculateZenithDryAndWetDelaysSec(double userLatitudeRadians, in calculateZenithDryAndWetDelaysSec()278 return new DryAndWetZenithDelays(zenithDryDelaySeconds, zenithWetDelaySeconds); in calculateZenithDryAndWetDelaysSec()315 private static class DryAndWetZenithDelays { class in TroposphericModelEgnos319 public DryAndWetZenithDelays(double dryZenithDelay, double wetZenithDelay) { in DryAndWetZenithDelays() method in TroposphericModelEgnos.DryAndWetZenithDelays