ucar.nc2.dataset.conv
Class BUFRConvention
java.lang.Object
ucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.BUFRConvention
- All Implemented Interfaces:
- CoordSysBuilderIF
public class BUFRConvention
- extends CoordSysBuilder
Process BUFR files read through the CDM
- Since:
- Aug 19, 2008
- Author:
- caron
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder |
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getAxisType, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUFRConvention
public BUFRConvention()
augmentDataset
public void augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
throws IOException
- create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
- Specified by:
augmentDataset
in interface CoordSysBuilderIF
- Overrides:
augmentDataset
in class CoordSysBuilder
- Parameters:
ds
- modify this datasetcancelTask
- give user a chance to bail out
- Throws:
IOException
- on error
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.