ucar.nc2.ft.point.standard.plug
Class MadisAcars
java.lang.Object
ucar.nc2.ft.point.standard.TableConfigurerImpl
ucar.nc2.ft.point.standard.plug.Madis
ucar.nc2.ft.point.standard.plug.MadisAcars
- All Implemented Interfaces:
- TableConfigurer
public class MadisAcars
- extends Madis
Describe
- Since:
- Nov 10, 2009
- Author:
- caron
Nested classes/interfaces inherited from class ucar.nc2.ft.point.standard.plug.Madis |
Madis.VNames |
Methods inherited from class ucar.nc2.ft.point.standard.TableConfigurerImpl |
findNameVariableWithStandardNameAndDimension, findVariableWithStandardNameAndDimension, findVariableWithStandardNameAndNotDimension, findZAxisNotStationAlt, getConvName, getConvUsed, isEffectivelyScaler, matchAxisTypeAndDimension, matchAxisTypeAndDimension, matchAxisTypeAndDimension, setConvName, setConvUsed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MadisAcars
public MadisAcars()
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.
- Specified by:
isMine
in interface TableConfigurer
- Overrides:
isMine
in class Madis
- 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,
Formatter errlog)
- Description copied from interface:
TableConfigurer
- Create a TableConfig for this dataset.
- Specified by:
getConfig
in interface TableConfigurer
- Overrides:
getConfig
in class Madis
- 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
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.