Class 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"
    • Field Detail

      • checkForMeter

        protected boolean checkForMeter
    • Method Detail

      • getAxisType

        @Nullable
        protected AxisType getAxisType​(VariableDS.Builder vb)
        Description copied from class: CoordSystemBuilder
        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 CoordSystemBuilder
        Parameters:
        vb - a variable already identified as a Coordinate Axis
        Returns:
        AxisType or null if unknown.