public interface VariableSimpleIF extends java.lang.Comparable<VariableSimpleIF>
FeatureDataset
Modifier and Type | Method and Description |
---|---|
Attribute |
findAttributeIgnoreCase(java.lang.String name)
find the attribute for the variable with the given name, ignoring case.
|
java.util.List<Attribute> |
getAttributes()
Attributes for the variable.
|
DataType |
getDataType()
Variable's data type
|
java.lang.String |
getDescription()
description of the Variable
|
java.util.List<Dimension> |
getDimensions()
Dimension List.
|
java.lang.String |
getFullName()
full, backslash escaped name of the data Variable
|
java.lang.String |
getName()
Deprecated.
use getFullName or getShortName
|
int |
getRank()
Variable rank
|
int[] |
getShape()
Variable shape
|
java.lang.String |
getShortName()
short name of the data Variable
|
java.lang.String |
getUnitsString()
Units of the Variable.
|
@Deprecated java.lang.String getName()
java.lang.String getFullName()
java.lang.String getShortName()
java.lang.String getDescription()
java.lang.String getUnitsString()
int getRank()
int[] getShape()
java.util.List<Dimension> getDimensions()
DataType getDataType()
java.util.List<Attribute> getAttributes()
Attribute findAttributeIgnoreCase(java.lang.String name)
name
- attribute name