public static class PointFeatureDatasetViewer.StnProfileFeatureBean extends PointFeatureDatasetViewer.FeatureBean
| Constructor and Description |
|---|
StnProfileFeatureBean(ucar.nc2.ft.ProfileFeature pfc) |
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.time.CalendarDate |
getDate() |
double |
getLatitude() |
double |
getLongitude() |
int |
getNobs() |
String |
getProfileName() |
void |
setNobs(int npts) |
getFields, showFieldspublic StnProfileFeatureBean(ucar.nc2.ft.ProfileFeature pfc)
throws IOException
IOExceptionpublic String getProfileName()
public void setNobs(int npts)
public int getNobs()
public double getLatitude()
public double getLongitude()
public ucar.nc2.time.CalendarDate getDate()