public static class CDMProfileFeatureTypeInfo.ProfileFeatureBean extends CDMProfileFeatureTypeInfo.StationBean
Modifier and Type | Field and Description |
---|---|
ucar.nc2.ft.PointFeature |
pf
_more_
|
ucar.nc2.ft.ProfileFeature |
pfc
_more_
|
Constructor and Description |
---|
ProfileFeatureBean(ucar.nc2.ft.ProfileFeature pfc)
_more_
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ucar.unidata.geoloc.Station so)
_more_
|
double |
getAltitude()
_more_
|
java.lang.String |
getDescription()
_more_
|
double |
getLatitude()
_more_
|
ucar.unidata.geoloc.LatLonPoint |
getLatLon()
_more_
|
double |
getLongitude()
_more_
|
java.lang.String |
getName()
_more_
|
int |
getNobs()
_more_
|
java.lang.String |
getWmoId()
_more_
|
boolean |
isMissing()
_more_
|
void |
setNobs(int npts)
_more_
|
hiddenProperties
getFields, showFields
public ucar.nc2.ft.ProfileFeature pfc
public ucar.nc2.ft.PointFeature pf
public ProfileFeatureBean(ucar.nc2.ft.ProfileFeature pfc) throws java.io.IOException
pfc
- _more_java.io.IOException
public void setNobs(int npts)
setNobs
in class CDMProfileFeatureTypeInfo.StationBean
npts
- _more_public int getNobs()
getNobs
in interface ucar.unidata.geoloc.Station
getNobs
in class CDMProfileFeatureTypeInfo.StationBean
public java.lang.String getName()
getName
in interface ucar.unidata.geoloc.Station
getName
in class CDMProfileFeatureTypeInfo.StationBean
public java.lang.String getDescription()
getDescription
in interface ucar.unidata.geoloc.Station
getDescription
in class CDMProfileFeatureTypeInfo.StationBean
public java.lang.String getWmoId()
getWmoId
in interface ucar.unidata.geoloc.Station
getWmoId
in class CDMProfileFeatureTypeInfo.StationBean
public double getLatitude()
getLatitude
in interface ucar.unidata.geoloc.EarthLocation
getLatitude
in class CDMProfileFeatureTypeInfo.StationBean
public double getLongitude()
getLongitude
in interface ucar.unidata.geoloc.EarthLocation
getLongitude
in class CDMProfileFeatureTypeInfo.StationBean
public double getAltitude()
getAltitude
in interface ucar.unidata.geoloc.EarthLocation
getAltitude
in class CDMProfileFeatureTypeInfo.StationBean
public ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon
in interface ucar.unidata.geoloc.EarthLocation
getLatLon
in class CDMProfileFeatureTypeInfo.StationBean
public boolean isMissing()
isMissing
in interface ucar.unidata.geoloc.EarthLocation
isMissing
in class CDMProfileFeatureTypeInfo.StationBean
public int compareTo(ucar.unidata.geoloc.Station so)
compareTo
in interface java.lang.Comparable<ucar.unidata.geoloc.Station>
compareTo
in class CDMProfileFeatureTypeInfo.StationBean
so
- _more_