ucar.nc2.ft.point.standard
Class Evaluator

java.lang.Object
  extended by ucar.nc2.ft.point.standard.Evaluator

public class Evaluator
extends java.lang.Object

Since:
Apr 23, 2008
Author:
caron

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)
           
static java.lang.String getLiteral(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
           
 java.lang.String getValue()
           
static java.lang.String getVariableName(NetcdfDataset ds, java.lang.String key, java.util.Formatter errlog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeatureType

public static FeatureType getFeatureType(NetcdfDataset ds,
                                         java.lang.String key,
                                         java.util.Formatter errlog)

getLiteral

public static java.lang.String getLiteral(NetcdfDataset ds,
                                          java.lang.String key,
                                          java.util.Formatter errlog)

getVariableName

public static java.lang.String getVariableName(NetcdfDataset ds,
                                               java.lang.String key,
                                               java.util.Formatter errlog)

getDimension

public static Dimension getDimension(NetcdfDataset ds,
                                     java.lang.String key,
                                     java.util.Formatter errlog)

getValue

public java.lang.String getValue()