| Package | Description |
|---|---|
| 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.dods |
OpenDAP-netCDF library.
|
| 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.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.iosp |
General classes for I/O Service Providers
|
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.misc |
Miscellaneous IOSPs.
|
| ucar.nc2.iosp.noaa | |
| ucar.nc2.stream |
| Modifier and Type | Method and Description |
|---|---|
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 | Field and Description |
|---|---|
protected Structure |
Variable.parent |
| Modifier and Type | Method and Description |
|---|---|
Structure |
VariableIF.getParentStructure() |
Structure |
Variable.getParentStructure()
Get the parent Variable if this is a member of a Structure, or null if its not.
|
Structure |
Structure.select(java.util.List<java.lang.String> memberNames)
Create a subset of the Structure consisting only of the given member variables
|
Structure |
Structure.select(java.lang.String varName)
Create a subset of the Structure consisting only of the one member variable
|
| Modifier and Type | Method and Description |
|---|---|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
java.util.List<Variable> varlist,
Structure recordVar,
java.util.List<FileWriter.FileWriterProgressListener> progressListeners)
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
java.util.List<Variable> varlist,
Structure recordVar,
long delay)
Deprecated.
|
protected StructureDataIterator |
NetcdfFile.getStructureIterator(Structure s,
int bufferSize) |
void |
Variable.setParentStructure(Structure parent)
Set the parent structure.
|
void |
FileWriter.setRecordVariable(Structure recordVar)
Read record data from here (when finish is called).
|
| Constructor and Description |
|---|
Sequence(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName) |
Structure(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName) |
Structure(Structure from)
Copy constructor.
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
Create a Variable.
|
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName,
DataType dtype,
java.lang.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 |
StructurePseudoDS.select(java.util.List<java.lang.String> memberNames) |
Structure |
StructurePseudo2Dim.select(java.util.List<java.lang.String> memberNames) |
Structure |
StructureDS.select(java.util.List<java.lang.String> memberNames) |
| Constructor and Description |
|---|
StructureDS(Group g,
Structure orgVar)
Create a StructureDS thats wraps a Structure
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
java.lang.String shortName,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable.
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parent,
java.lang.String shortName,
Structure orgVar)
Wrap the given Structure, making it into a StructureDS.
|
VariableDS(Group group,
Structure parent,
java.lang.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,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when there's no underlying variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSStructure
A DODS Structure.
|
| Constructor and Description |
|---|
DatatypeIterator(Structure struct,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
Structure |
RecordDatasetHelper.getRecordVar()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Structure |
UnidataTrajectoryObsDataset2.recordVar |
protected Structure |
TrajectoryObsDatasetImpl.recordVar
Deprecated.
_more_
|
protected Structure |
SingleTrajectoryObsDataset.recordVar
Deprecated.
|
protected Structure |
MultiTrajectoryObsDataset.recordVar
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
RecordDatasetHelper.getRecordVar() |
| Constructor and Description |
|---|
StructureDataIteratorIndexed(Structure s,
java.util.List<java.lang.Integer> index) |
StructureDataIteratorLinked(Structure s,
int firstRecord,
int numRecords,
java.lang.String linkVarName) |
| Modifier and Type | Method and Description |
|---|---|
static Structure |
Evaluator.getNestedStructure(Structure s) |
static Structure |
Evaluator.getStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Evaluator.getNameOfVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue) |
static Structure |
Evaluator.getNestedStructure(Structure s) |
static Variable |
Evaluator.getVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue) |
| Modifier and Type | Method and Description |
|---|---|
StructureDataIterator |
IOServiceProvider.getStructureIterator(Structure s,
int bufferSize) |
StructureDataIterator |
AbstractIOServiceProvider.getStructureIterator(Structure s,
int bufferSize) |
| Constructor and Description |
|---|
AddeVariable(NetcdfDataset ncfile,
Structure parentStructure,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc,
int nparam) |
| Modifier and Type | Method and Description |
|---|---|
protected Structure |
GempakStationFileIOSP.makeStructure(java.lang.String partName,
java.util.List dimensions,
boolean includeMissing)
Make a structure for the part
|
| Modifier and Type | Method and Description |
|---|---|
protected Sequence |
GempakSoundingIOSP.makeSequence(Structure parent,
java.lang.String partName,
boolean includeMissing)
Make a Sequence for the part
|
| Modifier and Type | Method and Description |
|---|---|
StructureDataIterator |
Uspln.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
StructureDataIterator |
Nldn.getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
java.lang.String name,
DataType dataType,
java.lang.String dims,
java.lang.String longName,
java.lang.String cfName,
java.lang.String units,
AxisType type)
Make lightning variables
|
| 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 |
|---|---|
protected StructureDataIterator |
CdmRemote.getStructureIterator(Structure s,
int bufferSize) |