Class ECItoECEFFrameConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.ECItoECEFFrameConverterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- See Also:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
MIN_POSITION_VALUE
private static final double MIN_POSITION_VALUE- See Also:
-
MAX_POSITION_VALUE
private static final double MAX_POSITION_VALUE- See Also:
-
MIN_Z_VALUE
private static final double MIN_Z_VALUE- See Also:
-
MAX_Z_VALUE
private static final double MAX_Z_VALUE- See Also:
-
MIN_VELOCITY_VALUE
private static final double MIN_VELOCITY_VALUE- See Also:
-
MAX_VELOCITY_VALUE
private static final double MAX_VELOCITY_VALUE- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
ECItoECEFFrameConverterTest
ECItoECEFFrameConverterTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testConvertAndReturnNewWithSecondsTimeInterval
@Test void testConvertAndReturnNewWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertWithSecondsTimeInterval
@Test void testConvertWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECIToECEFAndReturnNewWithSecondsTimeInterval
@Test void testConvertECIToECEFAndReturnNewWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECItoECEFWithSecondsTimeInterval
@Test void testConvertECItoECEFWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertAndReturnNew
@Test void testConvertAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvert
@Test void testConvert() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECIToECEFAndReturnNew
@Test void testConvertECIToECEFAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECItoECEF
@Test void testConvertECItoECEF() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-