Package | Description |
---|---|
dap4.cdm | |
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.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover | |
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.radial | |
ucar.nc2.grib.collection | |
ucar.nc2.stream | |
ucar.nc2.util.cache |
Cache open FileCacheable objects in memory (eg NetcdfFile, RandomAccessFile).
|
ucar.unidata.io |
Input/Output utilities.
|
ucar.unidata.io.http |
Make a file on an HTTP server look like a RandomAccessFile, by using HTTP 1.1 byte range header.
|
Modifier and Type | Class and Description |
---|---|
class |
DapNetcdfFile |
Modifier and Type | Class and Description |
---|---|
class |
NetcdfFile
Read-only scientific datasets that are accessible through the netCDF API.
|
class |
NetcdfFileSubclass
To allow subclassing of NetcdfFile.
|
class |
NetcdfFileWriteable
Deprecated.
use NetcdfFileWriter
|
Modifier and Type | Class and Description |
---|---|
class |
NetcdfDataset
NetcdfDataset extends the netCDF API, adding standard attribute parsing such as
scale and offset, and explicit support for Coordinate Systems.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RadialDatasetSweep
A RadialDataset in which the radials can be grouped into sweeps.
|
Modifier and Type | Class and Description |
---|---|
class |
GridDataset
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
|
Modifier and Type | Class and Description |
---|---|
class |
CFnetCDF2Dataset
Created by IntelliJ IDEA.
|
class |
Dorade2Dataset
Make a Dorade 2 NetcdfDataset into a RadialDataset.
|
class |
LevelII2Dataset
Make a NEXRAD Level 2 NetcdfDataset into a RadialDataset.
|
class |
Netcdf2Dataset
User: yuanho
Date: Jun 7, 2007
Time: 10:36:52 AM
|
class |
Nids2Dataset
Make a Nids NetcdfDataset into a RadialDataset.
|
class |
RadialDatasetSweepAdapter
Make a NetcdfDataset into a RadialDatasetSweep.
|
class |
UF2Dataset
Created by IntelliJ IDEA.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureDataset
Superclass for "scientific feature type" datasets.
|
interface |
FeatureDatasetPoint
A FeatureDataset, composed of one or more PointFeatureCollections.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureDatasetImpl
Abstract superclass for implementations of FeatureDataset.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoverageDataset
A FeatureDataset of Coverage objects
|
Modifier and Type | Class and Description |
---|---|
class |
CoverageDatasetImpl
CoverageDataset Implementation
|
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetImpl
Implementation of PointFeatureDataset.
|
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetRemote
Client view of a CdmRemote Point Dataset.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StationRadialDataset
A Station collection of radial data.
|
Modifier and Type | Class and Description |
---|---|
class |
Grib1Collection
Grib1 specific part of GribCollection
|
class |
Grib1Partition
PartitionCollection for Grib1.
|
class |
Grib2Collection
Grib2 specific part of GribCollection
|
class |
Grib2Partition
PartitionCollection for Grib2.
|
class |
GribCollectionImmutable
An Immutable GribCollection, corresponds to one index (ncx) file.
|
class |
PartitionCollectionImmutable
An Immutable PartitionCollection
|
Modifier and Type | Class and Description |
---|---|
class |
CdmRemote
A remote CDM dataset (extends NetcdfFile), using cdmremote protocol to communicate.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<FileCacheable,ucar.nc2.util.cache.FileCache.CacheElement.CacheFile> |
FileCache.files |
Modifier and Type | Method and Description |
---|---|
FileCacheable |
FileCacheGuava.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
FileCacheable |
FileCacheIF.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
FileCacheable |
FileCache.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject)
Acquire a FileCacheable from the cache, and lock it so no one else can use it.
|
FileCacheable |
FileCacheARC.acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject)
Acquire a FileCacheable from the cache, and lock it so no one else can use it.
|
FileCacheable |
FileCacheGuava.acquire(FileFactory factory,
String location) |
FileCacheable |
FileCacheIF.acquire(FileFactory factory,
String location) |
FileCacheable |
FileCache.acquire(FileFactory factory,
String location) |
FileCacheable |
FileCacheARC.acquire(FileFactory factory,
String location)
Acquire a FileCacheable, and lock it so no one else can use it.
|
FileCacheable |
FileCache.acquire(FileFactory factory,
String location,
CancelTask cancelTask)
Acquire a FileCacheable, and lock it so no one else can use it.
|
FileCacheable |
FileFactory.open(String location,
int buffer_size,
CancelTask cancelTask,
Object iospMessage) |
Modifier and Type | Method and Description |
---|---|
String |
FileCache.getInfo(FileCacheable ncfile) |
String |
FileCacheARC.getInfo(FileCacheable ncfile) |
boolean |
FileCacheNOP.release(FileCacheable ncfile) |
boolean |
FileCacheGuava.release(FileCacheable ncfile) |
boolean |
FileCacheIF.release(FileCacheable ncfile) |
boolean |
FileCache.release(FileCacheable ncfile)
Release the file.
|
boolean |
FileCacheARC.release(FileCacheable ncfile)
Release the file.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryRandomAccessFile
A RandomAccessFile stored entirely in memory as a byte array.
|
class |
MMapRandomAccessFile
Use NIO MappedByteBuffer to implement a RandomAccessFile.
|
class |
RandomAccessFile
A buffered drop-in replacement for java.io.RandomAccessFile.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPRandomAccessFile
Gives access to files over HTTP, using "Accept-Ranges" HTTP header to do random access.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.