Uses of Interface
ucar.unidata.geoloc.vertical.VerticalTransform

Packages that use VerticalTransform
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.transform Pluggable framework for handling Coordinate Transforms, both Projections and Vertical. 
ucar.nc2.dt Scientific data types package. 
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Uses of VerticalTransform in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return VerticalTransform
 VerticalTransform CoordTransBuilderIF.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
          Make a VerticalTransform.
 VerticalTransform VerticalCT.makeVerticalTransform(NetcdfDataset ds, Dimension timeDim)
          Use the builder to make the Vertical Transform function
 

Uses of VerticalTransform in ucar.nc2.dataset.transform
 

Methods in ucar.nc2.dataset.transform that return VerticalTransform
 VerticalTransform AbstractCoordTransBuilder.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmHybridHeight.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
          Make the vertical transform transform
 VerticalTransform VAtmHybridSigmaPressure.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmLnPressure.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmSigma.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VExplicitField.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanS.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSG1.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSG2.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSigma.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform WRFEtaTransformBuilder.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 

Uses of VerticalTransform in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return VerticalTransform
 VerticalTransform GridCoordSystem.getVerticalTransform()
          Get the VerticalTransform that performs the transform math.
 

Uses of VerticalTransform in ucar.unidata.geoloc.vertical
 

Classes in ucar.unidata.geoloc.vertical that implement VerticalTransform
 class AtmosLnPressure
          Implement CF vertical coordinate "atmosphere_ln_pressure_coordinate" pressure(z) = p0 * exp(-lev(k))" .
 class AtmosSigma
          Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate".
 class HybridHeight
          Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Atmospheric Hybrid Height".
 class HybridSigmaPressure
          Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Hybrid Sigma Pressure".
 class OceanS
          Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate".
 class OceanSG1
          Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g1".
 class OceanSG2
          Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g2".
 class OceanSigma
          Create a 3D height(z,y,x) array using the CF formula for "ocean sigma vertical coordinate".
 class VerticalTransformImpl
          A transformation to a vertical reference coordinate system, such as height or pressure.
 class VerticalTransformSubset
          A subset of a vertical transform.
 class VTfromExistingData
          This implements a VerticalTransform using an existing 3D variable.
 class WRFEta
          Models the vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate
 

Methods in ucar.unidata.geoloc.vertical that return VerticalTransform
 VerticalTransform VerticalTransform.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a VerticalTransform as a section of an existing VerticalTransform.
 VerticalTransform VerticalTransformImpl.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a subset of this VerticalTransform.
 

Constructors in ucar.unidata.geoloc.vertical with parameters of type VerticalTransform
VerticalTransformSubset(VerticalTransform original, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a subset of an existing VerticalTransform