Uses of Class
ucar.nc2.dataset.StructureDS

Packages that use StructureDS
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
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 
 

Uses of StructureDS in ucar.nc2.dataset
 

Subclasses of StructureDS in ucar.nc2.dataset
 class SequenceDS
          Enhance sequence
 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.
 

Uses of StructureDS in ucar.nc2.dt.point
 

Fields in ucar.nc2.dt.point declared as StructureDS
protected  StructureDS DapperDataset.innerSequence
           
protected  StructureDS DapperDataset.outerSequence
           
protected  StructureDS RecordDatasetHelper.recordVar
          Deprecated.  
protected  StructureDS SequenceHelper.sequenceInner
           
protected  StructureDS SequenceHelper.sequenceOuter
           
 

Constructors in ucar.nc2.dt.point with parameters of type StructureDS
SequenceHelper(NetcdfDataset ncfile, boolean isProfile, StructureDS sequenceOuter, StructureDS sequenceInner, Variable latVar, Variable lonVar, Variable altVar, Variable timeVar, List typedDataVariables, StringBuffer errBuffer)
          Constructor.
 

Uses of StructureDS in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as StructureDS
protected  StructureDS RecordDatasetHelper.recordVar
           
 

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

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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.