|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordTransBuilderIF
Implement this interface to add a Coordinate Transform to a NetcdfDataset. Must be able to know how to build one from the info in a Coordinate Transform Variable.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 transform
java.lang.String getTransformName()
TransformType getTransformType()
void setErrorBuffer(java.util.Formatter sb)
sb
- use this Formatter to record parse and error info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |