public static class StandardFields.StandardFieldsFromStructure
extends java.lang.Object
Constructor and Description |
---|
StandardFieldsFromStructure(int center,
Structure obs) |
Modifier and Type | Method and Description |
---|---|
void |
extract(StructureData sdata) |
java.lang.String |
getFieldName(BufrCdmIndexProto.FldType type) |
int |
getFieldValue(BufrCdmIndexProto.FldType type) |
double |
getFieldValueD(BufrCdmIndexProto.FldType type) |
java.lang.String |
getFieldValueS(BufrCdmIndexProto.FldType type) |
java.lang.String |
getStationId() |
boolean |
hasField(BufrCdmIndexProto.FldType type) |
CalendarDate |
makeCalendarDate() |
public StandardFieldsFromStructure(int center, Structure obs)
public void extract(StructureData sdata)
public boolean hasField(BufrCdmIndexProto.FldType type)
public java.lang.String getFieldName(BufrCdmIndexProto.FldType type)
public java.lang.String getFieldValueS(BufrCdmIndexProto.FldType type)
public int getFieldValue(BufrCdmIndexProto.FldType type)
public double getFieldValueD(BufrCdmIndexProto.FldType type)
public java.lang.String getStationId()
public CalendarDate makeCalendarDate()