Package ucar.nc2.ft.point.bufr
Class StandardFields.StandardFieldsFromStructure
- java.lang.Object
-
- ucar.nc2.ft.point.bufr.StandardFields.StandardFieldsFromStructure
-
- Enclosing class:
- StandardFields
public static class StandardFields.StandardFieldsFromStructure extends Object
-
-
Constructor Summary
Constructors Constructor Description StandardFieldsFromStructure(int center, Structure obs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extract(StructureData sdata)
String
getFieldName(BufrCdmIndexProto.FldType type)
int
getFieldValue(BufrCdmIndexProto.FldType type)
double
getFieldValueD(BufrCdmIndexProto.FldType type)
String
getFieldValueS(BufrCdmIndexProto.FldType type)
String
getStationId()
boolean
hasField(BufrCdmIndexProto.FldType type)
CalendarDate
makeCalendarDate()
-
-
-
Constructor Detail
-
StandardFieldsFromStructure
public StandardFieldsFromStructure(int center, Structure obs)
-
-
Method Detail
-
extract
public void extract(StructureData sdata)
-
hasField
public boolean hasField(BufrCdmIndexProto.FldType type)
-
getFieldName
public String getFieldName(BufrCdmIndexProto.FldType type)
-
getFieldValueS
public String getFieldValueS(BufrCdmIndexProto.FldType type)
-
getFieldValue
public int getFieldValue(BufrCdmIndexProto.FldType type)
-
getFieldValueD
public double getFieldValueD(BufrCdmIndexProto.FldType type)
-
getStationId
public String getStationId()
-
makeCalendarDate
public CalendarDate makeCalendarDate()
-
-