public class CFHybridHeight extends AbstractTransformBuilder implements VertTransformBuilderIF
earth, earth_radius, false_easting, false_northing, lat0, lon0
Constructor and Description |
---|
CFHybridHeight() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTransformName()
Get the standard name of this transform
|
TransformType |
getTransformType()
Get the type of the transform
|
VerticalCT |
makeCoordinateTransform(NetcdfDataset ds,
AttributeContainer ctv)
Make the
CoordinateTransform from the dataset |
VerticalTransform |
makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make the vertical transform transform
|
java.lang.String |
toString()
Get a String representation of this object
|
addParameter, getFalseEastingScaleFactor, getFalseEastingScaleFactor, getGeoCoordinateUnits, getGeoCoordinateUnits, readAttributeDouble, setErrorBuffer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setErrorBuffer
public java.lang.String getTransformName()
getTransformName
in interface VertTransformBuilderIF
getTransformName
in class AbstractTransformBuilder
public TransformType getTransformType()
public VerticalCT makeCoordinateTransform(NetcdfDataset ds, AttributeContainer ctv)
CoordinateTransform
from the datasetmakeCoordinateTransform
in interface VertTransformBuilderIF
ds
- the datasetctv
- the variable with the formulaCoordinateTransform
public java.lang.String toString()
toString
in class java.lang.Object
public VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
makeMathTransform
in interface VertTransformBuilderIF
ds
- the datasettimeDim
- the time dimentionvCT
- the vertical coordinate transform