Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
Modifier and Type | Method and Description |
---|---|
List<AdditionalStateProvider> |
Propagator.getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.
|
List<AdditionalStateProvider> |
AbstractPropagator.getAdditionalStateProviders()
Get an unmodifiable list of providers for additional state.
|
Modifier and Type | Method and Description |
---|---|
void |
Propagator.addAdditionalStateProvider(AdditionalStateProvider additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.
|
void |
AbstractPropagator.addAdditionalStateProvider(AdditionalStateProvider additionalStateProvider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.
|
Constructor and Description |
---|
IntegratedEphemeris(AbsoluteDate startDate,
AbsoluteDate minDate,
AbsoluteDate maxDate,
StateMapper mapper,
boolean meanOrbit,
DenseOutputModel model,
Map<String,double[]> unmanaged,
List<AdditionalStateProvider> providers,
String[] equations)
Creates a new instance of IntegratedEphemeris.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.