public interface VertTransformBuilderIF
| Modifier and Type | Method and Description |
|---|---|
String |
getTransformName()
Get the Transform name.
|
VerticalCT |
makeCoordinateTransform(NetcdfDataset ds,
AttributeContainer ctv)
Make a vertical CoordinateTransform from a Coordinate Transform Variable.
|
VerticalTransform |
makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make a VerticalTransform.
|
void |
setErrorBuffer(Formatter sb)
Pass in a Formatter where error messages can be appended.
|
VerticalCT makeCoordinateTransform(NetcdfDataset ds, AttributeContainer ctv)
ds - the containing datasetctv - the coordinate transform variable.VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
ds - the datasettimeDim - the time dimensionvCT - the vertical coordinate transformString getTransformName()
void setErrorBuffer(Formatter sb)
sb - use this Formatter to record parse and error info