Package com.irurueta.navigation.gnss
Class ECEFPositionAndVelocityTest
java.lang.Object
com.irurueta.navigation.gnss.ECEFPositionAndVelocityTest
-
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
(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_POSITION_VALUE
private static final double MIN_POSITION_VALUE- See Also:
-
MAX_POSITION_VALUE
private static final double MAX_POSITION_VALUE- See Also:
-
MIN_SPEED_VALUE
private static final double MIN_SPEED_VALUE- See Also:
-
MAX_SPEED_VALUE
private static final double MAX_SPEED_VALUE- See Also:
-
-
Constructor Details
-
ECEFPositionAndVelocityTest
ECEFPositionAndVelocityTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetX
@Test void testGetSetX() -
testGetSetY
@Test void testGetSetY() -
testGetSetZ
@Test void testGetSetZ() -
testSetPositionCoordinates
@Test void testSetPositionCoordinates() -
testGetSetXDistance
@Test void testGetSetXDistance() -
testGetSetYDistance
@Test void testGetSetYDistance() -
testGetSetZDistance
@Test void testGetSetZDistance() -
testSetPositionDistanceCoordinates
@Test void testSetPositionDistanceCoordinates() -
testGetSetEcefPosition
@Test void testGetSetEcefPosition() -
testGetSetPosition
@Test void testGetSetPosition() -
testGetSetVx
@Test void testGetSetVx() -
testGetSetVy
@Test void testGetSetVy() -
testGetSetVz
@Test void testGetSetVz() -
testSetVelocityCoordinates
@Test void testSetVelocityCoordinates() -
testGetSetSpeedX
@Test void testGetSetSpeedX() -
testGetSetSpeedY
@Test void testGetSetSpeedY() -
testGetSetSpeedZ
@Test void testGetSetSpeedZ() -
testSetSpeedCoordinates
@Test void testSetSpeedCoordinates() -
testGetSetEcefVelocity
@Test void testGetSetEcefVelocity() -
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
-