|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypedDatasetFactoryIF
Interface for factories that wrap a NetcdfDataset with a subclass of TypedDataset
Method Summary | |
---|---|
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,
java.lang.StringBuilder errlog)
Open a NetcdfDataset as a TypedDataset. |
Method Detail |
---|
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 here
java.io.IOException
- on errorFeatureType getScientificDataType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |