Package | Description |
---|---|
org.orekit.forces.maneuvers |
This package provides models of simple maneuvers.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImpulseManeuver<T extends EventDetector> |
Impulse maneuver model.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AlignmentDetector |
Finder for satellite/body alignment events in orbital plane.
|
class |
AltitudeDetector |
Finder for satellite altitude crossing events.
|
class |
AngularSeparationDetector |
Detects when spacecraft comes close to a moving beacon, as seen from a moving observer.
|
class |
ApsideDetector |
Finder for apside crossing events.
|
class |
BooleanDetector |
This class provides AND and OR operations for event detectors.
|
class |
CircularFieldOfViewDetector |
Finder for target entry/exit events with respect to a satellite sensor Field Of View.
|
class |
DateDetector |
Finder for date 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 |
ElevationExtremumDetector |
Detector for elevation extremum with respect to a ground point.
|
class |
EventEnablingPredicateFilter<T extends EventDetector> |
Wrapper used to detect events only when enabled by an external predicated function.
|
class |
EventShifter<T extends EventDetector> |
Wrapper shifting events occurrences times.
|
class |
EventSlopeFilter<T extends EventDetector> |
Wrapper used to detect only increasing or decreasing events.
|
class |
FieldOfViewDetector |
Finder for target entry/exit events with respect to a satellite sensor
Field Of View . |
class |
FootprintOverlapDetector |
Detector triggered by geographical region entering/leaving a spacecraft sensor
Field Of View . |
class |
FunctionalDetector |
A detector that implements the
FunctionalDetector.g(SpacecraftState) function using a lambda that
can be set using FunctionalDetector.withFunction(ToDoubleFunction) . |
class |
GeographicZoneDetector |
Detector for entry/exit of a zone defined by geographic boundaries.
|
class |
GroundAtNightDetector |
Detector for ground location being at night.
|
class |
GroundFieldOfViewDetector |
Finder for satellite entry/exit events with respect to a sensor
Field Of View attached to an arbitrary frame. |
class |
InterSatDirectViewDetector |
Detector for inter-satellites direct view (i.e.
|
class |
LatitudeCrossingDetector |
Detector for geographic latitude crossing.
|
class |
LatitudeExtremumDetector |
Detector for geographic latitude extremum.
|
class |
LongitudeCrossingDetector |
Detector for geographic longitude crossing.
|
class |
LongitudeExtremumDetector |
Detector for geographic longitude extremum.
|
class |
NegateDetector |
An event detector that negates the sign on another event detector's
g function. |
class |
NodeDetector |
Finder for node crossing events.
|
class |
PositionAngleDetector |
Detector for in-orbit position angle.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.