Uses of Class
org.orekit.utils.TimeSpanMap
Packages that use TimeSpanMap
Package
Description
This package provides classes related to navigation clock files.
This package provides classes related to station data.
This package provides all drag-related forces.
This package provides empirical forces.
This package provides propulsion models intended to be used with class
Maneuver.This package provides maneuver triggers' models intended to be used with class
Maneuver.This package provides classes related to receiver and satellites antenna modeling.
This package provides models computing reference points
displacements on Earth surface.
Top level package for analytical propagators.
This package provides classes to handle clocks.
This package provides useful objects.
-
Uses of TimeSpanMap in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return TimeSpanMapModifier and TypeMethodDescriptionRinexClockHeader.getReferenceClocks()Getter for the reference clocks. -
Uses of TimeSpanMap in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return TimeSpanMapModifier and TypeMethodDescriptionStation.getAntennaKeyTimeSpanMap()Get the TimeSpanMap of site antenna type.Station.getEccentricitiesTimeSpanMap()Get the TimeSpanMap of site antenna eccentricities.Station.getPhaseCentersMap()Get the TimeSpanMap of phase centers.Station.getPsdTimeSpanMap()Get the TimeSpanMap of Post-Seismic Deformation.DifferentialSignalBias.getTimeSpanMap(String obs1, String obs2) Get the TimeSpanMap object for a given observation type pair, for further operation on the object directly.ObservableSpecificSignalBias.getTimeSpanMap(String obs) Get the TimeSpanMap object for a given observation type, for further operation on the object directly. -
Uses of TimeSpanMap in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return TimeSpanMapModifier and TypeMethodDescriptionTimeSpanDragForce.extractDragSensitiveRange(AbsoluteDate start, AbsoluteDate end) Extract a range of theDragSensitivemap. -
Uses of TimeSpanMap in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return TimeSpanMapModifier and TypeMethodDescriptionTimeSpanParametricAcceleration.extractAccelerationModelRange(AbsoluteDate start, AbsoluteDate end) Extract a range of theAccelerationModelmap. -
Uses of TimeSpanMap in org.orekit.forces.maneuvers.propulsion
Methods in org.orekit.forces.maneuvers.propulsion with parameters of type TimeSpanMapModifier and TypeMethodDescriptionstatic <T extends ThrustVectorProvider>
ProfileThrustPropulsionModelProfileThrustPropulsionModel.of(TimeSpanMap<T> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name) Build with customized profile.Constructors in org.orekit.forces.maneuvers.propulsion with parameters of type TimeSpanMapModifierConstructorDescriptionProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, String name) Constructor with default cost type.ProfileThrustPropulsionModel(TimeSpanMap<ThrustVectorProvider> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name) Generic constructor. -
Uses of TimeSpanMap in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger that return TimeSpanMapModifier and TypeMethodDescriptionAbstractManeuverTriggers.getFirings()Get the firings detected during last propagation. -
Uses of TimeSpanMap in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return TimeSpanMapModifier and TypeMethodDescriptionAntexLoader.findSatelliteAntenna(SatInSystem satInSystem) Find the time map for a specific satellite antenna.Methods in org.orekit.gnss.antenna that return types with arguments of type TimeSpanMapModifier and TypeMethodDescriptionAntexLoader.getSatellitesAntennas()Get parsed satellites antennas. -
Uses of TimeSpanMap in org.orekit.models.earth.displacement
Constructors in org.orekit.models.earth.displacement with parameters of type TimeSpanMapModifierConstructorDescriptionPostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections) Simple constructor. -
Uses of TimeSpanMap in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return TimeSpanMapModifier and TypeMethodDescriptionAggregateBoundedPropagator.getPropagatorsMap()Get the propagators map. -
Uses of TimeSpanMap in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return TimeSpanMapModifier and TypeMethodDescriptionAggregatedClockModel.getModels()Get the underlying models.AggregatedFieldClockModel.getModels()Get the underlying models.Constructors in org.orekit.time.clocks with parameters of type TimeSpanMapModifierConstructorDescriptionAggregatedClockModel(TimeSpanMap<ClockModel> models) Simple constructor.AggregatedFieldClockModel(TimeSpanMap<FieldClockModel<T>> models) Simple constructor. -
Uses of TimeSpanMap in org.orekit.utils
Methods in org.orekit.utils that return TimeSpanMapModifier and TypeMethodDescriptionTimeSpanMap.extractRange(AbsoluteDate start, AbsoluteDate end) Extract a range of the map.Constructors in org.orekit.utils with parameters of type TimeSpanMapModifierConstructorDescriptionClass constructor.AggregatedPVCoordinatesProvider(TimeSpanMap<PVCoordinatesProvider> map, AbsoluteDate minDate, AbsoluteDate maxDate) Class constructor.