public interface FieldBoundedPropagator<T extends org.hipparchus.RealFieldElement<T>> extends FieldPropagator<T>
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_LAW, DEFAULT_MASS, EPHEMERIS_GENERATION_MODE, MASTER_MODE, SLAVE_MODE
Modifier and Type | Method and Description |
---|---|
FieldAbsoluteDate<T> |
getMaxDate()
Get the last date of the range.
|
FieldAbsoluteDate<T> |
getMinDate()
Get the first date of the range.
|
addAdditionalStateProvider, addEventDetector, clearEventsDetectors, getAdditionalStateProviders, getAttitudeProvider, getEventsDetectors, getFrame, getGeneratedEphemeris, getInitialState, getManagedAdditionalStates, getMode, isAdditionalStateManaged, propagate, propagate, resetInitialState, setAttitudeProvider, setEphemerisMode, setMasterMode, setMasterMode, setSlaveMode
getPVCoordinates
FieldAbsoluteDate<T> getMinDate()
FieldAbsoluteDate<T> getMaxDate()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.