Package noaa.coastwatch.io
Interface NCSD
- All Known Implementing Classes:
ACSPONCCFReader
,ACSPONCReader
,CommonDataModelNCReader
,CWCFNCReader
,CWNCReader
,NCReader
public interface NCSD
The NetCDF scientific dataset (SD) interface sets the methods required
for all NetCDF SD classes. Specifically, all NetCDF scientific datasets
must be able to return the NetCDF dataset object.
- Since:
- 3.3.0
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionucar.nc2.dataset.NetcdfDataset
Gets the NetCDF scientific dataset.Gets the NetCDF scientific dataset file name.
-
Method Details
-
getDataset
ucar.nc2.dataset.NetcdfDataset getDataset()Gets the NetCDF scientific dataset. -
getFilename
String getFilename()Gets the NetCDF scientific dataset file name.
-