Package ucar.nc2.ft.point.collection
Class CompositeDatasetFactory
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description CompositeDatasetFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FeatureDataset
factory(String location, FeatureType wantFeatureType, MFileCollectionManager dcm, Formatter errlog)
-
-
-
Field Detail
-
SCHEME
public static final String SCHEME
- See Also:
- Constant Field Values
-
-
Method Detail
-
factory
public static FeatureDataset factory(String location, FeatureType wantFeatureType, MFileCollectionManager dcm, Formatter errlog) throws IOException
- Throws:
IOException
-
-