public class VAtmHybridSigmaPressure extends AbstractCoordTransBuilder
errBuffer| Constructor and Description |
|---|
VAtmHybridSigmaPressure() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTransformName()
Get the Transform name.
|
TransformType |
getTransformType()
Get the Transform Type : Vertical or Projection
|
CoordinateTransform |
makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
VerticalTransform |
makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make a VerticalTransform.
|
java.lang.String |
toString() |
addParameter, getEarthRadius, getFalseEastingScaleFactor, getFormula, parseFormula, readAttributeDouble, readAttributeDouble2, setErrorBufferpublic java.lang.String getTransformName()
CoordTransBuilderIFpublic TransformType getTransformType()
CoordTransBuilderIFpublic CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
CoordTransBuilderIFds - the containing datasetctv - the coordinate transform variable.public java.lang.String toString()
toString in class java.lang.Objectpublic VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
CoordTransBuilderIFmakeMathTransform in interface CoordTransBuilderIFmakeMathTransform in class AbstractCoordTransBuilderds - the datasettimeDim - the time dimensionvCT - the vertical coordinate transform