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(ucar.nc2.ft.ProfileFeature pfc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.nc2.time.CalendarDategetDate()doublegetLatitude()doublegetLongitude()intgetNobs()StringgetProfileName()voidsetNobs(int npts)-
Methods inherited from class ucar.nc2.ui.op.PointFeatureDatasetViewer.FeatureBean
getFields, showFields
-
-
-
-
Constructor Detail
-
StnProfileFeatureBean
public StnProfileFeatureBean(ucar.nc2.ft.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 ucar.nc2.time.CalendarDate getDate()
-
-