Package | Description |
---|---|
fr.cnes.sirius.patrius.attitudes | |
fr.cnes.sirius.patrius.frames | |
fr.cnes.sirius.patrius.frames.transformations |
Modifier and Type | Class and Description |
---|---|
class |
AttitudeTransformProvider
This class is a
TransformProvider for AttitudeFrame ; it provides, for a given date,
the transformation corresponding to the spacecraft reference frame orientation with respect to the parent frame. |
class |
OrientationTransformProvider
This class is a
TransformProvider for OrientationFrame ; it provides, for a given date,
the transformation corresponding to the frame orientation with respect to the parent frame. |
Modifier and Type | Method and Description |
---|---|
TransformProvider |
Frame.getTransformProvider()
Get the provider for transform from parent frame to instance.
|
Constructor and Description |
---|
FactoryManagedFrame(Frame parent,
TransformProvider transformProvider,
boolean pseudoInertial,
Predefined factoryKeyIn)
Simple constructor.
|
Frame(Frame parentIn,
TransformProvider transformProviderIn,
String nameIn)
Build a non-inertial frame from its transform with respect to its parent.
|
Frame(Frame parentIn,
TransformProvider transformProviderIn,
String nameIn,
boolean pseudoInertialIn)
Build a frame from its transform with respect to its parent.
|
Modifier and Type | Class and Description |
---|---|
class |
CIRFProvider
Celestial Intermediate Reference Frame 2000.
|
class |
EME2000Provider
EME2000 frame : mean equator at J2000.0.
|
class |
EODProvider
|
class |
FixedTransformProvider
Transform provider using fixed transform.
|
class |
GTODProvider
Greenwich True Of Date Frame, also known as True of Date Rotating frame (TDR)
or Greenwich Rotating Coordinate frame (GCR).
|
class |
H0MinusNProvider
"H0 - n" reference frame.
|
class |
HelmertTransformation
Transformation class for geodetic systems.
|
class |
InterpolatingTransformProvider
Transform provider using thread-safe interpolation on transforms sample.
|
class |
ITRFEquinoxProvider
International Terrestrial Reference Frame, based on old equinox conventions.
|
class |
ITRFProvider
International Terrestrial Reference Frame.
|
class |
MODProvider
Mean Equator, Mean Equinox Frame.
|
class |
TEMEProvider
True Equator Mean Equinox Frame.
|
class |
TIRFProvider
Terrestrial Intermediate Reference Frame 2000.
|
class |
TODProvider
True Equator, Mean Equinox of Date Frame.
|
class |
VEISProvider
Veis 1950 Frame.
|
Modifier and Type | Method and Description |
---|---|
TransformProvider |
InterpolatingTransformProvider.getRawProvider()
Get the underlying provider for raw (non-interpolated) transforms.
|
Constructor and Description |
---|
InterpolatingTransformProvider(TransformProvider rawProviderIn,
boolean useVelocitiesIn,
boolean useRotationRatesIn,
AbsoluteDate earliestIn,
AbsoluteDate latestIn,
int gridPoints,
double stepIn,
int maxSlots,
double maxSpan,
double newSlotInterval)
Simple constructor.
|
InterpolatingTransformProvider(TransformProvider rawProviderIn,
boolean useVelocitiesIn,
boolean useRotationRatesIn,
AbsoluteDate earliestIn,
AbsoluteDate latestIn,
int gridPoints,
double stepIn,
int maxSlots,
double maxSpan,
double newSlotInterval,
boolean computeSpinDerivatives)
Simple constructor.
|
Copyright © 2019 CNES. All Rights Reserved.