@Deprecated public class AggregationTiled extends Aggregation implements ProxyReader
Aggregation.Dataset, Aggregation.DatasetProxyReader, Aggregation.Type, Aggregation.TypicalDatasetcacheDirty, datasetManager, datasets, dateFormatMark, dateFormatter, debugConvert, debugDateParse, debugOpenFile, debugProxy, debugRead, debugSyncDetail, dimName, diskCache2, executor, explicitDatasets, isDate, logger, ncDataset, numericTimeSettings, spiObject, type, typicalDatasetMode| Constructor and Description |
|---|
AggregationTiled(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildNetcdfDataset(CancelTask cancelTask)
Deprecated.
Call this to build the dataset objects in the NetcdfDataset
|
protected Aggregation.Dataset |
makeDataset(java.lang.String cacheName,
java.lang.String location,
java.lang.String id,
java.lang.String ncoordS,
java.lang.String coordValueS,
java.lang.String sectionSpec,
java.util.EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader)
Deprecated.
Dataset factory, so subclasses can override
|
Array |
reallyRead(Variable mainv,
CancelTask cancelTask)
Deprecated.
Read all the data for a Variable.
|
Array |
reallyRead(Variable mainv,
Section wantSection,
CancelTask cancelTask)
Deprecated.
Read a section of the data for a Variable.
|
protected void |
rebuildDataset()
Deprecated.
Call this when rescan has found changed datasets
|
addCollection, addDataset, addDatasetScan, addDatasetScan, addExplicitDataset, close, findVariable, finish, getDatasets, getDetailInfo, getDimensionName, getFileTypeDescription, getFileTypeId, getLastModified, getLocation, getType, getTypicalDataset, instanceOfDatasetProxyReader, makeDataset, makeDatasets, persistRead, persistWrite, setDatasetAcquireProxy, setDatasetAcquireProxy, setExecutor, setModifications, setPersistenceCache, setTypicalDatasetMode, syncExtendpublic AggregationTiled(NetcdfDataset ncd, java.lang.String dimName, java.lang.String recheckS)
protected void buildNetcdfDataset(CancelTask cancelTask) throws java.io.IOException
AggregationbuildNetcdfDataset in class AggregationcancelTask - maybe canceljava.io.IOException - on read errorprotected void rebuildDataset()
throws java.io.IOException
AggregationrebuildDataset in class Aggregationjava.io.IOException - on read errorpublic Array reallyRead(Variable mainv, CancelTask cancelTask) throws java.io.IOException
ProxyReaderreallyRead in interface ProxyReadermainv - the client VariablecancelTask - user may canceljava.io.IOException - on errorpublic Array reallyRead(Variable mainv, Section wantSection, CancelTask cancelTask) throws java.io.IOException
ProxyReaderreallyRead in interface ProxyReadermainv - the client VariablewantSection - the section of data to read.cancelTask - user may canceljava.io.IOException - on errorprotected Aggregation.Dataset makeDataset(java.lang.String cacheName, java.lang.String location, java.lang.String id, java.lang.String ncoordS, java.lang.String coordValueS, java.lang.String sectionSpec, java.util.EnumSet<NetcdfDataset.Enhance> enhance, FileFactory reader)
AggregationmakeDataset in class AggregationcacheName - a unique name to use for cachinglocation - attribute "location" on the netcdf elementid - attribute "id" on the netcdf elementncoordS - attribute "ncoords" on the netcdf elementcoordValueS - attribute "coordValue" on the netcdf elementsectionSpec - attribute "sectionSpec" on the netcdf elementenhance - open dataset in enhance mode NOT USEDreader - factory for reading this netcdf dataset