public class Evaluator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
getDimension(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static java.lang.String |
getDimensionName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static FeatureType |
getFeatureType(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
Turn the key into a String and return the corresponding featureType, if any.
|
static java.lang.String |
getLiteral(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
Translate key to value
|
static java.lang.String |
getNameOfVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue) |
static java.lang.String |
getNameOfVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue) |
static Structure |
getNestedStructure(Structure s) |
static Structure |
getStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1) |
java.lang.String |
getValue() |
static java.lang.String |
getVariableAttributeValue(NetcdfDataset ds,
java.lang.String attName) |
static java.lang.String |
getVariableName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static Variable |
getVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName) |
static Variable |
getVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue) |
static Variable |
getVariableWithAttributeValue(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue) |
static boolean |
hasRecordStructure(NetcdfDataset ds) |
public static FeatureType getFeatureType(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
ds - look in this datsetkey - if starts with ":", replace with value of global attributeerrlog - error messages herepublic static java.lang.String getLiteral(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
ds - look in this datsetkey - if starts with ":", look for global attributeerrlog - error messages herepublic static java.lang.String getVariableName(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
public static Variable getVariableWithAttribute(NetcdfDataset ds, java.lang.String attName)
public static Variable getVariableWithAttributeValue(NetcdfDataset ds, java.lang.String attName, java.lang.String attValue)
public static java.lang.String getVariableAttributeValue(NetcdfDataset ds, java.lang.String attName)
public static java.lang.String getNameOfVariableWithAttribute(NetcdfDataset ds, java.lang.String attName, java.lang.String attValue)
public static java.lang.String getNameOfVariableWithAttribute(Structure struct, java.lang.String attName, java.lang.String attValue)
public static Variable getVariableWithAttribute(Structure struct, java.lang.String attName, java.lang.String attValue)
public static java.lang.String getDimensionName(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
public static Dimension getDimension(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
public static Structure getStructureWithDimensions(NetcdfDataset ds, Dimension dim0, Dimension dim1)
public static boolean hasRecordStructure(NetcdfDataset ds)
public java.lang.String getValue()