Uses of Class
ucar.nc2.Structure

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. 
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.misc Miscellaneous IOSPs. 
 

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.
 

Fields in ucar.nc2 declared as Structure
protected  Structure Variable.parent
           
 

Methods in ucar.nc2 that return Structure
 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
 

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)
           
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.
 

Uses of Structure in ucar.nc2.dataset
 

Subclasses of Structure in ucar.nc2.dataset
 class StructureDS
          An "enhanced" Structure.
 

Fields in ucar.nc2.dataset declared as Structure
protected  Structure StructureDS.orgVar
           
 

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.
 

Uses of Structure in ucar.nc2.dods
 

Subclasses of Structure in ucar.nc2.dods
 class DODSStructure
          A DODS Structure.
 

Uses of Structure in ucar.nc2.dt
 

Constructors in ucar.nc2.dt with parameters of type Structure
DatatypeIterator(Structure struct, int bufferSize)
           
 

Uses of Structure in ucar.nc2.dt.point
 

Methods in ucar.nc2.dt.point that return Structure
 Structure RecordDatasetHelper.getRecordVar()
           
 

Uses of Structure in ucar.nc2.dt.trajectory
 

Fields in ucar.nc2.dt.trajectory declared as Structure
protected  Structure UnidataTrajectoryObsDataset2.recordVar
           
protected  Structure SingleTrajectoryObsDataset.recordVar
           
protected  Structure MultiTrajectoryObsDataset.recordVar
           
 

Uses of Structure in ucar.nc2.ft.point
 

Methods in ucar.nc2.ft.point that return Structure
 Structure RecordDatasetHelper.getRecordVar()
           
 

Constructors in ucar.nc2.ft.point with parameters of type Structure
StructureDataIteratorIndexed(Structure s, java.util.List<java.lang.Integer> index)
           
StructureDataIteratorLinked(Structure s, int firstRecord, int numRecords, java.lang.String linkVarName)
           
 

Uses of Structure in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return Structure
static Structure Evaluator.getStructureWithDimensions(NetcdfDataset ds, Dimension dim0, Dimension dim1)
           
 

Methods in ucar.nc2.ft.point.standard with parameters of type Structure
protected  void TableAnalyzer.findNestedStructures(Structure s, TableConfig parent)
           
static java.lang.String Evaluator.getVariableWithAttribute(Structure struct, java.lang.String attName, java.lang.String attValue)
           
 

Constructors in ucar.nc2.ft.point.standard with parameters of type Structure
JoinMuiltdimStructure(Structure parentStructure, int dimLength)
          Constructor.
JoinParentIndex(Structure parentStructure, java.lang.String parentIndex)
          Constructor.
 

Uses of Structure in ucar.nc2.iosp
 

Methods in ucar.nc2.iosp with parameters of type Structure
 StructureDataIterator AbstractIOServiceProvider.getStructureIterator(Structure s, int bufferSize)
           
 

Uses of Structure in ucar.nc2.iosp.adde
 

Constructors in ucar.nc2.iosp.adde with parameters of type Structure
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)
           
 

Uses of Structure in ucar.nc2.iosp.misc
 

Methods in ucar.nc2.iosp.misc with parameters of type Structure
 StructureDataIterator Nldn.getStructureIterator(Structure s, int bufferSize)