Uses of Interface
org.orekit.time.TimeInterval
-
Packages that use TimeInterval Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.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 TimeInterval in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type TimeInterval Modifier and Type Method Description static BoundedAttitudeProvider
BoundedAttitudeProvider. of(AttitudeProvider attitudeProvider, TimeInterval interval)
Creates a bounded provider given a time interval and a standard attitude provider, with the same outputs. -
Uses of TimeInterval in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger with parameters of type TimeInterval Modifier and Type Method Description static TimeIntervalsManeuverTrigger
TimeIntervalsManeuverTrigger. of(TimeInterval... timeIntervals)
Build an instance based on the input time intervals. -
Uses of TimeInterval in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return TimeInterval Modifier and Type Method Description TimeInterval
FieldTimeIntervalDetector. getTimeInterval()
Getter for the time interval.TimeInterval
TimeIntervalDetector. getTimeInterval()
Getter for the time interval.Constructors in org.orekit.propagation.events with parameters of type TimeInterval Constructor Description FieldTimeIntervalDetector(Field<T> field, TimeInterval timeInterval)
Constructor with default detection settings and handler.FieldTimeIntervalDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, TimeInterval timeInterval)
Constructor.TimeIntervalDetector(EventDetectionSettings detectionSettings, EventHandler handler, TimeInterval timeInterval)
Constructor.TimeIntervalDetector(EventHandler handler, TimeInterval timeInterval)
Constructor with default detection settings. -
Uses of TimeInterval in org.orekit.time
Methods in org.orekit.time that return TimeInterval Modifier and Type Method Description static TimeInterval
TimeInterval. of(AbsoluteDate date, AbsoluteDate otherDate)
Create instance from two dates in arbitrary order.Methods in org.orekit.time with parameters of type TimeInterval Modifier and Type Method Description default boolean
TimeInterval. contains(TimeInterval interval)
Method returning true if and only if input (also a closed time interval) contains the instance.default boolean
TimeInterval. intersects(TimeInterval interval)
Method returning true if and only if input (also a closed time interval) intersects the instance. -
Uses of TimeInterval in org.orekit.utils
Methods in org.orekit.utils with parameters of type TimeInterval Modifier and Type Method Description static BoundedPVCoordinatesProvider
BoundedPVCoordinatesProvider. of(PVCoordinatesProvider provider, TimeInterval interval)
Bound a given coordinates provider.
-