public interface TypedDatasetFactoryIF
Modifier and Type | Method and Description |
---|---|
FeatureType |
getScientificDataType()
Deprecated.
What kind of cientific data type will this return?
|
boolean |
isMine(NetcdfDataset ncd)
Deprecated.
Determine if this dataset belongs to you
|
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a NetcdfDataset as a TypedDataset.
|
boolean isMine(NetcdfDataset ncd)
ncd
- examine this NetcdfDataset to see if it belongs to this class.TypedDataset open(NetcdfDataset ncd, CancelTask task, java.lang.StringBuilder errlog) throws java.io.IOException
ncd
- already opened NetcdfDataset.task
- use may cancelerrlog
- place errors herejava.io.IOException
- on errorFeatureType getScientificDataType()