Class Grib2SectionDataRepresentation


  • @Immutable
    public class Grib2SectionDataRepresentation
    extends Object
    The Data Representation section (5) for GRIB-2 files
    Since:
    3/29/11
    • Constructor Detail

      • Grib2SectionDataRepresentation

        public Grib2SectionDataRepresentation​(ucar.unidata.io.RandomAccessFile raf)
                                       throws IOException
        Throws:
        IOException
      • Grib2SectionDataRepresentation

        public Grib2SectionDataRepresentation​(long startingPosition,
                                              int dataPoints,
                                              int dataTemplate)
    • Method Detail

      • getDataPoints

        public int getDataPoints()
      • getDataTemplate

        public int getDataTemplate()
      • getStartingPosition

        public long getStartingPosition()
      • getLength

        public long getLength​(ucar.unidata.io.RandomAccessFile raf)
                       throws IOException
        Throws:
        IOException