ucar.nc2.ft.point.standard.plug
Class CFpointObs
java.lang.Object
ucar.nc2.ft.point.standard.TableConfigurerImpl
ucar.nc2.ft.point.standard.plug.CFpointObs
- All Implemented Interfaces:
- TableConfigurer
public class CFpointObs
- extends TableConfigurerImpl
CF "point obs" Convention
- Since:
- Nov 3, 2008
- Author:
- caron
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFpointObs
public CFpointObs()
isMine
public boolean isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
- Description copied from interface:
TableConfigurer
- Determine if this is a dataset that can be opened as a point obs dataset.
- Parameters:
wantFeatureType - want this FeatureTypeds - for this dataset
- Returns:
- true if it can be opened as a wantFeatureType dataset
getConfig
public TableConfig getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
throws java.io.IOException
- Description copied from interface:
TableConfigurer
- Create a TableConfig for this dataset.
- Parameters:
wantFeatureType - want this FeatureTypeds - for this dataset, which has already passed isMine() testerrlog - put error messages here, may be null.
- Returns:
- TableConfig for this dataset
- Throws:
java.io.IOException - on read error
getPointConfig
protected TableConfig getPointConfig(NetcdfDataset ds,
java.util.Formatter errlog)
getStationConfig
protected TableConfig getStationConfig(NetcdfDataset ds,
java.util.Formatter errlog)
throws java.io.IOException
- Throws:
java.io.IOException
getProfileConfig
protected TableConfig getProfileConfig(NetcdfDataset ds,
java.util.Formatter errlog)
getTrajectoryConfig
protected TableConfig getTrajectoryConfig(NetcdfDataset ds,
java.util.Formatter errlog)
getStationProfileConfig
protected TableConfig getStationProfileConfig(NetcdfDataset ds,
java.util.Formatter errlog)