public static class CDMProfileFeatureTypeInfo.StationBean extends CDMProfileFeatureTypeInfo.FeatureBean implements ucar.unidata.geoloc.Station
Constructor and Description |
---|
StationBean()
_more_
|
StationBean(ucar.unidata.geoloc.Station s)
_more_
|
StationBean(ucar.ma2.StructureData sdata) |
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_
|
static java.lang.String |
hiddenProperties()
_more_
|
boolean |
isMissing()
_more_
|
void |
setNobs(int npts)
_more_
|
getFields, showFields
public StationBean()
public StationBean(ucar.ma2.StructureData sdata) throws java.io.IOException
java.io.IOException
public StationBean(ucar.unidata.geoloc.Station s) throws java.io.IOException
s
- _more_java.io.IOException
public static java.lang.String hiddenProperties()
public int getNobs()
getNobs
in interface ucar.unidata.geoloc.Station
public void setNobs(int npts)
npts
- _more_public java.lang.String getWmoId()
getWmoId
in interface ucar.unidata.geoloc.Station
public java.lang.String getName()
getName
in interface ucar.unidata.geoloc.Station
public java.lang.String getDescription()
getDescription
in interface ucar.unidata.geoloc.Station
public double getLatitude()
getLatitude
in interface ucar.unidata.geoloc.EarthLocation
public double getLongitude()
getLongitude
in interface ucar.unidata.geoloc.EarthLocation
public double getAltitude()
getAltitude
in interface ucar.unidata.geoloc.EarthLocation
public ucar.unidata.geoloc.LatLonPoint getLatLon()
getLatLon
in interface ucar.unidata.geoloc.EarthLocation
public boolean isMissing()
isMissing
in interface ucar.unidata.geoloc.EarthLocation
public int compareTo(ucar.unidata.geoloc.Station so)
compareTo
in interface java.lang.Comparable<ucar.unidata.geoloc.Station>
so
- _more_