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.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap.Span<DragSensitive> |
TimeSpanDragForce.getDragSensitiveSpan(AbsoluteDate date)
Get the
DragSensitive TimeSpanMap.Span containing a specified date. |
TimeSpanMap.Span<DragSensitive> |
TimeSpanDragForce.getFirstSpan()
Get the first
time span of the drag sensitive time span map. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap.Span<AccelerationModel> |
TimeSpanParametricAcceleration.getAccelerationModelSpan(AbsoluteDate date)
Get the
AccelerationModel TimeSpanMap.Span containing a specified date. |
TimeSpanMap.Span<AccelerationModel> |
TimeSpanParametricAcceleration.getFirstSpan()
Get the first
time span of the acceleration model time span map. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap.Span<EstimatedTroposphericModel> |
TimeSpanEstimatedTroposphericModel.getFirstSpan()
Get the first
time span of the tropospheric model time span map. |
Modifier and Type | Method and 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.getFirstSpan()
Get the first (earliest) span.
|
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 the
TimeSpanMap.Span valid after transition. |
TimeSpanMap.Span<S> |
TimeSpanMap.Transition.getSpanBefore()
Get the
TimeSpanMap.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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.