ucar.nc2.ft.point.collection
Class CompositeDatasetFactory

java.lang.Object
  extended by ucar.nc2.ft.point.collection.CompositeDatasetFactory

public class CompositeDatasetFactory
extends Object

Factory for point feature dataset collections (CompositePointDataset). Uses Composite pattern, more or less.

Since:
May 20, 2009
Author:
caron

Field Summary
static String SCHEME
           
 
Constructor Summary
CompositeDatasetFactory()
           
 
Method Summary
static FeatureDataset factory(String location, FeatureType wantFeatureType, DatasetCollectionManager dcm, Formatter errlog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEME

public static final String SCHEME
See Also:
Constant Field Values
Constructor Detail

CompositeDatasetFactory

public CompositeDatasetFactory()
Method Detail

factory

public static FeatureDataset factory(String location,
                                     FeatureType wantFeatureType,
                                     DatasetCollectionManager dcm,
                                     Formatter errlog)
                              throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.