Package com.irurueta.navigation.frames
Class NEDPositionTest
java.lang.Object
com.irurueta.navigation.frames.NEDPositionTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
-
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
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
THRESHOLD
private static final double THRESHOLD- 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_HEIGHT
private static final double MIN_HEIGHT- See Also:
-
MAX_HEIGHT
private static final double MAX_HEIGHT- See Also:
-
-
Constructor Details
-
NEDPositionTest
NEDPositionTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetLatitude
@Test void testGetSetLatitude() -
testGetSetLongitude
@Test void testGetSetLongitude() -
testGetSetHeight
@Test void testGetSetHeight() -
testSetCoordinates
@Test void testSetCoordinates() -
testGetSetLatitudeAngle
@Test void testGetSetLatitudeAngle() -
testGetSetLongitudeAngle
@Test void testGetSetLongitudeAngle() -
testGetSetHeightDistance
@Test void testGetSetHeightDistance() -
testSetAngleAndDistanceCoordinates
@Test void testSetAngleAndDistanceCoordinates() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-