Package | Description |
---|---|
ucar.nc2 |
The public API to the Java-NetCDF library.
|
Modifier and Type | Method and Description |
---|---|
static NetcdfFileWriteable |
NetcdfFileWriteable.createNew(String location)
Deprecated.
Create a new Netcdf file, with fill mode true.
|
static NetcdfFileWriteable |
NetcdfFileWriteable.createNew(String location,
boolean fill)
Deprecated.
Create a new Netcdf file, put it into define mode.
|
NetcdfFileWriteable |
FileWriter.getNetcdf()
Deprecated.
Get underlying NetcdfFileWriteable
|
static NetcdfFileWriteable |
NetcdfFileWriteable.openExisting(String location)
Deprecated.
Open an existing Netcdf file for writing data.
|
static NetcdfFileWriteable |
NetcdfFileWriteable.openExisting(String location,
boolean fill)
Deprecated.
Open an existing Netcdf file for writing data.
|
Modifier and Type | Method and Description |
---|---|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
List<FileWriter.FileWriterProgressListener> progressListeners)
Deprecated.
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
long delay)
Deprecated.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.