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 classCEDRICRadarConvention.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 voididentifyCoordinateAxes()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:
augmentDatasetin classCF1Convention- Throws:
IOException
-
identifyCoordinateAxes
protected void identifyCoordinateAxes()
Description copied from class:CoordSystemBuilderEverything named in the coordinateAxes or coordinates attribute are Coordinate axes.- Overrides:
identifyCoordinateAxesin classCoordSystemBuilder
-
-