|
||||||||||
| 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 TableConfig, used by TableAnalyzer.
| Method Summary | |
|---|---|
TableConfig |
getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
Create a TableConfig for this dataset. |
java.lang.String |
getConvName()
|
java.lang.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(java.lang.String convName)
|
void |
setConvUsed(java.lang.String convUsed)
|
| Method Detail |
|---|
boolean isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
throws java.io.IOException
wantFeatureType - want this FeatureTypeds - for this dataset
java.io.IOException - on read error
TableConfig getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
throws java.io.IOException
wantFeatureType - want this FeatureTypeds - for this dataset, which has already passed isMine() testerrlog - put error messages here, may be null.
java.io.IOException - on read errorjava.lang.String getConvName()
void setConvName(java.lang.String convName)
java.lang.String getConvUsed()
void setConvUsed(java.lang.String convUsed)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||