Class TiffRecord

java.lang.Object
edu.wisc.ssec.mcidasv.adt.TiffRecord

class TiffRecord extends Object
TIFF directory record.
  • Field Details

    • tag

      int tag
      TIFF tag
    • type

      int type
      Data type
    • length

      int length
      Length
    • voff

      int voff
      Pointer or value
  • Constructor Details