Package ucar.nc2.internal.dataset.conv
Class Nimbus
- java.lang.Object
-
- ucar.nc2.internal.dataset.CoordSystemBuilder
-
- ucar.nc2.internal.dataset.conv.Nimbus
-
public class Nimbus extends CoordSystemBuilder
NCAR RAF / NIMBUS- See Also:
- "https://web.archive.org/web/20180621013727/https://www.eol.ucar.edu/raf/Software/netCDF.html"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNimbus.Factory-
Nested classes/interfaces inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
CoordSystemBuilder.VarProcess
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancheckForMeter-
Fields inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
conventionName, coords, coordVarsForDimension, datasetBuilder, debug, log, parseInfo, rootGroup, userAdvice, varList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaugmentDataset(CancelTask cancelTask)protected AxisTypegetAxisType(VariableDS.Builder vb)Identify what kind of AxisType the named variable is.-
Methods inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, countDomainSize, findCoordinateAxis, findVarProcess, getConventionUsed, getParseInfo, getUserAdvice, identifyCoordinateAxes, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, setConventionUsed
-
-
-
-
Method Detail
-
augmentDataset
protected void augmentDataset(CancelTask cancelTask) throws IOException
- Throws:
IOException
-
getAxisType
@Nullable protected AxisType getAxisType(VariableDS.Builder vb)
Description copied from class:CoordSystemBuilderIdentify what kind of AxisType the named variable is. Only called for variables already identified as Coordinate Axes. Default null - subclasses can override.- Overrides:
getAxisTypein classCoordSystemBuilder- Parameters:
vb- a variable already identified as a Coordinate Axis- Returns:
- AxisType or null if unknown.
-
-