Uses of Interface
ucar.nc2.VariableSimpleIF

Packages that use VariableSimpleIF
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.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.ft Scientific feature types package 
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.ft.point.writer package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types 
ucar.nc2.iosp.adde IOSP for ADDE servers 
 

Uses of VariableSimpleIF in ucar.nc2
 

Subinterfaces of VariableSimpleIF in ucar.nc2
 interface VariableIF
          The public interface to a Variable.
 

Classes in ucar.nc2 that implement VariableSimpleIF
 class Sequence
          Sequence is a one-dimensional Structure with indeterminate length.
 class Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
 class StructurePseudo
          Make a collection of variables with the same outer dimension into a fake Structure.
 class Variable
          A Variable is a logical container for data.
 class VariableSimpleAdapter
          Adapt a StructureMembers.Member into a VariableSimpleIF.
 

Methods in ucar.nc2 that return types with arguments of type VariableSimpleIF
static java.util.List<VariableSimpleIF> VariableSimpleAdapter.convert(StructureMembers sm)
           
 

Methods in ucar.nc2 with parameters of type VariableSimpleIF
 int VariableSimpleAdapter.compareTo(VariableSimpleIF o)
          Sort by name
 int Variable.compareTo(VariableSimpleIF o)
          Sort by name
 

Uses of VariableSimpleIF in ucar.nc2.dataset
 

Subinterfaces of VariableSimpleIF in ucar.nc2.dataset
 interface VariableEnhanced
          Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
 

Classes in ucar.nc2.dataset that implement VariableSimpleIF
 class CoordinateAxis
          A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
 class CoordinateAxis1D
          A 1-dimensional Coordinate Axis.
 class CoordinateAxis1DTime
          A 1-dimensional Coordinate Axis representing Calendar time.
 class CoordinateAxis2D
          A 2-dimensional numeric Coordinate Axis.
 class StructureDS
          An "enhanced" Structure.
 class VariableDS
          An wrapper around a Variable, creating an "enhanced" Variable.
 

Uses of VariableSimpleIF in ucar.nc2.dods
 

Classes in ucar.nc2.dods that implement VariableSimpleIF
 class DODSGrid
          A DODS Grid.
 class DODSStructure
          A DODS Structure.
 class DODSVariable
          A read-only DODS-netCDF Variable.
 

Uses of VariableSimpleIF in ucar.nc2.dt
 

Subinterfaces of VariableSimpleIF in ucar.nc2.dt
static interface RadialDatasetSweep.RadialVariable
          A data Variable with radial geometry.
 

Classes in ucar.nc2.dt that implement VariableSimpleIF
 class VariableSimpleSubclass
          Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
 

Fields in ucar.nc2.dt declared as VariableSimpleIF
protected  VariableSimpleIF VariableSimpleSubclass.v
           
 

Fields in ucar.nc2.dt with type parameters of type VariableSimpleIF
protected  java.util.List<VariableSimpleIF> TypedDatasetImpl.dataVariables
           
 

Methods in ucar.nc2.dt that return VariableSimpleIF
 VariableSimpleIF TypedDatasetImpl.getDataVariable(java.lang.String shortName)
           
 VariableSimpleIF TypedDataset.getDataVariable(java.lang.String shortName)
          Get the named data Variable.
 VariableSimpleIF TrajectoryObsDatatype.getDataVariable(java.lang.String name)
          Get the named data Variable.
 

Methods in ucar.nc2.dt that return types with arguments of type VariableSimpleIF
 java.util.List<VariableSimpleIF> TypedDatasetImpl.getDataVariables()
           
 java.util.List<VariableSimpleIF> TypedDataset.getDataVariables()
          The data Variables available in this dataset.
 java.util.List<VariableSimpleIF> RadialDatasetSweep.getDataVariables()
          The radial data variables available in the dataset.
 

Methods in ucar.nc2.dt with parameters of type VariableSimpleIF
 int VariableSimpleSubclass.compareTo(VariableSimpleIF o)
          Sort by name
 

Constructors in ucar.nc2.dt with parameters of type VariableSimpleIF
VariableSimpleSubclass(VariableSimpleIF v)
           
 

Uses of VariableSimpleIF in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return VariableSimpleIF
 VariableSimpleIF GridDataset.getDataVariable(java.lang.String shortName)
           
 

Methods in ucar.nc2.dt.grid that return types with arguments of type VariableSimpleIF
 java.util.List<VariableSimpleIF> GridDataset.getDataVariables()
           
 

Uses of VariableSimpleIF in ucar.nc2.dt.point
 

Method parameters in ucar.nc2.dt.point with type arguments of type VariableSimpleIF
 void WriterStationObsDataset.writeHeader(java.util.List<Station> stns, java.util.List<VariableSimpleIF> vars)
           
 void WriterCFStationObsDataset.writeHeader(java.util.List<Station> stns, java.util.List<VariableSimpleIF> vars, int numrec)
           
 void WriterProfileObsDataset.writeHeader(java.util.List<Station> stns, java.util.List<VariableSimpleIF> vars, int nprofiles, java.lang.String altVarName)
           
 

Uses of VariableSimpleIF in ucar.nc2.dt.radial
 

Classes in ucar.nc2.dt.radial that implement VariableSimpleIF
 class RadialDatasetSweepAdapter.MyRadialVariableAdapter
           
 

Methods in ucar.nc2.dt.radial with parameters of type VariableSimpleIF
 int RadialDatasetSweepAdapter.MyRadialVariableAdapter.compareTo(VariableSimpleIF o)
          Sort by name
protected  RadialDatasetSweep.RadialVariable UF2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected abstract  RadialDatasetSweep.RadialVariable RadialDatasetSweepAdapter.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable Nids2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable Netcdf2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable LevelII2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable Dorade2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
 

Uses of VariableSimpleIF in ucar.nc2.dt.trajectory
 

Methods in ucar.nc2.dt.trajectory that return VariableSimpleIF
 VariableSimpleIF UnidataTrajectoryObsDataset2.getDataVariable(java.lang.String shortName)
           
 

Methods in ucar.nc2.dt.trajectory that return types with arguments of type VariableSimpleIF
 java.util.List<VariableSimpleIF> UnidataTrajectoryObsDataset2.getDataVariables()
           
 

Uses of VariableSimpleIF in ucar.nc2.ft
 

Fields in ucar.nc2.ft with type parameters of type VariableSimpleIF
protected  java.util.List<VariableSimpleIF> FeatureDatasetImpl.dataVariables
           
 

Methods in ucar.nc2.ft that return VariableSimpleIF
 VariableSimpleIF FeatureDatasetImpl.getDataVariable(java.lang.String shortName)
           
 VariableSimpleIF FeatureDataset.getDataVariable(java.lang.String shortName)
          Get the named data Variable.
 

Methods in ucar.nc2.ft that return types with arguments of type VariableSimpleIF
 java.util.List<VariableSimpleIF> FeatureDatasetImpl.getDataVariables()
           
 java.util.List<? extends VariableSimpleIF> FeatureDataset.getDataVariables()
          The data Variables available in this dataset.
 

Uses of VariableSimpleIF in ucar.nc2.ft.point
 

Constructor parameters in ucar.nc2.ft.point with type arguments of type VariableSimpleIF
RecordDatasetHelper(NetcdfDataset ncfile, java.lang.String obsTimeVName, java.lang.String nomTimeVName, java.util.List<VariableSimpleIF> typedDataVariables, java.lang.String recDimName, java.util.Formatter errBuffer)
          Constructor.
 

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

Methods in ucar.nc2.ft.point.standard that return types with arguments of type VariableSimpleIF
 java.util.List<? super VariableSimpleIF> Table.getDataVariables()
           
 java.util.List<VariableSimpleIF> NestedTable.getDataVariables()
           
 

Uses of VariableSimpleIF in ucar.nc2.ft.point.writer
 

Method parameters in ucar.nc2.ft.point.writer with type arguments of type VariableSimpleIF
 void WriterCFPointObsDataset.writeHeader(java.util.List<? extends VariableSimpleIF> vars, int numrec)
           
 

Constructors in ucar.nc2.ft.point.writer with parameters of type VariableSimpleIF
PointObVar(VariableSimpleIF v)
           
 

Uses of VariableSimpleIF in ucar.nc2.iosp.adde
 

Classes in ucar.nc2.iosp.adde that implement VariableSimpleIF
 class AddeVariable
          A Variable implemented through an ADDE server.