public interface TableConfigurer
for plugins| Modifier and Type | Method and Description |
|---|---|
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) |
boolean isMine(FeatureType wantFeatureType, NetcdfDataset ds)
wantFeatureType - want this FeatureTypeds - for this datasetTableConfig 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)