Class NUWGConvention


  • public class NUWGConvention
    extends CoordSystemBuilder
    NUWG Convention (ad hoc). see https://www.unidata.ucar.edu/software/netcdf/NUWG/
    • Method Detail

      • extraInfo

        public String extraInfo()
      • makeCoordinateTransforms

        protected void makeCoordinateTransforms()
        Description copied from class: CoordSystemBuilder
        Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
        Overrides:
        makeCoordinateTransforms in class CoordSystemBuilder
      • getAxisType

        protected AxisType getAxisType​(VariableDS.Builder v)
        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:
        v - a variable already identified as a Coordinate Axis
        Returns:
        AxisType or null if unknown.
      • getZisPositive

        public String getZisPositive​(CoordinateAxis v)
        Parameters:
        v - for this axis
        Returns:
        "up" if this is a Vertical (z) coordinate axis which goes up as coords get bigger