|
||||||||||
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()
|
Method Summary | |
---|---|
static TypedDataset |
open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Open a dataset as a TypedDataset. |
static TypedDataset |
open(FeatureType datatype,
java.lang.String location,
CancelTask task,
java.lang.StringBuilder errlog)
Open a dataset as a TypedDataset. |
static void |
registerFactory(FeatureType datatype,
java.lang.Class c)
Register a class that implements a TypedDatasetFactoryIF. |
static void |
registerFactory(FeatureType datatype,
java.lang.String className)
Register a class that implements a TypedDatasetFactoryIF. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedDatasetFactory()
Method Detail |
---|
public static void registerFactory(FeatureType datatype, java.lang.String className) throws java.lang.ClassNotFoundException
className
- name of class that implements TypedDatasetFactoryIF.datatype
- scientific data type
java.lang.ClassNotFoundException
- if loading errorpublic static void registerFactory(FeatureType datatype, java.lang.Class c)
datatype
- scientific data typec
- class that implements TypedDatasetFactoryIF.public static TypedDataset open(FeatureType datatype, java.lang.String location, CancelTask task, java.lang.StringBuilder errlog) throws java.io.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
java.io.IOException
- on io errorpublic static TypedDataset open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, java.lang.StringBuilder errlog) throws java.io.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
java.io.IOException
- on io error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |