public interface VariableEnhanced
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<CoordinateSystem> |
getCoordinateSystems()
Get the list of Coordinate Systems for this Variable, larger number of axes first.
|
String |
getDescription()
Get the description of the Variable, or null if none.
|
String |
getFullName()
Get the full name of this Variable, with Group names
|
String |
getOriginalName()
The original name of the Variable (in case it was renamed in NcML).
|
Variable |
getOriginalVariable()
A VariableDS usually wraps another Variable.
|
Group |
getParentGroup()
Get the containing Group.
|
String |
getShortName()
Get the short name of this Variable, local to its parent Group.
|
String |
getUnitsString()
Get the Unit String for the Variable, or null if none.
|
String getFullName()
String getShortName()
@Nullable Variable getOriginalVariable()
@Nullable String getOriginalName()
@Nullable String getDescription()
@Nullable String getUnitsString()
Group getParentGroup()
com.google.common.collect.ImmutableList<CoordinateSystem> getCoordinateSystems()