public interface BoundedPropagator extends Propagator
This interface provides a mean to retrieve orbital parameters at any time within a given range. It should be implemented by orbit readers based on external data files and by continuous models built after numerical integration has been completed and dense output data as been gathered.
DEFAULT_MASS
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getMaxDate()
Get the last date of the range.
|
AbsoluteDate |
getMinDate()
Get the first date of the range.
|
addAdditionalStateProvider, addEventDetector, clearEventsDetectors, clearStepHandlers, getAdditionalStateProviders, getAttitudeProvider, getDefaultLaw, getEphemerisGenerator, getEventsDetectors, getFrame, getInitialState, getManagedAdditionalStates, getMultiplexer, isAdditionalStateManaged, propagate, propagate, resetInitialState, setAttitudeProvider, setStepHandler, setStepHandler, setupMatricesComputation
getPVCoordinates
AbsoluteDate getMinDate()
AbsoluteDate getMaxDate()
Copyright © 2002-2022 CS GROUP. All rights reserved.