Package org.orekit.gnss.metric.parser
Class PythonDataField
- java.lang.Object
-
- org.orekit.gnss.metric.parser.PythonDataField
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonDataField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
booleanValue(EncodedMessage message)
Get the value of the field as a boolean.void
finalize()
void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.gnss.metric.parser.DataField
doubleValue, intValue, stringValue
-
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
booleanValue
public boolean booleanValue(EncodedMessage message)
Description copied from interface:DataField
Get the value of the field as a boolean.- Specified by:
booleanValue
in interfaceDataField
- Parameters:
message
- message containing the data- Returns:
- boolean value of the field
-
-