Uses of Class
org.orekit.utils.TimeSpanMap
Packages that use TimeSpanMap
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
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.estimation.measurements
Methods in org.orekit.estimation.measurements with parameters of type TimeSpanMapModifier and TypeMethodDescriptionvoidEstimatedMeasurement.setParameterDerivatives(ParameterDriver driver, TimeSpanMap<double[]> parameterDerivativesMap) Set the partial derivatives of thesimulated measurementwith respect to parameter. -
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 TimeSpanMapConstructors in org.orekit.time.clocks with parameters of type TimeSpanMapModifierConstructorDescriptionAggregatedClockModel(TimeSpanMap<ClockModel> 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.ParameterDriver.getNamesSpanMap()Get current name span map of the parameterDriver, cut in interval in accordance with value span map and validity period.ParameterDriver.getValueSpanMap()Get value time span map for parameterDriver.Methods in org.orekit.utils with parameters of type TimeSpanMapModifier and TypeMethodDescriptionvoidParameterObserver.valueSpanMapChanged(TimeSpanMap<Double> previousValueSpanMap, ParameterDriver driver) Notify that a parameter value span map has been changed.Constructors in org.orekit.utils with parameters of type TimeSpanMapModifierConstructorDescriptionClass constructor.AggregatedPVCoordinatesProvider(TimeSpanMap<PVCoordinatesProvider> map, AbsoluteDate minDate, AbsoluteDate maxDate) Class constructor.ParameterDriver(String name, TimeSpanMap<String> namesSpanMap, TimeSpanMap<Double> valuesSpanMap, double referenceValue, double scale, double minValue, double maxValue) Create a new instance from another parameterDriver informations for example (useful forParameterDriversList.DelegatingDriver)) At construction, the parameter new is configured as not selected, the reference date is set tonull. validityPeriod, namesSpanMap and valueSpanMap.