| Package | Description |
|---|---|
| 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.iosp |
General classes for I/O Service Providers
|
| 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.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.stream |
| Modifier and Type | Field and Description |
|---|---|
protected IOServiceProvider |
NetcdfFile.spi |
| Modifier and Type | Method and Description |
|---|---|
IOServiceProvider |
NetcdfFile.getIosp()
DO NOT USE - public by accident
|
| Constructor and Description |
|---|
NetcdfFile(IOServiceProvider spi,
RandomAccessFile raf,
String location,
CancelTask cancelTask)
Open an existing netcdf file, passing in the iosp and the raf.
|
NetcdfFile(IOServiceProvider spi,
String location)
Open an existing netcdf file (read only) , but dont do nuttin else
Use NetcdfFileSubclass to access this constructor
|
NetcdfFileSubclass(IOServiceProvider spi,
RandomAccessFile raf,
String location,
CancelTask cancelTask) |
NetcdfFileSubclass(IOServiceProvider iosp,
String location) |
| Modifier and Type | Method and Description |
|---|---|
IOServiceProvider |
NetcdfDataset.getIosp() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOServiceProviderWriter
This is really just an interface to Netcdf-3 and Netcdf-4 file writing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIOServiceProvider
Abstract base class for IOSP implementations that provides default implementations
of readToByteChannel(...) and readSection(...).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cinrad2IOServiceProvider
An IOServiceProvider for CINRAD level II files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DMSPiosp
This ucar.nc2.iosp.IOServiceProvider provides access to DMSP satellite data
in the NOAA/NGDC DMSP archive format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Doradeiosp
IOServiceProvider implementation abstract base class to read/write Dorade files
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradsBinaryGridServiceProvider
IOSP for GrADS Binary data files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
H4iosp |
| Modifier and Type | Class and Description |
|---|---|
class |
H5iosp
HDF5 I/O
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLightningIOSP
AbstractIOSP for lighting data.
|
class |
GtopoIosp
GTOPO 30 sec elevation data from USGS
http://edc.usgs.gov/products/elevation/gtopo30/gtopo30.html
|
class |
Nldn
National Lightning Detection Network (NLDN)
|
class |
NmcObsLegacy
NMC Office Note 29
|
class |
Uspln
IOSP for the USPLN/NAPLN original and extended formats.
|
| 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 | Method and Description |
|---|---|
static IOServiceProvider |
SPFactory.getServiceProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
Nexrad2IOServiceProvider
An IOServiceProvider for NEXRAD level II files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nidsiosp
IOServiceProvider implementation abstract base class to read/write "version 3" netcdf files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ghcnm
Nomads GLOBAL HISTORICAL CLIMATOLOGY NETWORK MONTHLY (GHCNM) v3 Beta.
|
class |
Ghcnm2
NOMADS Ghcnm2
LOOK probable file leaks
|
class |
IgraPor
Nomads IGRA files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NOWRadiosp
Created by IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShapefileIosp
Class Description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SigmetIOServiceProvider
Implementation of the ServerProvider pattern provides input/output
of the SIGMET-IRIS dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UAMIVServiceProvider
Class for reading CAMx flavored uamiv files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UFiosp
Created by IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NcStreamIosp
IOSP to read ncStream file (RandomAccessFile), into a NetcdfFile.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.