Package ucar.nc2.iosp.bufr
Class BufrConfig
- java.lang.Object
-
- ucar.nc2.iosp.bufr.BufrConfig
-
public class BufrConfig extends Object
Configuration for converting BUFR files to CDM DataDescriptor tree becomes FieldConverter tree with annotations.- Since:
- 8/8/13
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBufrConfig.BufrStationstatic classBufrConfig.FieldConverter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEnd()ucar.nc2.constants.FeatureTypegetFeatureType()StringgetFilename()intgetMessHash()longgetNobs()BufrConfig.FieldConvertergetRootConverter()BufrConfig.FieldConvertergetStandardField(BufrCdmIndexProto.FldType want)longgetStart()Map<String,BufrConfig.BufrStation>getStationMap()static BufrConfigscanEntireFile(ucar.unidata.io.RandomAccessFile raf)voidshow(Formatter out)
-
-
-
Method Detail
-
scanEntireFile
public static BufrConfig scanEntireFile(ucar.unidata.io.RandomAccessFile raf)
-
getFilename
public String getFilename()
-
getRootConverter
public BufrConfig.FieldConverter getRootConverter()
-
getStationMap
public Map<String,BufrConfig.BufrStation> getStationMap()
-
getMessHash
public int getMessHash()
-
getFeatureType
public ucar.nc2.constants.FeatureType getFeatureType()
-
getStandardField
public BufrConfig.FieldConverter getStandardField(BufrCdmIndexProto.FldType want)
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getNobs
public long getNobs()
-
show
public void show(Formatter out)
-
-