@Immutable public class VerticalCT extends CoordinateTransform
| Modifier and Type | Class and Description |
|---|---|
static class |
VerticalCT.Type
Enumeration of known Vertical transformations.
|
authority, name, params, transformType| Constructor and Description |
|---|
VerticalCT(String name,
String authority,
VerticalCT.Type type,
VertTransformBuilderIF builder)
Create a Vertical Coordinate Transform.
|
VerticalCT(VerticalCT from)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
VertTransformBuilderIF |
getBuilder()
get the CoordTransBuilderIF
|
VerticalCT.Type |
getVerticalTransformType()
get the Vertical Transform type
|
VerticalTransform |
makeVerticalTransform(NetcdfDataset ds,
Dimension timeDim)
Use the builder to make the Vertical Transform function
|
String |
toString() |
addParameter, compareTo, equals, findParameterIgnoreCase, getAuthority, getName, getParameters, getTransformType, hashCodepublic VerticalCT(String name, String authority, VerticalCT.Type type, VertTransformBuilderIF builder)
name - name of transform, must be unique within the dataset.authority - naming authority.type - type of vertical transformbuilder - creates the VerticalTransformpublic VerticalCT(VerticalCT from)
from - copy from this onepublic VerticalCT.Type getVerticalTransformType()
public VerticalTransform makeVerticalTransform(NetcdfDataset ds, Dimension timeDim)
ds - containing datasettimeDim - time DimensionVertTransformBuilderIF.makeMathTransform(ucar.nc2.dataset.NetcdfDataset, ucar.nc2.Dimension, ucar.nc2.dataset.VerticalCT)public VertTransformBuilderIF getBuilder()
public String toString()
toString in class CoordinateTransform