public interface VertTransformBuilderIF
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.util.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 transformjava.lang.String getTransformName()
void setErrorBuffer(java.util.Formatter sb)
sb
- use this Formatter to record parse and error info