dods.servers.agg
Interface DatasetFactory

All Known Implementing Classes:
AggDataset.AggFactory, DODSDataset.DODSFactory, NcDataset.NetcdfFactory

public interface DatasetFactory


Method Summary
 Dataset factory(String extPath, String intPath, InvCatalog.Dataset invDS)
           
 

Method Detail

factory

Dataset factory(String extPath,
                String intPath,
                InvCatalog.Dataset invDS)
                throws IOException
Parameters:
extPath: - external URL name referenced by clients
intPath: - internal URL name maps to the real dataset
invDS: - the InvCatalog.Dataset, or null if none.
Throws:
IOException