Package | Description |
---|---|
fr.cnes.sirius.patrius.bodies | |
fr.cnes.sirius.patrius.frames | |
fr.cnes.sirius.patrius.propagation.events |
Modifier and Type | Method and Description |
---|---|
CelestialBodyFrame |
AbstractCelestialBody.getEME2000()
Get an EME2000, body centered frame.
|
CelestialBodyFrame |
CelestialBody.getEME2000()
Get an EME2000, body centered frame.
|
CelestialBodyFrame |
AbstractCelestialBody.getICRF()
Get an ICRF, body centered frame.
|
CelestialBodyFrame |
CelestialBody.getICRF()
Get an ICRF, body centered frame.
|
CelestialBodyFrame |
AbstractCelestialBody.getInertialFrame(IAUPoleModelType iauPoleIn)
Get an inertially oriented, body centered frame.
|
CelestialBodyFrame |
CelestialBody.getInertialFrame(IAUPoleModelType iauPole)
Get an inertially oriented, body centered frame.
|
CelestialBodyFrame |
AbstractCelestialBody.getRotatingFrame(IAUPoleModelType iauPoleIn)
Get a body oriented, body centered frame.
|
CelestialBodyFrame |
CelestialBody.getRotatingFrame(IAUPoleModelType iauPole)
Get a body oriented, body centered frame.
|
Constructor and Description |
---|
AbstractCelestialBody(CelestialBodyFrame icrf,
String nameIn,
GravityModel gravityModelIn,
IAUPole iauPoleIn)
Build an instance and the underlying frame.
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryManagedFrame
Base class for the predefined frames that are managed by
FramesFactory . |
Modifier and Type | Method and Description |
---|---|
static CelestialBodyFrame |
FramesFactory.getICRF()
Get the unique ICRF frame.
|
protected static CelestialBodyFrame |
Frame.getRoot()
Get the unique root frame.
|
Modifier and Type | Method and Description |
---|---|
CelestialBodyFrame |
SolarTimeAngleDetector.getFrame()
Returns the frame used for solar time computation.
|
CelestialBodyFrame |
LocalTimeAngleDetector.getFrame()
Returns the frame used for solar time computation.
|
Constructor and Description |
---|
LocalTimeAngleDetector(double localTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame)
Constructor for a LocalTimeDetector instance with complimentary parameters.
|
LocalTimeAngleDetector(double localTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action)
Constructor for a LocalTimeDetector instance with complimentary parameters.
|
LocalTimeAngleDetector(double localTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action,
boolean remove)
Constructor for a LocalTimeDetector instance with complimentary parameters.
|
LocalTimeAngleDetector(double localTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action,
boolean remove,
CelestialBody sun)
Constructor for a LocalTimeDetector instance with complimentary parameters including Sun choice.
|
LocalTimeAngleDetector(double localTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action,
boolean remove,
CelestialBody sun,
int slopeSelection)
Constructor for a LocalTimeDetector instance with complimentary parameters including Sun choice.
|
SolarTimeAngleDetector(double solarTimeAngle,
CelestialBody sunModel,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action,
boolean remove)
Constructor for a SolarTimeDetector instance with complimentary parameters.
|
SolarTimeAngleDetector(double solarTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame)
Constructor for a SolarTimeDetector instance with complimentary parameters.
|
SolarTimeAngleDetector(double solarTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action)
Constructor for a SolarTimeDetector instance with complimentary parameters.
|
SolarTimeAngleDetector(double solarTimeAngle,
double maxCheck,
double threshold,
CelestialBodyFrame frame,
EventDetector.Action action,
boolean remove)
Constructor for a SolarTimeDetector instance with complimentary parameters.
|
Copyright © 2023 CNES. All rights reserved.