ucar.nc2.ncml
Class AggregationFmr
java.lang.Object
ucar.nc2.ncml.Aggregation
ucar.nc2.ncml.AggregationFmr
- All Implemented Interfaces:
- ProxyReader
Deprecated. use AggregationFmrc
public class AggregationFmr
- extends Aggregation
Implement NcML Forecast Model Aggregation
- Version:
- $Revision: 69 $ $Date: 2006-07-13 00:12:58Z $
- Author:
- caron
|
Nested Class Summary |
class |
AggregationFmr.Dataset
Deprecated. Encapsolates a NetcdfFile that is a component of the aggregation. |
| Fields inherited from class ucar.nc2.ncml.Aggregation |
debug, debugCacheDetail, debugOpenFile, debugProxy, debugRead, debugScan, debugSyncDetail, dimName, diskCache2, explicitDatasets, formatter, isDate, lastChecked, logger, ncDataset, nestedDatasets, recheck, scanList, spiObject, type, TYPICAL_DATASET_LATEST, TYPICAL_DATASET_PENULTIMATE, TYPICAL_DATASET_RANDOM, typicalDatasetMode, wasChanged |
|
Constructor Summary |
AggregationFmr(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String typeName,
java.lang.String recheckS)
Deprecated. |
|
Method Summary |
protected void |
buildDataset(boolean isNew,
CancelTask cancelTask)
Deprecated. |
void |
setForecastDate(java.lang.String forecastDateS,
java.lang.String forecastDateVariable)
Deprecated. |
void |
setForecastOffset(java.lang.String forecastOffsetS)
Deprecated. |
void |
setForecastTimeOffset(java.lang.String forecastTimeOffsetS,
java.lang.String forecastDateVariable,
java.lang.String referenceDateVariable)
Deprecated. |
| Methods inherited from class ucar.nc2.ncml.Aggregation |
addDataset, addDirectoryScan, addExplicitDataset, addVariable, buildCoords, close, finish, getCoordinateType, getDimensionName, getNestedDatasets, getTotalCoords, getType, getTypicalDataset, getVariables, isDate, makeDataset, makeProxies, persist, persistRead, read, read, readAggCoord, readAggCoord, scan, setPersistenceCache, setTypicalDatasetMode, sync, syncDataset, syncExtend, timeToRescan |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregationFmr
public AggregationFmr(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String typeName,
java.lang.String recheckS)
- Deprecated.
buildDataset
protected void buildDataset(boolean isNew,
CancelTask cancelTask)
throws java.io.IOException
- Deprecated.
- Specified by:
buildDataset in class Aggregation
- Throws:
java.io.IOException
setForecastDate
public void setForecastDate(java.lang.String forecastDateS,
java.lang.String forecastDateVariable)
- Deprecated.
setForecastOffset
public void setForecastOffset(java.lang.String forecastOffsetS)
- Deprecated.
setForecastTimeOffset
public void setForecastTimeOffset(java.lang.String forecastTimeOffsetS,
java.lang.String forecastDateVariable,
java.lang.String referenceDateVariable)
- Deprecated.