ucar.nc2.thredds
Class ThreddsDataFactory.Result

java.lang.Object
  extended by 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.


Field Summary
 InvAccess accessUsed
           
 Formatter errLog
           
 boolean fatalError
           
 FeatureDataset featureDataset
           
 FeatureType featureType
           
 String imageURL
           
 String location
           
 
Constructor Summary
ThreddsDataFactory.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 InvAccess accessUsed
Constructor Detail

ThreddsDataFactory.Result

public ThreddsDataFactory.Result()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.