|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dt.point.PointObsDatatypeImpl
ucar.nc2.dt.point.StationObsDatatypeImpl
public abstract class StationObsDatatypeImpl
Abstract superclass for implemenation of StationObsDatatype. Concrete subclass must implement getData();
| Field Summary | |
|---|---|
protected Station |
station
|
| Fields inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl |
|---|
location, nomTime, obsTime |
| Constructor Summary | |
|---|---|
StationObsDatatypeImpl()
|
|
StationObsDatatypeImpl(Station station,
double obsTime,
double nomTime)
|
|
| Method Summary | |
|---|---|
Station |
getStation()
Station location of the observation |
| Methods inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl |
|---|
compareTo, getLocation, getNominalTime, getObservationTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ucar.nc2.dt.PointObsDatatype |
|---|
getData, getLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDate |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
protected Station station
| Constructor Detail |
|---|
public StationObsDatatypeImpl()
public StationObsDatatypeImpl(Station station,
double obsTime,
double nomTime)
| Method Detail |
|---|
public Station getStation()
StationObsDatatype
getStation in interface StationObsDatatype
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||