|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetcdfFile | |
|---|---|
| thredds.inventory | |
| 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.dataset.transform | Pluggable framework for handling Coordinate Transforms, both Projections and Vertical. |
| ucar.nc2.dods | OpenDAP-netCDF library. |
| ucar.nc2.dt | Scientific data types package. |
| ucar.nc2.dt.grid | Scientific data type "Grid", uses cartesian coordinate system. |
| ucar.nc2.dt.point | Scientific data type "Point", collections of point observation data. |
| ucar.nc2.dt.trajectory | Scientific data type "Trajectory". |
| ucar.nc2.ft | Scientific feature types package |
| ucar.nc2.ft.point.standard.plug | package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets |
| 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.bufr.writer | |
| 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.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.uamiv | |
| ucar.nc2.iosp.uf | |
| ucar.nc2.ncml | Netcdf Markup Language (NcML) Implementation classes see NcML home page |
| ucar.nc2.stream | |
| ucar.nc2.util | Miscellaneous utility classes. |
| ucar.unidata.geoloc.vertical | Implementations of vertical coordinate transformations. |
| Uses of NetcdfFile in thredds.inventory |
|---|
| Methods in thredds.inventory that return NetcdfFile | |
|---|---|
NetcdfFile |
Dataset.Inventory.getNetcdfFile()
|
NetcdfFile |
Dataset.getNetcdfFile(java.lang.String name)
|
| Uses of NetcdfFile in ucar.nc2 |
|---|
| Subclasses of NetcdfFile in ucar.nc2 | |
|---|---|
class |
NetcdfFileWriteable
Create/Write netCDF-3 formatted files. |
| Fields in ucar.nc2 declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
Variable.ncfile
|
protected NetcdfFile |
Group.ncfile
|
| Methods in ucar.nc2 that return NetcdfFile | |
|---|---|
static NetcdfFile |
NetcdfFile.open(java.lang.String location)
Open an existing netcdf file (read only). |
static NetcdfFile |
NetcdfFile.open(java.lang.String location,
CancelTask cancelTask)
Open an existing file (read only), with option of cancelling. |
static NetcdfFile |
NetcdfFile.open(java.lang.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(java.lang.String location,
int buffer_size,
CancelTask cancelTask,
java.lang.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(java.lang.String location,
java.lang.String iospClassName,
int bufferSize,
CancelTask cancelTask,
java.lang.Object iospMessage)
Open an existing file (read only), specifying which IOSP is to be used. |
static NetcdfFile |
NetcdfFile.openInMemory(java.lang.String filename)
Read a local CDM file into memory. |
static NetcdfFile |
NetcdfFile.openInMemory(java.lang.String name,
byte[] data)
Open an in-memory netcdf file. |
static NetcdfFile |
NetcdfFile.openInMemory(java.net.URI uri)
Read a remote CDM file into memory. |
NetcdfFile |
NetcdfFile.setImmutable()
Make this immutable. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
int delay)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
| Methods in ucar.nc2 with parameters of type NetcdfFile | |
|---|---|
static ParsedSectionSpec |
ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile,
java.lang.String variableSection)
Parse a section specification String. |
static boolean |
NCdump.print(NetcdfFile nc,
java.io.OutputStream out,
boolean showAll,
boolean showCoords,
boolean ncml,
boolean strict,
java.lang.String varNames,
CancelTask ct)
Deprecated. ncdump-like print of netcdf file. |
static boolean |
NCdump.print(NetcdfFile nc,
java.lang.String command,
java.io.OutputStream out,
CancelTask ct)
Deprecated. ncdump, parsing command string, file already open. |
static boolean |
NCdumpW.print(NetcdfFile nc,
java.lang.String command,
java.io.Writer out,
CancelTask ct)
ncdump, parsing command string, file already open. |
static boolean |
NCdumpW.print(NetcdfFile nc,
java.io.Writer out,
boolean showAll,
boolean showCoords,
boolean ncml,
boolean strict,
java.lang.String varNames,
CancelTask ct)
ncdump-like print of netcdf file. |
static boolean |
NCdumpW.print(NetcdfFile nc,
java.io.Writer out,
NCdumpW.WantValues showValues,
boolean ncml,
boolean strict,
java.lang.String varNames,
CancelTask ct)
ncdump-like print of netcdf file. |
static void |
NCdump.writeNcML(NetcdfFile ncfile,
java.io.OutputStream os,
boolean showCoords,
java.lang.String uri)
Deprecated. Write the NcML representation for a file. |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
java.io.Writer os,
boolean showCoords,
java.lang.String uri)
Write the NcML representation for a file. |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
java.io.Writer os,
NCdumpW.WantValues showValues,
java.lang.String uri)
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
int delay)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
| Constructors in ucar.nc2 with parameters of type NetcdfFile | |
|---|---|
Group(NetcdfFile ncfile,
Group parent,
java.lang.String shortName)
Constructor |
|
NetcdfFile(NetcdfFile ncfile)
Copy constructor, used by NetcdfDataset. |
|
Sequence(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
|
|
Structure(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
|
|
StructurePseudo(NetcdfFile ncfile,
Group group,
java.lang.String shortName,
Dimension dim)
Make a Structure out of all Variables with the named dimension as their outermost dimension. |
|
StructurePseudo(NetcdfFile ncfile,
Group group,
java.lang.String shortName,
java.util.List<java.lang.String> varNames,
Dimension dim)
Make a Structure out of named Variables, each has the same named outermost dimension. |
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
Create a Variable. |
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName,
DataType dtype,
java.lang.String dims)
Create a Variable. |
|
| Uses of NetcdfFile in ucar.nc2.dataset |
|---|
| Subclasses of NetcdfFile in ucar.nc2.dataset | |
|---|---|
class |
NetcdfDataset
NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems. |
| Methods in ucar.nc2.dataset that return NetcdfFile | |
|---|---|
static NetcdfFile |
NetcdfDataset.acquireFile(FileFactory factory,
java.lang.Object hashKey,
java.lang.String location,
int buffer_size,
CancelTask cancelTask,
java.lang.Object spiObject)
Same as openFile, but file is acquired through the File Cache. |
static NetcdfFile |
NetcdfDataset.acquireFile(java.lang.String location,
CancelTask cancelTask)
Same as openFile, but file is acquired through the File Cache. |
NetcdfFile |
NetcdfDataset.getReferencedFile()
A NetcdfDataset usually wraps a NetcdfFile, where the actual I/O happens. |
static NetcdfFile |
NetcdfDataset.openFile(java.lang.String location,
CancelTask cancelTask)
Factory method for opening a NetcdfFile through the netCDF API. |
static NetcdfFile |
NetcdfDataset.openFile(java.lang.String location,
int buffer_size,
CancelTask cancelTask,
java.lang.Object spiObject)
Factory method for opening a NetcdfFile through the netCDF API. |
| Methods in ucar.nc2.dataset with parameters of type NetcdfFile | |
|---|---|
static Group |
DatasetConstructor.findGroup(NetcdfFile newFile,
Group oldGroup)
Find the Group in newFile that corresponds (by name) with oldGroup |
void |
NetcdfDataset.setReferencedFile(NetcdfFile ncfile)
Set underlying file. |
static void |
DatasetConstructor.transferDataset(NetcdfFile src,
NetcdfDataset target,
ReplaceVariableCheck replaceCheck)
Copy contents of "src" to "target". |
static NetcdfDataset |
NetcdfDataset.wrap(NetcdfFile ncfile,
java.util.Set<NetcdfDataset.Enhance> enhanceMode)
Make NetcdfFile into NetcdfDataset with given enhance mode |
| Constructors in ucar.nc2.dataset with parameters of type NetcdfFile | |
|---|---|
NetcdfDataset(NetcdfFile ncfile)
Transform a NetcdfFile into a NetcdfDataset. |
|
NetcdfDataset(NetcdfFile ncfile,
boolean enhance)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it. |
|
NetcdfDataset(NetcdfFile ncfile,
java.util.Set<NetcdfDataset.Enhance> mode)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it. |
|
| Uses of NetcdfFile in ucar.nc2.dataset.conv |
|---|
| Methods in ucar.nc2.dataset.conv with parameters of type NetcdfFile | |
|---|---|
protected boolean |
CSMConvention.addParameter2(CoordinateTransform rs,
java.lang.String paramName,
NetcdfFile ds,
Variable v,
java.lang.String attName,
boolean readData)
Add a Parameter to a CoordinateTransform. |
static boolean |
ZebraConvention.isMine(NetcdfFile ncfile)
|
static boolean |
WRFConvention.isMine(NetcdfFile ncfile)
|
static boolean |
NsslRadarMosaicConvention.isMine(NetcdfFile ncfile)
Is this my file? |
static boolean |
Nimbus.isMine(NetcdfFile ncfile)
|
static boolean |
ModisSatellite.isMine(NetcdfFile ncfile)
|
static boolean |
M3IOVGGridConvention.isMine(NetcdfFile ncFile)
|
static boolean |
M3IOConvention.isMine(NetcdfFile ncfile)
Do we think this is a M3IO file. |
static boolean |
IFPSConvention.isMine(NetcdfFile ncfile)
|
static boolean |
FslWindProfiler.isMine(NetcdfFile ncfile)
|
static boolean |
AWIPSsatConvention.isMine(NetcdfFile ncfile)
|
static boolean |
AWIPSConvention.isMine(NetcdfFile ncfile)
|
static boolean |
AvhrrConvention.isMine(NetcdfFile ncfile)
|
static boolean |
ATDRadarConvention.isMine(NetcdfFile ncfile)
|
| Uses of NetcdfFile in ucar.nc2.dataset.transform |
|---|
| Methods in ucar.nc2.dataset.transform with parameters of type NetcdfFile | |
|---|---|
protected boolean |
AbstractCoordTransBuilder.addParameter(CoordinateTransform rs,
java.lang.String paramName,
NetcdfFile ds,
java.lang.String varNameEscaped)
Add a Parameter to a CoordinateTransform. |
| Uses of NetcdfFile in ucar.nc2.dods |
|---|
| Subclasses of NetcdfFile in ucar.nc2.dods | |
|---|---|
class |
DODSNetcdfFile
Access to DODS datasets through the Netcdf API. |
| Uses of NetcdfFile in ucar.nc2.dt |
|---|
| Methods in ucar.nc2.dt that return NetcdfFile | |
|---|---|
NetcdfFile |
TypedDatasetImpl.getNetcdfFile()
|
NetcdfFile |
TypedDataset.getNetcdfFile()
|
| Uses of NetcdfFile in ucar.nc2.dt.grid |
|---|
| Methods in ucar.nc2.dt.grid that return NetcdfFile | |
|---|---|
NetcdfFile |
GridDataset.getNetcdfFile()
|
| Uses of NetcdfFile in ucar.nc2.dt.point |
|---|
| Fields in ucar.nc2.dt.point declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
SequenceHelper.ncfile
|
| Methods in ucar.nc2.dt.point with parameters of type NetcdfFile | |
|---|---|
static Dimension |
UnidataObsDatasetHelper.findDimension(NetcdfFile ds,
java.lang.String name)
|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
java.lang.String name)
|
static boolean |
UnidataStationObsMultidimDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataStationObsDataset2.isValidFile(NetcdfFile ds)
Deprecated. |
static boolean |
UnidataStationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
SequenceObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
OldUnidataStationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
OldUnidataPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
NdbcDataset.isValidFile(NetcdfFile ds)
|
static boolean |
MadisStationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
MadisPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
DapperDataset.isValidFile(NetcdfFile ds)
|
static boolean |
CFstationObsDataset.isValidFile(NetcdfFile ds)
|
| Uses of NetcdfFile in ucar.nc2.dt.trajectory |
|---|
| Methods in ucar.nc2.dt.trajectory that return NetcdfFile | |
|---|---|
NetcdfFile |
UnidataTrajectoryObsDataset2.getNetcdfFile()
|
| Methods in ucar.nc2.dt.trajectory with parameters of type NetcdfFile | |
|---|---|
static boolean |
UnidataTrajectoryObsDataset2.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataTrajectoryObsDataset.isValidFile(NetcdfFile ds)
|
| Uses of NetcdfFile in ucar.nc2.ft |
|---|
| Methods in ucar.nc2.ft that return NetcdfFile | |
|---|---|
NetcdfFile |
FeatureDatasetImpl.getNetcdfFile()
|
NetcdfFile |
FeatureDataset.getNetcdfFile()
Return underlying NetcdfFile, or null if none. |
| Uses of NetcdfFile in ucar.nc2.ft.point.standard.plug |
|---|
| Methods in ucar.nc2.ft.point.standard.plug with parameters of type NetcdfFile | |
|---|---|
static Dimension |
UnidataPointDatasetHelper.findDimension(NetcdfFile ds,
java.lang.String name)
|
static Dimension |
UnidataPointDatasetHelper.findObsDimension(NetcdfFile ds)
|
static Variable |
UnidataPointDatasetHelper.findVariable(NetcdfFile ds,
java.lang.String name)
|
static java.lang.String |
UnidataPointDatasetHelper.findVariableName(NetcdfFile ds,
java.lang.String name)
|
| Uses of NetcdfFile in ucar.nc2.iosp |
|---|
| Methods in ucar.nc2.iosp with parameters of type NetcdfFile | |
|---|---|
void |
IOServiceProviderWriter.create(java.lang.String filename,
NetcdfFile ncfile,
int extra,
long preallocateSize,
boolean largeFile)
Create new file, populate it from the objects in ncfile. |
void |
IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it. |
| Uses of NetcdfFile in ucar.nc2.iosp.bufr |
|---|
| Methods in ucar.nc2.iosp.bufr with parameters of type NetcdfFile | |
|---|---|
void |
BufrIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.bufr.writer |
|---|
| Constructors in ucar.nc2.iosp.bufr.writer with parameters of type NetcdfFile | |
|---|---|
WriteT41_ncFlat(NetcdfFile bufr,
java.lang.String fileOutName,
boolean fill)
|
|
| Uses of NetcdfFile in ucar.nc2.iosp.cinrad |
|---|
| Methods in ucar.nc2.iosp.cinrad with parameters of type NetcdfFile | |
|---|---|
Variable |
Cinrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List groups)
|
void |
Cinrad2IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.dmsp |
|---|
| Methods in ucar.nc2.iosp.dmsp with parameters of type NetcdfFile | |
|---|---|
void |
DMSPiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.dorade |
|---|
| Methods in ucar.nc2.iosp.dorade with parameters of type NetcdfFile | |
|---|---|
void |
Doradeiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.fysat |
|---|
| Methods in ucar.nc2.iosp.fysat with parameters of type NetcdfFile | |
|---|---|
void |
Fysatiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.gempak |
|---|
| Subclasses of NetcdfFile in ucar.nc2.iosp.gempak | |
|---|---|
protected static class |
GempakGridServiceProvider.MakeNetcdfFile
TODO: generalize this static class for testing |
protected static class |
GempakSurfaceIOSP.MakeNetcdfFile
TODO: generalize this static class for testing |
| Fields in ucar.nc2.iosp.gempak declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
GempakSurfaceIOSP.ncfile
The netCDF file |
| Methods in ucar.nc2.iosp.gempak with parameters of type NetcdfFile | |
|---|---|
void |
GempakSurfaceIOSP.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 NetcdfFile in ucar.nc2.iosp.gini |
|---|
| Methods in ucar.nc2.iosp.gini with parameters of type NetcdfFile | |
|---|---|
void |
Giniiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.grib |
|---|
| Fields in ucar.nc2.iosp.grib declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
GribServiceProvider.ncfile
Deprecated. |
| Methods in ucar.nc2.iosp.grib with parameters of type NetcdfFile | |
|---|---|
void |
GribServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Deprecated. |
void |
GribGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.grid |
|---|
| Fields in ucar.nc2.iosp.grid declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
GridServiceProvider.ncfile
The netCDF file that the iosp is part of |
| Methods in ucar.nc2.iosp.grid with parameters of type NetcdfFile | |
|---|---|
void |
GridIndexToNC.open(ucar.grid.GridIndex index,
ucar.grid.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 NetcdfFile in ucar.nc2.iosp.hdf4 |
|---|
| Methods in ucar.nc2.iosp.hdf4 with parameters of type NetcdfFile | |
|---|---|
static void |
HdfEos.amendFromODL(NetcdfFile ncfile,
Group eosGroup)
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata. |
void |
H4iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.hdf5 |
|---|
| Methods in ucar.nc2.iosp.hdf5 with parameters of type NetcdfFile | |
|---|---|
void |
H5iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.mcidas |
|---|
| Subclasses of NetcdfFile in ucar.nc2.iosp.mcidas | |
|---|---|
protected static class |
AreaServiceProvider.MakeNetcdfFile
TODO: generalize this static class for testing |
| Methods in ucar.nc2.iosp.mcidas with parameters of type NetcdfFile | |
|---|---|
boolean |
AreaReader.init(RandomAccessFile raf,
NetcdfFile ncfile)
initialize with the file |
static boolean |
McIDASSatConvention.isMine(NetcdfFile ncfile)
|
void |
McIDASGridServiceProvider.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 NetcdfFile in ucar.nc2.iosp.misc |
|---|
| Methods in ucar.nc2.iosp.misc with parameters of type NetcdfFile | |
|---|---|
void |
Uspln.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)
|
void |
GtopoIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.netcdf3 |
|---|
| Fields in ucar.nc2.iosp.netcdf3 declared as NetcdfFile | |
|---|---|
protected NetcdfFile |
N3streamWriter.ncfile
|
protected NetcdfFile |
N3iosp.ncfile
|
| Methods in ucar.nc2.iosp.netcdf3 with parameters of type NetcdfFile | |
|---|---|
void |
N3iosp.create(java.lang.String filename,
NetcdfFile ncfile,
int extra,
long preallocateSize,
boolean largeFile)
|
void |
N3iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
static void |
N3outputStreamWriter.writeFromFile(NetcdfFile fileIn,
java.lang.String fileOutName)
|
static void |
N3channelWriter.writeFromFile(NetcdfFile fileIn,
java.lang.String fileOutName)
|
static void |
N3channelWriter.writeToChannel(NetcdfFile ncfile,
java.nio.channels.WritableByteChannel wbc)
Write ncfile to a WritableByteChannel. |
| Constructors in ucar.nc2.iosp.netcdf3 with parameters of type NetcdfFile | |
|---|---|
N3channelWriter(NetcdfFile ncfile)
|
|
N3outputStreamWriter(NetcdfFile ncfile)
|
|
N3streamWriter(NetcdfFile ncfile)
|
|
| Uses of NetcdfFile in ucar.nc2.iosp.nexrad2 |
|---|
| Methods in ucar.nc2.iosp.nexrad2 with parameters of type NetcdfFile | |
|---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List groups,
int rd)
|
void |
Nexrad2IOServiceProvider.makeVariable2(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
Level2VolumeScan vScan)
|
void |
Nexrad2IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.iosp.nids |
|---|
| Methods in ucar.nc2.iosp.nids with parameters of type NetcdfFile | |
|---|---|
void |
Nidsiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
Open the file and read the header part |
| Uses of NetcdfFile in ucar.nc2.iosp.uamiv |
|---|
| Methods in ucar.nc2.iosp.uamiv with parameters of type NetcdfFile | |
|---|---|
void |
UAMIVServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it. |
| Uses of NetcdfFile in ucar.nc2.iosp.uf |
|---|
| Methods in ucar.nc2.iosp.uf with parameters of type NetcdfFile | |
|---|---|
Variable |
UFiosp.makeVariable(NetcdfFile ncfile,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List groups)
|
void |
UFiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
|
| Uses of NetcdfFile in ucar.nc2.ncml |
|---|
| Methods in ucar.nc2.ncml that return NetcdfFile | |
|---|---|
NetcdfFile |
AggregationFmrcSingle.OpenDataset.acquireFile(CancelTask cancelTask)
|
NetcdfFile |
Aggregation.Dataset.acquireFile(CancelTask cancelTask)
|
| Methods in ucar.nc2.ncml with parameters of type NetcdfFile | |
|---|---|
protected void |
AggregationFmrc.buildNetcdfDataset(Aggregation.Dataset typicalDataset,
NetcdfFile typicalFile,
GridDataset typicalGds,
CancelTask cancelTask)
Build the resulting dataset. |
protected void |
Aggregation.Dataset.cacheVariables(NetcdfFile ncfile)
|
protected void |
AggregationFmrcSingle.OpenDataset.close(NetcdfFile ncfile)
|
protected void |
Aggregation.Dataset.close(NetcdfFile ncfile)
|
protected Variable |
Aggregation.findVariable(NetcdfFile ncfile,
Variable mainV)
|
static NetcdfDataset |
NcMLReader.mergeNcML(NetcdfFile ref,
org.jdom.Element parentElem)
Use NCML to modify the referenced dataset, create a new dataset with the merged info Used to wrap each dataset of an aggregation before its aggregated |
void |
NcMLReader.readNetcdf(java.lang.String ncmlLocation,
NetcdfDataset targetDS,
NetcdfFile refds,
org.jdom.Element netcdfElem,
CancelTask cancelTask)
parse a netcdf JDOM Element, and add contents to the targetDS NetcdfDataset. |
java.lang.String |
NcMLWriter.writeXML(NetcdfFile ncfile)
Write NcML from specified NetcdfFile to a String. |
void |
NcMLWriter.writeXML(NetcdfFile ncfile,
java.io.OutputStream os,
java.lang.String location)
Write a NetcdfFile as an XML document to the specified stream. |
void |
NcMLWriter.writeXML(NetcdfFile ncfile,
java.lang.String filenameOut)
Write a NetcdfFile as an XML document to the specified file. |
void |
NcMLWriter.writeXMLexplicit(NetcdfFile ncfile,
java.io.OutputStream os,
java.lang.String location)
|
| Constructors in ucar.nc2.ncml with parameters of type NetcdfFile | |
|---|---|
AggregationFmrcSingle.OpenDataset(NetcdfFile openFile,
java.util.Date coordValueDate,
java.lang.String coordValue)
Dataset constructor with an opened NetcdfFile. |
|
| Uses of NetcdfFile in ucar.nc2.stream |
|---|
| Subclasses of NetcdfFile in ucar.nc2.stream | |
|---|---|
class |
NcStreamRemote
A remote NetcdfFile, using ncstream to communicate. |
| Methods in ucar.nc2.stream that return NetcdfFile | |
|---|---|
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile)
|
NetcdfFile |
NcStreamReader.readStream(java.io.InputStream is,
NetcdfFile ncfile)
|
| Methods in ucar.nc2.stream with parameters of type NetcdfFile | |
|---|---|
void |
NcStreamIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile)
|
ucar.nc2.stream.NcStreamReader.DataResult |
NcStreamReader.readData(java.io.InputStream is,
NetcdfFile ncfile)
|
NetcdfFile |
NcStreamReader.readStream(java.io.InputStream is,
NetcdfFile ncfile)
|
| Constructors in ucar.nc2.stream with parameters of type NetcdfFile | |
|---|---|
NcStreamWriter(NetcdfFile ncfile,
java.lang.String location)
|
|
| Uses of NetcdfFile in ucar.nc2.util |
|---|
| Methods in ucar.nc2.util with parameters of type NetcdfFile | |
|---|---|
boolean |
CompareNetcdf.compare(NetcdfFile org,
NetcdfFile copy,
java.util.Formatter f)
|
static void |
CompareNetcdf.compareFiles(NetcdfFile org,
NetcdfFile copy)
|
static void |
CompareNetcdf.compareFiles(NetcdfFile org,
NetcdfFile copy,
boolean _compareData,
boolean _showCompare,
boolean _showEach)
|
| Uses of NetcdfFile in ucar.unidata.geoloc.vertical |
|---|
| Constructors in ucar.unidata.geoloc.vertical with parameters of type NetcdfFile | |
|---|---|
AtmosLnPressure(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
AtmosSigma(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a coordinate transform for hybrid height |
|
HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a coordinate transform for sigma pressure |
|
OceanS(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
OceanSG1(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g1 |
|
OceanSG2(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g2 |
|
OceanSigma(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates |
|
VTfromExistingData(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Constructor. |
|
WRFEta(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Construct a vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||