Package org.orekit.time
Class FieldGNSSDate<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.time.FieldGNSSDate<T>
- Type Parameters:
T- type of the field elements
- All Implemented Interfaces:
FieldTimeStamped<T>
public class FieldGNSSDate<T extends CalculusFieldElement<T>>
extends Object
implements FieldTimeStamped<T>
Container for date in GNSS form.
- Since:
- 14.0
- Author:
- Luc Maisonobe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldGNSSDate(Field<T> field, GNSSDate gnssDate) Build an instance from a GNSSDate. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.FieldTimeStamped
durationFrom, durationFrom
-
Constructor Details
-
FieldGNSSDate
Build an instance from a GNSSDate.- Parameters:
field- used by defaultgnssDate- GNSSDate to instantiate as a FieldGNSSDate
-
-
Method Details
-
getGnssDate
Get the underlying GNSS date.- Returns:
- underlying GNSS date
-
getDate
Get the date.- Specified by:
getDatein interfaceFieldTimeStamped<T extends CalculusFieldElement<T>>- Returns:
- date attached to the object
-