public static class StandardFields.StandardFieldsFromStructure extends Object
| Constructor and Description |
|---|
StandardFieldsFromStructure(int center,
ucar.nc2.Structure obs) |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(ucar.ma2.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) |
ucar.nc2.time.CalendarDate |
makeCalendarDate() |
public StandardFieldsFromStructure(int center,
ucar.nc2.Structure obs)
public void extract(ucar.ma2.StructureData sdata)
public boolean hasField(BufrCdmIndexProto.FldType type)
public String getFieldName(BufrCdmIndexProto.FldType type)
public String getFieldValueS(BufrCdmIndexProto.FldType type)
public int getFieldValue(BufrCdmIndexProto.FldType type)
public double getFieldValueD(BufrCdmIndexProto.FldType type)
public String getStationId()
public ucar.nc2.time.CalendarDate makeCalendarDate()