@Immutable public class VerticalCT extends CoordinateTransform
| Modifier and Type | Class and Description |
|---|---|
static class |
VerticalCT.Builder<T extends VerticalCT.Builder<T>> |
static class |
VerticalCT.Type
Enumeration of known Vertical transformations.
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalCT.Builder<?> |
builder() |
VerticalCT.Type |
getVerticalTransformType()
get the Vertical Transform type
|
ucar.unidata.geoloc.vertical.VerticalTransform |
makeVerticalTransform(NetcdfDataset ds,
Dimension timeDim)
Make the Vertical Transform function
|
VerticalCT.Builder<?> |
toBuilder() |
java.lang.String |
toString() |
compareTo, equals, findParameterIgnoreCase, getAttributeContainer, getAuthority, getName, getParameters, getTransformType, hashCodepublic static VerticalCT.Builder<?> builder()
public VerticalCT.Type getVerticalTransformType()
public ucar.unidata.geoloc.vertical.VerticalTransform makeVerticalTransform(NetcdfDataset ds, Dimension timeDim)
ds - containing datasettimeDim - time Dimensionpublic VerticalCT.Builder<?> toBuilder()
toBuilder in class CoordinateTransformpublic java.lang.String toString()
toString in class CoordinateTransform