visad.data.netcdf.units
Class UnitParser

java.lang.Object
  extended by visad.data.units.UnitParser
      extended by visad.data.netcdf.units.UnitParser
All Implemented Interfaces:
UnitParserConstants

Deprecated. Use visad.data.units.UnitParser instead

public class UnitParser
extends UnitParser


Field Summary
 
Fields inherited from class visad.data.units.UnitParser
jj_nt, julianDayOrigin, SECOND, token, token_source, unitsDB
 
Fields inherited from interface visad.data.units.UnitParserConstants
COLON, DEFAULT, DIVIDE, EOF, LB, LETTER, LG, LN, LPAREN, MINUS, NAME, PERIOD, PLUS, RAISE, REAL_EXP, RPAREN, SHIFT, SIGN, SP, STAR, SYMBOL, T, tokenImage, UINT, UTC
 
Constructor Summary
UnitParser(InputStream stream)
          Deprecated. Use visad.data.units.UnitParser(stream) instead
 
Method Summary
static double encodeTimestamp(int year, int month, int day, int hour, int minute, float second, int zone)
          Deprecated. Use visad.data.units.UnitParser.encodeTimestamp() instead
 
Methods inherited from class visad.data.units.UnitParser
basicExpr, clockExpr, dateExpr, disable_tracing, enable_tracing, generateParseException, getNextToken, getToken, integer, julianDay, logExpr, main, number, parse, powerExpr, productExpr, real, ReInit, ReInit, ReInit, ReInit, shiftExpr, sign, tenFactor, timeOriginExpr, unitIdentifier, unitSpec, unsignedDecimal, unsignedInteger, zoneExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitParser

public UnitParser(InputStream stream)
Deprecated. Use visad.data.units.UnitParser(stream) instead

Method Detail

encodeTimestamp

public static double encodeTimestamp(int year,
                                     int month,
                                     int day,
                                     int hour,
                                     int minute,
                                     float second,
                                     int zone)
Deprecated. Use visad.data.units.UnitParser.encodeTimestamp() instead