Class Grib2Gds

    • Field Detail

      • data

        protected final byte[] data
      • template

        public int template
      • center

        public int center
      • earthRadius

        public float earthRadius
      • majorAxis

        public float majorAxis
      • minorAxis

        public float minorAxis
      • scanMode

        protected int scanMode
      • earthShape

        public int earthShape
      • nptsInLine

        protected int[] nptsInLine
      • lastOctet

        protected int lastOctet
      • hashCode

        protected int hashCode
    • Constructor Detail

      • Grib2Gds

        protected Grib2Gds​(byte[] data)
      • Grib2Gds

        protected Grib2Gds​(byte[] data,
                           int template)
    • Method Detail

      • factory

        public static Grib2Gds factory​(int template,
                                       byte[] data)
      • finish

        protected void finish()
      • testHorizCoordSys

        public abstract void testHorizCoordSys​(Formatter f)
      • testScanMode

        public void testScanMode​(Formatter f)
      • getNx

        public int getNx()
      • getNy

        public int getNy()
      • getNxRaw

        public int getNxRaw()
      • getNyRaw

        public int getNyRaw()
      • getNptsInLine

        public int[] getNptsInLine()
      • getRawBytes

        public byte[] getRawBytes()
      • getScanMode

        public int getScanMode()
      • setCenter

        public void setCenter​(int center)
      • isLatLon

        public boolean isLatLon()
      • getNameShort

        public String getNameShort()
      • hashCode

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

        public boolean isThin()
      • getOctet

        protected int getOctet​(int index)
      • getEarth

        protected Earth getEarth()