|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dataset.transform.AbstractCoordTransBuilder
ucar.nc2.dataset.transform.VAtmHybridHeight
public class VAtmHybridHeight
Create a atmosphere_hybrid_height_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
Constructor Summary | |
---|---|
VAtmHybridHeight()
|
Method Summary | |
---|---|
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 |
Methods inherited from class ucar.nc2.dataset.transform.AbstractCoordTransBuilder |
---|
getFalseEastingScaleFactor, parseFormula, setErrorBuffer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VAtmHybridHeight()
Method Detail |
---|
public java.lang.String getTransformName()
public TransformType getTransformType()
public CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
CoordinateTransform
from the dataset
ds
- the datasetctv
- the variable with the formula
CoordinateTransform
public java.lang.String toString()
toString
in class java.lang.Object
public VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
makeMathTransform
in interface CoordTransBuilderIF
makeMathTransform
in class AbstractCoordTransBuilder
ds
- the datasettimeDim
- the time dimentionvCT
- the vertical coordinate transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |