static StaticTransform |
StaticTransform.compose(AbsoluteDate date,
StaticTransform first,
StaticTransform second) |
Build a transform by combining two existing ones.
|
static StaticTransform |
StaticTransform.getIdentity() |
Get the identity static transform.
|
StaticTransform |
PythonStaticTransform.getInverse() |
Get the inverse transform of the instance.
|
StaticTransform |
StaticTransform.getInverse() |
Get the inverse transform of the instance.
|
StaticTransform |
GTODProvider.getStaticTransform(AbsoluteDate date) |
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
HelmertTransformation.getStaticTransform(AbsoluteDate date) |
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
ITRFVersion.Converter.getStaticTransform(AbsoluteDate date) |
|
StaticTransform |
L1TransformProvider.getStaticTransform(AbsoluteDate date) |
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
ShiftingTransformProvider.getStaticTransform(AbsoluteDate date) |
Get a transform for only rotations and translations on the specified date.
|
default StaticTransform |
TransformProvider.getStaticTransform(AbsoluteDate date) |
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
Frame.getStaticTransformTo(Frame destination,
AbsoluteDate date) |
Get the static portion of the transform from the instance to another
frame.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
Rotation rotation) |
Create a new static transform from a rotation and zero translation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
Vector3D translation) |
Create a new static transform from a translation and rotation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
Vector3D translation,
Rotation rotation) |
Create a new static transform from a translation and rotation.
|
StaticTransform |
Transform.staticShiftedBy(double dt) |
Shift the transform in time considering all rates, then return only the
translation and rotation portion of the transform.
|