Package | Description |
---|---|
dap4.cdm | |
dap4.cdmshared | |
dap4.servlet | |
thredds.server.catalog | |
ucar.nc2 |
The public API to the Java-NetCDF library.
|
ucar.nc2.constants |
Enumerated constants used throughout the CDM 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.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.cover.impl | |
ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
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.bufr.writer | |
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.rewrite | |
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 |
DapNetcdfFile |
Modifier and Type | Method and Description |
---|---|
protected void |
DSPToCDM.createGroup(DapGroup dapgroup,
Group cdmparent,
NetcdfFile ncfile,
NodeMap nodemap) |
protected void |
DSPToCDM.createVar(DapVariable dapvar,
NetcdfFile ncfile,
NodeMap nodemap,
Group cdmgroup,
Structure cdmparentstruct)
Create a variable or field
|
protected void |
DSPToCDM.fillGroup(Group cdmparent,
DapGroup dapparent,
NetcdfFile ncfile,
NodeMap nodemap) |
Modifier and Type | Method and Description |
---|---|
static NetcdfFile |
CDMUtil.unwrapfile(NetcdfFile file)
NetcdfDataset can wrap a NetcdfFile.
|
Modifier and Type | Method and Description |
---|---|
static NetcdfFile |
CDMUtil.unwrapfile(NetcdfFile file)
NetcdfDataset can wrap a NetcdfFile.
|
Modifier and Type | Method and Description |
---|---|
protected NetcdfFile |
CDMDSP.createNetcdfFile(String location,
CancelTask canceltask) |
Modifier and Type | Method and Description |
---|---|
protected void |
CDMDSP.init(NetcdfFile ncfile) |
Constructor and Description |
---|
CDMDSP(NetcdfFile ncd,
DapContext cxt) |
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
FeatureCollection.getNetcdfDataset(String remaining) |
Modifier and Type | Class and Description |
---|---|
class |
NetcdfFileSubclass
To allow subclassing of NetcdfFile.
|
class |
NetcdfFileWriteable
Deprecated.
use NetcdfFileWriter
|
Modifier and Type | Field and Description |
---|---|
protected NetcdfFile |
Variable.ncfile |
protected NetcdfFile |
Group.ncfile |
Modifier and Type | Method and Description |
---|---|
protected NetcdfFile |
Variable.getNetcdfFile() |
NetcdfFile |
NetcdfFileWriter.getNetcdfFile() |
NetcdfFile |
Group.getNetcdfFile()
Get the owning NetcdfFile
|
static NetcdfFile |
NetcdfFile.open(RandomAccessFile raf,
String location,
CancelTask cancelTask,
Object iospMessage) |
static NetcdfFile |
NetcdfFile.open(String location)
Open an existing netcdf file (read only).
|
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 NetcdfFile |
NetcdfFile.openInMemory(String filename)
Read a local CDM file into memory.
|
static NetcdfFile |
NetcdfFile.openInMemory(String name,
byte[] data)
Open an in-memory netcdf file.
|
static NetcdfFile |
NetcdfFile.openInMemory(String name,
byte[] data,
String iospClassName)
Open an in-memory netcdf file, with a specific iosp.
|
static NetcdfFile |
NetcdfFile.openInMemory(URI uri)
Read a remote CDM file into memory.
|
NetcdfFile |
NetcdfFile.setImmutable()
Make this immutable.
|
NetcdfFile |
FileWriter2.write() |
NetcdfFile |
FileWriter2.write(CancelTask cancel)
Write the input file to the output file.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile,
List<FileWriter.FileWriterProgressListener> progressListeners)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
int delay)
Deprecated.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
int delay,
boolean isLargeFile)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.makeRelativeGroup(NetcdfFile ncf,
String path,
boolean ignorelast)
Create groups to ensure path is defined
|
static ParsedSectionSpec |
ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile,
String variableSection)
Parse a section specification String.
|
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 void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Formatter out,
NCdumpW.WantValues showValues,
String url) |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
boolean showCoords,
String url)
Write the NcML representation for a file.
|
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
NCdumpW.WantValues showValues,
String url) |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile,
List<FileWriter.FileWriterProgressListener> progressListeners)
Deprecated.
Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
int delay)
Deprecated.
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
int delay,
boolean isLargeFile)
Deprecated.
|
Constructor and Description |
---|
FileWriter2(NetcdfFile fileIn,
String fileOutName,
NetcdfFileWriter.Version version,
Nc4Chunking chunker)
Use this constructor to copy entire file.
|
Group(NetcdfFile ncfile,
Group parent,
String shortName)
Constructor
|
NetcdfFile(NetcdfFile ncfile)
Copy constructor, used by NetcdfDataset.
|
Sequence(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName) |
Structure(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName) |
StructurePseudo(NetcdfFile ncfile,
Group group,
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,
String shortName,
List<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,
String shortName)
Create a Variable.
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName,
DataType dtype,
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,
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.
|
NetcdfFile |
NetcdfDataset.getReferencedFile()
A NetcdfDataset usually wraps a NetcdfFile, where the actual I/O happens.
|
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.
|
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,
Set<NetcdfDataset.Enhance> mode)
Make NetcdfFile into NetcdfDataset with given enhance mode
|
Constructor and Description |
---|
NetcdfDataset(NetcdfFile ncfile)
Transform a NetcdfFile into a NetcdfDataset, with default enhancement.
|
NetcdfDataset(NetcdfFile ncfile,
boolean enhance)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it.
|
NetcdfDataset(NetcdfFile ncfile,
Set<NetcdfDataset.Enhance> mode)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it.
|
StructureDS(NetcdfFile ncfile,
Group group,
String shortName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CSMConvention.addParameter2(CoordinateTransform rs,
String paramName,
NetcdfFile ds,
Variable v,
String attName,
boolean readData)
Add a Parameter to a CoordinateTransform.
|
static boolean |
AWIPSsatConvention.isMine(NetcdfFile ncfile) |
static boolean |
Suomi.isMine(NetcdfFile ncfile) |
static boolean |
Nimbus.isMine(NetcdfFile ncfile) |
static boolean |
HdfEosModisConvention.isMine(NetcdfFile ncfile) |
static boolean |
CEDRICRadarConvention.isMine(NetcdfFile ncfile) |
static boolean |
NppConvention.isMine(NetcdfFile ncfile) |
static boolean |
AWIPSConvention.isMine(NetcdfFile ncfile) |
static boolean |
ModisSatellite.isMine(NetcdfFile ncfile) |
static boolean |
FslWindProfiler.isMine(NetcdfFile ncfile) |
static boolean |
ZebraConvention.isMine(NetcdfFile ncfile) |
static boolean |
WRFConvention.isMine(NetcdfFile ncfile) |
static boolean |
HdfEosOmiConvention.isMine(NetcdfFile ncfile) |
static boolean |
Cosmic1Convention.isMine(NetcdfFile ncfile) |
static boolean |
AvhrrConvention.isMine(NetcdfFile ncfile) |
static boolean |
IFPSConvention.isMine(NetcdfFile ncfile) |
static boolean |
ATDRadarConvention.isMine(NetcdfFile ncfile) |
static boolean |
NsslRadarMosaicConvention.isMine(NetcdfFile ncfile)
Is this my file?
|
static boolean |
Jason2Convention.isMine(NetcdfFile ncfile) |
static boolean |
M3IOConvention.isMine(NetcdfFile ncfile)
Do we think this is a M3IO file.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractCoordTransBuilder.addParameter(CoordinateTransform rs,
String paramName,
NetcdfFile ds,
String varNameEscaped)
Add a Parameter to a CoordinateTransform.
|
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
TypedDataset.getNetcdfFile()
Deprecated.
|
NetcdfFile |
TypedDatasetImpl.getNetcdfFile()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
GridDataset.getNetcdfFile() |
Modifier and Type | Method and Description |
---|---|
static Dimension |
UnidataObsDatasetHelper.findDimension(NetcdfFile ds,
String name)
Deprecated.
|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
String name)
Deprecated.
|
static boolean |
UnidataStationObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
MadisStationObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
UnidataStationObsMultidimDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
UnidataPointObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
CFstationObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
UnidataStationObsDataset2.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
OldUnidataStationObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
OldUnidataPointObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
MadisPointObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
NdbcDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
UnidataTrajectoryObsDataset2.getNetcdfFile()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
UnidataTrajectoryObsDataset.isValidFile(NetcdfFile ds)
Deprecated.
|
static boolean |
UnidataTrajectoryObsDataset2.isValidFile(NetcdfFile ds)
Deprecated.
|
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 FeatureType |
FeatureDatasetFactoryManager.findFeatureType(NetcdfFile ncd)
Try to determine the feature type of the dataset, by looking at its metadata.
|
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
CoverageDatasetImpl.getNetcdfFile() |
Modifier and Type | Method and Description |
---|---|
static Dimension |
UnidataPointDatasetHelper.findDimension(NetcdfFile ds,
String name) |
static Dimension |
UnidataPointDatasetHelper.findObsDimension(NetcdfFile ds) |
static Variable |
UnidataPointDatasetHelper.findVariable(NetcdfFile ds,
String name) |
static String |
UnidataPointDatasetHelper.findVariableName(NetcdfFile ds,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
GribIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Field and Description |
---|---|
protected NetcdfFile |
AbstractIOServiceProvider.ncfile |
Modifier and Type | Method and Description |
---|---|
void |
IOServiceProviderWriter.create(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) |
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) |
void |
BufrIosp2.open(RandomAccessFile raf,
NetcdfFile ncfile,
Message single) |
Constructor and Description |
---|
Bufr2Xml(Message message,
NetcdfFile ncfile,
OutputStream os,
boolean skipMissing) |
WriteT41_ncFlat(NetcdfFile bufr,
String fileOutName,
boolean fill) |
Modifier and Type | Method and Description |
---|---|
Variable |
Cinrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
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 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 |
---|---|
static boolean |
HdfEos.amendFromODL(NetcdfFile ncfile,
Group eosGroup)
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
|
static boolean |
HdfEos.getEosInfo(NetcdfFile ncfile,
Group eosGroup,
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 | Method and Description |
---|---|
protected void |
Uspln.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected void |
AbstractLightningIOSP.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected void |
Nldn.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes.
|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
String name,
DataType dataType,
String dims,
String longName,
String cfName,
String units,
AxisType type)
Make lightning variables
|
protected Sequence |
Uspln.makeSequence(NetcdfFile ncfile) |
void |
GtopoIosp.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 |
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.
|
Modifier and Type | Field and Description |
---|---|
protected NetcdfFile |
N3streamWriter.ncfile |
Modifier and Type | Method and Description |
---|---|
void |
N3iosp.create(String filename,
NetcdfFile ncfile,
int extra,
long preallocateSize,
boolean largeFile) |
void |
N3iosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
N3iosp.openForWriting(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
static void |
N3outputStreamWriter.writeFromFile(NetcdfFile fileIn,
String fileOutName) |
static void |
N3channelWriter.writeFromFile(NetcdfFile fileIn,
String fileOutName) |
static void |
N3channelWriter.writeToChannel(NetcdfFile ncfile,
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,
String shortName,
String longName,
String abbrev,
List<List<Level2Record>> groups,
int rd) |
void |
Nexrad2IOServiceProvider.makeVariable2(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
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 ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Ghcnm2.open(RandomAccessFile raff,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
IgraPor.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.doNetcdfFileCoordinate(NetcdfFile ncfile,
int[] bst,
short[] yr,
short[] m,
short[] dda,
ArrayList<Variable> varList,
Map<String,Number> recHdr)
Fill all of the variables/attributes in the ncfile
|
ArrayList<Variable> |
SigmetIOServiceProvider.init(RandomAccessFile raf,
NetcdfFile ncfile,
Map<String,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,
String shortName,
String longName,
String abbrev,
List<List<Ray>> groups) |
void |
UFiosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Modifier and Type | Method and Description |
---|---|
void |
Nc4Iosp.create(String filename,
NetcdfFile ncfile,
int extra,
long preallocateSize,
boolean largeFile) |
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) |
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.jdom2.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(InputStream ncml,
NetcdfFile target) |
boolean |
NcmlConstructor.populate(String ncml,
NetcdfFile target) |
boolean |
NcmlConstructor.populateFromResource(String resourceLocation,
NetcdfFile target) |
String |
NcMLWriter.writeXML(NetcdfFile ncfile)
Write NcML from specified NetcdfFile to a String.
|
void |
NcMLWriter.writeXML(NetcdfFile ncfile,
OutputStream os,
String location)
Write a NetcdfFile as an XML document to the specified stream.
|
void |
NcMLWriter.writeXML(NetcdfFile ncfile,
String filenameOut)
Write a NetcdfFile as an XML document to the specified file.
|
void |
NcMLWriter.writeXMLexplicit(NetcdfFile ncfile,
OutputStream os,
String location) |
Constructor and Description |
---|
Rewrite(NetcdfFile ncIn,
NetcdfFileWriter ncOut) |
Modifier and Type | Class and Description |
---|---|
class |
CdmRemote
A remote CDM dataset (extends NetcdfFile), using cdmremote protocol to communicate.
|
Modifier and Type | Method and Description |
---|---|
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile) |
NetcdfFile |
NcStreamReader.readStream(InputStream is,
NetcdfFile ncfile) |
Modifier and Type | Method and Description |
---|---|
StructureDataIterator |
NcStreamReader.getStructureIterator(InputStream is,
NetcdfFile ncfile) |
void |
NcStreamIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
NcStreamIosp.openDebug(RandomAccessFile raf,
NetcdfFile ncfile,
List<NcStreamIosp.NcsMess> ncm) |
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile) |
ucar.nc2.stream.NcStreamReader.DataResult |
NcStreamReader.readData(InputStream is,
NetcdfFile ncfile)
Read the result of a data request.
|
NetcdfFile |
NcStreamReader.readStream(InputStream is,
NetcdfFile ncfile) |
Constructor and Description |
---|
NcStreamWriter(NetcdfFile ncfile,
String location) |
NcStreamWriterChannel(NetcdfFile ncfile,
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) |
boolean |
CompareNetcdf2.compare(NetcdfFile org,
NetcdfFile copy,
CompareNetcdf2.ObjFilter filter,
boolean showCompare,
boolean showEach,
boolean compareData) |
static boolean |
CompareNetcdf2.compareFiles(NetcdfFile org,
NetcdfFile copy,
Formatter f) |
static boolean |
CompareNetcdf2.compareFiles(NetcdfFile org,
NetcdfFile copy,
Formatter f,
boolean _compareData,
boolean _showCompare,
boolean _showEach) |
boolean |
CompareNetcdf2.compareVariables(NetcdfFile org,
NetcdfFile copy) |
Constructor and Description |
---|
AtmosLnPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
AtmosSigma(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for hybrid height
|
HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for sigma pressure
|
OceanS(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
OceanSG1(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g1
|
OceanSG2(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g2
|
OceanSigma(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
VTfromExistingData(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Constructor.
|
WRFEta(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a vertical coordinate for the Weather Research and Forecast
(WRF) model's vertical Eta coordinate
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.