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