public class FslWindProfiler extends TableConfigurerImpl
| Constructor and Description | 
|---|
| FslWindProfiler() | 
| Modifier and Type | Method and Description | 
|---|---|
| TableConfig | getConfig(FeatureType wantFeatureType,
         NetcdfDataset ds,
         java.util.Formatter errlog)Create a TableConfig for this dataset. | 
| boolean | isMine(FeatureType wantFeatureType,
      NetcdfDataset ds)Determine if this is a dataset that can be opened as a point obs dataset. | 
findZAxisNotStationAlt, getConvName, getConvUsed, matchAxisTypeAndDimension, matchAxisTypeAndDimension, setConvName, setConvUsedpublic boolean isMine(FeatureType wantFeatureType, NetcdfDataset ds)
TableConfigurerwantFeatureType - want this FeatureTypeds - for this datasetpublic TableConfig getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog) throws java.io.IOException
TableConfigurerwantFeatureType - want this FeatureTypeds - for this dataset, which has already passed isMine() testerrlog - put error messages here, may be null.java.io.IOException - on read error