@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(java.lang.String name,
java.lang.String authority,
VerticalCT.Type type,
CoordTransBuilderIF builder)
Create a Vertical Coordinate Transform.
|
VerticalCT(VerticalCT from)
Copy Constructor
|
Modifier and Type | Method and Description |
---|---|
CoordTransBuilderIF |
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
|
java.lang.String |
toString() |
addParameter, compareTo, equals, findParameterIgnoreCase, getAuthority, getName, getParameters, getTransformType, hashCode
public VerticalCT(java.lang.String name, java.lang.String authority, VerticalCT.Type type, CoordTransBuilderIF 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 DimensionCoordTransBuilderIF.makeMathTransform(ucar.nc2.dataset.NetcdfDataset, ucar.nc2.Dimension, ucar.nc2.dataset.VerticalCT)
public CoordTransBuilderIF getBuilder()
public java.lang.String toString()
toString
in class CoordinateTransform