Uses of Class
ucar.nc2.NetcdfFile

Packages that use NetcdfFile
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.conv Parses the information in netCDF datasets using Conventions, and extracts information about coordinate systems. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
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.
 

Methods in ucar.nc2 that return NetcdfFile
static NetcdfFile NetcdfFile.open(java.lang.String location)
          Open an existing netcdf file (read only).
static NetcdfFile NetcdfFile.open(java.lang.String location, CancelTask cancelTask)
          Open an existing file (read only), with option of cancelling.
static NetcdfFile NetcdfFile.open(java.lang.String location, int buffer_size, CancelTask cancelTask)
          Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency.
static NetcdfFile NetcdfFile.open(java.lang.String location, int buffer_size, CancelTask cancelTask, java.lang.Object iospMessage)
          Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency, with an optional special object for the iosp.
static NetcdfFile NetcdfFile.open(java.lang.String location, java.lang.String iospClassName, int bufferSize, CancelTask cancelTask, java.lang.Object iospMessage)
          Open an existing file (read only), specifying which IOSP is to be used.
static NetcdfFile NetcdfFile.openInMemory(java.lang.String filename)
          Read a local CDM file into memory.
static NetcdfFile NetcdfFile.openInMemory(java.lang.String name, byte[] data)
          Open an in-memory netcdf file.
static NetcdfFile NetcdfFile.openInMemory(java.net.URI uri)
          Read a remote CDM file into memory.
 NetcdfFile NetcdfFile.setImmutable()
          Make this immutable.
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName, boolean fill)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName, boolean fill, int delay)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
 

Methods in ucar.nc2 with parameters of type NetcdfFile
static ParsedSectionSpec ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile, java.lang.String variableSection)
          Parse a section specification String.
static boolean NCdump.print(NetcdfFile nc, java.io.OutputStream out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, java.lang.String varNames, CancelTask ct)
          Deprecated. ncdump-like print of netcdf file.
static boolean NCdump.print(NetcdfFile nc, java.lang.String command, java.io.OutputStream out, CancelTask ct)
          Deprecated. ncdump, parsing command string, file already open.
static boolean NCdumpW.print(NetcdfFile nc, java.lang.String command, java.io.Writer out, CancelTask ct)
          ncdump, parsing command string, file already open.
static boolean NCdumpW.print(NetcdfFile nc, java.io.Writer out, boolean showAll, boolean showCoords, boolean ncml, boolean strict, java.lang.String varNames, CancelTask ct)
          ncdump-like print of netcdf file.
static boolean NCdumpW.print(NetcdfFile nc, java.io.Writer out, NCdumpW.WantValues showValues, boolean ncml, boolean strict, java.lang.String varNames, CancelTask ct)
          ncdump-like print of netcdf file.
static void NCdump.writeNcML(NetcdfFile ncfile, java.io.OutputStream os, boolean showCoords, java.lang.String uri)
          Deprecated. Write the NcML representation for a file.
static void NCdumpW.writeNcML(NetcdfFile ncfile, java.io.Writer os, boolean showCoords, java.lang.String uri)
          Write the NcML representation for a file.
static void NCdumpW.writeNcML(NetcdfFile ncfile, java.io.Writer os, NCdumpW.WantValues showValues, java.lang.String uri)
           
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName, boolean fill)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
static NetcdfFile FileWriter.writeToFile(NetcdfFile fileIn, java.lang.String fileOutName, boolean fill, int delay)
          Copy a NetcdfFile to a physical file, using Netcdf-3 file format.
 

Constructors in ucar.nc2 with parameters of type NetcdfFile
Group(NetcdfFile ncfile, Group parent, java.lang.String shortName)
          Constructor
Sequence(NetcdfFile ncfile, Group group, Structure parent, java.lang.String shortName)
           
Structure(NetcdfFile ncfile, Group group, Structure parent, java.lang.String shortName)
           
StructurePseudo(NetcdfFile ncfile, Group group, java.lang.String shortName, Dimension dim)
          Make a Structure out of all Variables with the named dimension as their outermost dimension.
StructurePseudo(NetcdfFile ncfile, Group group, java.lang.String shortName, java.util.List<java.lang.String> varNames, Dimension dim)
          Make a Structure out of named Variables, each has the same named outermost dimension.
Variable(NetcdfFile ncfile, Group group, Structure parent, java.lang.String shortName)
          Create a Variable.
Variable(NetcdfFile ncfile, Group group, Structure parent, java.lang.String shortName, DataType dtype, java.lang.String dims)
          Create a Variable.
 

Uses of NetcdfFile in ucar.nc2.dataset
 

Subclasses of NetcdfFile in ucar.nc2.dataset
 class NetcdfDataset
          NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems.
 

Methods in ucar.nc2.dataset that return NetcdfFile
static NetcdfFile NetcdfDataset.acquireFile(ucar.nc2.util.cache.FileFactory factory, java.lang.Object hashKey, java.lang.String location, int buffer_size, CancelTask cancelTask, java.lang.Object spiObject)
          Same as openFile, but file is acquired through the File Cache.
static NetcdfFile NetcdfDataset.acquireFile(java.lang.String location, CancelTask cancelTask)
          Same as openFile, but file is acquired through the File Cache.
 NetcdfFile NetcdfDataset.getReferencedFile()
          A NetcdfDataset usually wraps a NetcdfFile, where the actual I/O happens.
static NetcdfFile NetcdfDataset.openFile(java.lang.String location, CancelTask cancelTask)
          Factory method for opening a NetcdfFile through the netCDF API.
static NetcdfFile NetcdfDataset.openFile(java.lang.String location, int buffer_size, CancelTask cancelTask, java.lang.Object spiObject)
          Factory method for opening a NetcdfFile through the netCDF API.
 

Methods in ucar.nc2.dataset with parameters of type NetcdfFile
static Group DatasetConstructor.findGroup(NetcdfFile newFile, Group oldGroup)
          Find the Group in newFile that corresponds (by name) with oldGroup
 void NetcdfDataset.setReferencedFile(NetcdfFile ncfile)
          Set underlying file.
static void DatasetConstructor.transferDataset(NetcdfFile src, NetcdfDataset target, ReplaceVariableCheck replaceCheck)
          Copy contents of "src" to "target".
static NetcdfDataset NetcdfDataset.wrap(NetcdfFile ncfile, java.util.Set<NetcdfDataset.Enhance> enhanceMode)
          Make NetcdfFile into NetcdfDataset with given enhance mode
 

Constructors in ucar.nc2.dataset with parameters of type NetcdfFile
NetcdfDataset(NetcdfFile ncfile)
          Transform a NetcdfFile into a NetcdfDataset.
NetcdfDataset(NetcdfFile ncfile, boolean enhance)
          Transform a NetcdfFile into a NetcdfDataset, optionally enhance it.
NetcdfDataset(NetcdfFile ncfile, java.util.Set<NetcdfDataset.Enhance> mode)
          Transform a NetcdfFile into a NetcdfDataset, optionally enhance it.
 

Uses of NetcdfFile in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv with parameters of type NetcdfFile
static boolean ATDRadarConvention.isMine(NetcdfFile ncfile)
           
static boolean AWIPSConvention.isMine(NetcdfFile ncfile)
           
static boolean AWIPSsatConvention.isMine(NetcdfFile ncfile)
           
static boolean AvhrrConvention.isMine(NetcdfFile ncfile)
           
static boolean FslWindProfiler.isMine(NetcdfFile ncfile)
           
static boolean IFPSConvention.isMine(NetcdfFile ncfile)
           
static boolean M3IOConvention.isMine(NetcdfFile ncfile)
          Do we think this is a M3IO file.
static boolean M3IOVGGridConvention.isMine(NetcdfFile ncFile)
           
static boolean ModisSatellite.isMine(NetcdfFile ncfile)
           
static boolean Nimbus.isMine(NetcdfFile ncfile)
           
static boolean NsslRadarMosaicConvention.isMine(NetcdfFile ncfile)
          Is this my file?
static boolean WRFConvention.isMine(NetcdfFile ncfile)
           
static boolean ZebraConvention.isMine(NetcdfFile ncfile)
           
 

Uses of NetcdfFile in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return NetcdfFile
 NetcdfFile TypedDataset.getNetcdfFile()
           
 NetcdfFile TypedDatasetImpl.getNetcdfFile()
           
 

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.util
 

Methods in ucar.nc2.util with parameters of type NetcdfFile
 boolean CompareNetcdf.compare(NetcdfFile org, NetcdfFile copy, java.util.Formatter f)
           
static void CompareNetcdf.compareFiles(NetcdfFile org, NetcdfFile copy)
           
static void CompareNetcdf.compareFiles(NetcdfFile org, NetcdfFile copy, boolean _compareData, boolean _showCompare, boolean _showEach)
           
 

Uses of NetcdfFile in ucar.unidata.geoloc.vertical
 

Constructors in ucar.unidata.geoloc.vertical with parameters of type NetcdfFile
AtmosLnPressure(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
AtmosSigma(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
HybridHeight(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Construct a coordinate transform for hybrid height
HybridSigmaPressure(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Construct a coordinate transform for sigma pressure
OceanS(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
OceanSG1(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean_S_coordinate_g1
OceanSG2(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean_S_coordinate_g2
OceanSigma(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Create a new vertical transform for Ocean S coordinates
VTfromExistingData(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Constructor.
WRFEta(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
          Construct a vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate