Class TIFFIFD

    • Constructor Detail

      • TIFFIFD

        public TIFFIFD​(List tagSets,
                       TIFFTag parentTag)
      • TIFFIFD

        public TIFFIFD​(List tagSets)
    • Method Detail

      • getTag

        public static TIFFTag getTag​(int tagNumber,
                                     List tagSets)
      • getTagSetList

        public List getTagSetList()
      • iterator

        public Iterator iterator()
        Returns an Iterator over the TIFF fields. The traversal is in the order of increasing tag number.
      • getStripOrTileByteCountsPosition

        public long getStripOrTileByteCountsPosition()
      • getStripOrTileOffsetsPosition

        public long getStripOrTileOffsetsPosition()
      • getLastPosition

        public long getLastPosition()
      • getShallowClone

        public TIFFIFD getShallowClone()
        Returns a TIFFIFD wherein all fields from the BaselineTIFFTagSet are copied by value and all other fields copied by reference.