|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetcdfFile | |
---|---|
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.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.grads | I/O Service Provider for GrADS Binary Grid Files. |
ucar.nc2.iosp.grib | I/O Service Provider for GRIB-1 and GRIB-2 format files |
ucar.nc2.iosp.grid | |
ucar.nc2.iosp.hdf4 | I/O Service Provider for HDF-4 format files |
ucar.nc2.iosp.hdf5 | I/O Service Provider for HDF-5 and netCDF-4 format files |
ucar.nc2.iosp.mcidas | |
ucar.nc2.iosp.misc | Miscellaneous IOSPs. |
ucar.nc2.iosp.netcdf3 | I/O Service Provider for NetCDF-3 format files |
ucar.nc2.iosp.nexrad2 | I/O Service Provider for NEXRAD level 2 format files |
ucar.nc2.iosp.nids | I/O Service Provider for NIDS (Nexrad level 3) format files |
ucar.nc2.iosp.noaa | |
ucar.nc2.iosp.nowrad | |
ucar.nc2.iosp.sigmet | |
ucar.nc2.iosp.uamiv | |
ucar.nc2.iosp.uf | |
ucar.nc2.jni.netcdf | |
ucar.nc2.ncml | Netcdf Markup Language (NcML) Implementation classes see NcML home page |
ucar.nc2.stream | |
ucar.nc2.util | Miscellaneous utility classes. |
ucar.unidata.geoloc.vertical | Implementations of vertical coordinate transformations. |
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 |
Group.ncfile
|
protected NetcdfFile |
Variable.ncfile
|
Methods in ucar.nc2 that return NetcdfFile | |
---|---|
NetcdfFile |
Group.getNetcdfFile()
Get the owning NetcdfFile |
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. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile)
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)
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. |
Methods in ucar.nc2 with parameters of type NetcdfFile | |
---|---|
static ParsedSectionSpec |
ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile,
String variableSection)
Parse a section specification String. |
static boolean |
NCdump.print(NetcdfFile nc,
OutputStream out,
boolean showAll,
boolean showCoords,
boolean ncml,
boolean strict,
String varNames,
CancelTask ct)
Deprecated. ncdump-like print of netcdf file. |
static boolean |
NCdump.print(NetcdfFile nc,
String command,
OutputStream out,
CancelTask ct)
Deprecated. ncdump, parsing command string, file already open. |
static boolean |
NCdumpW.print(NetcdfFile nc,
String command,
Writer out,
CancelTask ct)
ncdump, parsing command string, file already open. |
static boolean |
NCdumpW.print(NetcdfFile nc,
Writer out,
boolean showAll,
boolean showCoords,
boolean ncml,
boolean strict,
String varNames,
CancelTask ct)
ncdump-like print of netcdf file. |
static boolean |
NCdumpW.print(NetcdfFile nc,
Writer out,
NCdumpW.WantValues showValues,
boolean ncml,
boolean strict,
String varNames,
CancelTask ct)
ncdump-like print of netcdf file. |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Formatter out,
NCdumpW.WantValues showValues,
String uri)
|
static void |
NCdump.writeNcML(NetcdfFile ncfile,
OutputStream os,
boolean showCoords,
String uri)
Deprecated. Write the NcML representation for a file. |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
boolean showCoords,
String uri)
Write the NcML representation for a file. |
static void |
NCdumpW.writeNcML(NetcdfFile ncfile,
Writer os,
NCdumpW.WantValues showValues,
String uri)
|
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill)
Copy a NetcdfFile to a physical file, using Netcdf-3 file format. |
static NetcdfFile |
FileWriter.writeToFile(NetcdfFile fileIn,
String fileOutName,
boolean fill,
boolean isLargeFile)
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)
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. |
Constructors in ucar.nc2 with parameters of type NetcdfFile | |
---|---|
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. |
Uses of NetcdfFile in ucar.nc2.constants |
---|
Methods in ucar.nc2.constants with parameters of type NetcdfFile | |
---|---|
static CF.FeatureType |
CF.FeatureType.getFeatureTypeFromGlobalAttribute(NetcdfFile ds)
|
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,
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. |
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 |
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 |
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,
Set<NetcdfDataset.Enhance> mode)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it. |
|
StructureDS(NetcdfFile ncfile,
Group group,
String shortName)
|
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,
String paramName,
NetcdfFile ds,
Variable v,
String attName,
boolean readData)
Add a Parameter to a CoordinateTransform. |
static boolean |
Nimbus.isMine(NetcdfFile ncfile)
|
static boolean |
ModisSatellite.isMine(NetcdfFile ncfile)
|
static boolean |
WRFConvention.isMine(NetcdfFile ncfile)
|
static boolean |
AvhrrConvention.isMine(NetcdfFile ncfile)
|
static boolean |
FslWindProfiler.isMine(NetcdfFile ncfile)
|
static boolean |
Suomi.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 |
NppConvention.isMine(NetcdfFile ncfile)
|
static boolean |
ZebraConvention.isMine(NetcdfFile ncfile)
|
static boolean |
AWIPSsatConvention.isMine(NetcdfFile ncfile)
|
static boolean |
ATDRadarConvention.isMine(NetcdfFile ncfile)
|
static boolean |
M3IOVGGridConvention.isMine(NetcdfFile ncFile)
|
static boolean |
CEDRICRadarConvention.isMine(NetcdfFile ncfile)
|
static boolean |
IFPSConvention.isMine(NetcdfFile ncfile)
|
static boolean |
AWIPSConvention.isMine(NetcdfFile ncfile)
|
static boolean |
NsslRadarMosaicConvention.isMine(NetcdfFile ncfile)
Is this my file? |
static boolean |
Cosmic1Convention.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,
String paramName,
NetcdfFile ds,
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,
String name)
|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
String name)
|
static boolean |
NdbcDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
MadisPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataStationObsDataset2.isValidFile(NetcdfFile ds)
Deprecated. |
static boolean |
OldUnidataStationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataStationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
SequenceObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
UnidataStationObsMultidimDataset.isValidFile(NetcdfFile ds)
|
static boolean |
DapperDataset.isValidFile(NetcdfFile ds)
|
static boolean |
OldUnidataPointObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
CFstationObsDataset.isValidFile(NetcdfFile ds)
|
static boolean |
MadisStationObsDataset.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 |
FeatureDataset.getNetcdfFile()
Return underlying NetcdfFile, or null if none. |
NetcdfFile |
FeatureDatasetImpl.getNetcdfFile()
|
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,
String name)
|
static Dimension |
UnidataPointDatasetHelper.findObsDimension(NetcdfFile ds)
|
static Variable |
UnidataPointDatasetHelper.findVariable(NetcdfFile ds,
String name)
|
static String |
UnidataPointDatasetHelper.findVariableName(NetcdfFile ds,
String name)
|
Uses of NetcdfFile in ucar.nc2.iosp |
---|
Methods in ucar.nc2.iosp with parameters of type NetcdfFile | |
---|---|
void |
IOServiceProviderWriter.create(String filename,
NetcdfFile ncfile,
int extra,
long preallocateSize,
boolean largeFile)
Create new file, populate it from the objects in ncfile. |
void |
AbstractIOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
void |
IOServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it. |
Uses of 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,
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,
String shortName,
String longName,
String abbrev,
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 |
GempakSoundingIOSP.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 |
GempakStationFileIOSP.ncfile
The netCDF file |
Methods in ucar.nc2.iosp.gempak with parameters of type NetcdfFile | |
---|---|
void |
GempakStationFileIOSP.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
void |
GempakGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
Uses of 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.grads |
---|
Methods in ucar.nc2.iosp.grads with parameters of type NetcdfFile | |
---|---|
void |
GradsBinaryGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
Uses of NetcdfFile in ucar.nc2.iosp.grib |
---|
Methods in ucar.nc2.iosp.grib with parameters of type NetcdfFile | |
---|---|
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(GridIndex index,
GridTableLookup lookup,
int version,
NetcdfFile ncfile,
FmrcCoordSys fmrcCoordSys,
CancelTask cancelTask)
Fill in the netCDF file |
void |
GridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
Uses of NetcdfFile in ucar.nc2.iosp.hdf4 |
---|
Methods in ucar.nc2.iosp.hdf4 with parameters of type NetcdfFile | |
---|---|
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,
Formatter f)
|
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 |
protected static class |
Vis5DIosp.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 |
void |
McIDASGridServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
void |
Vis5DIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
void |
AreaServiceProvider.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open the service provider for reading. |
Uses of NetcdfFile in ucar.nc2.iosp.misc |
---|
Methods in ucar.nc2.iosp.misc with parameters of type NetcdfFile | |
---|---|
protected void |
AbstractLightningIOSP.addLightningGlobalAttributes(NetcdfFile ncfile)
Add the global attributes. |
protected void |
Uspln.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 |
Uspln.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it. |
void |
GtopoIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
void |
NmcObsLegacy.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
void |
Nldn.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
Open existing file, and populate ncfile with it. |
Uses of 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(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,
String fileOutName)
|
static void |
N3channelWriter.writeFromFile(NetcdfFile fileIn,
String fileOutName)
|
static void |
N3channelWriter.writeToChannel(NetcdfFile ncfile,
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,
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)
|
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.noaa |
---|
Methods in ucar.nc2.iosp.noaa with parameters of type NetcdfFile | |
---|---|
void |
Ghcnm.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
void |
Ghcnm2.open(RandomAccessFile raff,
NetcdfFile ncfile,
CancelTask cancelTask)
|
void |
IgraPor.open(RandomAccessFile raff,
NetcdfFile ncfile,
CancelTask cancelTask)
|
Uses of NetcdfFile in ucar.nc2.iosp.nowrad |
---|
Methods in ucar.nc2.iosp.nowrad with parameters of type NetcdfFile | |
---|---|
void |
NOWRadiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
Open the file and read the header part |
Uses of NetcdfFile in ucar.nc2.iosp.sigmet |
---|
Methods in ucar.nc2.iosp.sigmet with parameters of type NetcdfFile | |
---|---|
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. |
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,
String shortName,
String longName,
String abbrev,
List groups)
|
void |
UFiosp.open(RandomAccessFile raf,
NetcdfFile file,
CancelTask cancelTask)
|
Uses of NetcdfFile in ucar.nc2.jni.netcdf |
---|
Methods in ucar.nc2.jni.netcdf that return NetcdfFile | |
---|---|
NetcdfFile |
JniIosp.open(String location)
|
Methods in ucar.nc2.jni.netcdf with parameters of type NetcdfFile | |
---|---|
void |
JniIosp.open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask)
|
Uses of NetcdfFile in ucar.nc2.ncml |
---|
Methods in ucar.nc2.ncml that return NetcdfFile | |
---|---|
NetcdfFile |
Aggregation.Dataset.acquireFile(CancelTask cancelTask)
|
Methods in ucar.nc2.ncml with parameters of type NetcdfFile | |
---|---|
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(InputStream ncml,
NetcdfFile target)
|
boolean |
NcmlConstructor.populate(String ncml,
NetcdfFile target)
|
boolean |
NcmlConstructor.populateFromResource(String resourceLocation,
NetcdfFile target)
|
void |
NcMLReader.readNetcdf(String ncmlLocation,
NetcdfDataset targetDS,
NetcdfFile refds,
org.jdom.Element netcdfElem,
CancelTask cancelTask)
parse a netcdf JDOM Element, and add contents to the targetDS NetcdfDataset. |
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)
|
Uses of NetcdfFile in ucar.nc2.stream |
---|
Subclasses of NetcdfFile in ucar.nc2.stream | |
---|---|
class |
CdmRemote
A remote CDM dataset, using ncstream to communicate. |
Methods in ucar.nc2.stream that return NetcdfFile | |
---|---|
NetcdfFile |
NcStreamReader.proto2nc(NcStreamProto.Header proto,
NetcdfFile ncfile)
|
NetcdfFile |
NcStreamReader.readStream(InputStream is,
NetcdfFile ncfile)
|
Methods in ucar.nc2.stream with parameters of type NetcdfFile | |
---|---|
StructureDataIterator |
NcStreamReader.getStructureIterator(InputStream is,
NetcdfFile ncfile)
|
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(InputStream is,
NetcdfFile ncfile)
Read the result of a data request. |
NetcdfFile |
NcStreamReader.readStream(InputStream is,
NetcdfFile ncfile)
|
Constructors in ucar.nc2.stream with parameters of type NetcdfFile | |
---|---|
NcStreamWriter(NetcdfFile ncfile,
String location)
|
Uses of NetcdfFile in ucar.nc2.util |
---|
Methods in ucar.nc2.util with parameters of type NetcdfFile | |
---|---|
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,
Formatter f)
|
static void |
CompareNetcdf2.compareFiles(NetcdfFile org,
NetcdfFile copy,
Formatter f,
boolean _compareData,
boolean _showCompare,
boolean _showEach)
|
boolean |
CompareNetcdf2.compareVariables(NetcdfFile org,
NetcdfFile copy)
|
Uses of NetcdfFile in ucar.unidata.geoloc.vertical |
---|
Constructors in ucar.unidata.geoloc.vertical with parameters of type NetcdfFile | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |