ucar.nc2.ft.point.standard
Interface TableConfigurer

All Known Implementing Classes:
CFpoint, FslWindProfiler, Madis, Ndbc, UnidataPointFeature, UnidataPointObs

public interface TableConfigurer

To analyze specific datasets, implement a TableConfigurer, whose job is to create TableConfig, used by TableAnalyzer.

Since:
Apr 23, 2008
Author:
caron

Method Summary
 TableConfig getConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
 boolean isMine(NetcdfDataset ds)
           
 

Method Detail

isMine

boolean isMine(NetcdfDataset ds)
               throws java.io.IOException
Throws:
java.io.IOException

getConfig

TableConfig getConfig(NetcdfDataset ds,
                      java.util.Formatter errlog)
                      throws java.io.IOException
Throws:
java.io.IOException