public interface CompoundData extends CollectionData
Modifier and Type | Method and Description |
---|---|
byte |
getByte(String name) |
CompoundData |
getCompound(String name) |
CompoundType |
getCompoundType()
Deprecated.
since ceres 0.10; use
getType() instead. |
double |
getDouble(String name) |
float |
getFloat(String name) |
int |
getInt(String name) |
long |
getLong(String name) |
int |
getMemberCount() |
int |
getMemberIndex(String name) |
SequenceData |
getSequence(String name) |
short |
getShort(String name) |
CompoundType |
getType() |
int |
getUByte(String name) |
long |
getUInt(String name) |
int |
getUShort(String name) |
void |
setByte(String name,
byte value) |
void |
setDouble(String name,
double value) |
void |
setFloat(String name,
float value) |
void |
setInt(String name,
int value) |
void |
setLong(String name,
long value) |
void |
setShort(String name,
short value) |
void |
setUByte(String name,
int value) |
void |
setUInt(String name,
long value) |
void |
setUShort(String name,
int value) |
flush, getByte, getCompound, getContext, getDouble, getElementCount, getFloat, getInt, getLong, getParent, getPosition, getSequence, getShort, getSize, getUByte, getUInt, getUShort, resolveSize, setByte, setDouble, setFloat, setInt, setLong, setShort, setUByte, setUInt, setUShort
CompoundType getType()
getType
in interface CollectionData
@Deprecated CompoundType getCompoundType()
getType()
instead.int getMemberCount()
int getMemberIndex(String name)
byte getByte(String name) throws IOException
IOException
void setByte(String name, byte value) throws IOException
IOException
int getUByte(String name) throws IOException
IOException
void setUByte(String name, int value) throws IOException
IOException
short getShort(String name) throws IOException
IOException
void setShort(String name, short value) throws IOException
IOException
int getUShort(String name) throws IOException
IOException
void setUShort(String name, int value) throws IOException
IOException
int getInt(String name) throws IOException
IOException
void setInt(String name, int value) throws IOException
IOException
long getUInt(String name) throws IOException
IOException
void setUInt(String name, long value) throws IOException
IOException
long getLong(String name) throws IOException
IOException
void setLong(String name, long value) throws IOException
IOException
float getFloat(String name) throws IOException
IOException
void setFloat(String name, float value) throws IOException
IOException
double getDouble(String name) throws IOException
IOException
void setDouble(String name, double value) throws IOException
IOException
SequenceData getSequence(String name) throws IOException
IOException
CompoundData getCompound(String name) throws IOException
IOException
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.