Package | Description |
---|---|
ucar.nc2 |
The public API to the Java-NetCDF library.
|
ucar.nc2.iosp.netcdf3 |
I/O Service Provider for NetCDF-3 format files
|
ucar.nc2.jni.netcdf |
Constructor and Description |
---|
NetcdfFileWriteable(IOServiceProviderWriter iospw,
RandomAccessFile raf,
String location,
boolean fill,
boolean isExisting)
Deprecated.
Open or create a new Netcdf file, put it into define mode to allow
writing, using the provided IOSP and RAF.
|
Modifier and Type | Class and Description |
---|---|
class |
N3iosp
IOServiceProvider implementation abstract base class to read/write "version 3" netcdf files.
|
class |
N3raf
Use our RandomAccessFile class to read and write.
|
Modifier and Type | Class and Description |
---|---|
class |
Nc4Iosp
IOSP for reading netcdf files through jni interface to netcdf4 library
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.