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 voidclose()Close all resources associated with the underlying data.
-
-
-
Method Detail
-
close
void close() throws DataReadingExceptionClose all resources associated with the underlying data.- Specified by:
closein interfaceAutoCloseable- Throws:
DataReadingException- If the underlying data cannot be closed for some reason
-
-