dods.servers.agg
Class DODSDataset.DODSFactory

java.lang.Object
  extended by dods.servers.agg.DODSDataset.DODSFactory
All Implemented Interfaces:
DatasetFactory
Enclosing class:
DODSDataset

public static class DODSDataset.DODSFactory
extends Object
implements DatasetFactory

This is public as an artifact of implementing an interface.


Constructor Summary
DODSDataset.DODSFactory()
           
 
Method Summary
 Dataset factory(String extPath, String intPath, InvCatalog.Dataset invDS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DODSDataset.DODSFactory

public DODSDataset.DODSFactory()
Method Detail

factory

public Dataset factory(String extPath,
                       String intPath,
                       InvCatalog.Dataset invDS)
                throws IOException
Specified by:
factory in interface DatasetFactory
Throws:
IOException