Class UGridConvention


  • public class UGridConvention
    extends ucar.nc2.internal.dataset.conv.CF1Convention
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UGridConvention.Factory  
      • Nested classes/interfaces inherited from class ucar.nc2.internal.dataset.CoordSystemBuilder

        ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean checkForMeter  
      static String CONVENTION_NAME  
      • 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
      ucar.nc2.constants.AxisType getAxisType​(ucar.nc2.dataset.VariableDS.Builder vb)  
      protected void identifyCoordinateAxes()  
      • Methods inherited from class ucar.nc2.internal.dataset.conv.CF1Convention

        augmentDataset, augmentGroup, augmentGroups, 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
    • Field Detail

      • CONVENTION_NAME

        public static String CONVENTION_NAME
      • checkForMeter

        protected boolean checkForMeter
    • Method Detail

      • getAxisType

        public ucar.nc2.constants.AxisType getAxisType​(ucar.nc2.dataset.VariableDS.Builder vb)
        Overrides:
        getAxisType in class ucar.nc2.internal.dataset.conv.CF1Convention
      • identifyCoordinateAxes

        protected void identifyCoordinateAxes()
        Overrides:
        identifyCoordinateAxes in class ucar.nc2.internal.dataset.CoordSystemBuilder