@Deprecated public interface VariableIF extends VariableSimpleIF
Modifier and Type | Method and Description |
---|---|
Attribute |
findAttribute(String attName)
Deprecated.
Use attributes()
|
int |
findDimensionIndex(String dimName)
Deprecated.
|
DataType |
getDataType()
Deprecated.
Variable's data type
|
String |
getDescription()
Deprecated.
description of the Variable
|
Dimension |
getDimension(int index)
Deprecated.
|
List<Dimension> |
getDimensions()
Deprecated.
Dimension List.
|
List<Dimension> |
getDimensionsAll()
Deprecated.
|
int |
getElementSize()
Deprecated.
|
EnumTypedef |
getEnumTypedef()
Deprecated.
|
String |
getFullName()
Deprecated.
full, backslash escaped name of the data Variable
|
String |
getFullNameEscaped()
Deprecated.
|
void |
getNameAndDimensions(Formatter result,
boolean useFullName,
boolean strict)
Deprecated.
|
Group |
getParentGroup()
Deprecated.
|
Structure |
getParentStructure()
Deprecated.
|
List<Range> |
getRanges()
Deprecated.
|
int |
getRank()
Deprecated.
Variable rank
|
int[] |
getShape()
Deprecated.
Variable shape
|
Section |
getShapeAsSection()
Deprecated.
|
String |
getShortName()
Deprecated.
short name of the data Variable
|
long |
getSize()
Deprecated.
|
String |
getUnitsString()
Deprecated.
Units of the Variable.
|
boolean |
isCoordinateVariable()
Deprecated.
|
boolean |
isMemberOfStructure()
Deprecated.
|
boolean |
isMetadata()
Deprecated.
|
boolean |
isScalar()
Deprecated.
|
boolean |
isUnlimited()
Deprecated.
|
boolean |
isVariableLength()
Deprecated.
|
Array |
read()
Deprecated.
|
Array |
read(int[] origin,
int[] shape)
Deprecated.
|
Array |
read(Section section)
Deprecated.
|
Array |
read(String rangeSpec)
Deprecated.
|
byte |
readScalarByte()
Deprecated.
|
double |
readScalarDouble()
Deprecated.
|
float |
readScalarFloat()
Deprecated.
|
int |
readScalarInt()
Deprecated.
|
long |
readScalarLong()
Deprecated.
|
short |
readScalarShort()
Deprecated.
|
String |
readScalarString()
Deprecated.
|
Variable |
section(List<Range> ranges)
Deprecated.
|
String |
toStringDebug()
Deprecated.
|
attributes, findAttributeIgnoreCase, getAttributes, getName
compareTo
String getFullName()
VariableSimpleIF
getFullName
in interface VariableSimpleIF
String getFullNameEscaped()
String getShortName()
VariableSimpleIF
getShortName
in interface VariableSimpleIF
void getNameAndDimensions(Formatter result, boolean useFullName, boolean strict)
boolean isUnlimited()
DataType getDataType()
VariableSimpleIF
getDataType
in interface VariableSimpleIF
EnumTypedef getEnumTypedef()
int getRank()
VariableSimpleIF
getRank
in interface VariableSimpleIF
boolean isScalar()
long getSize()
int getElementSize()
int[] getShape()
VariableSimpleIF
getShape
in interface VariableSimpleIF
List<Dimension> getDimensions()
VariableSimpleIF
getDimensions
in interface VariableSimpleIF
Dimension getDimension(int index)
int findDimensionIndex(String dimName)
@Deprecated Attribute findAttribute(String attName)
Group getParentGroup()
Variable section(List<Range> ranges) throws InvalidRangeException
InvalidRangeException
Section getShapeAsSection()
Array read(int[] origin, int[] shape) throws IOException, InvalidRangeException
IOException
InvalidRangeException
Array read(String rangeSpec) throws IOException, InvalidRangeException
IOException
InvalidRangeException
Array read(Section section) throws IOException, InvalidRangeException
IOException
InvalidRangeException
Array read() throws IOException
IOException
boolean isCoordinateVariable()
boolean isMemberOfStructure()
boolean isVariableLength()
boolean isMetadata()
Structure getParentStructure()
String getDescription()
VariableSimpleIF
getDescription
in interface VariableSimpleIF
String getUnitsString()
VariableSimpleIF
getUnitsString
in interface VariableSimpleIF
byte readScalarByte() throws IOException
IOException
short readScalarShort() throws IOException
IOException
int readScalarInt() throws IOException
IOException
long readScalarLong() throws IOException
IOException
float readScalarFloat() throws IOException
IOException
double readScalarDouble() throws IOException
IOException
String readScalarString() throws IOException
IOException
String toStringDebug()