public class CFHybridHeight extends AbstractVerticalCTBuilder implements VerticalTransformBuilder
| Constructor and Description |
|---|
CFHybridHeight() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransformName()
Get the standard name of this transform
|
TransformType |
getTransformType()
Get the type of the transform
|
VerticalTransform |
makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make the vertical transform transform
|
VerticalCT.Builder<?> |
makeVerticalCT(NetcdfFile ds,
AttributeContainer ctv)
Make the
CoordinateTransform from the dataset |
String |
toString()
Get a String representation of this object
|
addParameter, setErrorBufferpublic String getTransformName()
getTransformName in interface VerticalCTBuildergetTransformName in class AbstractVerticalCTBuilderpublic TransformType getTransformType()
public VerticalCT.Builder<?> makeVerticalCT(NetcdfFile ds, AttributeContainer ctv)
CoordinateTransform from the datasetmakeVerticalCT in interface VerticalCTBuilderds - the datasetctv - the variable with the formulaCoordinateTransformpublic String toString()
public VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
makeMathTransform in interface VerticalTransformBuilderds - the datasettimeDim - the time dimentionvCT - the vertical coordinate transform