ucar.nc2.dt
Interface StationObsDatatype

All Superinterfaces:
java.lang.Comparable, PointObsDatatype

public interface StationObsDatatype
extends PointObsDatatype, java.lang.Comparable

A collection of observations at one time and at one station ( = named location)

Author:
caron

Method Summary
 Station getStation()
          Station location of the observation
 
Methods inherited from interface ucar.nc2.dt.PointObsDatatype
getData, getLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDate
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getStation

Station getStation()
Station location of the observation

Returns:
Station location of the observation