Package | Description |
---|---|
ucar.nc2 |
The public API to the Java-NetCDF library.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.jni.netcdf | |
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
Modifier and Type | Method and Description |
---|---|
NetcdfFileWriter.Version |
NetcdfFileWriter.getVersion() |
static NetcdfFileWriter.Version |
NetcdfFileWriter.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetcdfFileWriter.Version[] |
NetcdfFileWriter.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NetcdfFileWriter |
NetcdfFileWriter.createNew(NetcdfFileWriter.Version version,
String location) |
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 | Method and Description |
---|---|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
static void |
CFGridWriter.makeFileVersioned(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange dateRange,
NetcdfFileWriter.Version version)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
NetcdfFileWriter.Version |
CFPointWriterConfig.version |
Modifier and Type | Method and Description |
---|---|
static int |
CFPointWriter.writeFeatureCollection(FeatureDatasetPoint fdpoint,
String fileOut,
NetcdfFileWriter.Version version) |
Constructor and Description |
---|
CFPointWriter(String fileOut,
List<Attribute> atts,
NetcdfFileWriter.Version version) |
CFPointWriterConfig(NetcdfFileWriter.Version version) |
CFPointWriterConfig(NetcdfFileWriter.Version version,
Nc4Chunking chunking) |
Constructor and Description |
---|
Nc4Iosp(NetcdfFileWriter.Version version) |
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.
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.