Package | Description |
---|---|
dap4.cdm | |
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
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.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.bufr | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.iosp |
General classes for I/O Service Providers
|
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
ucar.nc2.iosp.misc |
Miscellaneous IOSPs.
|
ucar.nc2.iosp.netcdf3 |
I/O Service Provider for NetCDF-3 format files
|
ucar.nc2.iosp.noaa | |
ucar.nc2.jni.netcdf | |
ucar.nc2.stream |
Modifier and Type | Method and Description |
---|---|
protected void |
DSPToCDM.createVar(DapVariable dapvar,
NetcdfFile ncfile,
NodeMap nodemap,
Group cdmgroup,
Structure cdmparentstruct)
Create a variable or field
|
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(Structure s,
ArrayStructure as,
ByteOrder bo)
Make deep copy to an ArrayStructureBB whose data is contained in a ByteBuffer.
|
static ArrayStructureMA |
ArrayStructureMA.factoryMA(Structure from,
int[] shape)
Create an ArrayStructure for a Structure.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Sequence is a one-dimensional Structure with indeterminate length.
|
class |
StructurePseudo
Deprecated.
use ucar.nc2.dataset.StructurePseudoDS
|
Modifier and Type | Method and Description |
---|---|
Structure |
NetcdfFileWriter.addRecordStructure()
For netcdf3 only, take all unlimited variables and make them into a structure.
|
Structure |
NetcdfFileWriter.addStructure(Group g,
Structure org,
String shortName,
List<Dimension> dims)
Add a structure to the file (netcdf4 only).
|
Structure |
CDMNode.getParentStructure()
Get its parent structure, or null if not in structure
|
Structure |
VariableIF.getParentStructure() |
Structure |
Structure.select(List<String> memberNames)
Create a subset of the Structure consisting only of the given member variables
|
Structure |
Structure.select(String varName)
Create a subset of the Structure consisting only of the one member variable
|
Modifier and Type | Method and Description |
---|---|
Structure |
NetcdfFileWriter.addStructure(Group g,
Structure org,
String shortName,
List<Dimension> dims)
Add a structure to the file (netcdf4 only).
|
Variable |
NetcdfFileWriter.addStructureMember(Structure s,
String shortName,
DataType dtype,
String dims) |
Variable |
NetcdfFileWriter.addVariable(Group g,
Structure parent,
String shortName,
DataType dataType,
List<Dimension> dims)
Add a variable to the file.
|
int |
NetcdfFileWriter.appendStructureData(Structure s,
StructureData sdata) |
double |
FileWriter2.copyVarData(List<Variable> oldVars,
Structure recordVar,
CancelTask cancel)
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
List<FileWriter.FileWriterProgressListener> progressListeners)
Deprecated.
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
long delay)
Deprecated.
|
protected StructureDataIterator |
NetcdfFile.getStructureIterator(Structure s,
int bufferSize) |
void |
CDMNode.setParentStructure(Structure parent)
Set the parent Structure
|
Constructor and Description |
---|
Sequence(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName) |
Structure(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName) |
Structure(Structure from)
Copy constructor.
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName)
Create a Variable.
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName,
DataType dtype,
String dims)
Create a Variable.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceDS
Enhance sequence
|
class |
StructureDS
An "enhanced" Structure.
|
class |
StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
|
class |
StructurePseudoDS
Make a collection of variables with the same outer dimension into a fake Structure.
|
Modifier and Type | Field and Description |
---|---|
protected Structure |
StructureDS.orgVar |
Modifier and Type | Method and Description |
---|---|
Structure |
StructurePseudo2Dim.select(List<String> memberNames) |
Structure |
StructurePseudoDS.select(List<String> memberNames) |
Structure |
StructureDS.select(List<String> memberNames) |
Constructor and Description |
---|
StructureDS(Group g,
Structure orgVar)
Create a StructureDS thats wraps a Structure
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
String shortName,
String dims,
String units,
String desc)
Constructor when theres no underlying variable.
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parent,
String shortName,
Structure orgVar)
Wrap the given Structure, making it into a StructureDS.
|
VariableDS(Group group,
Structure parent,
String shortName,
Variable orgVar)
Make a new VariableDS, delegate data reading to the original variable, but otherwise
dont take any info from it.
|
VariableDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
String shortName,
DataType dataType,
String dims,
String units,
String desc)
Constructor when there's no underlying variable.
|
Constructor and Description |
---|
DatatypeIterator(Structure struct,
int bufferSize)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Structure |
RecordDatasetHelper.getRecordVar()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Structure |
TrajectoryObsDatasetImpl.recordVar
Deprecated.
_more_
|
protected Structure |
SingleTrajectoryObsDataset.recordVar
Deprecated.
|
protected Structure |
MultiTrajectoryObsDataset.recordVar
Deprecated.
|
protected Structure |
UnidataTrajectoryObsDataset2.recordVar
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Structure |
RecordDatasetHelper.getRecordVar() |
Constructor and Description |
---|
StructureDataIteratorIndexed(Structure s,
List<Integer> index) |
StructureDataIteratorLinked(Structure s,
int firstRecord,
int numRecords,
String linkVarName) |
Constructor and Description |
---|
StandardFieldsFromStructure(int center,
Structure obs) |
Modifier and Type | Method and Description |
---|---|
static Structure |
Evaluator.findNestedStructure(Structure s)
Find first nested structure
|
static Structure |
Evaluator.findStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1)
Find structure variable of rank 2 with the 2 given dimensions
(or) Find structure variable of rank 1 with the 1 given dimension
|
Modifier and Type | Method and Description |
---|---|
static Structure |
Evaluator.findNestedStructure(Structure s)
Find first nested structure
|
static Variable |
Evaluator.findVariableWithAttributeValue(Structure struct,
String attName,
String attValue)
Find first member variable in this struct with given attribute name and value
|
Modifier and Type | Field and Description |
---|---|
protected Structure |
WriterCFStationProfileCollection.profileStruct |
protected Structure |
WriterCFProfileCollection.profileStruct |
protected Structure |
CFPointWriter.record |
protected Structure |
WriterCFStationProfileCollection.stationStruct |
protected Structure |
WriterCFStationCollection.stationStruct |
Modifier and Type | Method and Description |
---|---|
protected void |
CFPointWriter.addCoordinatesExtended(Structure parent,
List<VariableSimpleIF> coords) |
protected int |
CFPointWriter.writeStructureData(int recno,
Structure s,
StructureData sdata,
Map<String,Variable> varMap) |
Modifier and Type | Method and Description |
---|---|
int |
IOServiceProviderWriter.appendStructureData(Structure s,
StructureData sdata)
Append a structureData along the unlimited dimension
|
StructureDataIterator |
AbstractIOServiceProvider.getStructureIterator(Structure s,
int bufferSize) |
StructureDataIterator |
IOServiceProvider.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator.
|
Modifier and Type | Method and Description |
---|---|
StructureDataIterator |
BufrIosp2.getStructureIterator(Structure s,
int bufferSize) |
ArrayStructure |
MessageUncompressedDataReader.readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
ArrayStructure |
MessageCompressedDataReader.readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
Modifier and Type | Method and Description |
---|---|
StructureDataIterator |
Nldn.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
StructureDataIterator |
Uspln.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
String name,
DataType dataType,
String dims,
String longName,
String cfName,
String units,
AxisType type)
Make lightning variables
|
Modifier and Type | Method and Description |
---|---|
int |
N3iosp.appendStructureData(Structure s,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
StructureDataIterator |
IgraPor.getStructureIterator(Structure s,
int bufferSize) |
StructureDataIterator |
Ghcnm2.getStructureIterator(Structure s,
int bufferSize) |
StructureDataIterator |
Ghcnm.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
Modifier and Type | Method and Description |
---|---|
int |
Nc4Iosp.appendStructureData(Structure s,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
protected StructureDataIterator |
CdmRemote.getStructureIterator(Structure s,
int bufferSize) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.