Class AWIPSsatConvention

    • Constructor Detail

      • AWIPSsatConvention

        public AWIPSsatConvention()
    • Method Detail

      • isMine

        public static boolean isMine​(NetcdfFile ncfile)
        Parameters:
        ncfile - the NetcdfFile to test
        Returns:
        true if we think this is a AWIPSsatConvention file.
      • getAxisType

        protected AxisType getAxisType​(NetcdfDataset ds,
                                       VariableEnhanced ve)
        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:
        ds - for this dataset
        ve - a variable alreaddy identified as a Coodinate Axis
        Returns:
        AxisType or null if unknown.
      • makeCoordinateTransforms

        protected void makeCoordinateTransforms​(NetcdfDataset ds)
        Description copied from class: CoordSysBuilder
        Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
        Overrides:
        makeCoordinateTransforms in class CoordSysBuilder
        Parameters:
        ds - why