public static class PointFeatureDatasetViewer.TrajectoryFeatureBean extends PointFeatureDatasetViewer.StationBean
| Constructor and Description |
|---|
TrajectoryFeatureBean(ucar.nc2.ft.TrajectoryFeature pfc) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ucar.unidata.geoloc.Station so) |
double |
getAltitude() |
String |
getDescription() |
double |
getLatitude() |
ucar.unidata.geoloc.LatLonPoint |
getLatLon() |
double |
getLongitude() |
String |
getName() |
int |
getNobs() |
String |
getWmoId() |
static String |
hiddenProperties() |
boolean |
isMissing() |
void |
setNobs(int npts) |
getFields, showFieldspublic TrajectoryFeatureBean(ucar.nc2.ft.TrajectoryFeature pfc)
throws IOException
IOExceptionpublic static String hiddenProperties()
public void setNobs(int npts)
setNobs in class PointFeatureDatasetViewer.StationBeanpublic int getNobs()
getNobs in interface ucar.unidata.geoloc.StationgetNobs in class PointFeatureDatasetViewer.StationBeanpublic String getName()
getName in interface ucar.unidata.geoloc.StationgetName in class PointFeatureDatasetViewer.StationBean@Nullable public String getDescription()
getDescription in interface ucar.unidata.geoloc.StationgetDescription in class PointFeatureDatasetViewer.StationBean@Nullable public String getWmoId()
getWmoId in interface ucar.unidata.geoloc.StationgetWmoId in class PointFeatureDatasetViewer.StationBeanpublic double getLatitude()
getLatitude in interface ucar.unidata.geoloc.EarthLocationgetLatitude in class PointFeatureDatasetViewer.StationBeanpublic double getLongitude()
getLongitude in interface ucar.unidata.geoloc.EarthLocationgetLongitude in class PointFeatureDatasetViewer.StationBeanpublic double getAltitude()
getAltitude in interface ucar.unidata.geoloc.EarthLocationgetAltitude in class PointFeatureDatasetViewer.StationBeanpublic ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon in interface ucar.unidata.geoloc.EarthLocationgetLatLon in class PointFeatureDatasetViewer.StationBeanpublic int compareTo(ucar.unidata.geoloc.Station so)
compareTo in interface Comparable<ucar.unidata.geoloc.Station>compareTo in class PointFeatureDatasetViewer.StationBeanpublic boolean isMissing()
isMissing in interface ucar.unidata.geoloc.EarthLocationisMissing in class PointFeatureDatasetViewer.StationBean