public class BufrFeatureDatasetFactory
extends java.lang.Object
implements ucar.nc2.ft.FeatureDatasetFactory
| Constructor and Description |
|---|
BufrFeatureDatasetFactory() |
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.constants.FeatureType[] |
getFeatureTypes() |
java.lang.Object |
isMine(ucar.nc2.constants.FeatureType wantFeatureType,
ucar.nc2.dataset.NetcdfDataset ncd,
java.util.Formatter errlog) |
ucar.nc2.ft.FeatureDataset |
open(ucar.nc2.constants.FeatureType ftype,
ucar.nc2.dataset.NetcdfDataset ncd,
java.lang.Object analysis,
ucar.nc2.util.CancelTask task,
java.util.Formatter errlog) |
public java.lang.Object isMine(ucar.nc2.constants.FeatureType wantFeatureType,
ucar.nc2.dataset.NetcdfDataset ncd,
java.util.Formatter errlog)
throws java.io.IOException
isMine in interface ucar.nc2.ft.FeatureDatasetFactoryjava.io.IOExceptionpublic ucar.nc2.constants.FeatureType[] getFeatureTypes()
getFeatureTypes in interface ucar.nc2.ft.FeatureDatasetFactorypublic ucar.nc2.ft.FeatureDataset open(ucar.nc2.constants.FeatureType ftype,
ucar.nc2.dataset.NetcdfDataset ncd,
java.lang.Object analysis,
ucar.nc2.util.CancelTask task,
java.util.Formatter errlog)
throws java.io.IOException
open in interface ucar.nc2.ft.FeatureDatasetFactoryjava.io.IOException