Uses of Interface
ucar.nc2.dataset.VariableEnhanced

Packages that use VariableEnhanced
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.conv Parses the information in netCDF datasets using Conventions, and extracts information about coordinate systems. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of VariableEnhanced in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset that implement VariableEnhanced
 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 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.
 class VariableDS
          An wrapper around a Variable, creating an "enhanced" Variable.
 

Methods in ucar.nc2.dataset with parameters of type VariableEnhanced
protected  AxisType CoordSysBuilder.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          Identify what kind of AxisType the named variable is.
 GridCoordSys NetcdfDatasetInfo.getGridCoordSys(VariableEnhanced ve)
           
protected  boolean CoordSysBuilder.isCoordinateAxisForVariable(Variable axis, VariableEnhanced v)
          Does this axis "fit" this variable.
 

Uses of VariableEnhanced in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv with parameters of type VariableEnhanced
protected  AxisType CSMConvention.getAxisType(NetcdfDataset ncd, VariableEnhanced v)
           
protected  AxisType WRFConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType CF1Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          Augment CSM axis type identification with "projection_x_coordinate", "projection_y_coordinate" and the various dimensionless vertical coordinates
protected  AxisType ADASConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Suomi.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
           
protected  AxisType COARDSConvention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
           
protected  AxisType M3IOConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Jason2Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          _more_
protected  AxisType DefaultConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType AWIPSsatConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType NUWGConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType M3IOVGGridConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType GDVConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType AWIPSConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Cosmic1Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          _more_
 

Uses of VariableEnhanced in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid with parameters of type VariableEnhanced
static boolean GridCoordSys.isGridCoordSys(Formatter sbuff, CoordinateSystem cs, VariableEnhanced v)
          Determine if this CoordinateSystem can be made into a GridCoordSys.
static GridCoordSys GridCoordSys.makeGridCoordSys(Formatter sbuff, CoordinateSystem cs, VariableEnhanced v)
          Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
 

Uses of VariableEnhanced in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial with parameters of type VariableEnhanced
static RadialCoordSys RadialCoordSys.makeRadialCoordSys(Formatter parseInfo, CoordinateSystem cs, VariableEnhanced v)
          Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
 

Uses of VariableEnhanced in ucar.nc2.iosp.adde
 

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

Uses of VariableEnhanced in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml with parameters of type VariableEnhanced
static org.jdom.Element NcMLWriter.writeValues(VariableEnhanced v, org.jdom.Namespace ns, boolean allowRegular)
           
 



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