|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.text.NwxTextProductDataSource.TableInfo
protected class NwxTextProductDataSource.TableInfo
Class to hold the table information
| Field Summary | |
|---|---|
static String |
FLAG_B
B type products |
static String |
FLAG_F
F type products |
static String |
FLAG_M
M type products |
static String |
FLAG_O
O type products |
static String |
FLAG_R
R type products |
static String |
FLAG_S
S type products |
static String |
FLAG_W
W type products |
static String |
FLAG_Z
Z type products |
| Constructor Summary | |
|---|---|
NwxTextProductDataSource.TableInfo(String type,
String locationFile,
String flag,
String dataDir,
String fileExtension)
Create a new TableInfo |
|
| Method Summary | |
|---|---|
String |
toString()
Get a String representation of the table info |
boolean |
useStationTable()
Should we use this type of data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String FLAG_B
public static final String FLAG_S
public static final String FLAG_W
public static final String FLAG_R
public static final String FLAG_M
public static final String FLAG_F
public static final String FLAG_Z
public static final String FLAG_O
| Constructor Detail |
|---|
public NwxTextProductDataSource.TableInfo(String type,
String locationFile,
String flag,
String dataDir,
String fileExtension)
type - the type of productslocationFile - the file holding location infoflag - the flagdataDir - the data directoryfileExtension - the file extension| Method Detail |
|---|
public boolean useStationTable()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||