Uses of Interface
org.orekit.frames.StaticTransform
-
Packages that use StaticTransform Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.propagation Propagation -
-
Uses of StaticTransform in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return StaticTransform Modifier and Type Method Description StaticTransformEstimatedEarthFrameProvider. 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 StaticTransform Modifier and Type Method Description doublePhaseCentersOffsetComputer. 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
Classes in org.orekit.frames that implement StaticTransform Modifier and Type Class Description classTransformTransformation class in three dimensional space.Methods in org.orekit.frames that return StaticTransform Modifier and Type Method Description static StaticTransformStaticTransform. compose(AbsoluteDate date, StaticTransform first, StaticTransform second)Build a transform by combining two existing ones.static StaticTransformStaticTransform. getIdentity()Get the identity static transform.StaticTransformStaticTransform. getInverse()Get the inverse transform of the instance.StaticTransformGTODProvider. getStaticTransform(AbsoluteDate date)Get a transform for only rotations and translations on the specified date.StaticTransformHelmertTransformation. getStaticTransform(AbsoluteDate date)Get a transform for only rotations and translations on the specified date.StaticTransformITRFVersion.Converter. getStaticTransform(AbsoluteDate date)StaticTransformL1TransformProvider. getStaticTransform(AbsoluteDate date)Get a transform for only rotations and translations on the specified date.StaticTransformShiftingTransformProvider. 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.StaticTransformFrame. 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.StaticTransformTransform. staticShiftedBy(double dt)Shift the transform in time considering all rates, then return only the translation and rotation portion of the transform.StaticTransformTransform. toStaticTransform()Create a so-called static transform from the instance.Methods in org.orekit.frames with parameters of type StaticTransform Modifier and Type Method Description static 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 StaticTransform Modifier and Type Method Description StaticTransformSpacecraftState. toStaticTransform()Compute the static transform from state defining frame to spacecraft frame.
-