Class COARDSConvention

    • Field Detail

      • checkForMeter

        protected boolean checkForMeter
    • Constructor Detail

      • COARDSConvention

        public COARDSConvention()
    • Method Detail

      • isMine

        public static boolean isMine​(String hasName)
      • checkTimeVarForCalendar

        protected boolean checkTimeVarForCalendar​(Variable var)
      • getAxisType

        protected AxisType getAxisType​(NetcdfDataset ncDataset,
                                       VariableEnhanced v)
        Description copied from class: CoordSysBuilder
        Identify what kind of AxisType the named variable is. Only called for variables already identified as Coordinate Axes. Default null - subclasses can override.
        Overrides:
        getAxisType in class CoordSysBuilder
        Parameters:
        ncDataset - for this dataset
        v - a variable alreaddy identified as a Coodinate Axis
        Returns:
        AxisType or null if unknown.