Class VertCoordType


  • @Immutable
    public class VertCoordType
    extends Object
    Encapsulate the semantics in GRIB level types (Grib1 table 3, Grib2 code table 4.5).
    • Constructor Detail

      • VertCoordType

        public VertCoordType​(int code,
                             String units,
                             String datum,
                             boolean isPositiveUp)
      • VertCoordType

        public VertCoordType​(int code,
                             String desc,
                             String abbrev,
                             String units,
                             String datum,
                             boolean isPositiveUp,
                             boolean isLayer)
    • Method Detail

      • getCode

        public int getCode()
      • getDesc

        public String getDesc()
      • getAbbrev

        public String getAbbrev()
      • getUnits

        public String getUnits()
      • getDatum

        public String getDatum()
      • isPositiveUp

        public boolean isPositiveUp()
      • isVerticalCoordinate

        public boolean isVerticalCoordinate()
      • isLayer

        public boolean isLayer()