| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.constants |
Enumerated constants used throughout the 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.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.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfFileWriteable
Create/Write netCDF-3 formatted files.
|
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfFile |
Variable.ncfile |
protected NetcdfFile |
Group.ncfile |
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
Group.getNetcdfFile()
Get the owning 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.lang.String name,
byte[] data,
java.lang.String iospClassName)
Open an in-memory netcdf file, with a specific iosp.
|
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,
boolean isLargeFile)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
boolean isLargeFile,
java.util.List<FileWriter.FileWriterProgressListener> progressListeners)
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)
Deprecated.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
int delay,
boolean isLargeFile)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
NCdumpW.writeNcML(NetcdfFile ncfile,
java.util.Formatter out,
NCdumpW.WantValues showValues,
java.lang.String uri) |
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,
boolean isLargeFile)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
boolean isLargeFile,
java.util.List<FileWriter.FileWriterProgressListener> progressListeners)
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)
Deprecated.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
java.lang.String fileOutName,
boolean fill,
int delay,
boolean isLargeFile)
Deprecated.
|
| Constructor and Description |
|---|
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)
Deprecated.
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)
Deprecated.
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CF.FeatureType |
CF.FeatureType.getFeatureTypeFromGlobalAttribute(NetcdfFile ds) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfDataset
NetcdfDataset extends the netCDF API, adding standard attribute parsing such as
scale and offset, and explicit support for Coordinate Systems.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Group |
DatasetConstructor.findGroup(NetcdfFile newFile,
Group oldGroup)
Find the Group in newFile that corresponds (by name) with oldGroup
|
static Dimension |
DatasetConstructor.getBoundsDimension(NetcdfFile ncfile) |
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> mode)
Make NetcdfFile into NetcdfDataset with given enhance mode
|
| Constructor and Description |
|---|
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.
|
StructureDS(NetcdfFile ncfile,
Group group,
java.lang.String shortName) |
| Modifier and Type | Method and Description |
|---|---|
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 |
Suomi.isMine(NetcdfFile ncfile) |
static boolean |
NsslRadarMosaicConvention.isMine(NetcdfFile ncfile)
Is this my file?
|
static boolean |
NppConvention.isMine(NetcdfFile ncfile) |
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 |
Jason2Convention.isMine(NetcdfFile ncfile) |
static boolean |
IFPSConvention.isMine(NetcdfFile ncfile) |
static boolean |
FslWindProfiler.isMine(NetcdfFile ncfile) |
static boolean |
Cosmic1Convention.isMine(NetcdfFile ncfile) |
static boolean |
CEDRICRadarConvention.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) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractCoordTransBuilder.addParameter(CoordinateTransform rs,
java.lang.String paramName,
NetcdfFile ds,
java.lang.String varNameEscaped)
Add a Parameter to a CoordinateTransform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSNetcdfFile
Access to DODS datasets through the Netcdf API.
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
TypedDatasetImpl.getNetcdfFile() |
NetcdfFile |
TypedDataset.getNetcdfFile() |
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
GridDataset.getNetcdfFile() |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfFile |
SequenceHelper.ncfile |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
UnidataTrajectoryObsDataset2.getNetcdfFile() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UnidataTrajectoryObsDataset2.isValidFile(NetcdfFile ds) |
static boolean |
UnidataTrajectoryObsDataset.isValidFile(NetcdfFile ds) |
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
FeatureDatasetImpl.getNetcdfFile() |
NetcdfFile |
FeatureDataset.getNetcdfFile()
Return underlying NetcdfFile, or null if none.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
AbstractIOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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 file,
CancelTask cancelTask) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GempakGridServiceProvider.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
GempakSoundingIOSP.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
GempakSurfaceIOSP.MakeNetcdfFile
TODO: generalize this
static class for testing
|
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfFile |
GempakStationFileIOSP.ncfile
The netCDF file
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Giniiosp.open(RandomAccessFile raf,
NetcdfFile file,
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 |
GribGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfFile |
GridServiceProvider.ncfile
The netCDF file that the iosp is part of
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HdfEos.amendFromODL(NetcdfFile ncfile,
Group eosGroup)
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
|
static void |
HdfEos.getEosInfo(NetcdfFile ncfile,
Group eosGroup,
java.util.Formatter f) |
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 | Class and Description |
|---|---|
protected static class |
AreaServiceProvider.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
Vis5DIosp.MakeNetcdfFile
TODO: generalize this
static class for testing
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AreaReader.init(RandomAccessFile raf,
NetcdfFile ncfile)
initialize with the file
|
void |
Vis5DIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Uspln.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected void |
Nldn.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected void |
AbstractLightningIOSP.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
java.lang.String name,
DataType dataType,
java.lang.String dims,
java.lang.String longName,
java.lang.String cfName,
java.lang.String units,
AxisType type)
Make lightning variables
|
protected Sequence |
Uspln.makeSequence(NetcdfFile ncfile) |
void |
Uspln.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it.
|
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.
|
void |
GtopoIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfFile |
N3streamWriter.ncfile |
protected NetcdfFile |
N3iosp.ncfile |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
N3channelWriter(NetcdfFile ncfile) |
N3outputStreamWriter(NetcdfFile ncfile) |
N3streamWriter(NetcdfFile ncfile) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List<java.util.List<Level2Record>> 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
Nidsiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
Open the file and read the header part
|
| 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 |
SigmetIOServiceProvider.doNetcdfFileCoordinate(NetcdfFile ncfile,
int[] bst,
short[] yr,
short[] m,
short[] dda,
java.util.ArrayList<Variable> varList,
java.util.Map<java.lang.String,java.lang.Number> recHdr)
Fill all of the variables/attributes in the ncfile
|
java.util.ArrayList<Variable> |
SigmetIOServiceProvider.init(RandomAccessFile raf,
NetcdfFile ncfile,
java.util.Map<java.lang.String,java.lang.String> hdrNames)
Define Dimensions, Variables, Attributes in ncfile
|
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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
Aggregation.Dataset.acquireFile(CancelTask cancelTask) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Aggregation.Dataset.cacheVariables(NetcdfFile ncfile) |
protected void |
Aggregation.Dataset.close(NetcdfFile ncfile) |
protected Variable |
Aggregation.findVariable(NetcdfFile ncfile,
Variable mainV) |
protected Variable |
Aggregation.Dataset.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
|
boolean |
NcmlConstructor.populate(java.io.InputStream ncml,
NetcdfFile target) |
boolean |
NcmlConstructor.populate(java.lang.String ncml,
NetcdfFile target) |
boolean |
NcmlConstructor.populateFromResource(java.lang.String resourceLocation,
NetcdfFile target) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CdmRemote
A remote CDM dataset, using ncstream to communicate.
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile) |
NetcdfFile |
NcStreamReader.readStream(java.io.InputStream is,
NetcdfFile ncfile) |
| Modifier and Type | Method and Description |
|---|---|
StructureDataIterator |
NcStreamReader.getStructureIterator(java.io.InputStream is,
NetcdfFile ncfile) |
java.util.List<NcStreamIosp.NcsMess> |
NcStreamIosp.open(RandomAccessFile raf,
NetcdfFile ncfile) |
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)
Read the result of a data request.
|
NetcdfFile |
NcStreamReader.readStream(java.io.InputStream is,
NetcdfFile ncfile) |
| Constructor and Description |
|---|
NcStreamWriter(NetcdfFile ncfile,
java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompareNetcdf2.compare(NetcdfFile org,
NetcdfFile copy) |
boolean |
CompareNetcdf2.compare(NetcdfFile org,
NetcdfFile copy,
boolean showCompare,
boolean showEach,
boolean compareData) |
static void |
CompareNetcdf2.compareFiles(NetcdfFile org,
NetcdfFile copy,
java.util.Formatter f) |
static void |
CompareNetcdf2.compareFiles(NetcdfFile org,
NetcdfFile copy,
java.util.Formatter f,
boolean _compareData,
boolean _showCompare,
boolean _showEach) |
boolean |
CompareNetcdf2.compareVariables(NetcdfFile org,
NetcdfFile copy) |
| Constructor and Description |
|---|
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
|