Package | Description |
---|---|
dap4.cdm | |
dap4.servlet | |
thredds.catalog.crawl | |
thredds.client.catalog.writer | |
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.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 polar coordinate system.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.point.bufr | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.radial | |
ucar.nc2.ft.swath | |
ucar.nc2.grib.collection | |
ucar.nc2.iosp |
General classes for I/O Service Providers
|
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 Defense Meteorological Satellite Program (DMSP) format files
|
ucar.nc2.iosp.dorade |
I/O Service Provider for Dorade format files
|
ucar.nc2.iosp.fysat |
I/O Service Provider for fysat format files
In clcommon because of dependencce on java.awt.*
|
ucar.nc2.iosp.gini |
I/O Service Provider for GINI format files
In clcommon because of dependencce on java.awt.*
|
ucar.nc2.iosp.grads |
I/O Service Provider for GrADS Binary Grid Files.
|
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.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.shapefile | |
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 |
Miscellaneous utility classes.
|
ucar.nc2.util.cache |
Cache open FileCacheable objects in memory (eg NetcdfFile, RandomAccessFile).
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DapNetcdfFile.NullCancelTask |
Modifier and Type | Field and Description |
---|---|
protected CancelTask |
DapNetcdfFile.cancel |
Constructor and Description |
---|
DapNetcdfFile(String url,
CancelTask cancelTask)
Open a Dap4 connection or file via a D4DSP.
|
Modifier and Type | Method and Description |
---|---|
protected NetcdfFile |
CDMDSP.createNetcdfFile(String location,
CancelTask canceltask) |
Modifier and Type | Method and Description |
---|---|
void |
CatalogExtractor.copy(String catUrl,
String copyToDir,
CancelTask task) |
int |
CatalogCrawler.crawl(InvCatalogImpl cat,
CancelTask task,
PrintWriter out,
Object context)
Crawl a catalog thats already been opened.
|
int |
CatalogCrawler.crawl(String catUrl,
CancelTask task,
PrintWriter out,
Object context)
Open a catalog and crawl (depth first) all the datasets in it.
|
void |
CatalogCrawler.crawlDataset(InvDataset ds,
CancelTask task,
PrintWriter out,
Object context,
boolean release)
Crawl this dataset recursively, return all datasets
|
void |
CatalogCrawler.crawlDirectDatasets(InvDataset ds,
CancelTask task,
PrintWriter out,
Object context,
boolean release)
Crawl this dataset recursively.
|
void |
CatalogExtractor.extract(PrintWriter out,
String catUrl,
int type,
boolean skipDatasetScan,
CancelTask task) |
void |
CatalogExtractor.extractLoop(PrintWriter out,
String catUrl,
int type,
boolean skipDatasetScan,
CancelTask task) |
Modifier and Type | Method and Description |
---|---|
int |
CatalogCrawler.crawl(Catalog cat,
CancelTask task,
PrintWriter out,
Object context,
Indent indent)
Crawl a catalog thats already been opened.
|
int |
CatalogCrawler.crawl(String catUrl,
CancelTask task,
PrintWriter out,
Object context)
Open a catalog and crawl (depth first) all the datasets in it.
|
NetcdfDataset |
DataFactory.openDataset(Access access,
boolean acquire,
CancelTask task,
Formatter log)
Try to open Access as a NetcdfDataset.
|
NetcdfDataset |
DataFactory.openDataset(Dataset Dataset,
boolean acquire,
CancelTask task,
Formatter log)
Try to open as a NetcdfDataset.
|
NetcdfDataset |
DataFactory.openDataset(String location,
boolean acquire,
CancelTask task,
Formatter log)
Open a NetcdfDataset from a URL location string.
|
DataFactory.Result |
DataFactory.openFeatureDataset(Access access,
CancelTask task)
Open a FeatureDataset from an Access object.
|
DataFactory.Result |
DataFactory.openFeatureDataset(Dataset Dataset,
CancelTask task)
Open a FeatureDataset from an Dataset object, deciding on which Access to use.
|
DataFactory.Result |
DataFactory.openFeatureDataset(FeatureType wantFeatureType,
Dataset ds,
CancelTask task,
DataFactory.Result result) |
DataFactory.Result |
DataFactory.openFeatureDataset(FeatureType wantFeatureType,
String urlString,
CancelTask task)
Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
|
DataFactory.Result |
DataFactory.openFeatureDataset(String urlString,
CancelTask task)
Open a FeatureDataset from a URL location string.
|
Constructor and Description |
---|
TDSdatasetReader(String who,
String datasetUrl,
CancelTask cancel,
boolean showDetail) |
Modifier and Type | Method and Description |
---|---|
double |
FileWriter2.copyVarData(List<Variable> oldVars,
Structure recordVar,
CancelTask cancel)
Write data from varList into new file.
|
static NetcdfFile |
NetcdfFile.open(RandomAccessFile raf,
String location,
CancelTask cancelTask,
Object iospMessage) |
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 |
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 |
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)
Deprecated.
use toString()
|
static void |
NCdumpW.printArray(Array array,
String name,
PrintStream out,
CancelTask ct) |
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 |
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 |
ReduceReader.reallyRead(Variable client,
CancelTask cancelTask) |
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 |
ReduceReader.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
Array |
StructurePseudo.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Deprecated.
|
static String |
NCdumpW.toString(Array array,
String name,
CancelTask ct) |
NetcdfFile |
FileWriter2.write(CancelTask cancel)
Write the input file to the output file.
|
Constructor and Description |
---|
NetcdfFile(IOServiceProvider spi,
RandomAccessFile raf,
String location,
CancelTask cancelTask)
Open an existing netcdf file, passing in the iosp and the raf.
|
NetcdfFile(String iospClassName,
Object iospParam,
String location,
int buffer_size,
CancelTask cancelTask)
Open an existing netcdf file (read only), using the specified iosp.
|
NetcdfFileSubclass(IOServiceProvider spi,
RandomAccessFile raf,
String location,
CancelTask cancelTask) |
NetcdfFileSubclass(String iospClassName,
Object iospParam,
String location,
int buffer_size,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
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 |
CoordSysBuilderIF.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
void |
CoordSysBuilder.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
UnidataObsConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
AvhrrConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Nimbus.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Suomi.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
HdfEosModisConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ModisSatellite.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CF1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CSMConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Cosmic1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
_more_
|
void |
M3IOConvention.augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask) |
void |
EpicInsitu.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ZebraConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ATDRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
NppConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
GIEFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ADASConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
CEDRICRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
FslWindProfiler.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
AWIPSsatConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
HdfEosOmiConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
AWIPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
GDVConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
MADISStation.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
IFPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NsslRadarMosaicConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NUWGConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
WRFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
List |
PointCollection.getData(CancelTask cancel)
Deprecated.
Get all data, allow user to cancel.
|
List |
PointCollection.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box, allow user to cancel.
|
List |
PointCollection.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box and date range, allow user to cancel.
|
List |
StationCollection.getData(List<Station> stations,
CancelTask cancel)
Deprecated.
Get all data for a list of Stations, allow user to cancel.
|
List |
StationCollection.getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get data for a list of Stations within the specified date range, allow user to cancel.
|
List |
StationCollection.getData(Station s,
CancelTask cancel)
Deprecated.
Get all data for this Station, allow user to cancel.
|
List |
StationCollection.getData(Station s,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get data for this Station within the specified date range, allow user to cancel.
|
List<Station> |
StationCollection.getStations(CancelTask cancel)
Deprecated.
Get all the Stations in the collection, allow user to cancel.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
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)
Deprecated.
Open a NetcdfDataset as a TypedDataset.
|
Modifier and Type | Method and Description |
---|---|
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 |
UnidataStationObsMultidimDataset.getData(CancelTask cancel)
Deprecated.
|
List |
UnidataPointObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset2.getData(CancelTask cancel)
Deprecated.
|
List |
OldUnidataPointObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
NdbcDataset.getData(CancelTask cancel)
Deprecated.
|
List |
CFstationObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
MadisStationObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
MadisPointObsDataset.getData(CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
UnidataPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
MadisPointObsDataset.getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsMultidimDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset2.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
NdbcDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
CFstationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
MadisStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(Station s,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(Station s,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(CancelTask cancel)
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
CancelTask task,
StringBuffer logMessages)
Deprecated.
|
TypedDataset |
UnidataStationObsMultidimDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
OldUnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
OldUnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
NdbcDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
CFstationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
MadisStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
MadisPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TypedDataset |
LevelII2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
TypedDataset |
CFnetCDF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
TypedDataset |
Dorade2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
TypedDataset |
Netcdf2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
TypedDataset |
Nids2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
TypedDataset |
UF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
Modifier and Type | Method and Description |
---|---|
TypedDataset |
RafTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
Float10TrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
COSMICTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
SimpleTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
ARMTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
static TrajectoryObsDataset |
TrajectoryObsDatasetFactory.open(String netcdfFileURI,
CancelTask cancelTask)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
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.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
BufrFeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
Object analyser,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
SwathDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
static GribCollectionImmutable |
GribCdmIndex.acquireGribCollection(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
void |
GribIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it.
|
void |
AbstractIOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
IOServiceProviderWriter.openForWriting(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file and allow writing.
|
Modifier and Type | Method and Description |
---|---|
void |
BufrIosp2.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Cinrad2IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
DMSPiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Doradeiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Fysatiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Giniiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
GradsBinaryGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading.
|
Modifier and Type | Method and Description |
---|---|
void |
H4iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
H5iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
NmcObsLegacy.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask 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 |
Nldn.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it.
|
Modifier and Type | Method and Description |
---|---|
void |
N3iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
N3iosp.openForWriting(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Nexrad2IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Nidsiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
IgraPor.open(RandomAccessFile raff,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
Ghcnm2.open(RandomAccessFile raff,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
Ghcnm.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
NOWRadiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
Open the file and read the header part
|
Modifier and Type | Method and Description |
---|---|
void |
ShapefileIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
SigmetIOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it.
|
Modifier and Type | Method and Description |
---|---|
void |
UAMIVServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it.
|
Modifier and Type | Method and Description |
---|---|
void |
UFiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Nc4Iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
Nc4Iosp.openForWriting(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
Aggregation.Dataset.acquireFile(CancelTask cancelTask) |
protected void |
AggregationOuterDimension.buildCoords(CancelTask cancelTask) |
protected abstract void |
Aggregation.buildNetcdfDataset(CancelTask cancelTask)
Call this to build the dataset objects in the NetcdfDataset
|
protected void |
AggregationTiled.buildNetcdfDataset(CancelTask cancelTask) |
protected void |
AggregationUnion.buildNetcdfDataset(CancelTask cancelTask) |
protected void |
AggregationExisting.buildNetcdfDataset(CancelTask cancelTask) |
protected void |
AggregationNew.buildNetcdfDataset(CancelTask cancelTask) |
protected void |
AggregationFmrc.buildNetcdfDataset(CancelTask cancelTask) |
void |
Aggregation.finish(CancelTask cancelTask) |
protected void |
Aggregation.makeDatasets(CancelTask cancelTask)
Make the list of Datasets, from explicit and scans.
|
protected void |
AggregationFmrc.makeDatasets(CancelTask cancelTask) |
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.jdom2.Element netcdfElem,
CancelTask cancelTask)
Read NcML from a JDOM Document, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
org.jdom2.Element netcdfElem,
String referencedDatasetUri,
CancelTask cancelTask)
Read NcML from a JDOM Document, and pass in the name of the dataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
String referencedDatasetUri,
CancelTask cancelTask)
Read an NcML file from a URL location, and construct a NetcdfDataset.
|
protected void |
AggregationExisting.readTimeCoordinates(VariableDS timeAxis,
CancelTask cancelTask) |
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
CancelTask cancelTask)
Read an aggregation variable: A variable whose data spans multiple files.
|
Array |
AggregationTiled.reallyRead(Variable mainv,
CancelTask cancelTask) |
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
Section section,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Read a section of an aggregation variable.
|
Array |
AggregationTiled.reallyRead(Variable mainv,
Section wantSection,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NcStreamIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelTaskImpl
Simple implementation of CancelTask, used in order to get status return.
|
Modifier and Type | Method and Description |
---|---|
FileCacheable |
FileCacheIF.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
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 |
FileCacheGuava.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
FileCacheable |
FileCacheARC.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–2016 UCAR/Unidata. All rights reserved.