| Package | Description |
|---|---|
| fr.cnes.genopus.bodies |
Package containing some widgets representing objects of the Orekit's bodies package.
|
| fr.cnes.genopus.nonWidget.events |
Package containing some objects related to events intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomGeodeticPoint |
GPGeodeticPoint.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
CustomGeodeticPoint |
CustomVisibilityFromStationDetector.getStationGeodeticPoint()
Getter for the station geodetic point.
|
| Constructor and Description |
|---|
CustomVisibilityFromStationDetector(CustomGeodeticPoint stationGeodeticPoint,
org.orekit.bodies.ExtendedOneAxisEllipsoid earthShape,
CustomVisibilityFromStationDetector.VisibilityDetectionChoice visibilityDetectorChoice,
int triggerFrom,
Integer triggerStep,
Integer triggerTo)
Constructor with reduced data. maxCheck (600 s), threshold (1.0e-6 s) and action (RESET_STATE) by
default.
|
CustomVisibilityFromStationDetector(CustomGeodeticPoint stationGeodeticPoint,
org.orekit.bodies.ExtendedOneAxisEllipsoid earthShape,
CustomVisibilityFromStationDetector.VisibilityDetectionChoice visibilityDetectorChoice,
int triggerFrom,
Integer triggerStep,
Integer triggerTo,
double maxCheck,
double threshold,
org.orekit.propagation.events.EventDetector.Action action)
Constructor with complete data.
|
Copyright © 2017. All rights reserved.