Uses of Class
com.irurueta.navigation.frames.ECEFFrame
Packages that use ECEFFrame
Package
Description
Contains frames to represent position, velocity and attitude
within Earth.
Contains converters between pairs of frames to represent
position, velocity and attitude.
-
Uses of ECEFFrame in com.irurueta.navigation.frames
Constructors in com.irurueta.navigation.frames with parameters of type ECEFFrame -
Uses of ECEFFrame in com.irurueta.navigation.frames.converters
Fields in com.irurueta.navigation.frames.converters declared as ECEFFrameModifier and TypeFieldDescriptionprivate final ECEFFrameFrameToLocalTangentPlaneTransformationConverter.currentEcefFrameCurrent ECEF frame to be reused for efficiency purposes.private final ECEFFrameFrameToLocalTangentPlaneTransformationConverter.referenceEcefFrameReference frame to be reused for efficiency purposes.Methods in com.irurueta.navigation.frames.converters that return ECEFFrameModifier and TypeMethodDescriptionECItoECEFFrameConverter.convertAndReturnNew(double timeInterval, ECIFrame source) Converts source ECI frame to a new ECEF frame instance.ECItoECEFFrameConverter.convertAndReturnNew(com.irurueta.units.Time timeInterval, ECIFrame source) Converts source frame to a new destination frame instance.NEDtoECEFFrameConverter.convertAndReturnNew(NEDFrame source) Converts source NED frame to a new ECEF frame instance.static ECEFFrameECItoECEFFrameConverter.convertECItoECEFAndReturnNew(double timeInterval, ECIFrame source) Converts source ECI frame to a new ECEF frame instance.static ECEFFrameECItoECEFFrameConverter.convertECItoECEFAndReturnNew(com.irurueta.units.Time timeInterval, ECIFrame source) Converts source ECI frame to a new ECEF frame instance.static ECEFFrameNEDtoECEFFrameConverter.convertNEDtoECEFAndReturnNew(NEDFrame source) Converts source NED frame to a new ECEF frame instance.Methods in com.irurueta.navigation.frames.converters with parameters of type ECEFFrameModifier and TypeMethodDescriptionvoidConverts source ECEF frame to destination ECI frame.voidECEFtoECIFrameConverter.convert(com.irurueta.units.Time timeInterval, ECEFFrame source, ECIFrame destination) Converts source frame to destination frame.voidConverts source ECEF frame to destination NED frame.voidConverts source ECI frame to destination ECEF frame.voidECItoECEFFrameConverter.convert(com.irurueta.units.Time timeInterval, ECIFrame source, ECEFFrame destination) Converts source frame to destination frame.voidFrameToLocalTangentPlaneTransformationConverter.convert(ECEFFrame currentFrame, ECEFFrame referenceFrame, double[] translationResult, com.irurueta.geometry.Rotation3D rotationResult) Converts provided current frame respect to provided reference frame into the amount of translation and rotation that relates both frames.voidFrameToLocalTangentPlaneTransformationConverter.convert(ECEFFrame currentFrame, ECEFFrame referenceFrame, com.irurueta.geometry.EuclideanTransformation3D result) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.voidFrameToLocalTangentPlaneTransformationConverter.convert(ECEFFrame currentFrame, NEDFrame referenceFrame, double[] translationResult, com.irurueta.geometry.Rotation3D rotationResult) Converts provided current frame respect to provided reference frame into the amount of translation and rotation that relates both frames.voidFrameToLocalTangentPlaneTransformationConverter.convert(ECEFFrame currentFrame, NEDFrame referenceFrame, com.irurueta.geometry.EuclideanTransformation3D result) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.voidFrameToLocalTangentPlaneTransformationConverter.convert(NEDFrame currentFrame, ECEFFrame referenceFrame, double[] translationResult, com.irurueta.geometry.Rotation3D rotationResult) Converts provided current frame respect to provided reference frame into the amount of translation and rotation that relates both frames.voidFrameToLocalTangentPlaneTransformationConverter.convert(NEDFrame currentFrame, ECEFFrame referenceFrame, com.irurueta.geometry.EuclideanTransformation3D result) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.voidConverts source NED frame to destination ECEF frame.com.irurueta.geometry.EuclideanTransformation3DFrameToLocalTangentPlaneTransformationConverter.convertAndReturn(ECEFFrame currentFrame, ECEFFrame referenceFrame) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.com.irurueta.geometry.EuclideanTransformation3DFrameToLocalTangentPlaneTransformationConverter.convertAndReturn(ECEFFrame currentFrame, NEDFrame referenceFrame) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.com.irurueta.geometry.EuclideanTransformation3DFrameToLocalTangentPlaneTransformationConverter.convertAndReturn(NEDFrame currentFrame, ECEFFrame referenceFrame) Converts provided current frame respect to provided reference frame into a 3D Euclidean transformation that relates both frames.ECEFtoECIFrameConverter.convertAndReturnNew(double timeInterval, ECEFFrame source) Converts source ECEF frame to a new ECI frame instance.ECEFtoECIFrameConverter.convertAndReturnNew(com.irurueta.units.Time timeInterval, ECEFFrame source) Converts source frame to a new destination frame instance.ECEFtoNEDFrameConverter.convertAndReturnNew(ECEFFrame source) Converts source ECEF frame to a new NED frame instance.static voidECEFtoECIFrameConverter.convertECEFtoECI(double timeInterval, ECEFFrame source, ECIFrame destination) Converts source ECEF frame to destination ECI frame.static voidECEFtoECIFrameConverter.convertECEFtoECI(com.irurueta.units.Time timeInterval, ECEFFrame source, ECIFrame destination) Converts source ECEF frame to destination ECI frame.static ECIFrameECEFtoECIFrameConverter.convertECEFtoECIAndReturnNew(double timeInterval, ECEFFrame source) Converts source ECEF frame to a new ECI frame instance.static ECIFrameECEFtoECIFrameConverter.convertECEFtoECIAndReturnNew(com.irurueta.units.Time timeInterval, ECEFFrame source) Converts source ECEF frame to a new ECI frame instance.static voidECEFtoNEDFrameConverter.convertECEFtoNED(ECEFFrame source, NEDFrame destination) Converts source ECEF frame to destination NED frame.static NEDFrameECEFtoNEDFrameConverter.convertECEFtoNEDAndReturnNew(ECEFFrame source) Converts source ECEF frame to a new NED frame instance.static voidECItoECEFFrameConverter.convertECItoECEF(double timeInterval, ECIFrame source, ECEFFrame destination) Converts source ECI frame to destination ECEF frame.static voidECItoECEFFrameConverter.convertECItoECEF(com.irurueta.units.Time timeInterval, ECIFrame source, ECEFFrame destination) Converts source ECI frame to destination ECEF frame.static voidNEDtoECEFFrameConverter.convertNEDtoECEF(NEDFrame source, ECEFFrame destination) Converts source NED frame to destination ECEF frame.