public interface CoordTransBuilderIF
Modifier and Type | Method and Description |
---|---|
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(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 transformString getTransformName()
TransformType getTransformType()
void setErrorBuffer(Formatter sb)
sb
- use this Formatter to record parse and error infoCopyright © 1999–2013 UCAR/Unidata. All rights reserved.