public class VAtmHybridHeight extends AbstractCoordTransBuilder
earth, earth_radius, errBuffer, false_easting, false_northing, lat0, lon0| Constructor and Description |
|---|
VAtmHybridHeight() |
| 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
|
CoordinateTransform |
makeCoordinateTransform(NetcdfDataset ds,
Variable 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, getEarthRadiusInKm, getFalseEastingScaleFactor, getFormula, parseFormula, readAttribute, readAttributeDouble, readAttributeDouble2, readStandardParams, setErrorBufferpublic java.lang.String getTransformName()
public TransformType getTransformType()
public CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
CoordinateTransform from the datasetds - the datasetctv - the variable with the formulaCoordinateTransformpublic java.lang.String toString()
toString in class java.lang.Objectpublic VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
makeMathTransform in interface CoordTransBuilderIFmakeMathTransform in class AbstractCoordTransBuilderds - the datasettimeDim - the time dimentionvCT - the vertical coordinate transform