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