Uses of Class
org.orekit.utils.TimeSpanMap.Span
-
Packages that use TimeSpanMap.Span Package Description org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.utils This package provides useful objects. -
-
Uses of TimeSpanMap.Span in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return TimeSpanMap.Span Modifier and Type Method Description TimeSpanMap.Span<DragSensitive>
TimeSpanDragForce. getDragSensitiveSpan(AbsoluteDate date)
Deprecated.Get theDragSensitive
TimeSpanMap.Span
containing a specified date.TimeSpanMap.Span<DragSensitive>
TimeSpanDragForce. getFirstSpan()
Deprecated.Get the firsttime span
of the drag sensitive time span map. -
Uses of TimeSpanMap.Span in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return TimeSpanMap.Span Modifier and Type Method Description TimeSpanMap.Span<AccelerationModel>
TimeSpanParametricAcceleration. getAccelerationModelSpan(AbsoluteDate date)
Get theAccelerationModel
TimeSpanMap.Span
containing a specified date.TimeSpanMap.Span<AccelerationModel>
TimeSpanParametricAcceleration. getFirstSpan()
Get the firsttime span
of the acceleration model time span map. -
Uses of TimeSpanMap.Span in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return TimeSpanMap.Span Modifier and Type Method Description TimeSpanMap.Span<EstimatedModel>
TimeSpanEstimatedModel. getFirstSpan()
Get the firsttime span
of the tropospheric model time span map.TimeSpanMap.Span<EstimatedTroposphericModel>
TimeSpanEstimatedTroposphericModel. getFirstSpan()
Deprecated.Get the firsttime span
of the tropospheric model time span map. -
Uses of TimeSpanMap.Span in org.orekit.utils
Methods in org.orekit.utils that return TimeSpanMap.Span Modifier and Type Method Description TimeSpanMap.Span<T>
TimeSpanMap. addValidAfter(T entry, AbsoluteDate earliestValidityDate, boolean erasesLater)
Add an entry valid after a limit date.TimeSpanMap.Span<T>
TimeSpanMap. addValidBefore(T entry, AbsoluteDate latestValidityDate, boolean erasesEarlier)
Add an entry valid before a limit date.TimeSpanMap.Span<T>
TimeSpanMap. addValidBetween(T entry, AbsoluteDate earliestValidityDate, AbsoluteDate latestValidityDate)
Add an entry valid between two limit dates.TimeSpanMap.Span<T>
TimeSpanMap. getFirstNonNullSpan()
Get the first (earliest) span with non-null data.TimeSpanMap.Span<T>
TimeSpanMap. getFirstSpan()
Get the first (earliest) span.TimeSpanMap.Span<T>
TimeSpanMap. getLastNonNullSpan()
Get the last (latest) span with non-null data.TimeSpanMap.Span<T>
TimeSpanMap. getLastSpan()
Get the last (latest) span.TimeSpanMap.Span<T>
TimeSpanMap. getSpan(AbsoluteDate date)
Get the time span containing a specified date.TimeSpanMap.Span<S>
TimeSpanMap.Transition. getSpanAfter()
Get theTimeSpanMap.Span
valid after transition.TimeSpanMap.Span<S>
TimeSpanMap.Transition. getSpanBefore()
Get theTimeSpanMap.Span
valid before transition.TimeSpanMap.Span<S>
TimeSpanMap.Span. next()
Get the next time span.TimeSpanMap.Span<S>
TimeSpanMap.Span. previous()
Get the previous time span.
-