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 classStandardFields.StandardFieldsFromMessagestatic classStandardFields.StandardFieldsFromStructure
-
Constructor Summary
Constructors Constructor Description StandardFields()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StandardFields.StandardFieldsFromMessageextract(Message m)static BufrCdmIndexProto.FldTypefindField(int center, String key)static BufrCdmIndexProto.FldTypefindStandardField(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)
-
-