| Package | Description |
|---|---|
| org.orekit.forces |
This package provides the interface for force models that will be used by the
NumericalPropagator, as well as
some classical spacecraft models for surface forces (spherical, box and solar array ...). |
| org.orekit.forces.drag |
This package provides all drag-related forces.
|
| org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
| org.orekit.forces.maneuvers |
This package provides models of simple maneuvers.
|
| org.orekit.forces.radiation |
This package provides all radiation pressure related forces.
|
| org.orekit.propagation |
Propagation
|
| org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
| org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
| org.orekit.propagation.events.handlers |
This package provides an interface and classes dealing with events occurrence only.
|
| org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
AbstractParametricAcceleration.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
ForceModel.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
DragForce.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
HolmesFeatherstoneAttractionModel.getFieldEventsDetectors(Field<T> field) |
|
<T extends RealFieldElement<T>> |
NewtonianAttraction.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
OceanTides.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
Relativity.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
SolidTides.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
<T extends RealFieldElement<T>> |
ThirdBodyAttraction.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
ConstantThrustManeuver.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends RealFieldElement<T>> |
SolarRadiationPressure.getFieldEventsDetectors(Field<T> field) |
Get the discrete events related to the model.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract <D extends FieldEventDetector<T>> |
FieldAbstractPropagator.addEventDetector(D detector) |
Add an event detector.
|
<D extends FieldEventDetector<T>> |
FieldPropagator.addEventDetector(D detector) |
Add an event detector.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract Collection<FieldEventDetector<T>> |
FieldAbstractPropagator.getEventsDetectors() |
Get all the events detectors that have been added.
|
Collection<FieldEventDetector<T>> |
FieldPropagator.getEventsDetectors() |
Get all the events detectors that have been added.
|
| Modifier and Type | Method | Description |
|---|---|---|
<D extends FieldEventDetector<T>> |
FieldAbstractAnalyticalPropagator.addEventDetector(D detector) |
Add an event detector.
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<FieldEventDetector<T>> |
FieldAbstractAnalyticalPropagator.getEventsDetectors() |
Get all the events detectors that have been added.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Common parts shared by several orbital events finders.
|
class |
FieldEventState<D extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
This class handles the state for one
event detector during integration steps. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Common parts shared by several orbital events finders.
|
class |
FieldAltitudeDetector<T extends RealFieldElement<T>> |
Finder for satellite altitude crossing events.
|
class |
FieldApsideDetector<T extends RealFieldElement<T>> |
Finder for apside crossing events.
|
class |
FieldDateDetector<T extends RealFieldElement<T>> |
Finder for date events.
|
class |
FieldEclipseDetector<T extends RealFieldElement<T>> |
Finder for satellite eclipse related events.
|
class |
FieldElevationDetector<T extends RealFieldElement<T>> |
Finder for satellite raising/setting events that allows for the
setting of azimuth and/or elevation bounds or a ground azimuth/elevation
mask input.
|
class |
FieldNodeDetector<T extends RealFieldElement<T>> |
Finder for node crossing events.
|
| Modifier and Type | Method | Description |
|---|---|---|
<D extends FieldEventDetector<T>> |
FieldEventsLogger.monitorDetector(D monitoredDetector) |
Monitor an event detector.
|
| Modifier and Type | Method | Description |
|---|---|---|
FieldEventDetector<T> |
FieldEventsLogger.FieldLoggedEvent.getEventDetector() |
Get the event detector triggered.
|
<D extends FieldEventDetector<T>> |
FieldEventsLogger.monitorDetector(D monitoredDetector) |
Monitor an event detector.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FieldContinueOnEvent<KK extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Event handler which will always return
continue as a state. |
interface |
FieldEventHandler<KK extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
An interface defining how to override event handling behavior in the standard
propagator eventing classes without requiring subclassing.
|
class |
FieldStopOnDecreasing<KK extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Handle a detection event and choose what to do next.
|
class |
FieldStopOnEvent<KK extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Event handler which will always return
continue as a state. |
class |
FieldStopOnIncreasing<KK extends FieldEventDetector<T>,T extends RealFieldElement<T>> |
Handle a detection event and choose what to do next.
|
| Modifier and Type | Method | Description |
|---|---|---|
<D extends FieldEventDetector<T>> |
FieldAbstractIntegratedPropagator.addEventDetector(D detector) |
Add an event detector.
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<FieldEventDetector<T>> |
FieldAbstractIntegratedPropagator.getEventsDetectors() |
Get all the events detectors that have been added.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
FieldAbstractIntegratedPropagator.setUpEventDetector(FieldODEIntegrator<T> integ,
FieldEventDetector<T> detector) |
Wrap an Orekit event detector and register it to the integrator.
|
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.