Class GDVConvention

    • Field Detail

      • checkForMeter

        protected boolean checkForMeter
    • Method Detail

      • identifyCoordinateAxes

        protected void identifyCoordinateAxes()
        look for aliases.
      • 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.
        Parameters:
        v - a variable already identified as a Coordinate Axis
        Returns:
        AxisType or null if unknown.