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.iosp.mcidas   
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 StructureDS
          An "enhanced" 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 WRFConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType NUWGConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType M3IOVGGridConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType M3IOConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType GDVConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType DefaultConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType CSMConvention.getAxisType(NetcdfDataset ncd, VariableEnhanced v)
           
protected  AxisType COARDSConvention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
           
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 AWIPSsatConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType AWIPSConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType ADASConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
 

Uses of VariableEnhanced in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid with parameters of type VariableEnhanced
static GridCoordSys GridCoordSys.makeGridCoordSys(java.util.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(java.util.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.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas with parameters of type VariableEnhanced
protected  AxisType McIDASSatConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
          Get the axis type
 

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)