Package org.orekit.time
Class PythonFieldTimeStamped<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.time.PythonFieldTimeStamped<T>
-
- All Implemented Interfaces:
FieldTimeStamped<T>
public class PythonFieldTimeStamped<T extends CalculusFieldElement<T>> extends Object implements FieldTimeStamped<T>
-
-
Constructor Summary
Constructors Constructor Description PythonFieldTimeStamped()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectFieldAbsoluteDate<T>
getDate()
Get the date.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.FieldTimeStamped
durationFrom
-
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
getDate
public FieldAbsoluteDate<T> getDate()
Get the date.- Specified by:
getDate
in interfaceFieldTimeStamped<T extends CalculusFieldElement<T>>
- Returns:
- date attached to the object
-
-