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 class
BufrConfig.BufrStation
static class
BufrConfig.FieldConverter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
FeatureType
getFeatureType()
String
getFilename()
int
getMessHash()
long
getNobs()
BufrConfig.FieldConverter
getRootConverter()
BufrConfig.FieldConverter
getStandardField(BufrCdmIndexProto.FldType want)
long
getStart()
Map<String,BufrConfig.BufrStation>
getStationMap()
static BufrConfig
scanEntireFile(RandomAccessFile raf)
void
show(Formatter out)
-
-
-
Method Detail
-
scanEntireFile
public static BufrConfig scanEntireFile(RandomAccessFile raf)
-
getFilename
public String getFilename()
-
getRootConverter
public BufrConfig.FieldConverter getRootConverter()
-
getStationMap
public Map<String,BufrConfig.BufrStation> getStationMap()
-
getMessHash
public int getMessHash()
-
getFeatureType
public 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)
-
-