Interface VerticalCTBuilder
-
- All Known Implementing Classes:
WRFEtaTransformBuilder
public interface VerticalCTBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTransformName()
Get the VerticalCT name.VerticalCT
makeVerticalCT(NetcdfDataset ds)
Make a Vertical CoordinateTransform from a Coordinate Transform Variable.
-
-
-
Method Detail
-
makeVerticalCT
VerticalCT makeVerticalCT(NetcdfDataset ds)
Make a Vertical CoordinateTransform from a Coordinate Transform Variable.- Parameters:
ds
- the containing dataset- Returns:
- CoordinateTransform
-
getTransformName
String getTransformName()
Get the VerticalCT name.- Returns:
- name of the transform.
-
-