ucar.nc2.ncml
Class AggregationFmr.Dataset

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

public class AggregationFmr.Dataset
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
 
Method Summary
protected  boolean checkOK(CancelTask cancelTask)
           
protected  Variable modifyVariable(NetcdfFile ncfile, java.lang.String name)
           
 
Methods inherited from class ucar.nc2.ncml.Aggregation.Dataset
acquireFile, close, equals, getCoordValueDate, getCoordValueString, getLocation, getNcoords, hashCode, isNeeded, read, read
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

modifyVariable

protected Variable modifyVariable(NetcdfFile ncfile,
                                  java.lang.String name)
                           throws java.io.IOException
Overrides:
modifyVariable in class Aggregation.Dataset
Throws:
java.io.IOException

checkOK

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