Class Vis5DGridDefRecord


  • public class Vis5DGridDefRecord
    extends GridDefRecord
    Class to hold the Vis5D grid navigation information.
    • Constructor Detail

      • Vis5DGridDefRecord

        public Vis5DGridDefRecord​(int Projection,
                                  double[] projargs,
                                  int nr,
                                  int nc)
        Create a new grid nav block with the values
        Parameters:
        Projection - _more_
        projargs - _more_
        nr - _more_
        nc - _more_
    • Method Detail

      • getGroupName

        public String getGroupName()
        Get a short name for this GDSKey for the netCDF group. Subclasses should implement as a short description
        Specified by:
        getGroupName in class GridDefRecord
        Returns:
        short name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • printProjArgs

        public static void printProjArgs​(int Projection,
                                         double[] projargs)
        _more_
        Parameters:
        Projection - _more_
        projargs - _more_