public class GradsAttribute extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
GradsAttribute(String vName,
String aType,
String aName,
String aValue)
Create a GradsAttribute
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getType() |
String |
getValue() |
String |
getVariable()
Get the variable this is associated with
|
static GradsAttribute |
parseAttribute(String attrSpec)
Parse an attribute spec
|
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
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()
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.