|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.grads.GradsAttribute
public class GradsAttribute
Hold information about GrADS attributes
Field Summary | |
---|---|
static String |
BYTE
Grads Btye identifier |
static String |
FLOAT32
GrADS Float32 identifier |
static String |
FLOAT64
GrADS Float64 identifier |
static String |
GLOBAL
the global identifier |
static String |
INT16
GrADS Int16 identifier |
static String |
INT32
GrADS Int32 identifier |
static String |
STRING
Grads String identifier |
static String |
UINT16
GrADS UInt16 identifier |
static String |
UINT32
GrADS UInt32 identifier |
Constructor Summary | |
---|---|
GradsAttribute(String vName,
String aType,
String aName,
String aValue)
Create a GradsAttribute |
Method Summary | |
---|---|
String |
getName()
|
String |
getType()
|
String |
getValue()
|
String |
getVariable()
Get the variable this is associated with |
static GradsAttribute |
parseAttribute(String attrSpec)
Parse an attribute spec |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GLOBAL
public static final String STRING
public static final String BYTE
public static final String INT16
public static final String UINT16
public static final String INT32
public static final String UINT32
public static final String FLOAT32
public static final String FLOAT64
Constructor Detail |
---|
public GradsAttribute(String vName, String aType, String aName, String aValue)
vName
- the variableaType
- the attribute typeaName
- the attribute nameaValue
- the attribute valueMethod Detail |
---|
public static GradsAttribute parseAttribute(String attrSpec)
attrSpec
- the attribute spec (e.g. @ precip String units mm/day)
public String getVariable()
public String getType()
public String getName()
public String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |