Uses of Class
org.orekit.utils.TimeSpanMap
-
Packages that use TimeSpanMap Package Description 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.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.gnss.clock This package provides classes related to navigation clock files.org.orekit.utils This package provides useful objects. -
-
Uses of TimeSpanMap in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return TimeSpanMap Modifier and Type Method Description TimeSpanMap<Vector3D>
Station. getEccentricitiesTimeSpanMap()
Get the TimeSpanMap of site antenna eccentricities. -
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)
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.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.gnss.clock
Methods in org.orekit.gnss.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.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.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.
-