Uses of Class
org.orekit.frames.Transform
-
Packages that use Transform Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.geometry.fov This package provides classes for representing a spacecraft sensor Field Of View.org.orekit.propagation Propagation -
-
Uses of Transform in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return Transform Modifier and Type Method Description TransformGroundStation. getOffsetToInertial(Frame inertial, AbsoluteDate date, boolean clockOffsetAlreadyApplied)Get the transform between offset frame and inertial frame.TransformGroundReceiverCommonParametersWithoutDerivatives. getOffsetToInertialDownlink()Get transform between station and inertial frame.TransformEstimatedEarthFrameProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.Constructors in org.orekit.estimation.measurements with parameters of type Transform Constructor Description GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)Simple constructor. -
Uses of Transform in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return Transform Modifier and Type Method Description static TransformFrameFacade. getTransform(FrameFacade frameIn, FrameFacade frameOut, Frame inertialPivotFrame, AbsoluteDate date, PVCoordinatesProvider pv)Get the transform betweenCCSDS frames. -
Uses of Transform in org.orekit.frames
Fields in org.orekit.frames declared as Transform Modifier and Type Field Description static TransformTransform. IDENTITYIdentity transform.Methods in org.orekit.frames that return Transform Modifier and Type Method Description TransformTransform. freeze()Get a frozen transform.TransformTransform. getInverse()Get the inverse transform of the instance.static TransformFramesFactory. getNonInterpolatingTransform(Frame from, Frame to, AbsoluteDate date)Get the transform between two frames, suppressing all interpolation.TransformEclipticProvider. getTransform(AbsoluteDate date)TransformFixedTransformProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformGTODProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformHelmertTransformation. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformInterpolatingTransformProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformITRFVersion.Converter. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformL1TransformProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformShiftingTransformProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformTransformProvider. getTransform(AbsoluteDate date)Get theTransformcorresponding to specified date.TransformFrame. getTransformTo(Frame destination, AbsoluteDate date)Get the transform from the instance to another frame.TransformTransform. interpolate(AbsoluteDate interpolationDate, Stream<Transform> sample)Interpolate a transform from a sample set of existing transforms.static TransformTransform. interpolate(AbsoluteDate date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<Transform> sample)Interpolate a transform from a sample set of existing transforms.TransformTransform. shiftedBy(double dt)Get a time-shifted instance.default TransformLOF. transformFromInertial(AbsoluteDate date, PVCoordinates pv)Get the transform from an inertial frame defining position-velocity and the local orbital frame.default TransformLOF. transformFromLOF(LOF fromLOF, AbsoluteDate date, PVCoordinates pv)Get the rotation from inputlocal orbital frameto the instance.static TransformLOF. transformFromLOFInToLOFOut(LOF in, LOF out, AbsoluteDate date, PVCoordinates pv)Get the transform from input to outputlocal orbital frame.Methods in org.orekit.frames that return types with arguments of type Transform Modifier and Type Method Description List<Transform>TransformGenerator. generate(AbsoluteDate existingDate, AbsoluteDate date)Generate a chronologically sorted list of entries to be cached.Methods in org.orekit.frames with parameters of type Transform Modifier and Type Method Description voidOrphanFrame. addChild(OrphanFrame child, Transform transform, boolean isPseudoInertial)Add a child.voidOrphanFrame. attachTo(Frame parent, Transform transform, boolean isPseudoInertial)Attach the instance (and all its children down to leafs) to the main tree.voidUpdatableFrame. updateTransform(Frame f1, Frame f2, Transform f1Tof2, AbsoluteDate date)Update the transform from parent frame implicitly according to two other frames.Method parameters in org.orekit.frames with type arguments of type Transform Modifier and Type Method Description TransformTransform. interpolate(AbsoluteDate interpolationDate, Stream<Transform> sample)Interpolate a transform from a sample set of existing transforms.static TransformTransform. interpolate(AbsoluteDate date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<Transform> sample)Interpolate a transform from a sample set of existing transforms.Constructors in org.orekit.frames with parameters of type Transform Constructor Description FieldTransform(Field<T> field, Transform transform)Build a transform from a regular transform.FixedTransformProvider(Transform transform)Simple constructor.Frame(Frame parent, Transform transform, String name)Build a non-inertial frame from its transform with respect to its parent.Frame(Frame parent, Transform transform, String name, boolean pseudoInertial)Build a frame from its transform with respect to its parent.Transform(AbsoluteDate date, Transform first, Transform second)Build a transform by combining two existing ones.UpdatableFrame(Frame parent, Transform transform, String name)Build a non-inertial frame from its transform with respect to its parent.UpdatableFrame(Frame parent, Transform transform, String name, boolean pseudoInertial)Build a frame from its transform with respect to its parent. -
Uses of Transform in org.orekit.geometry.fov
Methods in org.orekit.geometry.fov with parameters of type Transform Modifier and Type Method Description List<List<GeodeticPoint>>FieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>PolygonalFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>SmoothFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)Get the footprint of the Field Of View on ground. -
Uses of Transform in org.orekit.propagation
Methods in org.orekit.propagation that return Transform Modifier and Type Method Description TransformSpacecraftState. toTransform()Compute the transform from state defining frame to spacecraft frame.
-