|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Structure | |
---|---|
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. |
Uses of Structure in ucar.nc2 |
---|
Subclasses of Structure in ucar.nc2 | |
---|---|
class |
Sequence
Sequence is a one-dimensional Structure with indeterminate length. |
class |
StructurePseudo
Make a collection of variables with the same outer dimension into a fake Structure. |
Methods in ucar.nc2 that return Structure | |
---|---|
Structure |
Variable.getParentStructure()
Get the parent Variable if this is a member of a Structure, or null if its not. |
Structure |
VariableIF.getParentStructure()
|
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 |
Methods in ucar.nc2 with parameters of type Structure | |
---|---|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
java.util.List<Variable> varlist,
Structure recordVar,
long delay)
Write data from varList into new file. |
void |
Variable.setParentStructure(Structure parent)
Set the parent structure. |
void |
FileWriter.setRecordVariable(Structure recordVar)
Read record data from here (when finish is called). |
Constructors in ucar.nc2 with parameters of type Structure | |
---|---|
Sequence(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
|
|
Structure(NetcdfFile ncfile,
Group group,
Structure parent,
java.lang.String shortName)
|
|
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. |
Uses of Structure in ucar.nc2.dataset |
---|
Subclasses of Structure in ucar.nc2.dataset | |
---|---|
class |
StructureDS
An "enhanced" Structure. |
Methods in ucar.nc2.dataset that return Structure | |
---|---|
Structure |
StructureDS.select(java.util.List<java.lang.String> memberNames)
|
Constructors in ucar.nc2.dataset with parameters of type Structure | |
---|---|
StructureDS(Group g,
Structure orgVar)
Create a StructureDS thats wraps a Structure |
|
StructureDS(Group group,
Structure parent,
java.lang.String shortName,
Structure orgVar)
Wrap the given Structure, making it into a StructureDS. |
|
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. |
|
VariableDS(Group group,
Structure parent,
java.lang.String shortName,
Variable orgVar)
Wrap the given Variable, making it into a VariableDS. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |