Package ucar.nc2.ui.op
Class PointFeatureDatasetViewer.StnProfileFeatureBean
- java.lang.Object
-
- ucar.nc2.ui.op.PointFeatureDatasetViewer.FeatureBean
-
- ucar.nc2.ui.op.PointFeatureDatasetViewer.StnProfileFeatureBean
-
- Enclosing class:
- PointFeatureDatasetViewer
public static class PointFeatureDatasetViewer.StnProfileFeatureBean extends PointFeatureDatasetViewer.FeatureBean
-
-
Constructor Summary
Constructors Constructor Description StnProfileFeatureBean(ProfileFeature pfc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDate
getDate()
double
getLatitude()
double
getLongitude()
int
getNobs()
String
getProfileName()
void
setNobs(int npts)
-
Methods inherited from class ucar.nc2.ui.op.PointFeatureDatasetViewer.FeatureBean
getFields, showFields
-
-
-
-
Constructor Detail
-
StnProfileFeatureBean
public StnProfileFeatureBean(ProfileFeature pfc) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getProfileName
public String getProfileName()
-
setNobs
public void setNobs(int npts)
-
getNobs
public int getNobs()
-
getLatitude
public double getLatitude()
-
getLongitude
public double getLongitude()
-
getDate
public CalendarDate getDate()
-
-