Uses of Interface
org.orekit.models.earth.displacement.StationDisplacement
-
Packages that use StationDisplacement Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface. -
-
Uses of StationDisplacement in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return StationDisplacement Modifier and Type Method Description StationDisplacement[]
GroundStation. getDisplacements()
Get the displacement models.Constructors in org.orekit.estimation.measurements with parameters of type StationDisplacement Constructor Description GroundStation(TopocentricFrame baseFrame, EOPHistory eopHistory, StationDisplacement... displacements)
Deprecated.GroundStation(TopocentricFrame baseFrame, PressureTemperatureHumidityProvider pthProvider, EOPHistory eopHistory, StationDisplacement... displacements)
Simple constructor. -
Uses of StationDisplacement in org.orekit.models.earth.displacement
Classes in org.orekit.models.earth.displacement that implement StationDisplacement Modifier and Type Class Description class
OceanLoading
Modeling of displacement of reference points due to ocean loading.class
PostSeismicDeformation
Modeling of displacement of one reference point due to post-seismic effects.class
TectonicsDisplacement
Modeling of displacement of reference points due to plate tectonics.class
TidalDisplacement
Modeling of displacement of reference points due to tidal effects.
-