Uses of Class
org.orekit.utils.TimeSpanMap.Span
Packages that use TimeSpanMap.Span
Package
Description
This package provides all drag-related forces.
This package provides empirical forces.
This package provides models that simulate the impact of the troposphere.
This package provides useful objects.
-
Uses of TimeSpanMap.Span in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return TimeSpanMap.SpanModifier and TypeMethodDescriptionTimeSpanDragForce.getDragSensitiveSpan(AbsoluteDate date) Get theDragSensitiveTimeSpanMap.Spancontaining a specified date.TimeSpanDragForce.getFirstSpan()Get the firsttime spanof the drag sensitive time span map. -
Uses of TimeSpanMap.Span in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return TimeSpanMap.SpanModifier and TypeMethodDescriptionTimeSpanParametricAcceleration.getAccelerationModelSpan(AbsoluteDate date) Get theAccelerationModelTimeSpanMap.Spancontaining a specified date.TimeSpanParametricAcceleration.getFirstSpan()Get the firsttime spanof 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.SpanModifier and TypeMethodDescriptionTimeSpanEstimatedModel.getFirstSpan()Get the firsttime spanof the tropospheric model time span map. -
Uses of TimeSpanMap.Span in org.orekit.utils
Methods in org.orekit.utils that return TimeSpanMap.SpanModifier and TypeMethodDescriptionTimeSpanMap.addValidAfter(T entry, AbsoluteDate earliestValidityDate, boolean erasesLater) Add an entry valid after a limit date.TimeSpanMap.addValidBefore(T entry, AbsoluteDate latestValidityDate, boolean erasesEarlier) Add an entry valid before a limit date.TimeSpanMap.addValidBetween(T entry, AbsoluteDate earliestValidityDate, AbsoluteDate latestValidityDate) Add an entry valid between two limit dates.TimeSpanMap.getFirstNonNullSpan()Get the first (earliest) span with non-null data.TimeSpanMap.getFirstSpan()Get the first (earliest) span.TimeSpanMap.getLastNonNullSpan()Get the last (latest) span with non-null data.TimeSpanMap.getLastSpan()Get the last (latest) span.TimeSpanMap.getSpan(AbsoluteDate date) Get the time span containing a specified date.TimeSpanMap.Transition.getSpanAfter()Get theTimeSpanMap.Spanvalid after transition.TimeSpanMap.Transition.getSpanBefore()Get theTimeSpanMap.Spanvalid before transition.TimeSpanMap.Span.next()Get the next time span.TimeSpanMap.Span.previous()Get the previous time span.