edu.sc.seis.seisFile.winston
Class WinstonTable
java.lang.Object
edu.sc.seis.seisFile.winston.WinstonTable
public class WinstonTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WinstonTable
protected WinstonTable(WinstonSCNL database,
java.lang.String tableName)
throws java.text.ParseException
- Throws:
java.text.ParseException
WinstonTable
protected WinstonTable(WinstonSCNL database,
int year,
int month,
int day)
getDatabase
public WinstonSCNL getDatabase()
getTableName
public java.lang.String getTableName()
getHeliTableName
public java.lang.String getHeliTableName()
internalGetTableName
protected java.lang.String internalGetTableName(boolean isHeliTable)
getYear
public int getYear()
getMonth
public int getMonth()
getDay
public int getDay()
parseDate
protected int[] parseDate(java.lang.String ymd)
throws java.text.ParseException
- Throws:
java.text.ParseException