Uses of Class
org.orekit.utils.TimeSpanMap
-
Packages that use TimeSpanMap Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface.org.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of TimeSpanMap in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements with parameters of type TimeSpanMap Modifier and Type Method Description void
EstimatedMeasurement. setParameterDerivatives(ParameterDriver driver, TimeSpanMap<double[]> parameterDerivativesMap)
Set the partial derivatives of thesimulated measurement
with respect to parameter. -
Uses of TimeSpanMap in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<List<RinexClock.ReferenceClock>>
RinexClock. getReferenceClocks()
Getter for the reference clocks. -
Uses of TimeSpanMap in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<String>
Station. getAntennaTypeTimeSpanMap()
Get the TimeSpanMap of site antenna type.TimeSpanMap<Vector3D>
Station. getEccentricitiesTimeSpanMap()
Get the TimeSpanMap of site antenna eccentricities.TimeSpanMap<List<PsdCorrection>>
Station. getPsdTimeSpanMap()
Get the TimeSpanMap of Post-Seismic Deformation. -
Uses of TimeSpanMap in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<DragSensitive>
TimeSpanDragForce. extractDragSensitiveRange(AbsoluteDate start, AbsoluteDate end)
Deprecated.Extract a range of theDragSensitive
map. -
Uses of TimeSpanMap in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<AccelerationModel>
TimeSpanParametricAcceleration. extractAccelerationModelRange(AbsoluteDate start, AbsoluteDate end)
Extract a range of theAccelerationModel
map. -
Uses of TimeSpanMap in org.orekit.forces.maneuvers.propulsion
Constructors in org.orekit.forces.maneuvers.propulsion with parameters of type TimeSpanMap Constructor Description ProfileThrustPropulsionModel(TimeSpanMap<PolynomialThrustSegment> 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 TimeSpanMap Modifier and Type Method Description TimeSpanMap<Boolean>
AbstractManeuverTriggers. getFirings()
Get the firings detected during last propagation. -
Uses of TimeSpanMap in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<SatelliteAntenna>
AntexLoader. findSatelliteAntenna(SatelliteSystem satelliteSystem, int prnNumber)
Find the time map for a specific satellite antenna.Methods in org.orekit.gnss.antenna that return types with arguments of type TimeSpanMap Modifier and Type Method Description List<TimeSpanMap<SatelliteAntenna>>
AntexLoader. 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 TimeSpanMap Constructor Description PostSeismicDeformation(GeodeticPoint base, TimeSpanMap<List<PsdCorrection>> corrections)
Simple constructor. -
Uses of TimeSpanMap in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<BoundedPropagator>
AggregateBoundedPropagator. getPropagatorsMap()
Get the propagators map. -
Uses of TimeSpanMap in org.orekit.time
Methods in org.orekit.time that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<ClockModel>
AggregatedClockModel. getModels()
Get the underlying models.Constructors in org.orekit.time with parameters of type TimeSpanMap Constructor Description AggregatedClockModel(TimeSpanMap<ClockModel> models)
Simple constructor. -
Uses of TimeSpanMap in org.orekit.utils
Methods in org.orekit.utils that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<T>
TimeSpanMap. extractRange(AbsoluteDate start, AbsoluteDate end)
Extract a range of the map.TimeSpanMap<String>
ParameterDriver. getNamesSpanMap()
Get current name span map of the parameterDriver, cut in interval in accordance with value span map and validity period.TimeSpanMap<Double>
ParameterDriver. getValueSpanMap()
Get value time span map for parameterDriver.Methods in org.orekit.utils with parameters of type TimeSpanMap Modifier and Type Method Description void
ParameterObserver. 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 TimeSpanMap Constructor Description AggregatedPVCoordinatesProvider(TimeSpanMap<PVCoordinatesProvider> map)
Class 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
.
-