* @param vCT the vertical coordinate transform
* @return the VerticalTransform
*/
public ucar.unidata.geoloc.vertical.VerticalTransform makeMathTransform(
NetcdfDataset ds, Dimension timeDim, VerticalCT vCT) {
return new HybridHeight(ds, timeDim, vCT.getParameters());
}