Package ucar.nc2.ft.radial
Interface StationRadialDataset
-
- All Superinterfaces:
AutoCloseable
,Closeable
,FeatureDataset
,FileCacheable
,StationCollection
public interface StationRadialDataset extends StationCollection, FeatureDataset
A Station collection of radial data.- Since:
- Feb 18, 2008
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RadialDatasetSweep
getRadarDataset(String stationName, Date date)
-
Methods inherited from interface ucar.nc2.ft.FeatureDataset
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getDetailInfo, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
-
Methods inherited from interface ucar.nc2.util.cache.FileCacheable
getLastModified, reacquire, release, setFileCache
-
Methods inherited from interface ucar.nc2.ft.StationCollection
getBoundingBox, getStation, getStations, getStations, getStations
-
-
-
-
Method Detail
-
getRadarDataset
RadialDatasetSweep getRadarDataset(String stationName, Date date)
-
-