Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
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 | |
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 | |
org.orekit.propagation |
This package provides tools to propagate orbital states with different methods.
|
org.orekit.propagation.analytical | |
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 | |
org.orekit.propagation.semianalytical.dsst.forces |
Modifier and Type | Method and Description |
---|---|
<T extends EventDetector> |
AttitudesSequence.addSwitchingCondition(AttitudeProvider before,
T switchEvent,
boolean switchOnIncrease,
boolean switchOnDecrease,
AttitudeProvider after)
Add a switching condition between two attitude providers.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
ForceModel.getEventsDetectors()
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
DragForce.getEventsDetectors()
There are no discrete events for this model.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
SolidTides.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
CunninghamAttractionModel.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
Relativity.getEventsDetectors() |
EventDetector[] |
ThirdBodyAttraction.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
OceanTides.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
DrozinerAttractionModel.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
HolmesFeatherstoneAttractionModel.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
NewtonianAttraction.getEventsDetectors()
Get the discrete events related to the model.
|
Modifier and Type | Class and Description |
---|---|
class |
ImpulseManeuver<T extends EventDetector>
Impulse maneuver model.
|
Modifier and Type | Class and Description |
---|---|
class |
ImpulseManeuver<T extends EventDetector>
Impulse maneuver model.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
ConstantThrustManeuver.getEventsDetectors()
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
SolarRadiationPressure.getEventsDetectors()
Get the discrete events related to the model.
|
Modifier and Type | Method and Description |
---|---|
<T extends EventDetector> |
Propagator.addEventDetector(T detector)
Add an event detector.
|
abstract <T extends EventDetector> |
AbstractPropagator.addEventDetector(T detector)
Add an event detector.
|
Modifier and Type | Method and Description |
---|---|
Collection<EventDetector> |
Propagator.getEventsDetectors()
Get all the events detectors that have been added.
|
abstract Collection<EventDetector> |
AbstractPropagator.getEventsDetectors()
Get all the events detectors that have been added.
|
Modifier and Type | Method and Description |
---|---|
<T extends EventDetector> |
AbstractAnalyticalPropagator.addEventDetector(T detector)
Add an event detector.
|
Modifier and Type | Method and Description |
---|---|
Collection<EventDetector> |
AbstractAnalyticalPropagator.getEventsDetectors()
Get all the events detectors that have been added.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetector<T extends EventDetector>
Common parts shared by several orbital events finders.
|
class |
EventFilter<T extends EventDetector>
Wrapper used to detect only increasing or decreasing events.
|
class |
EventShifter<T extends EventDetector>
Wrapper shifting events occurrences times.
|
class |
EventState<T extends EventDetector>
This class handles the state for one
event detector during integration steps. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetector<T extends EventDetector>
Common parts shared by several orbital events finders.
|
class |
AlignmentDetector
Finder for satellite/body alignment events.
|
class |
AltitudeDetector
Finder for satellite altitude crossing events.
|
class |
ApsideDetector
Finder for apside crossing events.
|
class |
CircularFieldOfViewDetector
Finder for target entry/exit events with respect to a satellite sensor Field Of View.
|
class |
DateDetector
Finder for date events.
|
class |
DihedralFieldOfViewDetector
Finder for body entering/exiting dihedral FOV events.
|
class |
EclipseDetector
Finder for satellite eclipse related events.
|
class |
ElevationDetector
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 |
EventFilter<T extends EventDetector>
Wrapper used to detect only increasing or decreasing events.
|
class |
EventShifter<T extends EventDetector>
Wrapper shifting events occurrences times.
|
class |
GeographicZoneDetector
Detector for entry/exit of a zone defined by geographic boundaries.
|
class |
NodeDetector
Finder for node crossing events.
|
Modifier and Type | Method and Description |
---|---|
<T extends EventDetector> |
EventsLogger.monitorDetector(T monitoredDetector)
Monitor an event detector.
|
Modifier and Type | Method and Description |
---|---|
EventDetector |
EventsLogger.LoggedEvent.getEventDetector()
Get the event detector triggered.
|
<T extends EventDetector> |
EventsLogger.monitorDetector(T monitoredDetector)
Monitor an event detector.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinueOnEvent<T extends EventDetector>
Event handler which will always return
continue as a state. |
interface |
EventHandler<T extends EventDetector>
An interface defining how to override event handling behavior in the standard
propagator eventing classes without requiring subclassing.
|
class |
StopOnDecreasing<T extends EventDetector>
Handle a detection event and choose what to do next.
|
class |
StopOnEvent<T extends EventDetector>
Event handler which will always return
stop as a state. |
class |
StopOnIncreasing<T extends EventDetector>
Handle a detection event and choose what to do next.
|
Modifier and Type | Method and Description |
---|---|
Collection<EventDetector> |
AbstractIntegratedPropagator.getEventsDetectors()
Get all the events detectors that have been added.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIntegratedPropagator.addEventDetector(EventDetector detector)
Add an event detector.
|
protected void |
AbstractIntegratedPropagator.setUpEventDetector(AbstractIntegrator integ,
EventDetector detector)
Wrap an Orekit event detector and register it to the integrator.
|
Modifier and Type | Method and Description |
---|---|
EventDetector[] |
DSSTSolarRadiationPressure.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
DSSTThirdBody.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
DSSTAtmosphericDrag.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
DSSTCentralBody.getEventsDetectors()
Get the discrete events related to the model.
|
EventDetector[] |
DSSTForceModel.getEventsDetectors()
Get the discrete events related to the model.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.