public class CFHybridHeight extends AbstractTransformBuilder implements VertTransformBuilderIF
earth, earth_radius, errBuffer, false_easting, false_northing, lat0, lon0| Constructor and Description |
|---|
CFHybridHeight() |
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
toString()
Get a String representation of this object
|
addParameter, getEarthRadiusInKm, getFalseEastingScaleFactor, getFalseEastingScaleFactor, getFormula, getGeoCoordinateUnits, parseFormula, readAttributeDouble, readAttributeDouble2, readStandardParams, setErrorBufferclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetErrorBufferpublic String getTransformName()
getTransformName in interface VertTransformBuilderIFgetTransformName in class AbstractTransformBuilderpublic TransformType getTransformType()
public VerticalCT makeCoordinateTransform(NetcdfDataset ds, AttributeContainer ctv)
CoordinateTransform from the datasetmakeCoordinateTransform in interface VertTransformBuilderIFds - the datasetctv - the variable with the formulaCoordinateTransformpublic String toString()
public VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
makeMathTransform in interface VertTransformBuilderIFds - the datasettimeDim - the time dimentionvCT - the vertical coordinate transform