dods.servers.agg
Class AggDataset.AggFactory

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

public static class AggDataset.AggFactory
extends Object
implements DatasetFactory

This is public as an artifact of implementing an interface.


Constructor Summary
AggDataset.AggFactory()
           
 
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

AggDataset.AggFactory

public AggDataset.AggFactory()
Method Detail

factory

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