public interface CoordTransBuilderIF
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTransformName()
Get the Transform name.
|
TransformType |
getTransformType()
Get the Transform Type : Vertical or Projection
|
CoordinateTransform |
makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
VerticalTransform |
makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make a VerticalTransform.
|
void |
setErrorBuffer(java.util.Formatter sb)
Pass in a Formatter where error messages can be appended.
|
CoordinateTransform makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
ds
- the containing datasetctv
- the coordinate transform variable.VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
ds
- the datasettimeDim
- the time dimensionvCT
- the vertical coordinate transformjava.lang.String getTransformName()
TransformType getTransformType()
void setErrorBuffer(java.util.Formatter sb)
sb
- use this Formatter to record parse and error info