|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableSimpleIF
A "Simple" Variable, that allows non-netcdf implementations of typed datasets.
TypedDataset| Method Summary | |
|---|---|
double |
convertScaleOffsetMissing(byte value)
|
double |
convertScaleOffsetMissing(double value)
|
double |
convertScaleOffsetMissing(int value)
|
double |
convertScaleOffsetMissing(long value)
|
double |
convertScaleOffsetMissing(short value)
|
Attribute |
findAttributeIgnoreCase(java.lang.String name)
Return the attribute for the variable with the given name, ignoring case. |
java.util.List |
getAttributes()
Attributes for the variable. |
DataType |
getDataType()
Variable data type |
java.lang.String |
getDescription()
Text description of the Variable |
java.util.List |
getDimensions()
Variable dimensions |
java.lang.String |
getName()
The full name of the data Variable |
int |
getRank()
Variable rank |
int[] |
getShape()
Variable shape |
java.lang.String |
getShortName()
The short name of the data Variable |
java.lang.String |
getUnitsString()
|
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getShortName()
java.lang.String getDescription()
java.lang.String getUnitsString()
int getRank()
int[] getShape()
java.util.List getDimensions()
DataType getDataType()
java.util.List getAttributes()
Attribute findAttributeIgnoreCase(java.lang.String name)
double convertScaleOffsetMissing(byte value)
double convertScaleOffsetMissing(short value)
double convertScaleOffsetMissing(int value)
double convertScaleOffsetMissing(long value)
double convertScaleOffsetMissing(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||