public static class AbstractRadialAdapter.MyRadialVariableAdapter extends java.lang.Object implements VariableSimpleIF
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
| Constructor and Description |
|---|
MyRadialVariableAdapter(java.lang.String vName,
Variable v) |
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes()
Attributes for the variable.
|
int |
compareTo(VariableSimpleIF o)
Sort by full name
|
Attribute |
findAttributeIgnoreCase(java.lang.String attName)
find the attribute for the variable with the given name, ignoring case.
|
java.util.List<Attribute> |
getAttributes()
Deprecated.
|
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 |
getInfo() |
java.lang.String |
getName()
Name of the data Variable.
|
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.
|
java.lang.String |
toString() |
public MyRadialVariableAdapter(java.lang.String vName,
Variable v)
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(VariableSimpleIF o)
compareTo in interface java.lang.Comparable<VariableSimpleIF>public java.lang.String getName()
VariableSimpleIFgetName in interface VariableSimpleIFpublic java.lang.String getFullName()
VariableSimpleIFgetFullName in interface VariableSimpleIFpublic java.lang.String getShortName()
VariableSimpleIFgetShortName in interface VariableSimpleIFpublic DataType getDataType()
VariableSimpleIFgetDataType in interface VariableSimpleIFpublic java.lang.String getDescription()
VariableSimpleIFgetDescription in interface VariableSimpleIFpublic java.lang.String getInfo()
public java.lang.String getUnitsString()
VariableSimpleIFgetUnitsString in interface VariableSimpleIFpublic int getRank()
VariableSimpleIFgetRank in interface VariableSimpleIFpublic int[] getShape()
VariableSimpleIFgetShape in interface VariableSimpleIFpublic java.util.List<Dimension> getDimensions()
VariableSimpleIFgetDimensions in interface VariableSimpleIF@Deprecated public java.util.List<Attribute> getAttributes()
VariableSimpleIFgetAttributes in interface VariableSimpleIFpublic Attribute findAttributeIgnoreCase(java.lang.String attName)
VariableSimpleIFfindAttributeIgnoreCase in interface VariableSimpleIFattName - attribute namepublic AttributeContainer attributes()
VariableSimpleIFattributes in interface VariableSimpleIF