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