| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| ucar.nc2.write |
| Modifier and Type | Method and Description |
|---|---|
static NetcdfFileWriter |
NetcdfFileWriter.createNew(NetcdfFileWriter.Version version,
String location,
Nc4Chunking chunker)
Create a new Netcdf file, with fill mode true.
|
| Constructor and Description |
|---|
FileWriter2(NetcdfFile fileIn,
String fileOutName,
NetcdfFileWriter.Version version,
Nc4Chunking chunker)
Use this constructor to copy entire file.
|
NetcdfFileWriter(NetcdfFileWriter.Version version,
String location,
boolean isExisting,
Nc4Chunking chunker)
Open an existing or create a new Netcdf file
|
| Modifier and Type | Field and Description |
|---|---|
Nc4Chunking |
CFPointWriterConfig.chunking |
| Constructor and Description |
|---|
CFPointWriterConfig(NetcdfFileWriter.Version version,
Nc4Chunking chunking) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NcMLReader.writeNcMLToFile(InputStream ncml,
String fileOutName,
NetcdfFileWriter.Version version,
Nc4Chunking chunker)
Read an NcML and write an equivilent NetcdfFile to a physical file, using Netcdf-3 file format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Nc4ChunkingDefault
Default chunking strategy
|
class |
Nc4ChunkingStrategy
Abstract superclass for netcdf-4 chunking strategy.
|
class |
Nc4ChunkingStrategyGrib
chunk on last 2 dimensions, like GRIB
|
class |
Nc4ChunkingStrategyNone
Describe
|
| Modifier and Type | Method and Description |
|---|---|
static Nc4Chunking |
Nc4ChunkingStrategy.factory(Nc4Chunking.Strategy type,
int deflateLevel,
boolean shuffle) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.