Package ucar.nc2.dataset.conv
Class MADISStation
- java.lang.Object
-
- ucar.nc2.dataset.CoordSysBuilder
-
- ucar.nc2.dataset.conv.MADISStation
-
- All Implemented Interfaces:
CoordSysBuilderIF
public class MADISStation extends CoordSysBuilder
MADIS Station Convention.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
-
-
Field Summary
-
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, userAdvice, varList
-
-
Constructor Summary
Constructors Constructor Description MADISStation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaugmentDataset(NetcdfDataset ds, CancelTask cancelTask)Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.-
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, breakupConventionNames, buildConventionAttribute, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getAxisType, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
-
-
-
-
Method Detail
-
augmentDataset
public void augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
Description copied from interface:CoordSysBuilderIFMake changes to the dataset that are needed before processing scale/offset in NetcdfDataset.- Specified by:
augmentDatasetin interfaceCoordSysBuilderIF- Overrides:
augmentDatasetin classCoordSysBuilder- Parameters:
ds- modify this datasetcancelTask- give user a chance to bail out
-
-