Package ucar.unidata.data.text
Class NwxTextProductDataSource.TableInfo
java.lang.Object
ucar.unidata.data.text.NwxTextProductDataSource.TableInfo
- Enclosing class:
NwxTextProductDataSource
Class to hold the table information
- Version:
- $Revision: 1.3 $
- Author:
- IDV Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
B type productsstatic final String
F type productsstatic final String
M type productsstatic final String
O type productsstatic final String
R type productsstatic final String
S type productsstatic final String
W type productsstatic final String
Z type products -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Get a String representation of the table infoboolean
Should we use this type of data
-
Field Details
-
FLAG_B
B type products- See Also:
-
FLAG_S
S type products- See Also:
-
FLAG_W
W type products- See Also:
-
FLAG_R
R type products- See Also:
-
FLAG_M
M type products- See Also:
-
FLAG_F
F type products- See Also:
-
FLAG_Z
Z type products- See Also:
-
FLAG_O
O type products- See Also:
-
-
Constructor Details
-
TableInfo
public TableInfo(String type, String locationFile, String flag, String dataDir, String fileExtension) Create a new TableInfo- Parameters:
type
- the type of productslocationFile
- the file holding location infoflag
- the flagdataDir
- the data directoryfileExtension
- the file extension
-
-
Method Details