Package ucar.unidata.data.sounding
Class CDMProfileFeatureTypeInfo.ProfileFeatureBean
java.lang.Object
ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.FeatureBean
ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.StationBean
ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.ProfileFeatureBean
- All Implemented Interfaces:
Comparable<ucar.unidata.geoloc.Station>
,ucar.unidata.geoloc.EarthLocation
,ucar.unidata.geoloc.Station
- Enclosing class:
CDMProfileFeatureTypeInfo
public static class CDMProfileFeatureTypeInfo.ProfileFeatureBean
extends CDMProfileFeatureTypeInfo.StationBean
Class description
- Version:
- Enter version here..., Wed, Dec 22, '10
- Author:
- Enter your name here...
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.StationBean
hiddenProperties
Methods inherited from class ucar.unidata.data.sounding.CDMProfileFeatureTypeInfo.FeatureBean
getFields, showFields
-
Field Details
-
pfc
public ucar.nc2.ft.ProfileFeature pfc_more_ -
pf
public ucar.nc2.ft.PointFeature pf_more_
-
-
Constructor Details
-
ProfileFeatureBean
_more_- Parameters:
pfc
- _more_- Throws:
IOException
-
-
Method Details
-
setNobs
public void setNobs(int npts) _more_- Overrides:
setNobs
in classCDMProfileFeatureTypeInfo.StationBean
- Parameters:
npts
- _more_
-
getNobs
public int getNobs()_more_- Specified by:
getNobs
in interfaceucar.unidata.geoloc.Station
- Overrides:
getNobs
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getName
_more_- Specified by:
getName
in interfaceucar.unidata.geoloc.Station
- Overrides:
getName
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getDescription
_more_- Specified by:
getDescription
in interfaceucar.unidata.geoloc.Station
- Overrides:
getDescription
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getWmoId
_more_- Specified by:
getWmoId
in interfaceucar.unidata.geoloc.Station
- Overrides:
getWmoId
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getLatitude
public double getLatitude()_more_- Specified by:
getLatitude
in interfaceucar.unidata.geoloc.EarthLocation
- Overrides:
getLatitude
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getLongitude
public double getLongitude()_more_- Specified by:
getLongitude
in interfaceucar.unidata.geoloc.EarthLocation
- Overrides:
getLongitude
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getAltitude
public double getAltitude()_more_- Specified by:
getAltitude
in interfaceucar.unidata.geoloc.EarthLocation
- Overrides:
getAltitude
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
getLatLon
public ucar.unidata.geoloc.LatLonPoint getLatLon()_more_- Specified by:
getLatLon
in interfaceucar.unidata.geoloc.EarthLocation
- Overrides:
getLatLon
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
isMissing
public boolean isMissing()_more_- Specified by:
isMissing
in interfaceucar.unidata.geoloc.EarthLocation
- Overrides:
isMissing
in classCDMProfileFeatureTypeInfo.StationBean
- Returns:
- _more_
-
compareTo
public int compareTo(ucar.unidata.geoloc.Station so) _more_- Specified by:
compareTo
in interfaceComparable<ucar.unidata.geoloc.Station>
- Overrides:
compareTo
in classCDMProfileFeatureTypeInfo.StationBean
- Parameters:
so
- _more_- Returns:
- _more_
-