public class CFpointObs extends TableConfigurerImpl
Constructor and Description |
---|
CFpointObs() |
Modifier and Type | Method and Description |
---|---|
TableConfig |
getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
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.
|
protected String |
matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |
findNameVariableWithStandardNameAndDimension, findVariableWithAttributeAndDimension, findVariableWithStandardNameAndNotDimension, findZAxisNotStationAlt, getConvName, getConvUsed, isEffectivelyScaler, matchAxisTypeAndDimension, matchAxisTypeAndDimension, setConvName, setConvUsed
public boolean isMine(FeatureType wantFeatureType, NetcdfDataset ds)
TableConfigurer
wantFeatureType
- want this FeatureTypeds
- for this datasetpublic TableConfig getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog) throws IOException
TableConfigurer
wantFeatureType
- want this FeatureTypeds
- for this dataset, which has already passed isMine() testerrlog
- put error messages here, may be null.IOException
- on read errorprotected String matchAxisTypeAndDimension(NetcdfDataset ds, AxisType type, Dimension outer)
matchAxisTypeAndDimension
in class TableConfigurerImpl
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.