Package ucar.nc2.ft.point.bufr
Class StandardFields
- java.lang.Object
-
- ucar.nc2.ft.point.bufr.StandardFields
-
public class StandardFields extends Object
Extract standard fields from BUFR- Since:
- 8/7/13
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardFields.StandardFieldsFromMessage
static class
StandardFields.StandardFieldsFromStructure
-
Constructor Summary
Constructors Constructor Description StandardFields()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StandardFields.StandardFieldsFromMessage
extract(Message m)
static BufrCdmIndexProto.FldType
findField(int center, String key)
static BufrCdmIndexProto.FldType
findStandardField(String key)
-
-
-
Method Detail
-
findField
public static BufrCdmIndexProto.FldType findField(int center, String key)
-
findStandardField
public static BufrCdmIndexProto.FldType findStandardField(String key)
-
extract
public static StandardFields.StandardFieldsFromMessage extract(Message m)
-
-