Uses of Interface
org.orekit.frames.FieldStaticTransform
Packages that use FieldStaticTransform
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides classes to handle frames and transforms between them.
Propagation
This package provides force models for Draper Semi-analytical Satellite Theory (DSST).
-
Uses of FieldStaticTransform in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return FieldStaticTransformModifier and TypeMethodDescriptionEstimatedEarthFrameProvider.getStaticTransform(FieldAbsoluteDate<Gradient> date, int freeParameters, Map<String, Integer> indices) Get the static transform with derivatives.<T extends CalculusFieldElement<T>>
FieldStaticTransform<T> EstimatedEarthFrameProvider.getStaticTransform(FieldAbsoluteDate<T> date) Get a transform for only rotations and translations on the specified date. -
Uses of FieldStaticTransform in org.orekit.frames
Subinterfaces of FieldStaticTransform in org.orekit.framesModifier and TypeInterfaceDescriptioninterfaceFieldKinematicTransform<T extends CalculusFieldElement<T>>A transform that only includes translation and rotation as well as their respective rates.Classes in org.orekit.frames that implement FieldStaticTransformModifier and TypeClassDescriptionclassFieldTransform<T extends CalculusFieldElement<T>>Transformation class in three-dimensional space.Methods in org.orekit.frames that return FieldStaticTransformModifier and TypeMethodDescriptionstatic <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.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> AngularTransformProvider.getStaticTransform(FieldAbsoluteDate<T> date) FieldCachedTransformProvider.getStaticTransform(FieldAbsoluteDate<T> date) Get theTransformcorresponding to specified date.<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> OriginTransformProvider.getStaticTransform(FieldAbsoluteDate<T> 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) Create a new static transform from anFieldAbsoluteDateand aStaticTransform.FieldTransform.staticShiftedBy(T dt) Shift the transform in time considering all rates, then return only the translation and rotation portion of the transform.FieldTransform.toStaticTransform()Create a so-called static transform from the instance.Methods in org.orekit.frames with parameters of type FieldStaticTransformModifier and TypeMethodDescriptionstatic <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>>
FieldRotation<T> FieldStaticTransform.compositeRotation(FieldStaticTransform<T> first, FieldStaticTransform<T> second) Compute a composite rotation.static <T extends CalculusFieldElement<T>>
FieldVector3D<T> FieldStaticTransform.compositeTranslation(FieldStaticTransform<T> first, FieldStaticTransform<T> second) Compute a composite translation. -
Uses of FieldStaticTransform in org.orekit.propagation
Methods in org.orekit.propagation that return FieldStaticTransformModifier and TypeMethodDescriptionFieldSpacecraftState.toStaticTransform()Compute the static transform from state defining frame to spacecraft frame. -
Uses of FieldStaticTransform in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return FieldStaticTransformModifier and TypeMethodDescriptionFieldDSSTGravityContext.getBodyFixedToInertialTransform()Getter for the bodyFixedToInertialTransform.