public static class PointFeatureDatasetViewer.StnProfileFeatureBean extends PointFeatureDatasetViewer.FeatureBean
Constructor and Description |
---|
StnProfileFeatureBean(ProfileFeature pfc) |
Modifier and Type | Method and Description |
---|---|
CalendarDate |
getDate() |
double |
getLatitude() |
double |
getLongitude() |
int |
getNobs() |
java.lang.String |
getProfileName() |
void |
setNobs(int npts) |
getFields, showFields
public StnProfileFeatureBean(ProfileFeature pfc) throws java.io.IOException
java.io.IOException
public java.lang.String getProfileName()
public void setNobs(int npts)
public int getNobs()
public double getLatitude()
public double getLongitude()
public CalendarDate getDate()