|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.TypedDatasetFactory
public class TypedDatasetFactory
Manager of factories for TypedDatasets. NOTE: use ucar.nc2.ft.FeatureDatasetFactoryManager instead, starting with 4.0
Constructor Summary | |
---|---|
TypedDatasetFactory()
Deprecated. |
Method Summary | |
---|---|
static TypedDataset |
open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated. Open a dataset as a TypedDataset. |
static TypedDataset |
open(FeatureType datatype,
String location,
CancelTask task,
StringBuilder errlog)
Deprecated. Open a dataset as a TypedDataset. |
static void |
registerFactory(FeatureType datatype,
Class c)
Deprecated. Register a class that implements a TypedDatasetFactoryIF. |
static void |
registerFactory(FeatureType datatype,
String className)
Deprecated. Register a class that implements a TypedDatasetFactoryIF. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedDatasetFactory()
Method Detail |
---|
public static void registerFactory(FeatureType datatype, String className) throws ClassNotFoundException
className
- name of class that implements TypedDatasetFactoryIF.datatype
- scientific data type
ClassNotFoundException
- if loading errorpublic static void registerFactory(FeatureType datatype, Class c)
datatype
- scientific data typec
- class that implements TypedDatasetFactoryIF.public static TypedDataset open(FeatureType datatype, String location, CancelTask task, StringBuilder errlog) throws IOException
datatype
- open this kind of Typed Dataset; may be null, which means search all factories.
If datatype is not null, only return correct TypedDataset (eg PointObsDataset for DataType.POINT).location
- URL or file location of the datasettask
- user may cancelerrlog
- place errors here, may not be null
IOException
- on io errorpublic static TypedDataset open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, StringBuilder errlog) throws IOException
datatype
- open this kind of Typed Dataset; may be null, which means search all factories.
If datatype is not null, only return correct TypedDataset (eg PointObsDataset for DataType.POINT).ncd
- the NetcdfDataset to wrap in a TypedDatasettask
- user may cancelerrlog
- place errors here, may not be null
IOException
- on io error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |