Package | Description |
---|---|
org.orekit.forces.maneuvers.jacobians |
Generators for columns of Jacobian matrices related to maneuver parameters.
|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.analytical.gnss |
This package provides classes to propagate GNSS orbits.
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
Modifier and Type | Class and Description |
---|---|
class |
Duration
Generator for one column of a Jacobian matrix for special case of maneuver duration.
|
class |
MedianDate
Generator for one column of a Jacobian matrix for special case of maneuver median date.
|
class |
TriggerDate
Generator for one column of a Jacobian matrix for special case of trigger dates.
|
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 provider)
Add a set of user-specified state parameters to be computed along with the orbit propagation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClockCorrectionsProvider
Provider for clock corrections as additional states.
|
Constructor and Description |
---|
IntegratedEphemeris(AbsoluteDate startDate,
AbsoluteDate minDate,
AbsoluteDate maxDate,
StateMapper mapper,
PropagationType type,
DenseOutputModel model,
DoubleArrayDictionary unmanaged,
List<AdditionalStateProvider> providers,
String[] equations)
|
IntegratedEphemeris(AbsoluteDate startDate,
AbsoluteDate minDate,
AbsoluteDate maxDate,
StateMapper mapper,
PropagationType type,
DenseOutputModel model,
DoubleArrayDictionary unmanaged,
List<AdditionalStateProvider> providers,
String[] equations,
int[] dimensions)
Creates a new instance of IntegratedEphemeris.
|
IntegratedEphemeris(AbsoluteDate startDate,
AbsoluteDate minDate,
AbsoluteDate maxDate,
StateMapper mapper,
PropagationType type,
DenseOutputModel model,
Map<String,double[]> unmanaged,
List<AdditionalStateProvider> providers,
String[] equations)
|
Copyright © 2002-2022 CS GROUP. All rights reserved.