Uses of Interface
ucar.nc2.util.CancelTask

Packages that use CancelTask
thredds.catalog.crawl   
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.conv Parses the information in netCDF datasets using Conventions, and extracts information about coordinate systems. 
ucar.nc2.dods OpenDAP-netCDF library. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.grid   
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.radial   
ucar.nc2.iosp General classes for I/O Service Providers 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
ucar.nc2.iosp.cinrad I/O Service Provider for chinese met radar files 
ucar.nc2.iosp.dmsp I/O Service Provider for DMSP format files 
ucar.nc2.iosp.dorade I/O Service Provider for Dorade format files 
ucar.nc2.iosp.fysat   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.gini I/O Service Provider for GINI format files 
ucar.nc2.iosp.grads I/O Service Provider for GrADS Binary Grid Files. 
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.hdf4 I/O Service Provider for HDF-4 format files 
ucar.nc2.iosp.hdf5 I/O Service Provider for HDF-5 and netCDF-4 format files 
ucar.nc2.iosp.mcidas   
ucar.nc2.iosp.misc Miscellaneous IOSPs. 
ucar.nc2.iosp.netcdf3 I/O Service Provider for NetCDF-3 format files 
ucar.nc2.iosp.nexrad2 I/O Service Provider for NEXRAD level 2 format files 
ucar.nc2.iosp.nids I/O Service Provider for NIDS (Nexrad level 3) format files 
ucar.nc2.iosp.noaa   
ucar.nc2.iosp.nowrad   
ucar.nc2.iosp.sigmet   
ucar.nc2.iosp.uamiv   
ucar.nc2.iosp.uf   
ucar.nc2.jni.netcdf   
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
ucar.nc2.stream   
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.nc2.util.cache Cache open NetcdfFile objects in memory. 
 

Uses of CancelTask in thredds.catalog.crawl
 

Methods in thredds.catalog.crawl with parameters of type CancelTask
 void CatalogExtractor.copy(String catUrl, String copyToDir, CancelTask task)
           
 int CatalogCrawler.crawl(InvCatalogImpl cat, CancelTask task, PrintStream out, Object context)
          Crawl a catalog thats already been opened.
 int CatalogCrawler.crawl(String catUrl, CancelTask task, PrintStream out, Object context)
          Open a catalog and crawl (depth first) all the datasets in it.
 void CatalogCrawler.crawlDataset(InvDataset ds, CancelTask task, PrintStream out, Object context, boolean release)
          Crawl this dataset recursively, return all datasets
 void CatalogCrawler.crawlDirectDatasets(InvDataset ds, CancelTask task, PrintStream out, Object context, boolean release)
          Crawl this dataset recursively.
 void CatalogExtractor.extract(PrintStream out, String catUrl, int type, boolean skipDatasetScan, CancelTask task)
           
 void CatalogExtractor.extractLoop(PrintStream out, String catUrl, int type, boolean skipDatasetScan, CancelTask task)
           
 

Uses of CancelTask in thredds.inventory
 

Methods in thredds.inventory with parameters of type CancelTask
 void DatasetCollectionManager.scan(CancelTask cancelTask)
          Scan the directory(ies) and create MFile objects.
 void CollectionManager.scan(CancelTask cancelTask)
          Scan the directory(ies) and create MFile objects.
protected  void DatasetCollectionManager.scan(Map<String,MFile> map, CancelTask cancelTask)
           
protected  void DatasetCollectionFromCatalog.scan(Map<String,MFile> map, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2
 

Methods in ucar.nc2 with parameters of type CancelTask
static NetcdfFile NetcdfFile.open(String location, CancelTask cancelTask)
          Open an existing file (read only), with option of cancelling.
static NetcdfFile NetcdfFile.open(String location, int buffer_size, CancelTask cancelTask)
          Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency.
static NetcdfFile NetcdfFile.open(String location, int buffer_size, CancelTask cancelTask, Object iospMessage)
          Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency, with an optional special object for the iosp.
static NetcdfFile NetcdfFile.open(String location, String iospClassName, int bufferSize, CancelTask cancelTask, Object iospMessage)
          Open an existing file (read only), specifying which IOSP is to be used.
static boolean NCdump.print(NetcdfFile nc, OutputStream out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, String varNames, CancelTask ct)
          Deprecated. ncdump-like print of netcdf file.
static boolean NCdump.print(NetcdfFile nc, String command, OutputStream out, CancelTask ct)
          Deprecated. ncdump, parsing command string, file already open.
static boolean NCdumpW.print(NetcdfFile nc, String command, Writer out, CancelTask ct)
          ncdump, parsing command string, file already open.
static boolean NCdumpW.print(NetcdfFile nc, Writer out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, String varNames, CancelTask ct)
          ncdump-like print of netcdf file.
static boolean NCdumpW.print(NetcdfFile nc, Writer out, NCdumpW.WantValues showValues, boolean ncml, boolean strict, String varNames, CancelTask ct)
          ncdump-like print of netcdf file.
static boolean NCdump.print(String fileName, OutputStream out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, String varNames, CancelTask ct)
          Deprecated. ncdump-like print of netcdf file.
static boolean NCdump.print(String command, OutputStream out, CancelTask ct)
          Deprecated. ncdump that parses a command string.
static boolean NCdumpW.print(String filename, Writer out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, String varNames, CancelTask ct)
          ncdump-like print of netcdf file.
static boolean NCdumpW.print(String command, Writer out, CancelTask ct)
          ncdump that parses a command string.
static String NCdumpW.printArray(Array array, String name, CancelTask ct)
           
static void NCdump.printArray(Array array, String name, PrintStream out, CancelTask ct)
          Deprecated. Print the data array.
static void NCdumpW.printArray(Array array, String name, PrintWriter out, CancelTask ct)
          Print the data array.
static String NCdumpW.printVariableData(VariableIF v, CancelTask ct)
          Print all the data of the given Variable.
static String NCdump.printVariableData(VariableIF v, CancelTask ct)
          Deprecated. Print all the data of the given Variable.
static String NCdump.printVariableDataSection(VariableIF v, String sectionSpec, CancelTask ct)
          Deprecated. Print a section of the data of the given Variable.
static String NCdumpW.printVariableDataSection(Variable v, String sectionSpec, CancelTask ct)
          Print a section of the data of the given Variable.
 Array Variable.reallyRead(Variable client, CancelTask cancelTask)
          public by accident, do not call directly.
 Array ProxyReader.reallyRead(Variable client, CancelTask cancelTask)
          Read all the data for a Variable.
 Array StructurePseudo.reallyRead(Variable mainv, CancelTask cancelTask)
          Deprecated.  
 Array Variable.reallyRead(Variable client, Section section, CancelTask cancelTask)
          public by accident, do not call directly.
 Array ProxyReader.reallyRead(Variable client, Section section, CancelTask cancelTask)
          Read a section of the data for a Variable.
 Array StructurePseudo.reallyRead(Variable mainv, Section section, CancelTask cancelTask)
          Deprecated.  
 

Constructors in ucar.nc2 with parameters of type CancelTask
NetcdfFile(IOServiceProvider spi, RandomAccessFile raf, String location, CancelTask cancelTask)
          Open an existing netcdf file (read only).
NetcdfFile(String iospClassName, String iospParam, String location, int buffer_size, CancelTask cancelTask)
          Open an existing netcdf file (read only), using the specified iosp.
 

Uses of CancelTask in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset with parameters of type CancelTask
static NetcdfDataset NetcdfDataset.acquireDataset(FileFactory fac, String location, Set<NetcdfDataset.Enhance> enhanceMode, int buffer_size, CancelTask cancelTask, Object iospMessage)
          Same as openDataset, but file is acquired through the File Cache.
static NetcdfDataset NetcdfDataset.acquireDataset(String location, boolean enhance, CancelTask cancelTask)
           
static NetcdfDataset NetcdfDataset.acquireDataset(String location, CancelTask cancelTask)
          Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode.
static NetcdfFile NetcdfDataset.acquireFile(FileFactory factory, Object hashKey, String location, int buffer_size, CancelTask cancelTask, Object spiObject)
          Same as openFile, but file is acquired through the File Cache.
static NetcdfFile NetcdfDataset.acquireFile(String location, CancelTask cancelTask)
          Same as openFile, but file is acquired through the File Cache.
 void CoordSysBuilder.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void CoordSysBuilderIF.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
          Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
static CoordSysBuilderIF CoordSysBuilder.factory(NetcdfDataset ds, CancelTask cancelTask)
          Get a CoordSysBuilder whose job it is to add Coordinate information to a NetcdfDataset.
static NetcdfDataset NetcdfDataset.openDataset(String location, boolean enhance, CancelTask cancelTask)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.openDataset(String location, boolean enhance, int buffer_size, CancelTask cancelTask, Object spiObject)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.openDataset(String location, Set<NetcdfDataset.Enhance> enhanceMode, int buffer_size, CancelTask cancelTask, Object spiObject)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfFile NetcdfDataset.openFile(String location, CancelTask cancelTask)
          Factory method for opening a NetcdfFile through the netCDF API.
static NetcdfFile NetcdfDataset.openFile(String location, int buffer_size, CancelTask cancelTask, Object spiObject)
          Factory method for opening a NetcdfFile through the netCDF API.
 Array VariableDS.reallyRead(Variable client, CancelTask cancelTask)
           
 Array StructureDS.reallyRead(Variable client, CancelTask cancelTask)
           
 Array StructurePseudoDS.reallyRead(Variable mainv, CancelTask cancelTask)
           
 Array VariableDS.reallyRead(Variable client, Section section, CancelTask cancelTask)
           
 Array StructureDS.reallyRead(Variable client, Section section, CancelTask cancelTask)
           
 Array StructurePseudoDS.reallyRead(Variable mainv, Section section, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv with parameters of type CancelTask
 void Nimbus.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void CSMConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ModisSatellite.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void WRFConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AvhrrConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void CF1Convention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void UnidataObsConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void ADASConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void FslWindProfiler.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void BUFRConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void EpicInsitu.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void Suomi.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void MADISStation.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void M3IOConvention.augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
           
 void DefaultConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void NppConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ZebraConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AWIPSsatConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ATDRadarConvention.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void NUWGConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void M3IOVGGridConvention.augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
           
 void CEDRICRadarConvention.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void IFPSConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void GDVConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AWIPSConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void NsslRadarMosaicConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void GIEFConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void Cosmic1Convention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          _more_
 

Uses of CancelTask in ucar.nc2.dods
 

Constructors in ucar.nc2.dods with parameters of type CancelTask
DODSNetcdfFile(String datasetURL, CancelTask cancelTask)
          Open a DODS file, allow user control over preloading string arrays and making structure data available through netcdf API.
 

Uses of CancelTask in ucar.nc2.dt
 

Methods in ucar.nc2.dt with parameters of type CancelTask
 List PointCollection.getData(CancelTask cancel)
          Get all data, allow user to cancel.
 List PointCollection.getData(LatLonRect boundingBox, CancelTask cancel)
          Get all data within the specified bounding box, allow user to cancel.
 List PointCollection.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
          Get all data within the specified bounding box and date range, allow user to cancel.
 List StationCollection.getData(List<Station> stations, CancelTask cancel)
          Get all data for a list of Stations, allow user to cancel.
 List StationCollection.getData(List<Station> stations, Date start, Date end, CancelTask cancel)
          Get data for a list of Stations within the specified date range, allow user to cancel.
 List StationCollection.getData(Station s, CancelTask cancel)
          Get all data for this Station, allow user to cancel.
 List StationCollection.getData(Station s, Date start, Date end, CancelTask cancel)
          Get data for this Station within the specified date range, allow user to cancel.
 List<Station> StationCollection.getStations(CancelTask cancel)
          Get all the Stations in the collection, allow user to cancel.
 List<Station> StationRadarCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          Get all the Stations within a bounding box, allow user to cancel.
 List<Station> StationCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          Get all the Stations within a bounding box, allow user to cancel.
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, String location, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
 TypedDataset TypedDatasetFactoryIF.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Open a NetcdfDataset as a TypedDataset.
 

Uses of CancelTask in ucar.nc2.dt.point
 

Methods in ucar.nc2.dt.point with parameters of type CancelTask
 List RecordDatasetHelper.getData(ArrayList records, LatLonRect boundingBox, CancelTask cancel)
          Deprecated.  
 List RecordDatasetHelper.getData(ArrayList records, LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel)
          Deprecated.  
 List NdbcDataset.getData(CancelTask cancel)
           
 List UnidataPointObsDataset.getData(CancelTask cancel)
           
 List MadisPointObsDataset.getData(CancelTask cancel)
           
 List UnidataStationObsDataset2.getData(CancelTask cancel)
          Deprecated.  
 List OldUnidataStationObsDataset.getData(CancelTask cancel)
           
 List UnidataStationObsDataset.getData(CancelTask cancel)
           
 List SequenceObsDataset.getData(CancelTask cancel)
           
 List UnidataStationObsMultidimDataset.getData(CancelTask cancel)
           
 List DapperDataset.getData(CancelTask cancel)
           
 List OldUnidataPointObsDataset.getData(CancelTask cancel)
           
 List SequenceHelper.getData(CancelTask cancel)
           
 List CFstationObsDataset.getData(CancelTask cancel)
           
 List MadisStationObsDataset.getData(CancelTask cancel)
           
 List UnidataPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List MadisPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List OldUnidataStationObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List DapperDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List OldUnidataPointObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List SequenceHelper.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List UnidataPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List MadisPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List OldUnidataStationObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List DapperDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List OldUnidataPointObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List SequenceHelper.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(List<Station> stations, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(List<Station> stations, Date start, Date end, CancelTask cancel)
           
 List NdbcDataset.getData(Station s, CancelTask cancel)
           
 List UnidataStationObsDataset2.getData(Station s, CancelTask cancel)
          Deprecated.  
 List OldUnidataStationObsDataset.getData(Station s, CancelTask cancel)
           
 List UnidataStationObsDataset.getData(Station s, CancelTask cancel)
           
 List SequenceObsDataset.getData(Station s, CancelTask cancel)
           
 List UnidataStationObsMultidimDataset.getData(Station s, CancelTask cancel)
           
 List CFstationObsDataset.getData(Station s, CancelTask cancel)
           
 List MadisStationObsDataset.getData(Station s, CancelTask cancel)
           
 List StationObsDatasetImpl.getData(Station s, Date start, Date end, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(LatLonRect boundingBox, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(List<Station> stations, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(List<Station> stations, double startTime, double endTime, CancelTask cancel)
           
 List StationDatasetHelper.getStationObs(Station s, double startTime, double endTime, CancelTask cancel)
           
 List<Station> StationObsDatasetImpl.getStations(CancelTask cancel)
           
 List<Station> StationDatasetHelper.getStations(LatLonRect boundingBox, CancelTask cancel)
           
 List<Station> StationObsDatasetImpl.getStations(LatLonRect boundingBox, CancelTask cancel)
           
static PointObsDataset PointObsDatasetFactory.open(InvAccess access, CancelTask task, StringBuffer logMessages)
          Deprecated.  
 TypedDataset NdbcDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated.  
 TypedDataset OldUnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset SequenceObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsMultidimDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset DapperDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset OldUnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFstationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
static PointObsDataset PointObsDatasetFactory.open(String location, CancelTask task, StringBuffer log)
          Deprecated.  
 ArrayList RecordDatasetHelper.readAllCreateObs(CancelTask cancel)
          Deprecated. This reads through all the records in the dataset, and constructs a list of RecordPointObs or RecordStationObs.
 List DapperDataset.readStationData(Station s, CancelTask cancel)
           
 

Constructors in ucar.nc2.dt.point with parameters of type CancelTask
SequenceObsDataset(NetcdfDataset ds, CancelTask task)
           
 

Uses of CancelTask in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial with parameters of type CancelTask
 List StationRadarCollectionImpl.getStations(CancelTask cancel)
          Get all the Stations in the collection, allow user to cancel.
 List StationRadarCollectionImpl.getStations(LatLonRect boundingBox, CancelTask cancel)
           
 TypedDataset Dorade2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFnetCDF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          _more_
 TypedDataset Nids2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset LevelII2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Netcdf2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 RadialDatasetSweep RadialDatasetSweepFactory.open(String location, CancelTask cancelTask)
          Deprecated.  
 

Uses of CancelTask in ucar.nc2.dt.trajectory
 

Methods in ucar.nc2.dt.trajectory with parameters of type CancelTask
 TypedDataset SimpleTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ARMTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Float10TrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset RafTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset COSMICTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
static TrajectoryObsDataset TrajectoryObsDatasetFactory.open(String netcdfFileURI, CancelTask cancelTask)
          Deprecated.  
 

Uses of CancelTask in ucar.nc2.ft
 

Methods in ucar.nc2.ft with parameters of type CancelTask
 FeatureDataset FeatureDatasetFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
          Open a NetcdfDataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.open(FeatureType wantFeatureType, String location, CancelTask task, Formatter errlog)
          Open a dataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType, NetcdfDataset ncd, CancelTask task, Formatter errlog)
          Wrap a NetcdfDataset as a FeatureDataset.
 

Uses of CancelTask in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid with parameters of type CancelTask
 FeatureDataset GridDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of CancelTask in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard with parameters of type CancelTask
 FeatureDataset PointDatasetStandardFactory.open(FeatureType wantFeatureType, NetcdfDataset ncd, Object analyser, CancelTask task, Formatter errlog)
           
 

Uses of CancelTask in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial with parameters of type CancelTask
 FeatureDataset RadialDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of CancelTask in ucar.nc2.iosp
 

Methods in ucar.nc2.iosp with parameters of type CancelTask
 void AbstractIOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 

Uses of CancelTask in ucar.nc2.iosp.adde
 

Methods in ucar.nc2.iosp.adde with parameters of type CancelTask
 List AddeStationObsDataset.getData(CancelTask cancel)
           
 List AddeStationObsDataset.getData(LatLonRect boundingBox, CancelTask cancel)
           
 List AddeStationObsDataset.getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel)
           
 List AddeStationObsDataset.getData(List stations, CancelTask cancel)
           
 List AddeStationObsDataset.getData(List stations, Date start, Date end, CancelTask cancel)
           
 List AddeStationObsDataset.getData(Station s, CancelTask cancel)
           
 List AddeStationObsDataset.getData(Station s, Date start, Date end, CancelTask cancel)
           
 List AddeStationObsDataset.getStations(CancelTask cancel)
           
 

Constructors in ucar.nc2.iosp.adde with parameters of type CancelTask
AddeStationObsDataset(InvAccess access, CancelTask cancelTask)
          Open an ADDE Station Dataset from an InvAccess, which must be type ADDE and Station.
AddeStationObsDataset(String location, CancelTask cancelTask)
          Open an ADDE Station Dataset.
 

Uses of CancelTask in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr with parameters of type CancelTask
 void BufrIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.cinrad
 

Methods in ucar.nc2.iosp.cinrad with parameters of type CancelTask
 void Cinrad2IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.dmsp
 

Methods in ucar.nc2.iosp.dmsp with parameters of type CancelTask
 void DMSPiosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.dorade
 

Methods in ucar.nc2.iosp.dorade with parameters of type CancelTask
 void Doradeiosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.fysat
 

Methods in ucar.nc2.iosp.fysat with parameters of type CancelTask
 void Fysatiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.gempak
 

Methods in ucar.nc2.iosp.gempak with parameters of type CancelTask
protected  void GempakGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Open the index and create the netCDF file from that
 void GempakStationFileIOSP.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void GempakGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Uses of CancelTask in ucar.nc2.iosp.gini
 

Methods in ucar.nc2.iosp.gini with parameters of type CancelTask
 void Giniiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.grads
 

Methods in ucar.nc2.iosp.grads with parameters of type CancelTask
 void GradsBinaryGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Uses of CancelTask in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib with parameters of type CancelTask
protected  void GribGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
           
 void GribGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid with parameters of type CancelTask
protected abstract  void GridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Use the given index to fill the NetcdfFile object with attributes and variables.
 void GridIndexToNC.open(GridIndex index, GridTableLookup lookup, int version, NetcdfFile ncfile, FmrcCoordSys fmrcCoordSys, CancelTask cancelTask)
          Fill in the netCDF file
 void GridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Uses of CancelTask in ucar.nc2.iosp.hdf4
 

Methods in ucar.nc2.iosp.hdf4 with parameters of type CancelTask
 void H4iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.hdf5
 

Methods in ucar.nc2.iosp.hdf5 with parameters of type CancelTask
 void H5iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas with parameters of type CancelTask
protected  void McIDASGridServiceProvider.open(GridIndex index, CancelTask cancelTask)
          Open the index and create the netCDF file from that
 void McIDASGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void Vis5DIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void AreaServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Uses of CancelTask in ucar.nc2.iosp.misc
 

Methods in ucar.nc2.iosp.misc with parameters of type CancelTask
 void Uspln.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 void GtopoIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void NmcObsLegacy.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void Nldn.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 

Uses of CancelTask in ucar.nc2.iosp.netcdf3
 

Methods in ucar.nc2.iosp.netcdf3 with parameters of type CancelTask
 void N3iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.nexrad2
 

Methods in ucar.nc2.iosp.nexrad2 with parameters of type CancelTask
 void Nexrad2IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.nids
 

Methods in ucar.nc2.iosp.nids with parameters of type CancelTask
 void Nidsiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
          Open the file and read the header part
 

Uses of CancelTask in ucar.nc2.iosp.noaa
 

Methods in ucar.nc2.iosp.noaa with parameters of type CancelTask
 void Ghcnm.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void Ghcnm2.open(RandomAccessFile raff, NetcdfFile ncfile, CancelTask cancelTask)
           
 void IgraPor.open(RandomAccessFile raff, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.iosp.nowrad
 

Methods in ucar.nc2.iosp.nowrad with parameters of type CancelTask
 void NOWRadiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
          Open the file and read the header part
 

Uses of CancelTask in ucar.nc2.iosp.sigmet
 

Methods in ucar.nc2.iosp.sigmet with parameters of type CancelTask
 void SigmetIOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 

Uses of CancelTask in ucar.nc2.iosp.uamiv
 

Methods in ucar.nc2.iosp.uamiv with parameters of type CancelTask
 void UAMIVServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 

Uses of CancelTask in ucar.nc2.iosp.uf
 

Methods in ucar.nc2.iosp.uf with parameters of type CancelTask
 void UFiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.jni.netcdf
 

Methods in ucar.nc2.jni.netcdf with parameters of type CancelTask
 void JniIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml with parameters of type CancelTask
 NetcdfFile Aggregation.Dataset.acquireFile(CancelTask cancelTask)
           
protected  void AggregationOuterDimension.buildCoords(CancelTask cancelTask)
           
protected  void AggregationExisting.buildNetcdfDataset(CancelTask cancelTask)
           
protected  void AggregationNew.buildNetcdfDataset(CancelTask cancelTask)
           
protected  void AggregationTiled.buildNetcdfDataset(CancelTask cancelTask)
           
protected  void AggregationFmrc.buildNetcdfDataset(CancelTask cancelTask)
           
protected  void AggregationUnion.buildNetcdfDataset(CancelTask cancelTask)
           
protected abstract  void Aggregation.buildNetcdfDataset(CancelTask cancelTask)
          Call this to build the dataset objects in the NetcdfDataset
 void Aggregation.finish(CancelTask cancelTask)
           
protected  void AggregationFmrc.makeDatasets(CancelTask cancelTask)
           
protected  void Aggregation.makeDatasets(CancelTask cancelTask)
          Make the list of Datasets, from explicit and scans.
protected  Array Aggregation.Dataset.read(Variable mainv, CancelTask cancelTask)
           
protected  Array Aggregation.Dataset.read(Variable mainv, CancelTask cancelTask, List<Range> section)
          Read a section of the local Variable.
static NetcdfDataset NcMLReader.readNcML(InputStream ins, CancelTask cancelTask)
          Read NcML doc from an InputStream, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(Reader r, CancelTask cancelTask)
          Read NcML doc from a Reader, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(Reader r, String ncmlLocation, CancelTask cancelTask)
          Read NcML doc from a Reader, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, CancelTask cancelTask)
          Read an NcML file from a URL location, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, org.jdom.Element netcdfElem, CancelTask cancelTask)
          Read NcML from a JDOM Document, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, String referencedDatasetUri, CancelTask cancelTask)
          Read an NcML file from a URL location, and construct a NetcdfDataset.
 void NcMLReader.readNetcdf(String ncmlLocation, NetcdfDataset targetDS, NetcdfFile refds, org.jdom.Element netcdfElem, CancelTask cancelTask)
          parse a netcdf JDOM Element, and add contents to the targetDS NetcdfDataset.
protected  void AggregationExisting.readTimeCoordinates(VariableDS timeAxis, CancelTask cancelTask)
           
 Array AggregationTiled.reallyRead(Variable mainv, CancelTask cancelTask)
           
 Array AggregationOuterDimension.reallyRead(Variable mainv, CancelTask cancelTask)
          Read an aggregation variable: A variable whose data spans multiple files.
 Array Aggregation.DatasetProxyReader.reallyRead(Variable mainV, CancelTask cancelTask)
           
 Array AggregationTiled.reallyRead(Variable mainv, Section wantSection, CancelTask cancelTask)
           
 Array AggregationOuterDimension.reallyRead(Variable mainv, Section section, CancelTask cancelTask)
          Read a section of an aggregation variable.
 Array Aggregation.DatasetProxyReader.reallyRead(Variable mainV, Section section, CancelTask cancelTask)
           
static void NcMLReader.wrapNcML(NetcdfDataset ncDataset, String ncmlLocation, CancelTask cancelTask)
          Use NCML to modify the dataset, getting NcML from a URL
static void NcMLReader.wrapNcMLresource(NetcdfDataset ncDataset, String ncmlResourceLocation, CancelTask cancelTask)
          Use NCML to modify a dataset, getting the NcML document as a resource stream.
 

Uses of CancelTask in ucar.nc2.stream
 

Methods in ucar.nc2.stream with parameters of type CancelTask
 void NcStreamIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of CancelTask in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds with parameters of type CancelTask
 List DqcStationObsDataset.getData(CancelTask cancel)
           
 List DqcStationObsDataset.getData(Station s, CancelTask cancel)
           
 ArrayList DqcRadarDatasetCollection.getData(String sName, DateSelection dateSelect, CancelTask cancel)
          Getting data for a single radar station, with time range.
 List TDSRadarDatasetCollection.getData(String sName, DateSelection dateSelect, CancelTask cancel)
          Getting data for a single radar station, with time range.
 ArrayList DqcRadarDatasetCollection.getDataURIs(String sName, DateSelection dateSelect, CancelTask cancel)
          _more_
 List<URI> TDSRadarDatasetCollection.getDataURIs(String sName, DateSelection dateSelect, CancelTask cancel)
          getting data uri list
 List DqcRadarDatasetCollection.getStations(CancelTask cancel)
          get all radar station within box.
 List<Station> TDSRadarDatasetCollection.getStations(CancelTask cancel)
          get all radar station within box.
 List DqcRadarDatasetCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          get all radar station within box.
 List<Station> TDSRadarDatasetCollection.getStations(LatLonRect boundingBox, CancelTask cancel)
          get all radar station within box.
 NetcdfDataset ThreddsDataFactory.openDataset(InvAccess access, boolean acquire, CancelTask task, Formatter log)
          Try to open invAccess as a NetcdfDataset.
 NetcdfDataset ThreddsDataFactory.openDataset(InvDataset invDataset, boolean acquire, CancelTask task, Formatter log)
          Try to open as a NetcdfDataset.
 NetcdfDataset ThreddsDataFactory.openDataset(String location, boolean acquire, CancelTask task, Formatter log)
          Open a NetcdfDataset from a URL location string.
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType, InvDataset invDataset, CancelTask task, ThreddsDataFactory.Result result)
           
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType, String urlString, CancelTask task)
          Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(InvAccess access, CancelTask task)
          Open a FeatureDataset from an InvAccess object.
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(InvDataset invDataset, CancelTask task)
          Open a FeatureDataset from an InvDataset object, deciding on which InvAccess to use.
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(String urlString, CancelTask task)
          Open a FeatureDataset from a URL location string.
 

Uses of CancelTask in ucar.nc2.util.cache
 

Methods in ucar.nc2.util.cache with parameters of type CancelTask
 FileCacheable FileCache.acquire(FileFactory factory, Object hashKey, String location, int buffer_size, CancelTask cancelTask, Object spiObject)
          Acquire a FileCacheable from the cache, and lock it so no one else can use it.
 FileCacheable FileCache.acquire(FileFactory factory, String location, CancelTask cancelTask)
          Acquire a FileCacheable, and lock it so no one else can use it.
 FileCacheable FileFactory.open(String location, int buffer_size, CancelTask cancelTask, Object iospMessage)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.