Uses of Class
org.orekit.models.earth.displacement.PsdCorrection
-
Packages that use PsdCorrection Package Description org.orekit.files.sinex This package provides classes related to station data.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface. -
-
Uses of PsdCorrection in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return types with arguments of type PsdCorrection Modifier and Type Method Description TimeSpanMap<List<PsdCorrection>>
Station. getPsdTimeSpanMap()
Get the TimeSpanMap of Post-Seismic Deformation.Methods in org.orekit.files.sinex with parameters of type PsdCorrection Modifier and Type Method Description void
Station. addPsdCorrectionValidAfter(PsdCorrection entry, AbsoluteDate earliestValidityDate)
Add a Post-Seismic Deformation entry valid after a limit date.
UsingaddPsdCorrectionValidAfter(entry, t)
will makeentry
valid in [t, +∞[ (note the closed bracket). -
Uses of PsdCorrection in org.orekit.models.earth.displacement
Constructor parameters in org.orekit.models.earth.displacement with type arguments of type PsdCorrection Constructor Description PostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections)
Simple constructor.
-