Uses of Interface
org.orekit.frames.StaticTransform
Packages that use StaticTransform
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides measurement modifier.
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 StaticTransform in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return StaticTransformModifier and TypeMethodDescriptionEstimatedEarthFrameProvider.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date. -
Uses of StaticTransform in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers with parameters of type StaticTransformModifier and TypeMethodDescriptiondoublePhaseCentersOffsetComputer.offset(StaticTransform emitterToInert, StaticTransform receiverToInert) Compute distance offset to be added to the distance between antennas reference points. -
Uses of StaticTransform in org.orekit.frames
Subinterfaces of StaticTransform in org.orekit.framesModifier and TypeInterfaceDescriptioninterfaceA transform that only includes translation and rotation as well as their respective rates.Classes in org.orekit.frames that implement StaticTransformModifier and TypeClassDescriptionclassTransformation class in three dimensional space.Methods in org.orekit.frames that return StaticTransformModifier and TypeMethodDescriptionstatic StaticTransformStaticTransform.compose(AbsoluteDate date, StaticTransform first, StaticTransform second) Build a transform by combining two existing ones.static StaticTransformStaticTransform.getIdentity()Get the identity static transform.StaticTransform.getInverse()Get the inverse transform of the instance.default StaticTransformStaticTransform.getStaticInverse()Get the inverse transform of the instance in static form (without rates).AngularTransformProvider.getStaticTransform(AbsoluteDate date) CachedTransformProvider.getStaticTransform(AbsoluteDate date) Get theTransformcorresponding to specified date.GTODProvider.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.HelmertTransformation.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.ITRFVersion.Converter.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.L1TransformProvider.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.OriginTransformProvider.getStaticTransform(AbsoluteDate date) ShiftingTransformProvider.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.default StaticTransformTransformProvider.getStaticTransform(AbsoluteDate date) Get a transform for only rotations and translations on the specified date.Frame.getStaticTransformTo(Frame destination, AbsoluteDate date) Get the static portion of the transform from the instance to another frame.static StaticTransformStaticTransform.of(AbsoluteDate date, Rotation rotation) Create a new static transform from a rotation and zero translation.static StaticTransformStaticTransform.of(AbsoluteDate date, Vector3D translation) Create a new static transform from a translation and rotation.static StaticTransformStaticTransform.of(AbsoluteDate date, Vector3D translation, Rotation rotation) Create a new static transform from a translation and rotation.Transform.staticShiftedBy(double dt) Shift the transform in time considering all rates, then return only the translation and rotation portion of the transform.Transform.toStaticTransform()Create a so-called static transform from the instance.Methods in org.orekit.frames with parameters of type StaticTransformModifier and TypeMethodDescriptionstatic StaticTransformStaticTransform.compose(AbsoluteDate date, StaticTransform first, StaticTransform second) Build a transform by combining two existing ones.static RotationStaticTransform.compositeRotation(StaticTransform first, StaticTransform second) Compute a composite rotation.static Vector3DStaticTransform.compositeTranslation(StaticTransform first, StaticTransform second) Compute a composite translation.static <T extends CalculusFieldElement<T>>
FieldStaticTransform<T> FieldStaticTransform.of(FieldAbsoluteDate<T> date, StaticTransform staticTransform) Create a new static transform from anFieldAbsoluteDateand aStaticTransform. -
Uses of StaticTransform in org.orekit.propagation
Methods in org.orekit.propagation that return StaticTransformModifier and TypeMethodDescriptionSpacecraftState.toStaticTransform()Compute the static transform from state defining frame to spacecraft frame. -
Uses of StaticTransform in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return StaticTransformModifier and TypeMethodDescriptionDSSTGravityContext.getBodyFixedToInertialTransform()Getter for the bodyFixedToInertialTransform.