public interface VerticalCTBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTransformName()
Get the VerticalCT name.
|
VerticalCT.Builder<?> |
makeVerticalCT(NetcdfFile ds,
AttributeContainer ctv)
Make a vertical VerticalCT.
|
void |
setErrorBuffer(Formatter sb)
Pass in a Formatter where error messages can be appended.
|
VerticalCT.Builder<?> makeVerticalCT(NetcdfFile ds, AttributeContainer ctv)
ds - the containing filectv - the attributes from the coordinate transform variable.String getTransformName()
void setErrorBuffer(Formatter sb)