Package noaa.coastwatch.io
Interface HDFSD
- All Known Implementing Classes:
ACSPOHDFReader
,CWHDFReader
,CWHDFWriter
,HDFReader
,HDFWriter
,TSHDFReader
public interface HDFSD
The HDF scientific dataset (SD) interface sets the methods required
for all HDF SD classes. Specifically, all HDF scientific datasets
must be able to return the SDID.
- Since:
- 3.1.2
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionGets the HDF scientific dataset file name.int
getSDID()
Gets the HDF scientific dataset ID.
-
Method Details
-
getSDID
int getSDID()Gets the HDF scientific dataset ID. -
getFilename
String getFilename()Gets the HDF scientific dataset file name.
-