Class 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.