static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.compose(FieldAbsoluteDate<T> date,
FieldStaticTransform<T> first,
FieldStaticTransform<T> second) |
Build a transform by combining two existing ones.
|
static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.getIdentity(Field<T> field) |
Get the identity static transform.
|
FieldStaticTransform<T> |
FieldStaticTransform.getInverse() |
Get the inverse transform of the instance.
|
default FieldStaticTransform<T> |
FieldStaticTransform.getStaticInverse() |
Get the inverse transform of the instance in static form (without rates).
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
GTODProvider.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
HelmertTransformation.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
ITRFVersion.Converter.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
L1TransformProvider.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
ShiftingTransformProvider.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
default <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
TransformProvider.getStaticTransform(FieldAbsoluteDate<T> date) |
Get a transform for only rotations and translations on the specified date.
|
<T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
Frame.getStaticTransformTo(Frame destination,
FieldAbsoluteDate<T> date) |
Get the static portion of the transform from the instance to another
frame.
|
static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.of(FieldAbsoluteDate<T> date,
FieldRotation<T> rotation) |
Create a new static transform from a rotation and zero translation.
|
static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.of(FieldAbsoluteDate<T> date,
FieldVector3D<T> translation) |
Create a new static transform from a translation and rotation.
|
static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.of(FieldAbsoluteDate<T> date,
FieldVector3D<T> translation,
FieldRotation<T> rotation) |
Create a new static transform from a translation and rotation.
|
static <T extends CalculusFieldElement<T>> FieldStaticTransform<T> |
FieldStaticTransform.of(FieldAbsoluteDate<T> date,
StaticTransform staticTransform) |
|
FieldStaticTransform<T> |
FieldTransform.staticShiftedBy(T dt) |
Shift the transform in time considering all rates, then return only the
translation and rotation portion of the transform.
|
FieldStaticTransform<T> |
FieldTransform.toStaticTransform() |
Create a so-called static transform from the instance.
|