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 and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
AbstractParametricAcceleration.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
<T extends org.hipparchus.RealFieldElement<T>> |
ForceModel.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
DragForce.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
HolmesFeatherstoneAttractionModel.getFieldEventsDetectors(org.hipparchus.Field<T> field) |
<T extends org.hipparchus.RealFieldElement<T>> |
OceanTides.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
<T extends org.hipparchus.RealFieldElement<T>> |
NewtonianAttraction.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
<T extends org.hipparchus.RealFieldElement<T>> |
Relativity.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
<T extends org.hipparchus.RealFieldElement<T>> |
ThirdBodyAttraction.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
<T extends org.hipparchus.RealFieldElement<T>> |
SolidTides.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
ConstantThrustManeuver.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
SolarRadiationPressure.getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.
|
Modifier and Type | Method and 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 and 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 and Description |
---|---|
<D extends FieldEventDetector<T>> |
FieldAbstractAnalyticalPropagator.addEventDetector(D detector)
Add an event detector.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldEventDetector<T>> |
FieldAbstractAnalyticalPropagator.getEventsDetectors()
Get all the events detectors that have been added.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Common parts shared by several orbital events finders.
|
class |
FieldEventState<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
This class handles the state for one
event detector during integration steps. |
Modifier and Type | Class and Description |
---|---|
class |
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Common parts shared by several orbital events finders.
|
class |
FieldAltitudeDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for satellite altitude crossing events.
|
class |
FieldApsideDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for apside crossing events.
|
class |
FieldDateDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for date events.
|
class |
FieldEclipseDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for satellite eclipse related events.
|
class |
FieldElevationDetector<T extends org.hipparchus.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 org.hipparchus.RealFieldElement<T>>
Finder for node crossing events.
|
Modifier and Type | Method and Description |
---|---|
<D extends FieldEventDetector<T>> |
FieldEventsLogger.monitorDetector(D monitoredDetector)
Monitor an event detector.
|
Modifier and Type | Method and 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 and Description |
---|---|
class |
FieldContinueOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Event handler which will always return
continue as a state. |
interface |
FieldEventHandler<KK extends FieldEventDetector<T>,T extends org.hipparchus.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 org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next.
|
class |
FieldStopOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Event handler which will always return
continue as a state. |
class |
FieldStopOnIncreasing<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next.
|
Modifier and Type | Method and Description |
---|---|
<D extends FieldEventDetector<T>> |
FieldAbstractIntegratedPropagator.addEventDetector(D detector)
Add an event detector.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldEventDetector<T>> |
FieldAbstractIntegratedPropagator.getEventsDetectors()
Get all the events detectors that have been added.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FieldAbstractIntegratedPropagator.setUpEventDetector(org.hipparchus.ode.FieldODEIntegrator<T> integ,
FieldEventDetector<T> detector)
Wrap an Orekit event detector and register it to the integrator.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.