|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.standard.Evaluator
public class Evaluator
Helper routines for Nested Tables
| Method Summary | |
|---|---|
static Dimension |
getDimension(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 Structure |
getStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1)
|
java.lang.String |
getValue()
|
static java.lang.String |
getVariableName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
|
static java.lang.String |
getVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue)
|
static java.lang.String |
getVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue)
|
static boolean |
hasRecordStructure(NetcdfDataset ds)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 here
public 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 here
public static java.lang.String getVariableName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
public static java.lang.String getVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue)
public static java.lang.String getVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue)
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||