|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableConfigurer
To analyze specific datasets, implement a TableConfigurer, whose job is to create a TableConfig, used by TableAnalyzer.
for plugins
Method Summary | |
---|---|
TableConfig |
getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Create a TableConfig for this dataset. |
String |
getConvName()
|
String |
getConvUsed()
|
boolean |
isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Determine if this is a dataset that can be opened as a point obs dataset. |
void |
setConvName(String convName)
|
void |
setConvUsed(String convUsed)
|
Method Detail |
---|
boolean isMine(FeatureType wantFeatureType, NetcdfDataset ds) throws IOException
wantFeatureType
- want this FeatureTypeds
- for this dataset
IOException
- on read errorTableConfig getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog) throws IOException
wantFeatureType
- want this FeatureTypeds
- for this dataset, which has already passed isMine() testerrlog
- put error messages here, may be null.
IOException
- on read errorString getConvName()
void setConvName(String convName)
String getConvUsed()
void setConvUsed(String convUsed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |