public interface TypedDatasetFactoryIF
| Modifier and Type | Method and Description |
|---|---|
FeatureType |
getScientificDataType()
What kind of cientific data type will this return?
|
boolean |
isMine(NetcdfDataset ncd)
Determine if this dataset belongs to you
|
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
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, StringBuilder errlog) throws IOException
ncd - already opened NetcdfDataset.task - use may cancelerrlog - place errors hereIOException - on errorFeatureType getScientificDataType()
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.