ucar.nc2.ncml
Class AggregationFmrcSingle.OpenDataset

java.lang.Object
  extended by ucar.nc2.ncml.Aggregation.Dataset
      extended by ucar.nc2.ncml.AggregationFmrcSingle.OpenDataset
Enclosing class:
AggregationFmrcSingle

public class AggregationFmrcSingle.OpenDataset
extends Aggregation.Dataset

Encapsolates a NetcdfFile that is a component of the aggregation. public for NcMLWriter


Field Summary
 
Fields inherited from class ucar.nc2.ncml.Aggregation.Dataset
coordValue, coordValueDate, ncoord
 
Constructor Summary
protected AggregationFmrcSingle.OpenDataset(NetcdfFile openFile, java.util.Date coordValueDate, java.lang.String coordValue)
          Dataset constructor with an opened NetcdfFile.
 
Method Summary
protected  NetcdfFile acquireFile(CancelTask cancelTask)
           
protected  void close()
           
 
Methods inherited from class ucar.nc2.ncml.Aggregation.Dataset
checkOK, equals, getCoordValueDate, getCoordValueString, getLocation, getNcoords, hashCode, isNeeded, modifyVariable, read, read
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationFmrcSingle.OpenDataset

protected AggregationFmrcSingle.OpenDataset(NetcdfFile openFile,
                                            java.util.Date coordValueDate,
                                            java.lang.String coordValue)
Dataset constructor with an opened NetcdfFile. Used in nested aggregations like scanFmrc.

Method Detail

acquireFile

protected NetcdfFile acquireFile(CancelTask cancelTask)
                          throws java.io.IOException
Overrides:
acquireFile in class Aggregation.Dataset
Throws:
java.io.IOException

close

protected void close()
              throws java.io.IOException
Overrides:
close in class Aggregation.Dataset
Throws:
java.io.IOException