Package thredds.client.catalog.tools
Class DataFactory.Result
- java.lang.Object
-
- thredds.client.catalog.tools.DataFactory.Result
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- DataFactory
public static class DataFactory.Result extends Object implements Closeable
The result of trying to open a THREDDS dataset. If fatalError is true, the operation failed, errLog should indicate why. Otherwise, the FeatureType and FeatureDataset is valid. There may still be warning or diagnostic errors in errLog.
-
-
Field Summary
Fields Modifier and Type Field Description Access
accessUsed
Formatter
errLog
boolean
fatalError
FeatureDataset
featureDataset
FeatureType
featureType
String
imageURL
String
location
-
Constructor Summary
Constructors Constructor Description Result()
-
-
-
Field Detail
-
fatalError
public boolean fatalError
-
errLog
public Formatter errLog
-
featureType
public FeatureType featureType
-
featureDataset
public FeatureDataset featureDataset
-
imageURL
public String imageURL
-
location
public String location
-
accessUsed
public Access accessUsed
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-