ucar.nc2.thredds
Class ThreddsDataFactory.Result
java.lang.Object
ucar.nc2.thredds.ThreddsDataFactory.Result
- Enclosing class:
- ThreddsDataFactory
public static class ThreddsDataFactory.Result
- extends Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 InvAccess accessUsed
ThreddsDataFactory.Result
public ThreddsDataFactory.Result()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.