Package ucar.nc2.internal.dataset.conv
Class CEDRICRadarConvention
- java.lang.Object
-
- ucar.nc2.internal.dataset.CoordSystemBuilder
-
- ucar.nc2.internal.dataset.conv.CF1Convention
-
- ucar.nc2.internal.dataset.conv.CEDRICRadarConvention
-
public class CEDRICRadarConvention extends CF1Convention
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CEDRICRadarConvention.Factory
-
Nested classes/interfaces inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
CoordSystemBuilder.VarProcess
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
checkForMeter
-
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 void
augmentDataset(CancelTask cancelTask)
protected void
identifyCoordinateAxes()
Everything named in the coordinateAxes or coordinates attribute are Coordinate axes.-
Methods inherited from class ucar.nc2.internal.dataset.conv.CF1Convention
augmentGroup, augmentGroups, getAxisType, getVersion, getZisPositive
-
Methods inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder
addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, buildCoordinateSystems, countDomainSize, findCoordinateAxis, findVarProcess, getConventionUsed, getParseInfo, getUserAdvice, identifyCoordinateSystems, identifyCoordinateTransforms, isCoordinateAxisForVariable, isCoordinateVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, setConventionUsed
-
-
-
-
Method Detail
-
augmentDataset
protected void augmentDataset(CancelTask cancelTask) throws IOException
- Overrides:
augmentDataset
in classCF1Convention
- Throws:
IOException
-
identifyCoordinateAxes
protected void identifyCoordinateAxes()
Description copied from class:CoordSystemBuilder
Everything named in the coordinateAxes or coordinates attribute are Coordinate axes.- Overrides:
identifyCoordinateAxes
in classCoordSystemBuilder
-
-