public class RadialDatasetSweepAdapter.MyRadialVariableAdapter extends Object implements VariableSimpleIF
| Constructor and Description |
|---|
RadialDatasetSweepAdapter.MyRadialVariableAdapter(String vName,
List<Attribute> atts) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VariableSimpleIF o)
Sort by name
|
Attribute |
findAttributeIgnoreCase(String attName)
find the attribute for the variable with the given name, ignoring case.
|
List<Attribute> |
getAttributes()
Attributes for the variable.
|
DataType |
getDataType()
Variable's data type
|
String |
getDescription()
description of the Variable
|
List<Dimension> |
getDimensions()
Dimension List.
|
String |
getFullName()
full, unescaped name of the data Variable
|
String |
getInfo() |
String |
getName()
name of the data Variable
|
int |
getRank()
Variable rank
|
int[] |
getShape()
Variable shape
|
String |
getShortName()
short name of the data Variable
|
String |
getUnitsString()
Units of the Variable.
|
String |
toString() |
public int compareTo(VariableSimpleIF o)
compareTo in interface Comparable<VariableSimpleIF>public String getName()
VariableSimpleIFgetName in interface VariableSimpleIFpublic String getFullName()
VariableSimpleIFgetFullName in interface VariableSimpleIFpublic String getShortName()
VariableSimpleIFgetShortName in interface VariableSimpleIFpublic DataType getDataType()
VariableSimpleIFgetDataType in interface VariableSimpleIFpublic String getDescription()
VariableSimpleIFgetDescription in interface VariableSimpleIFpublic String getInfo()
public String getUnitsString()
VariableSimpleIFgetUnitsString in interface VariableSimpleIFpublic int getRank()
VariableSimpleIFgetRank in interface VariableSimpleIFpublic int[] getShape()
VariableSimpleIFgetShape in interface VariableSimpleIFpublic List<Dimension> getDimensions()
VariableSimpleIFgetDimensions in interface VariableSimpleIFpublic List<Attribute> getAttributes()
VariableSimpleIFgetAttributes in interface VariableSimpleIFpublic Attribute findAttributeIgnoreCase(String attName)
VariableSimpleIFfindAttributeIgnoreCase in interface VariableSimpleIFattName - attribute nameCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.