Package ucar.nc2.dt
Interface StationRadialDataset
-
- All Superinterfaces:
AutoCloseable
,Closeable
,FeatureDataset
,FileCacheable
,PointCollection
,RadialDatasetSweep
,StationCollection
public interface StationRadialDataset extends RadialDatasetSweep, StationCollection
A collection of Stations with RadialDatatype data. All getData() methods return List of RadialDatatype.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.dt.RadialDatasetSweep
RadialDatasetSweep.RadialVariable, RadialDatasetSweep.Sweep, RadialDatasetSweep.Type
-
-
Method Summary
-
Methods inherited from interface ucar.nc2.ft.FeatureDataset
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, 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.dt.PointCollection
getData, getData, getData, getData, getData, getData, getDataClass, getDataCount, getDataIterator, getTimeUnits
-
Methods inherited from interface ucar.nc2.dt.RadialDatasetSweep
clearDatasetMemory, getCommonOrigin, getCommonType, getDataFormat, getDataVariables, getRadarID, getRadarName, getTimeUnits, isStationary, isVolume
-
Methods inherited from interface ucar.nc2.dt.StationCollection
getData, getData, getData, getData, getData, getData, getData, getData, getDataIterator, getDataIterator, getStation, getStationDataCount, getStations, getStations, getStations, getStations
-
-