public static class CDMProfileFeatureTypeInfo.StationBean
extends java.lang.Object
implements ucar.unidata.geoloc.Station
Constructor and Description |
---|
StationBean()
_more_
|
StationBean(ucar.unidata.geoloc.Station s)
_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_
|
static java.lang.String |
hiddenProperties()
_more_
|
boolean |
isMissing()
_more_
|
void |
setNobs(int npts)
_more_
|
public StationBean()
public StationBean(ucar.unidata.geoloc.Station s)
s
- _more_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_