Package uk.ac.rdg.resc.edal.dataset
Interface DataSource
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
GridDataSource
,HZTDataSource
- All Known Implementing Classes:
HydromodelVtkUnstructuredDataset.OnDemandVtkMeshDataSource
,InMemoryMeshDataSource
,OnDemandVtkDataSource
public interface DataSource extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Close all resources associated with the underlying data.
-
-
-
Method Detail
-
close
void close() throws DataReadingException
Close all resources associated with the underlying data.- Specified by:
close
in interfaceAutoCloseable
- Throws:
DataReadingException
- If the underlying data cannot be closed for some reason
-
-