public class BufrConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BufrConfig.BufrStation |
class |
BufrConfig.FieldConverter |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
ucar.nc2.constants.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 void |
main(String[] args) |
static BufrConfig |
openFromMessage(ucar.unidata.io.RandomAccessFile raf,
Message m,
org.jdom2.Element iospParam) |
static BufrConfig |
scanEntireFile(ucar.unidata.io.RandomAccessFile raf) |
void |
show(Formatter out) |
public static BufrConfig scanEntireFile(ucar.unidata.io.RandomAccessFile raf) throws IOException
IOExceptionpublic static BufrConfig openFromMessage(ucar.unidata.io.RandomAccessFile raf, Message m, org.jdom2.Element iospParam) throws IOException
IOExceptionpublic String getFilename()
public BufrConfig.FieldConverter getRootConverter()
public Map<String,BufrConfig.BufrStation> getStationMap()
public int getMessHash()
public ucar.nc2.constants.FeatureType getFeatureType()
public BufrConfig.FieldConverter getStandardField(BufrCdmIndexProto.FldType want)
public long getStart()
public long getEnd()
public long getNobs()
public void show(Formatter out)
public static void main(String[] args) throws IOException
IOException